﻿.slick-slide
{
    padding:10px;
}
.news-box {
    background: #fff;
    position: relative;
        border-radius:12px;
    border: 2px solid #00adef;
}

    .news-box .banner {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 2vw));
        clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 2vw));
        border-radius:10px;
    }

        .news-box .banner.event-yt-banner {
            margin: 0px;
        }

        .news-box .banner video {
            height: 100%;
        }

        .news-box .banner iframe {
            height: 100%;
            width: 100%;
        }

    .news-box .content {
        padding: 15px 15px 35px 15px;
        position: relative;
        min-height: 150px;
    }

        .news-box .content .title {
            position: absolute;
            width: 66px;
            height: 66px;
            border-radius: 50%;
            top: -45px;
            left: 15px;
            color: #fff;
            text-align: center;
            display: inline-block;
            font-size: 12px;
            line-height: 18px;
            font-style: italic;
            display: table;
            word-break: break-all;
            padding: 4px;
        }

            .news-box .content .title span {
                display: inline-block;
                vertical-align: middle;
                display: table-cell;
            }

        .news-box .content.event1 .title {
            background: #fc654c;
        }

        .news-box .content.news1 .title {
            background: #00c1a1;
        }

        .news-box .content.event2 .title {
            background: #3498db;
        }

        .news-box .content.news2 .title {
            background: #e2c21f;
        }

        .news-box .content h4 {
            color: #424242;
            padding-bottom: 5px;
            position: relative;
            font-size: 14px;
        }

            .news-box .content h4 figure {
                width: 66px;
                height: 44px;
                line-height: 44px;
            }

                .news-box .content h4 figure img {
                    max-width: 66px;
                    max-height: 44px;
                    vertical-align: bottom;
                }

            .news-box .content h4:after {
                content: "";
                position: absolute;
                display: block;
                bottom: 0px;
                left: 0px;
                width: 100px;
                height: 2px;
            }

        .news-box .content.event1 h4:after {
            background: #fc654c;
        }

        .news-box .content.news1 h4:after {
            background: #00c1a1;
        }

        .news-box .content.event2 h4:after {
            background: #3498db;
        }

        .news-box .content.news2 h4:after {
            background: #e2c21f;
        }

        .news-box .content h5 {
            height: 85px;
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
            display: inline-block;
            overflow: hidden;
        }

            .news-box .content h5 a {
                text-decoration: none;
                color: #000;
            }

    .news-box:hover .content h5 a {
        color: #00bfe7;
    }

    .news-box .content p {
        height: 35px;
        overflow: hidden;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .news-box .content .icons {
        float: right;
        font-size: 24px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .news-box.bordered {
        border: 1px solid #dadada;
    }

        .news-box.bordered a {
            text-decoration: none;
        }

        .news-box.bordered .content h5 {
            position: relative;
            height: 96px;
            padding-bottom: 20px;
            margin-bottom: 16px;
        }

            .news-box.bordered .content h5:after {
                content: "";
                position: absolute;
                display: block;
                bottom: 0px;
                left: 0px;
                width: 100px;
                height: 2px;
            }

        .news-box.bordered .content.event2 h5:after {
            background: #3498db;
        }

        .news-box.bordered .content p {
            height: 35px;
        }

        .news-box.bordered .content .icons {
            color: #00bfe7;
        }

        .news-box.bordered .overlay {
            position: absolute;
            width: 100%;
            text-align: center;
            padding: 15px;
            left: 0px;
            bottom: 0px;
            background: #fff;
            opacity: 0;
            height: 100%;
            width: 100%;
        }

            .news-box.bordered .overlay .inner {
                vertical-align: top;
            }

            .news-box.bordered .overlay h5 {
                text-align: left;
                margin: 0px;
                color: #000;
                font-size: 18px;
                margin-bottom: 15px;
                position: relative;
                padding-bottom: 5px;
            }

                .news-box.bordered .overlay h5:after {
                    content: "";
                    position: absolute;
                    display: block;
                    bottom: 0px;
                    left: 0px;
                    width: 100px;
                    height: 2px;
                    background: #fc654c;
                }

            .news-box.bordered .overlay p {
                margin: 0px;
                color: #000;
                text-align: left;
                max-height: 250px;
                overflow: auto;
            }

    .news-box.for-campus {
        margin-bottom: 30px;
    }

        .news-box.for-campus .content {
            padding-bottom: 15px;
        }

            .news-box.for-campus .content.event2 h5 {
                margin-bottom: 26px;
                padding: 0px;
                height: 48px;
                font-size: 16px;
            }

                .news-box.for-campus .content.event2 h5:after {
                    background: #fc654c;
                }

                .news-box.for-campus .content.event2 h5 a {
                    text-decoration: none;
                    color: #000;
                }

    .news-box.bordered .overlay h5 a {
        color: #000;
        text-decoration: none;
    }

    .news-box.for-campus .content p {
        height: 50px;
        font-weight: normal;
        position: relative;
    }

    .news-box.for-campus.flipper .content p:after {
        content: '';
        width: 100%;
        height: 25px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.41) 39%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.41) 39%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.41) 39%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .news-box:hover .icon-arrow-right-circle {
        -webkit-animation-name: clearfix;
        animation-name: clearfix;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.color1 {
    background: #fc654c;
}

.color2 {
    background: #00c1a1;
}

.color3 {
    background: #3498db;
}

.color4 {
    background: #ff9c00;
}
