body {
    background: #f9f9f9;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .inner {
    position: absolute;
    left: 0;
    top: 28.8%;
    right: 0;
    font-size: 18px;
}

.main {
    background: #f4f4f7;
    padding: 1px 0 7.3%;
}

.headline {
    padding: 42px 44px 70px;
    background: #fff;
    border-top: 8px solid #005dae;
    border-radius: 4px;
    margin: -100px 0 60px;
}

.headline .name {
    font-size: 14px;
    color: #0665b2;
    margin-bottom: 36px;
}

.headline a {
    display: block;
}

.headline .title {
    position: relative;
    padding-left: 75px;
    font-size: 36px;
   
    color: #333;
    overflow: hidden;
    margin-bottom: 30px;
}

.headline .title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #005dae;
}

.headline .desc {
    padding-left: 75px;
    font-size: 16px;
    height: 16px;
    overflow: hidden;
    color: #595959;
}

.newsList .classname {
    font-size: 26px;
}

.newsList .side {
    width: 16.79%;
}

.newsList .shd {
    color: #fff;
    line-height: 2.14;
    padding-left: 12.34%;
    background: #005ead;
    border-radius: 4px;
}

.newsList .sbd {
    padding: 10.64% 0;
    margin-bottom: 15.32%;
}

.newsList .sbd a {
    position: relative;
    display: block;
    line-height: 1.5;
    padding-left: 12.34%;
    transition: color .3s ease;
}

.newsList .sbd a:hover,
.newsList .sbd a.on {
    color: #005ead;
}

.newsList .sbd a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 1px;
    background: #333;
    transition: width .3s ease, background .3s ease;
}

.newsList .sbd a:hover:after,
.newsList .sbd a.on:after {
    width: 21px;
    background: #005ead;
}


.newsList .cont {
    min-height: 400px;
    margin: 0 19.64% 0 18.2%;
}

.newsList .cont ul {
    margin-bottom: 83px;
}

.newsList .cont li {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #f8f8fa;
}

.newsList .cont li:last-child {
    margin-bottom: 0;
}

.newsList .cont li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #3295d5, #0664b2);
    opacity: 0;

}

.newsList .cont li a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 23px 43px 23px 32px;
    line-height: 67px;
    height: 67px;
    overflow: hidden;
}

.newsList .cont li .date {
    font-size: 38px;
    color: #8c8c8c;
    width: 143px;
    flex: 0 0 143px;
    line-height: 1;
    border-right: 1px solid #e7e7e9;
    margin-right: 45px;
    transition: color .6s ease .1s, border-color .6s ease .1s;
}

.newsList .cont li .year {
    display: block;
    font-size: 22px;
    color: #ccc;
    margin-top: 10px;
    transition: color .6s ease .1s, border-color .6s ease .1s;
}

.newsList .cont li .title {
    flex-grow: 1;
    font-size: 24px;
    height: 67px;
    color: #333;
    overflow: hidden;
    margin-right: 40px;
    transition: color .6s ease .1s;
}

.newsList .cont li svg {
    display: block;
    flex: 0 0 12px;
    width: 12px;
    height: 9px;
    fill: #bfbfc0;
    transition: fill .6s ease .1s;
}

.newsList .cont li:hover:before {
    opacity: 1;
    transition-delay: 0s;
    transition: opacity .5s ease
}

.newsList .cont li:hover .date,
.newsList .cont li:hover .year {
    color: #fff;
    border-color: #fff;
    transition-delay: 0s;
}

.newsList .cont li:hover .title {
    color: #fff;
    transition-delay: 0s;
}

.newsList .cont li:hover svg {
    fill: #fff;
    transition-delay: 0s;
}

.newsList .pages {
    display: flex;
    justify-content: center;
}
.newsList .pages span{border:none; background:none;}

#pageCont a{border:none;background: none; }
#pageCont .layui-laypage-curr em,#pageCont .layui-laypage-curr{background-color: unset !important; color:#fff; border: none; }
#pageCont .layui-laypage a, #pageCont .layui-laypage span{font-size: 14px;}
.newsList .pages a,#pageCont .layui-laypage-curr {
    margin: 0 3px;
    padding: 3px 7px;
    color: #8c8c8c;
    transition: color .3s ease;
}

.newsList .pages a.on,
.newsList .pages a:hover {
    color: #2e6ca5;
}

@media all and (max-width: 1480px) {
    .headline .name {
        margin-bottom: 30px;
    }

    .headline .title {
        font-size: 30px;
        height: 30px;
        margin-bottom: 23px;
    }

    .headline .desc {
        font-size: 14px;
        height: 14px;
    }

    .newsList .classname {
        font-size: 20px;
    }

    .newsList .cont li .title {
        font-size: 18px;
    }

    .newsList .cont li .date {
        font-size: 29px;
        width: 109px;
        flex: 0 0 109px;
        margin-right: 34px;
    }

    .newsList .cont li .year {
        font-size: 17px;
        margin-top: 8px;
    }
}


@media all and (max-width: 767px) {
    .banner {
        font-size: 15px;
    }

    .banner .l2 {
        font-size: 6.13vw;
    }

    .banner .inner {
        left: 7.33%;
        top: auto;
        bottom: 22.4vw;
    }

    .banner .text .l1 {
        font-size: 6.4vw;
        margin-bottom: 2.4vw;
    }

    .banner .text .l2 {
        font-size: 3.2vw;
    }

    .subnav {
        text-align: center;
        background: #fff;
        display: flex !important;
    }

    .subnav a {
        display: block;
        flex: 1;
        color: #646464;
        font-size: 3.47vw;
        line-height: 3.38;
    }

    .subnav a.on {
        color: #2b6ebe;
    }

    .tip {
        font-size: 7.7vw;
        line-height: 5;
        background: #f5f5f5;
        overflow: hidden;
    }

    .main .inner {
        padding: 0 4.4vw;
		box-sizing: border-box;
    }

    .headline {
        margin: -13.33vw 0 3.33vw;
        border-top-width: 1.07vw;
        padding: 5.87vw 4.93vw 7.07vw;
    }

    .headline .name {
        font-size: 3.2vw;
        margin-bottom: 4.8vw;
    }

    .headline .title {
        padding-left: 0;
        padding-top: 4.27vw;
        font-size: 6.4vw;
        line-height: 1.25;
        height: auto;
        margin-bottom: 2.93vw;
    }

    .headline .title:after {
        top: 0;
        width: 15.6vw;
    }

    .headline .desc {
        padding-left: 0;
        font-size: 3.2vw;
        line-height: 1.67;
        height: auto;
        max-height: 10.7vw;
    }

    .newsList {
        padding: 0;
    }

    .newsList .cont {
        margin: 0;
    }

    .newsList .cont ul {
        margin-bottom: 10vw;
    }

    .newsList .cont li {
        background: #fff;
        margin-bottom: 3.33vw;
    }

    .newsList .cont li a {
        padding: 5.33vw 4vw;
        line-height: 1.64;
        height: auto;
    }

    .newsList .cont li .date {
        font-size: 4.27vw;
        width: 14.67vw;
        flex: 0 0 14.67vw;
        margin-right: 2.8vw;
    }

    .newsList .cont li .year {
        font-size: 3.2vw;
        margin-top: 2vw;
    }

    .newsList .cont li .title {
        flex-grow: 1;
        font-size: 3.73vw;
        height: auto;
        max-height: 12.23vw;
        margin-right: 0;
    }

    .newsList .cont li svg {
        display: none;
    }
}
