/*header*/
.headerContent {
    width: 100%;
    position: fixed;
    top: 44px;
    left: 0;
    height: 44px;
    color: #fff;
    z-index: 1;
}
.headerContent .badgeNav {
    font-size: 16px;
    line-height: 44px;
    margin-left: 7px;
}
.headerContent .badgeNav > li {
    height: 60px;
    float: left;
    margin-left: 68px;
}
.headerContent .badgeNav p {
    position: relative;
    padding-right: 16px;
}
.headerContent .badgeNav i {
    width: 16px;
    height: 100%;
    position: absolute;
    top: -3px;
    right: 0;
    transition: transform .3s;
}
.headerContent .badgeNav > li > p {
    padding-right: 80px;
}
.headerContent .badgeNav > li:hover > p i {
    color: #2E5DD2;
    transform: rotate(90deg);
}
.headerContent .subNav {
    display: none;
    width: 1359px;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 20px;
    line-height: 64px;
    color: #777777;
    padding: 25px 67px 117px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 3px solid #2E5DD2;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.headerContent .subNav li {
    width: calc(50% - 44px);
    float: left;
    border-bottom: 1px solid #ddd;
}
.headerContent .subNav li:nth-of-type(odd) {
    margin-right: 44px;
}
.headerContent .subNav li:nth-of-type(even) {
    margin-right: 44px;
}

.headerContent .badgeNav > li:hover .subNav  {
    display: block;
}

.headerContent .initBadge {
    position: absolute;
    top: 103px;
    left: 20px;
    line-height: 28px;
    margin-left: 0;
}
.headerContent .initBadge > li:nth-of-type(1) {
    margin-left: 0;
}

.scrolltop.headerContent {
    top: 0;
    height: 80px;
    color: #2A2A2A;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.scrolltop.headerContent i {
    /*color: #868686;*/
}
.scrolltop.headerContent .logo,
.scrolltop.headerContent .header {
    top: 20px;
    transition: all .3s;
}
.scrolltop.headerContent i.icon-nav {
    color: #fff;
    background-color: #2E5DD2;
}
.scrolltop.headerContent i.icon-sousuo {
    color: #2E5DD2;
}

.headerContent .subNav li.active,
.headerContent .subNav li.active i{
    color: #2E5DD2;
}
.headerContent .subNav li.active {
    border-bottom-color: #2E5DD2;
}

/*内容区*/

/*第一部分*/
.firstpart {
    color: #fff;
    height: 600px;
    background: url(../img/news-detail.jpg) center center no-repeat;
    background-size: cover;
}

.firstpart .center {
    padding-top: 100px;
}

.firstpart h1 {
    font-size: 44px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-top: 87px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.firstpart h2 {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: .3px;
    margin-top: 35px;
    font-weight: 400;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

/*第二部分*/
.secondpart {
    margin-top: 40px;
}

.secondpart p {
    font-size: 20px;
    line-height: 40px;
    color: #777;
    white-space: pre-line;
    font-family: sans-serif;
}
.secondpart .recommand {
    margin-top: 56px;
}
.secondpart .recommand p {
    padding: 0;
    font-size: 14px;
    line-height: 32px;
    color: #2A2A2A;
    margin: 0 16px;
}

.secondpart .recommand button{
    font-size: 12px;
    line-height: 29px;
    color: #999;
}

.footer {
    margin-top: 60px;
}


.mobile {
    display: none;
}

/*1600*/
@media screen and (max-width: 1600px) {
    /* .firstpart {
        height: 600px;
    } */
    .firstpart h1 {
        margin-top: 43px;
        padding-bottom: 40px;
    }
    .firstpart h2 {
        margin-top: 23px;
    }
}

/*1440*/
@media screen and (max-width: 1440px) {
    .headerContent .badgeNav > li {
        margin-left: 40px;
    }
    .headerContent .badgeNav > li > p {
        padding-right: 50px;
    }
    .headerContent .subNav {
        width: 1200px;
    }
    .firstpart {
        height: 500px;
    }
    .secondpart .recommand {
        margin-top: 29px;
    }
}

/*1366*/
@media screen and (max-width: 1366px) {
    .headerContent .badgeNav > li {
        margin-left: 30px;
    }
    .headerContent .badgeNav > li > p {
        padding-right: 40px;
    }
    .headerContent .subNav {
        width: 1144px;
    }
    .footer {
        margin-top: 65px;
    }
}

/*810*/
@media screen and (max-width: 810px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .headerContent .badgeNav,
    .secondpart .center p.detail {
        display: none;
    }
    .firstpart {
        height: 1080px;
        background: url(../img/mobilenews-detail.png) center center no-repeat;
        background-size: cover;
    }
    .firstpart h1 {
        font-size: 50px;
        line-height: 100px;
        letter-spacing: 0;
        padding-bottom: 0;
    }
    .firstpart h2 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: .3px;
        margin-top: 26px;
    }
    .firstpart .table-cell {
        vertical-align: bottom;
        padding-bottom: 100px;
    }
    .section .center {
        text-align: left;
        vertical-align: bottom;
        padding: 0 35px;
    }
    .secondpart {
        font-size: 24px;
    }

    .secondpart .article-wrap img{
      max-width: 100%;
      height: auto!important;
    }

    .secondpart .recommand {
        margin-top: 47px;
    }
    .secondpart .recommand p {
        font-size: 24px;
        line-height: 36px;
        margin: 0 21px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .secondpart .recommand button {
        font-size: 24px;
    }
    .secondpart .recommand .display-flex {
        width: calc(100vw - 70px);
        margin-bottom: 40px;
    }
    .footer {
        margin-top: 27px;
    }
}

/*420*/
@media screen and (max-width: 428px) {
    .scrolltop.headerContent .logo, .scrolltop.headerContent .header {
        top: 20px;
    }
    .scrolltop.headerContent {
        height: 60px;
    }
    .firstpart {
        height: 3rem;
    }
    .firstpart h1 {
        font-size: 26px;
        line-height: 100%;
        padding-bottom: 0.2rem;
    }
    .firstpart h2 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0.2rem;
    }
    .firstpart .table-cell {
        vertical-align: bottom;
        padding-bottom: 50px;
    }
    .section .center {
        padding: 0 15px;
    }
    .secondpart {
        font-size: 14px;
    }
    .secondpart .recommand {
        margin-top: 25px;
    }
    .secondpart .recommand p {
        font-size: 14px;
        margin: 0 10px 0 0;
    }
    .secondpart .recommand button {
        font-size: 14px;
    }
    .secondpart .recommand .display-flex {
        width: calc(100vw - 30px);
        margin-bottom: 20px;
    }
    .footer {
        margin-top: 15px;
    }
}

