header .container {
    align-items: center;
    justify-content: center;
}

header .container .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .container .content-box .synopsis {
    margin-top: 10px;
    text-align: center;
}

section {
    padding-top: 40px !important;
}

#news .content-box {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#news .content-left {
    width: 20%;
    min-width: 130px;
    float: left;
    border-right: 1px solid #F5F5F5;
}

#news .content-right {
    width: 55%;
    height: 100%;
    float: left;
}

#news .content-right-recommend {
    width: 20%;
    height: 100%;
    float: left;
    border-left: 1px solid #F5F5F5;
    padding-left: 20px;
}

#news .left-title {
    width: 100%;
}

#news .nav {
    margin: 5px 0;
}

#news .nav-title {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #F5F5F5;
    position: relative;
    font-weight: 600;
}

#news .nav-title:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/static/front/images/join/arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#news .nav-title.showNav:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#news .nav-menu {
    margin-right: 30px;
    font-weight: 600;
}

#news .nav-content {
    height: 100%;
    overflow: hidden;
}

#news .nav-content a {
    display: block;
    width: 100%;
    margin-left: 15px;
    border-bottom: 1px solid #F5F5F5;
}


#news .nav-content a.activ {
    color: #00A4FF;
}

#news .nav-content a:hover {
    /*color: #FFFFFF;*/
}

#news .content-right {
}

#news .content-right .information {
}

#news .content-right .information .list,
#news .content-right .resource .list {
    margin-bottom: 40px;
}

#news .content-right .information .list:last-child,
#news .content-right .resource .list:last-child {
    margin-bottom: 0;
}

#news .content-right .information .list .news-title,
#news .content-right .resource .list .news-title {
    font-weight: 600;
}

#news .content-right .resource .list .news-title img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

#news .content-right .information .list .news-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#news .content-right .information .list .news-label .time {
}

#news .content-right .information .list .news-label .label {
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
}

#news .content-right .information .list .news-label .label span {
    background-color: rgba(0, 164, 255, 0.1);
    border-radius: 20px;
    padding: 4px 10px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#news .content-right .information .list .news-label .label span:first-child {
    margin-left: 10px;
}

#news .content-right .information .list .news-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

#news .min-menu {
    display: none;
    border-bottom: 1px solid #F5F5F5;
}

#news .min-menu:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/static/front/images/join/arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#news .min-menu.showNav:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 8px;
    margin-right: 10px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-right: 0;
    border-radius: 8px;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 0;
    margin-right: 10px;
    border-radius: 8px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: transparent;
    color: #00A4FF;
    border-color: #00A4FF;
}

.pagination > li > a,
.pagination > li > span {
    color: #666666;
}


.content-right-recommend .content-right-recommend-box b {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 10px 2px ;
    font-weight: 600;
}

.content-right-recommend .content-right-recommend-box .thumb {
    position: relative;
    width: 200px;
    height: 112px;
    margin: 0 auto;
    overflow: hidden;
}

.content-right-recommend .content-right-recommend-box .thumb img {
    vertical-align: bottom;
    width: 100%;
    transition: transform 0.3s ease 0s;
}

.content-right-recommend .content-right-recommend-box a:hover img {
    transform: scale(1.2,1.2);
}


@media screen and (max-width: 768px) {
    #news .nav-menu {
        margin: 0;
        padding: 0 15px 0 25px;
    }

    #news .content-left {
        width: 100%;
        margin-bottom: 15px;
        border-right: none;
    }

    #news .content-right {
        width: 100%;
        padding: 0 15px;
    }

    #news .content-right .cvinfo-date span {
        margin-top: 5px;
    }

    #news .content-right .information .list .news-label .label span:first-child {
        margin-left: 0;
    }

    #news .content-left .min-menu {
        display: block;
        margin: 0 15px;
    }

    #news .content-left .min-menu i {

    }

    #news .min-menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #news .content-left .nav {
        margin: 0;
        width: 100%;
    }

    #news .content-right-recommend {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #news .content-right-recommend h4 {
        width: 100%;
        margin-bottom: 20px;
    }

    #news .content-right-recommend .content-right-recommend-box {
        width: 50%;
    }

    #news .content-right-recommend .content-right-recommend-box .thumb {
        width: 181px;
        height: 102px;
    }

    #news .content-right-recommend .content-right-recommend-box b {
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 10px 0 2px;
        padding: 0 8px;
    }
}
