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: 75%;
    height: 100%;
    float: left;
}

#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: 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: 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 .cur-cat-article {
    margin-top: 30px;
}

#news .cur-cat-article ul li {
    margin: 10px;
    font-weight: normal;
    padding: 15px 0px 15px 10px;
    margin-right: 30px;
    border-bottom: 1px solid #F5F5F5;
    list-style-type: "|";
    color: #00A6FF;
}

#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 .content-right {
}

#news .content-right .cvinfo-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
}

#news .content-right .article-box {
    margin-top: 20px;
    width: 100%;
    box-sizing: content-box;
    overflow: hidden;
}

#news .content-right .article-box img {
    max-width: 100% !important;
}

#news .content-right .cvinfo-date span {
    margin-right: 50px;
}

#news .content-right .cvinfo-date span:last-child {
    margin-right: 0;
}

#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;
}

#news section {
    padding: 0 !important;
}

.guide-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*border: 1px solid #F5F5F5;*/
    padding: 15px 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 20px 0px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.guide-box img {
    width: 15%;
    max-width: 120px;
}

.guide-box .guide-txt {
    /*font-weight: bold;*/
    color: #192f57;
    padding: 0 20px;
    width: 70%;
}

.guide-box .test_btn {
    width: 15%;
    max-width: 100px;
}

.tag-box {
    margin-bottom: 30px;
}

.tag-box span {
    display: inline-block;
    color: #5bc0de;
    background-color: rgba(96, 223, 255, 0.1);
    border: 1px solid #5bc0de;
    border-radius: 20px;
    padding: 3px 10px;
    margin-right: 10px;
}

.tag-box span:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #news .nav-menu {
        margin: 0;
        padding: 0 15px 0 25px;
    }

    #news .content-left {
        width: 100%;
    }

    #news .content-right {
        width: 100%;
        padding: 0 15px;
    }

    #news .content-left .min-menu {
        display: block;
        margin: 0 15px;
    }

    #news .content-left .min-menu i {

    }

    #news .min-menu {
        display: block;
    }

    #news .content-left .nav {
        margin: 0;
        width: 100%;
    }

    .guide-box {
        justify-content: center;
    }
    .guide-box img,
    .guide-box .guide-txt,
    .guide-box .test_btn{
        width: 100%;
    }

}

.content-footer {
    margin-top: 20px;
    height: 40px;
}

.content-footer-left {
    float: left;
}

.content-footer-right {
    float: right;
}

.content-footer-right,
.content-footer-left {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 18px;
}

.content-recommend {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.recommend-box {
    width: 33.33%;
    padding: 10px;
}

.recommend-title {
    height: 200px;
    font-size: 18px;
    padding: 5px;
    font-weight: 600;
    border: 1px solid #dcdcdc;
}

.recommend-title:hover, .recommend-title:focus {
    -webkit-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}

.recommend-content b {
    display: block;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 2px;
    padding: 0 8px;
}

.recommend-content .thumb {
    position: relative;
    width: 272px;
    height: 153px;
    margin: 0 auto;
    overflow: hidden;
}

.recommend-content .thumb img {
    vertical-align: bottom;
    width: 100%;
    transition: transform 0.3s ease 0s;
}

.recommend-content a:hover img {
    transform: scale(1.2, 1.2);
}

@media screen and (max-width: 768px) {
    .content-footer-left,
    .content-footer-left {
        max-width: 50%;
    }

    .recommend-box {
        width: 50%;
    }

    .recommend-content .thumb {
        width: 181px;
        height: 102px;
    }

    .recommend-content .thumb img {
        width: 181px;
        height: 102px;
    }

    #news .content-left .min-menu,
    #news .content-left .nav,
    .cur-cat-article {
        display: none !important;
    }
}
