@charset "utf-8";

.banner {
    overflow: hidden;
}

.banner,
.banner .img {
    width: 100%;
    height: 36vw;
    display: block;
}

.banner .slick-current .img {
    animation: vibes 3s ease;
}


@-webkit-keyframes vibes {

    0% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}


.banner .slick-prev,
.banner .slick-next {
    width: 0.48rem;
    height: 0.48rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5rem;
    background-size: 0.27rem auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
    display: none !important;
}

.banner .slick-next {
    left: auto;
    right: 0.5rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    border: 1px solid #c91923;
    background-color: #c91923;
}


/*  */

.datepub {
    font-size: 0.14rem;
    color: #1b54c5;
    font-weight: 600;
    transition: all 0.4s;
}

.titlepub {
    line-height: 0.32rem;
    font-size: 0.2rem;
    transition: all 0.4s;
}

.summarypub {
    line-height: 0.25rem;
    color: #8d8d8d;
    font-size: 0.16rem;
    transition: all 0.4s;
}

.title1 {
    margin-bottom: 0.3rem;
    position: relative;
}

.title1 .name {
    font-size: 0.44rem;
    display: inline-block;
    position: relative;
    margin-bottom: 0.07rem;
}
.title1 .name_bolder
{
    font-weight: bolder;
}
.title1 .name .icon {
    height: 0.61rem;
    position: absolute;
    bottom: 0.1rem;
    right: 0;
    transform: translateX(50%);
}

.title1 .ename {
    font-size: 0.14rem;
    font-family: SourceHanSerifSCBold;
    box-sizing: border-box;
    padding-left: 0.4rem;
}

.title1 .more {
    font-size: 0.16rem;
    line-height: 0.2rem;
    background: url(../image/more1.png) no-repeat center right;
    background-size: 0.15rem auto;
    position: absolute;
    right: 0;
    top: 0.1rem;
    padding-right: 0.22rem;
}

.title1 .more:hover {
    color: #0f60cc;
}

.box1 {
    background: url(../image/xyxw1.png);
    /* background-size: cover; */
    padding-top: 0.9rem;
    padding-bottom: 0.5rem;
    border-top: .03rem solid #cdb058;
    border-bottom: .03rem solid #cdb058;
}

.box1 .left {
    width: 64%;
}

.box1 .left .top .text,
.box1 .left .top .img img {
    height: 3.67rem;
}

.box1 .left .top .img {
    float: left;
    width: 57%;
}

.box1 .left .top .text {
    position: relative;
    width: 43%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-left: 0.09rem solid #0e54e1;
    float: left;
    padding: 0.4rem 0.45rem;
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(97, 97, 97, 0.2);
}

.box1 .left .slick-list {
    overflow: visible !important;
}

.box1 .left .top .text .title {
    font-size: 0.24rem;
    line-height: 0.34rem;
    transition: all 0.4s;
}

.box1 .left .top .a:hover .text .title {
    color: #1262cd;
}

.box1 .left .top .text img {
    width: 100%;
    margin: 0.3rem 0;
}



.box1 .left .top .a:hover .text .summarypub {
    color: #000000;
}

.box1 .left .top .text .datepub {
    position: absolute;
    left: 0.45rem;
    bottom: 0.4rem;
}

.box1 .left .top .fade-1 .slick-dots {
    display: none !important;
}

.box1 .top .slick-prev,
.box1 .top .slick-next {
    width: 0.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.25rem;
    right: 1.2rem;
    background: url(../image/kydt3.png) no-repeat center top 0.17rem;
    background-size: 0.21rem auto;
    border: 1px solid rgba(20, 102, 195, 0.4);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.box1 .top .slick-next {

    right: 0.4rem;
    background-image: url(../image/kydt4.png);
}

.box1 .top .slick-prev:hover {
    background-image: url(../image/kydt3_.png);
    background-color: #0f60cc;
    border: 1px solid #0f60cc;
}

.box1 .top .slick-next:hover {
    background-color: #0f60cc;
    border: 1px solid #0f60cc;
    background-image: url(../image/kydt4_.png);
}

.box1 .bottom .imglist {
    padding-top: 0.5rem;
    width: 66%;
    box-sizing: border-box;
    float: left;
}

.box1 .bottom .imglist .item {
    padding-right: 0.35rem;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.box1 .bottom .imglist .item:nth-child(2) {
    padding-top: 0.34rem;
}

.box1 .bottom .imglist .a {
    position: relative;
}

.box1 .bottom .imglist .img {
    position: relative;
}

.box1 .bottom .imglist .img img {
    height: 1.9rem;
}

.box1 .bottom .imglist .date {
    background-color: #0f60cc;
    text-align: center;
    width: 0.7rem;
    height: 0.77rem;
    position: absolute;
    left: 0.22rem;
    top: -0.34rem;
    z-index: 1;
    color: #ffffff;
    padding-top: 0.1rem;
    box-sizing: border-box;
}

.box1 .bottom .imglist .date1 {
    font-size: 0.36rem;
    margin-bottom: 0.03rem;
    font-weight: 600;
}

.box1 .bottom .imglist .date2 {
    font-size: 0.14rem;
}

.box1 .bottom .imglist .title {
    padding-left: 0.12rem;
    box-sizing: border-box;
    position: relative;
    margin-top: 0.2rem;
}

.box1 .bottom .imglist .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.07rem;
    width: 0.02rem;
    height: 0.2rem;
    background-color: #0f60cc;
    transition: all 0.4s;
}

.box1 .bottom .imglist .a:hover {
    color: #0f60cc;
}

.box1 .bottom .textlist {
    width: 34%;
    float: left;
    padding-top: 0.04rem;
}

.box1 .bottom .textlist .a {
    padding: 0.32rem 0;
    border-bottom: 1px solid rgba(15, 96, 204, 0.4);
    transition: all 0.4s;
}

.box1 .bottom .textlist .a:hover {
    border-bottom: 1px solid rgba(15, 96, 204, 1);
}

.box1 .bottom .textlist .a:last-child {
    border-bottom: 0rem solid #0f60cc;
    padding-bottom: 0;
}


.box1 .bottom .textlist .title {
    position: relative;
    padding-left: 0.12rem;

}

.box1 .bottom .textlist .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.07rem;
    width: 0.02rem;
    height: 0.2rem;
    background-color: #0f60cc;
    transition: all 0.4s;
}

.box1 .bottom .textlist .title .titlepub {
    height: 0.64rem;
    transition: all 0.4s;
}

.box1 .bottom .textlist .title .datepub {
    padding-left: .15rem;
    line-height: 0.34rem;
    position: absolute;
    bottom: -0.02rem;
    right: 0;
    color: rgba(27, 84, 197, 0.6);
    background: url(../image/xyxw1.png);
}

.box1 .bottom .textlist .a:hover .datepub,
.box1 .bottom .textlist .a:hover .titlepub {
    color: #0f60cc;
}

.box1 .right {
    width: 31%;
}

.box1 .right .list {
    height: 7.65rem;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(97, 97, 97, 0.2);
    box-sizing: border-box;
    position: relative;
}

.box1 .right .list .a {
    padding: 0 0.4rem;
    box-sizing: border-box;
    background: url(../image/txgg1.png) no-repeat center left;
    background-size: 0% 100%;
}

.box1 .right .list .block {
    padding: 0.4rem 0;
    border-bottom: 1px solid #cfddfb;
}

.box1 .right .list .a:last-child .block {
    border-bottom: 0px solid #cfddfb;
}

.box1 .right .list .datepub {
    color: rgba(27, 84, 197, 0.6);
}

.box1 .right .list .titlepub {
    margin-top: 0.15rem;
}

.box1 .right .list .summarypub {
    overflow: hidden;
    max-height: 0;
}

.box1 .right .list .a.style .summarypub {
    max-height: 0.5rem;
    margin-top: 0.15rem;
}

.box1 .right .list .a.style .titlepub,
.box1 .right .list .a.style .datepub {
    color: rgba(27, 84, 197, 1);
}


.box1 .right .list .a.style {
    background-size: 100% 100%;
}

.box1 .right .list * {
    transition: all 0.4s;
}

.box2 {
    padding-top: 0.9rem;
    padding-bottom: 0.4rem;
    background: url(../image/bksjy1.png) no-repeat bottom center;
    background-size: 100% auto;
}

.box2 .right,
.box2 .left {
    width: 45%;
}

.box2 .item1 {
    background-color: #ffffff;
    transition: all 0.4s;
}

.box2 .item1 .img img {
    height: 4.08rem;
}

.box2 .item1 .icon {
    width: 3.16rem;
    height: 0.13rem;
    background: url(../image/bksjy3.png) no-repeat left center;
    background-size: 100% auto;
    margin-top: 0.08rem;
    margin-bottom: 0.19rem;
    transition: all 0.4s;
}

.box2 .item1 .text {
    padding: 0.2rem 0.25rem;
    box-sizing: border-box;
}

.box2 .item1:hover {
    background-color: rgba(27, 84, 197, 1);
}

.box2 .item1:hover .datepub,
.box2 .item1:hover .titlepub {
    color: #ffffff;
}

.box2 .item1:hover .icon {
    background-image: url(../image/bksjy3_.png);
}

.box2 .item {
    background-color: #ffffff;
    border-top: 4px solid #deb97c;
    margin-top: 0.29rem;
    padding: 0.23rem 0.3rem;
    box-sizing: border-box;
    transition: all 0.4s;
}

.box2 .item .datepub {
    /* margin-bottom: 0.08rem; */
    line-height: 0.32rem;
}

.box2 .item:hover {
    background-color: #0f60cc;
}

.box2 .item:hover .datepub,
.box2 .item:hover .titlepub {
    color: #ffffff;
}

.box3 {
    background: url(../image/kydt1.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 1.28rem;
    padding-bottom: 1rem;
    position: relative;
}

.box3 .title1 .name {
    color: #ffffff;
}

.box3 .title1 .ename {
    color: #ffffff;
}

.box3 .title1 .more {
    color: #ffffff;
    background-image: url(../image/more2.png);
}

.box3 .left {
    width: 50%;
}

.box3 .left .img img {
    height: 4.6rem;
}

.box3 .left .back {

    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.box3 .left .text {
    padding: 0.3rem 0.3rem;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.box3 .left .datepub {
    color: #ffffff;
    line-height: 0.32rem;
}

.box3 .left .titlepub {
    color: #ffffff;
}

.box3 .left .slick-prev,
.box3 .left .slick-next {
    width: 0.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.34rem;
    right: 1.2rem;
    background: url(../image/kydt3.png) no-repeat center top 0.17rem;
    background-size: 0.21rem auto;
    background-color: #ffffff;
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.box3 .left .slick-next {
    left: auto;
    right: 0.34rem;
    background-image: url(../image/kydt4.png);
}

.box3 .left .slick-prev:hover {
    background-image: url(../image/kydt3_.png);
    background-color: #0f60cc;
}

.box3 .left .slick-next:hover {
    background-color: #0f60cc;
    background-image: url(../image/kydt4_.png);
}

.box3 .left .slick-dots {
    display: none !important;
}

.box3 .right {
    width: 45.6%;
}

.box3 .right .item1 {
    background: url(../image/kydt6.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0.25rem 0.42rem;
    margin-bottom: 0.34rem;
}

.box3 .right .item1 .titlepub {
    color: #ffffff;
}

.box3 .right .item1 .datepub {

    color: #ffffff;
}

.box3 .right .item1 .summarypub {
    margin-top: 0.15rem;
    margin-bottom: 0.22rem;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.4s;
    height: 0.5rem;
}

.box3 .right .item1:hover .titlepub {
    font-weight: 600;
}

.box3 .right .item1:hover .summarypub {
    color: rgba(255, 255, 255, 1);
}

.box3 .right .right1 {
    position: relative;
}

.box3 .right .right1::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: .01rem;
    height: calc(100% - 0.6rem);
    background-color: #538ec1;
    left: 0.09rem;
}

.box3 .right .right1 .a {
    position: relative;
    box-sizing: border-box;
    padding-left: 0.47rem;
}

.box3 .right .right1 .a .drop {
    background: url(../image/kydt5.png) no-repeat center center;
    background-size: 0.05rem 0.05rem;
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.box3 .right .right1 .a:hover .drop {
    background-size: 100% 100%;
    background-image: url(../image/kydt5_.png);
}

.box3 .right .right1 .block {
    border-bottom: 1px solid rgba(34, 159, 251, 0.6);
    transition: all 0.4s;
}

.box3 .right .right1 .a:hover .block {
    border-bottom: 1px solid #229ffb;
}

.box3 .right .right1 .a:last-child .block {
    border-bottom: 0px;
    padding-bottom: 0;
}

.box3 .right .right1 .datepub,
.box3 .right .right1 .l1 {
    line-height: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.4s;
}

.box3 .right .right1 .datepub {
    float: right;
}

.box3 .right .right1 .l1 {
    box-sizing: border-box;
    padding-right: 0.08rem;
}

.box3 .right .right1 .a:hover .datepub,
.box3 .right .right1 .a:hover .l1 {
    color: #ffffff;
}

.box4 {
    background: url(../image/dqgz1.png) no-repeat;
    background-size: cover;
    margin-top: -0.5rem;
    padding-top: 1.35rem;
    padding-bottom: 1.1rem;
}

.box4 .right,
.box4 .left {
    width: 47.8%;
}

.box4 .top {
    display: flex;
    justify-content: space-between;
}

.box4 .top .item {
    background-color: #ffffff;
    width: calc(50% - 0.09rem);
    transition: all 0.4s;
}

.box4 .top .item .img img {
    height: 2.48rem;
}

.box4 .top .item .icon {
    width: 100%;
    height: 0.13rem;
    background: url(../image/dqgz4.png) no-repeat left center;
    background-size: contain;
    margin-top: 0.15rem;
    margin-bottom: 0.19rem;
    transition: all 0.4s;
}

.box4 .top .item .text {
    padding: 0.27rem 0.3rem;
    box-sizing: border-box;
}

.box4 .top .titlepub {
    height: 0.96rem;
}

.box4 .top .item :hover .titlepub {
    color: rgba(27, 84, 197, 1);
}

.box4 .top .item:hover {
    background-color: rgba(27, 84, 197, 1);
}

.box4 .top .item:hover .datepub,
.box4 .top .item:hover .titlepub {
    color: #ffffff;
}

.box4 .top .item:hover .icon {
    background-image: url(../image/dqgz4_.png);
}

.box4 .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.box4 .bottom .a {
    background-color: #ffffff;
    width: calc(50% - 9px);
    transition: all 0.4s;
    padding: 0.27rem 0.3rem;
    box-sizing: border-box;
}

.box4 .bottom .titlepub {
    margin-top: 0.1rem;
    height: 0.64rem;
}

.box4 .bottom .a:nth-child(1) {
    border-top: 4px solid #deb97c;
}

.box4 .bottom .a:nth-child(2) {
    border-bottom: 4px solid #deb97c;
}

.box4 .bottom .a:hover {
    background-color: rgba(27, 84, 197, 1);
}

.box4 .bottom .a:hover .datepub,
.box4 .bottom .a:hover .titlepub {
    color: #ffffff;
}

.footer {
    margin-top: -0.6rem;
}

@media screen and (max-width: 1000px) {
    .box4 .top .item .icon {
        max-width: 300px;
    }

    .box4,
    .box2,
    .box1 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .box4 {
        margin-top: 0;
    }

    .box2 {
        background-repeat: repeat;
        background-size: 100% auto;
    }

    .box3 {
        background: #1677dd;
        padding-top: 35px;
        padding-bottom: 18px;

    }

    .box2 .item1 .img img {
        height: auto;
    }

    .titlepub {
        font-size: 16px;
    }

    .title1 .name {
        font-size: 24px;
    }

    .title1 .name .icon {
        height: 35px;
        bottom: 0rem;
    }

    .title1 .ename {
        font-size: 12px;
        padding-left: 25px;
    }

    .box4 .left,
    .box3 .left,
    .box2 .left,
    .box1 .left {
        width: 100%;
        float: none;
    }

    .box4 .right,
    .box3 .right,
    .box2 .right,
    .box1 .right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .box4 .top .item .img img {
        height: 30vw;
    }

    .box3 .left .img img {
        height: 54vw;
    }

    .banner .fade-1 .slick-dots {
        bottom: 10px;
    }


    .banner .fade-1 .slick-dots li {
        margin: 0px 7px;
    }

    .footer {
        margin-top: 0px;
    }



    .box1 .left .top .text,
    .box1 .left .top .img img {
        height: 37vw;
    }
}


@media screen and (max-width: 800px) {

    .box3 .left .slick-prev,
    .box3 .left .slick-next {
        left: 15px;
        bottom: 15px;
        width: 35px;
        height: 35px;
        background-position: center top 12px;
    }



    .box3 .left .datepub {
        line-height: 16px;
    }



    .box3 .left .text {
        padding: 10px 15px;
    }

    .box3 .left .slick-next {
        left: auto;
        right: 15px;
    }

    .box1 .bottom .imglist,
    .box1 .bottom .textlist,
    .box1 .left .top .img,
    .box1 .left .top .text {
        float: none;
        width: 100%;
        border-left: 0rem solid #0e54e1;
    }

    .box1 .bottom .textlist .title .titlepub {
        height: auto;
    }

    .box1 .bottom .textlist {
        padding-top: 26px;
    }

    .box1 .bottom .textlist .title .datepub {
        position: static;
        padding: 0;
        margin-top: 10px;
        line-height: 1.2;
    }

    .box1 .bottom .textlist .a {
        padding: 16px 0 !important;
        border-bottom: 0px solid rgba(15, 96, 204, 0.4);
        border-top: 1px solid rgba(15, 96, 204, 0.4);
    }

    .box1 .bottom .imglist .img img {
        height: 28vw;
    }

    .box1 .bottom .imglist {
        width: calc(100% + .35rem);
    }

    .box1 .left .top .text {
        height: auto;
        padding: 20px;
        padding-bottom: 26px;
    }

    .box1 .left .top .img img {
        height: 55vw;
    }
 
    .box1 .left .top .text .datepub {
        position: static;
        margin-top: 27px;
    }

    .box1 .left .top .text img {
        max-width: 300px;
        margin: 15px 0;
    }

    .box1 .top .slick-prev,
    .box1 .top .slick-next {
        right: 70px;
        bottom: 15px;
        width: 35px;
        height: 35px;
        background-position: center top 12px;
    }

    .box1 .top .slick-next {
        right: 20px;
    }

    .box1 .left .top .text .title {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 500px) {
    .box4 .top {
        display: block;
    }

    .box4 .top .item {
        width: 100%;
        margin-bottom: 25px;
    }

    .box4 .bottom {
        margin-top: 0;
        display: block;
    }

    .box4 .top .item .img img {
        height: 62vw;
    }

    .box1 .bottom .imglist .item {
        width: 100%;
    }

    .box4 .top .titlepub {
        height: auto;
    }

    .box4 .bottom .a {
        width: 100%;
    }

    .box4 .bottom .a {
        margin-top: 25px;
    }

    .box3 .right .item1 {
        padding: 18px;
        margin-bottom: 15px;
    }

    .box3 .right .right1 .a {
        padding-left: 27px;
    }

    .box1 .right .list .block {
        padding: 0.25rem 0;
    }

    .box1 .right .list .a {
        padding: 0 0.25rem;
    }

    .box1 .right .list {
        height: auto;
    }


    .box1 .bottom .imglist .item:nth-child(2) {
        padding-top: .5rem !important;
    }

    .box1 .bottom .imglist .img img {
        height: 58vw;
    }



    .box1 .bottom .imglist .date1 {
        font-size: 24px;
    }

    .box1 .bottom .imglist .date {
        height: 0.67rem;
        top: -0.26rem;
        padding-top: 0.07rem;
    }

    .box1 .bottom .imglist {
        padding-top: .6rem;
    }


}