﻿.comtainer{
    padding: 0;
    margin-top: 0;
}
.subnav{
    padding: 0 18px;
}
.news-content {
    margin-bottom: 100px;
}
/*分页*/
.news-list {
    margin-bottom: 50px;
}
.news-list .newit{
    margin-bottom: 20px;
    cursor: pointer;
}
.news-list .newit .newitImg{
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.news-list .newit .newitImg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease;
}
.news-list .newit .newitDesc {
    padding: 20px 15px;
    box-shadow: 0px 1px 23px 0px rgb(229 233 239 / 75%);
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.news-list .newit .newitDesc time {
    font-size: 12px;
    font-style: italic;
    color: #666;
}
.news-list .newit .newitDesc h4{
    font-size: 14px;
    color: #222;
    margin: 10px 0;
    line-height: 160%;
}
.news-list .newit .newitDesc p {
    font-size: 14px;
    color: #999;
    transition: all .6s ease 0s;
    height: 40px;
    overflow: hidden;
}

.news-list .newit .newitDesc::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 0px;
    background: #000000;
    z-index: 1;
    transition: all .6s ease 0s;
}
.news-list .newit:hover .newitDesc::after{
    height: 3px;
}
.news-list .newit:hover .newitImg img{
    transform: scale(1.08);
}
.news-list .newit:hover .newitDesc h4{
    font-weight: 600;
}
.news-list .newit:hover .newitDesc p{
    color: #000;
}





/*分页*/
.news-content .news-page .fls {
    margin: 0 auto;
    text-align: center;
}

.news-content .news-page .fls a {
    color: #252525;
    text-align: center;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    padding: 0 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news-content .news-page a:hover {
    background-color: #000000;
    border: 1px solid transparent;
    color: #fff;
}





/*>=0 <=1199*/
@media screen and (min-width: 0px) and (max-width: 1199px) {
    .news-content {
        margin-bottom: 50px;
    }

    .news-content .news-list {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .fls a {
        height: 30px;
        line-height: 30px;
    }

}


/*详情页*/
.new-header-wrap {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgba(158, 155, 155, 0.1);
    -webkit-box-shadow: 0 0 40px rgba(158, 155, 155, 0.1);
    border: 1px solid rgb(238, 238, 238);
}

.new-header-wrap .new-header {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.new-header-wrap .new-header h4 {
    font-size: 26px;
    padding-bottom: 10px;
}

.new-header-wrap .new-header span {
    padding-top: 5px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
    display: inline-block;
}

.new-header-wrap .article-content{
    width: 99%;
}

/*分享*/
.new-header-wrap .share-box{
    margin-top: 10px;
}


/*新闻上下文章 start*/
.new-footer {
    margin: 10px 0;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.new-footer .back-content{
    background-color: #e3e3e3;
    border-radius: 6px;
    font-size: 14px;
    color: #888888;
    padding: 10px 26px;
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: 1px transparent solid;
}
.new-footer .back-content:hover {
    background-color: #2f2f2f;
    border: 1px #2f2f2f solid;
    color: #fff;
}
.new-footer .article-pve-next{
    float: right;
    flex-direction: column;
    width: 300px;
    align-items: initial;
}
/*新闻上下文章 end*/

@media screen and (max-width: 980px){
    .new-header-wrap {
        padding: 0 15px;
    }
    .new-header h4 {
        font-size: 16px;
    }
    .new-content {
        width: 100%;
    }
}

.header-nav {
    background: #2f2f2f;
    padding: 0;
    box-sizing: border-box;
}
@media (min-width: 980px) {
    #header-nav .nav-tit {
        display: none;
    }

    .header-nav.fixed {
        position: fixed;
        z-index: 200;
        top: 0px;
        right: 0;
        left: 0;
        /*background: #fafafa;*/
    }

    .header-nav .nav-box {
        text-align: center;
        line-height: 30px;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .header-nav.fixed .nav-box{
        padding: 10px 0;
        margin-bottom: 0px;
    }
    .header-nav .nav-box li {
        display: inline-block;
        padding: 0 10px;
    }

    .header-nav .nav-box a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        position: relative;
        line-height: 40px;
    }
    .header-nav .nav-box a::after{
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        opacity: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: #fff;
        -webkit-transition: all .2s cubic-bezier(.18,.89,.17,.88) 0s,opacity .15s ease 0s;
        -o-transition: all .2s cubic-bezier(.18,.89,.17,.88) 0s,opacity .15s ease 0s;
        transition: all .2s cubic-bezier(.18,.89,.17,.88) 0s,opacity .15s ease 0s;
        left: 0;
        bottom: 0;
        height: 3px;
        border-radius: 1.5px;
    }

    .header-nav .nav-box a.cur::after,.header-nav .nav-box a:hover::after{
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
    .header-nav .nav-box a.cur{
        font-weight: 600;
    }

}

/*超小屏幕 手机小于768px*/
@media (max-width: 980px) {
    #header-nav.fixed {
        position: fixed;
        z-index: 200;
        width: 100%;
        display: block;
        top: 0px;
        right: 0;
        left: 0;
    }
    .header-nav .nav-box-none{
        display: none;
    }

    #header-nav .nav-tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1;
        position: relative;
        padding: 10px 20px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        background: #f4f4f4;
        color: #666666;
        height: 50px;
        overflow: hidden;
    }

    #header-nav .nav-tit::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 200%;
        box-sizing: border-box;
        border: 1px solid transparent;
        border-bottom-color: transparent;
        transform-origin: left top;
        transform: scale(.5);
    }

    #header-nav .nav-tit .nav-sidebar-item-title {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex: auto;
        height: inherit;
    }

    #header-nav .nav-tit .nav-sidebar-item-arrow {
        display: inline-block;
        margin-left: 6px;
        font-size: 20px;
        color: #c1c1ca;
        transition: all .3s ease;
        cursor: pointer;
    }

    #header-nav .nav-tit .trans {
        transform: rotate(180deg);
    }

    #header-nav .nav-tit .nav-sidebar-item-name {
        flex: auto;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #000;
    }
    .header-nav{
        margin-top: 0;
    }

    .header-nav .nav-box {
        text-align: center;
        line-height: 34px;
        padding: 10px 0px;
        background: #fafafa;
    }

    .header-nav .nav-box li {
        display: block;
    }

    .header-nav .nav-box a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        color: #07111B;
        padding: 00px 20px;
        border: 0px solid rgb(212, 212, 212);
    }

    .header-nav .nav-box a:hover,.header-nav .nav-box a.cur {
        color: #0f60c8;
    }
}