.header {
    background: url(../images/news-index-bg.jpg) no-repeat top center;
    height: 399px
}

.section {
    background: url(../images/news-content-bg.jpg) no-repeat top center;
    height: 1393px
}

.news-wrap {
    width: 966px;
    padding-top: 82px
}

.news-wrap .tabs-wrap {
    border: 1px solid #dadada
}

.news-wrap .tabs-wrap li {
    float: left;
    width: 25%;
    position: relative;
    height: 48px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #dadada;
    font-size: 16px;
    cursor: pointer;
    color: #6a6a6a
}

.news-wrap .tabs-wrap li:last-child {
    border-right: none
}

.news-wrap .tabs-wrap li span {
    display: block;
    position: relative;
    z-index: 2
}

.news-wrap .tabs-wrap li::before {
    position: absolute;
    content: "";
    width: 242px;
    height: 48px;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    background: url(../images/index-icon.png) no-repeat -593px -924px
}

.news-wrap .tabs-wrap li.active {
    color: #f5f5f5
}

.news-wrap .tabs-wrap li.active::before {
    opacity: 1
}

.news-wrap .news {
    padding: 20px 0;
    min-height: 832px
}

.news-wrap .news li {
    position: relative;
    height: 52px;
    line-height: 52px;
    padding-left: 20px
}

.news-wrap .news li:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.news-wrap .news li:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.news-wrap .news li:nth-child(4) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s
}

.news-wrap .news li:nth-child(5) {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.news-wrap .news li:nth-child(6) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.news-wrap .news li:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.news-wrap .news li:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.news-wrap .news li:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.news-wrap .news li:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.news-wrap .news li:nth-child(11) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.news-wrap .news li:nth-child(12) {
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -o-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.news-wrap .news li:nth-child(13) {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.news-wrap .news li:nth-child(14) {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.news-wrap .news li:nth-child(15) {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    -o-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.news-wrap .news li:nth-child(16) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s
}

.news-wrap .news li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #555;
    left: 2px;
    top: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.news-wrap .news li a {
    font-size: 18px;
    color: #555
}

.news-wrap .news li a:hover {
    text-decoration: underline
}

.news-wrap .news li .time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #979797
}

.pager li {
    width: 40px;
    border: 1px solid #7295a2;
    cursor: pointer;
    margin-right: 10px;
    color: #616161;
    list-style: none;
}

.pager li a {
    color: #616161;
}

.pager li.thisclass {
    background-color: #7295a2;
    color: #fff;
    cursor: default;
    border: 1px solid #7295a2;
}

.pager .pageinfo {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header {
        height: 120px;
        background-size: 100%;
        margin-top: 50px;
    }
    .news-wrap {
        width: 100%;
        padding-top: 15px;
    }
    .news-wrap .tabs-wrap li::before{width:100%; background: #768e82;}
    .news-wrap .news {
        padding: 10px 10px;
        min-height: calc(100vh - 18px);
    }
    .section { height: auto; min-height: 100vh;}
    .header .breads {left: auto;top: 90px;right: 10px;}
}