@chda.daterset "utf-8";

a {
    display: block;
}

.banner {
    overflow: hidden;
}

.banner,
.banner .img {
    width: 100%;
    height: 28.2vw;
    display: block;
    object-fit: cover;
}
.banner{ 
    width: 80%;
    max-width: 1400px;
    margin:auto;
}
.banner .item {
    position: relative;
}


.banner .title {
    font-size: .28rem;
    line-height: .95rem;
    padding-left: .5rem;
    padding-right: 3rem;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}
.banner .slick-current .img {
    animation: vibes 3s ease;
}


@-webkit-keyframes vibes {

    0% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}



.banner .slick-dots {}

.banner .slick-prev,
.banner .slick-next {
    width: .4rem;
    height: .4rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/zuo.png) no-repeat center center;
    background-size: .1rem;
    left: .4rem;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    display: none !important;
}

.banner .slick-next {
    left: auto;
    right: 40px;
    background-image: url(../image/you.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.5);
}

/*  */
.box1 {
    /* background-color: #3734b4; */
    /* margin-top: .5rem; */
}

.box1 .box {
    display: flex;
    justify-content: space-between;
    background-color: #3734b4;
}

.box1 * {
    transition: all 0.4s;
}

.box1 .a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 1.18rem;
}

.box1 .a::after,
.box1 .a::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.01rem;
    background-color: #645998;
    transition: all 0.4s;
}

.box1 .a::after {
    left: auto;
    right: 0;
}

.box1 .a:nth-child(1)::before {
    display: none !important;
}

.box1 .a:last-child::after {
    display: none !important;
}

.box1 .a:hover:after,
.box1 .a:hover::before {
    background-color: #bea461;
}

.box1 .block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1 .img {
    position: relative;
}

.box1 .img img {
    height: 0.37rem;
}

.box1 .img .img1 {}

.box1 .img .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.box1 .text {
    font-size: 0.28rem;
    margin-left: 0.15rem;
    color: #fff;
}

.box1 .a:hover .img2 {
    opacity: 1;
}

.box1 .a:hover .text {
    color: #cdb058;
}


.title1 {
    position: relative;
    margin-bottom: 0.4rem;
}

.title1 .name {
    display: flex;
}

.title1 .name .item {
    line-height: .75rem;
    position: relative;
    color: rgba(55, 52, 180, 0.4);
    margin-left: 0.5rem;
    font-size: 0.32rem;
    cursor: pointer;
    background: url(../image/title1.png) no-repeat center center;
    background-size: auto 0%;
    transition: all 0.5s;
}
.box2 .right .title1 .name .item{
    /* font-size: 0.28rem; */
}
.box2 .right .title1 .name .item.style{
    /* background-size:auto .6rem; */
}
.box2 .right .title1 .name .item {
    background-image: url(../image/title2.png);
}

.box3 .left .title1 .name .item {
    background-image: url(../image/title3.png);
}

.box3 .right .title1 .name .item {
    background-image: url(../image/title4.png);
}


.title1 .name .item.style {
    background-size: auto 100%;
    font-weight: 600;
    color: rgba(55, 52, 180, 1);
}

.title1 .name .item::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 0.5rem;
    background: url(../image/title32.png) no-repeat center center;
    background-size: .12rem;
}

.title1 .name .item:nth-child(1) {
    margin-left: 0rem !important;
}

.title1 .name .item:nth-child(1)::before {
    display: none !important;
}

.title1 .more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;

}

.title1 .more .item {
    background: url(../image/more1.png) no-repeat left center;
    background-size: 0.2rem;
    line-height: 0.3rem;
    font-size: 0.15rem;
    transition: all 0.5s;
    padding-left: 0.32rem;
    display: none;
}

.title1 .more .item.style {
    display: block;
}

.title1 .more .item:hover {
    background-image: url(../image/more1_.png);
    color: #cdb058;
}

.box2 {
    padding-top: 0.62rem;
}

.box2 .left {
    width: 50%;
}

.box2 .left .list {
    box-shadow: 0rem 0.15rem 0.45rem .1rem rgba(104, 104, 104, 0.3);
}

.box2 .left .list .a {
    position: relative;
}

.box2 .left .list .img img {
    height: 4.9rem;
}

.box2 .left .list .back {
    position: absolute;
    height: 40%;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.box2 .left .list .text {
    position: absolute;
    width: 100%;
    padding: 0.3rem 0.33rem;
    padding-right: 1.6rem;
    box-sizing: border-box;
    color: #fff;
    bottom: 0;
    left: 0;
}

.box2 .left .list .text .title {
    font-weight: 600;
    font-size: 0.24rem;
    transition: all 0.4s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 1.5;
}

.box2 .left .list .text .date {
    font-size: 0.16rem;
    margin-top: 0.18rem;
    transition: all 0.4s;
}

.box2 .left .list .slick-dots {
    display: none !important;
}

.box2 .left .slick-prev,
.box2 .left .slick-next {
    width: 0.38rem;
    height: 0.38rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.35rem;
    right: .83rem;
    background: url(../image/hyfc1.png) no-repeat center center;
    background-size: 0.09rem;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.box2 .left .slick-next {
    left: auto;
    right: 0.2rem;
    background-image: url(../image/hyfc2.png);
}

.box2 .left .slick-prev:hover {
    background-color: #04348d;
    background-image: url(../image/hyfc1_.png);
}

.box2 .left .slick-next:hover {
    background-color: #04348d;
    background-image: url(../image/hyfc2_.png);
}

.box2 .left:hover .title,
.box2 .left:hover .date {
    color: #cdb058;
}

.box2 .right {
    width: 46.5%;
}

.box2 .right .list1 {
    position: relative;
    margin-top: -0.25rem;
    overflow: hidden;
}

.box2 .right .list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.8s;
}

.box2 .right .list.style {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.box2 .right .list .text {
    position: relative;
}

.box2 .right .list .text::before {
    content: '';
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0.04rem;
    width: .01rem;
    height: calc(100% - 0.9rem);
    background-color: #c3c2e8;
}

.box2 .right .list .a {
    position: relative;
    box-sizing: border-box;
    padding-left: 0.26rem;
}

.box2 .right .list .a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background-color: #c3c2e8;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s;
}

.box2 .right .list .a:hover:before {
    background-color: #3734b4;
}

.box2 .right .list .block {
    position: relative;
    padding: 0.28rem 0;
    overflow: hidden;
}

.box2 .right .list .block::before {
    position: absolute;
    height: .01rem;
    background-color: #f0f0f0;
    left: 0;
    content: '';
    bottom: 0;
    width: 100%;
}

.box2 .right .list .block::after {
    position: absolute;
    height: .01rem;
    background-color: #3734b4;
    left: 0;
    content: '';
    bottom: 0;
    width: 0%;
    transition: all 0.5s;
    z-index: 1;
}

.box2 .right .list .a:hover .block::after {
    width: 100%;
}

.box2 .right .list .a:last-child .block::before,
.box2 .right .list .a:last-child .block::after {
    display: none !important;
}

.box2 .right .list .l1,
.box2 .right .list .date {
    line-height: 0.34rem;
}

.box2 .right .list .date {
    padding: 0 0.15rem;
    background-color: #f0f0f0;
    font-size: 0.14rem;
    color: #636363;
    float: right;
    margin-left: 0.2rem;
    transition: all 0.5s;
}

.box2 .right .list .l1 {
    font-size: 0.22rem;
    transition: all 0.5s;
}

.box2 .right .list .a:hover .l1 {
    color: #3734b4;
}

.box2 .right .list .a:hover .date {
    background-color: #3734b4;
    color: #fff;
}

.box3 {
    padding-top: 0.47rem;
    padding-bottom: 0.5rem;
}

.box3 .left {
    width: 48.5%;
}

.box3 .left .list1 {
    position: relative;
}

.box3 .left .list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.8s;
}

.box3 .left .list.style {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.box3 .left .list .a {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 0.31rem 0;
    padding-right: 0.5rem;
    border-bottom: 0.01rem solid #f0e7cd;
    box-sizing: border-box;
}
 
.box3 .left .list .a:hover {
    background: #232096;
    box-shadow: 0rem 0.01rem 0.3rem 0.05rem rgba(102, 80, 37, 0.3);
}

.box3 .left .list .date {
    text-align: center;
    width: 1.38rem;
    text-align: center;
    margin-right: 0.34rem;
    height: .91rem;
    box-sizing: border-box;
    float: left;
    border-right: 0.01rem solid #f0e7cd;
    /* padding-top: 0.1rem; */
}

.box3 .left .list .date1 {
    color: #04348d;
    font-family: SourceHanSerifSCBold;
    font-size: 0.44rem;
    /* padding-top: 0.14rem; */
    line-height: 1;
}

.box3 .left .list .date2 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
    color: rgba(0, 0, 0, 0.5);
}

.box3 .left .list .text {
    display: flex;
    height: .89rem;
    align-items: center;
    /* padding-left: .25rem; */
}

.box3 .left .list .text1 {
    width: 100%;
}

.box3 .left .list .text .title {
    font-size: 0.22rem;
}

.box3 .left .list .a:hover .title {
    color: #ffffff;
}


.box3 .left .list .text .summary {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0.12rem;
}

.box3 .left .list .a:hover .summary {
    color: rgba(255, 255, 255, 0.6);
}

.box3 .left .list .a:hover .date1 {
    color: #cdb058;
}

.box3 .left .list .a:hover .date {
    border-right: 0.01rem solid #cdb058;
}

.box3 .left .list .a:hover .date2 {
    color: rgba(255, 255, 255, 0.5);
}


.box3 .left .list * {
    transition: all 0.6s;
}

.box3 .right {
    width: 47.5%;
}
.box3 .right.zsxc {
    float:left;
margin: 0;
}
.box3 .right .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box3 .right .a {
    position: relative;
    width: calc(50% - 0.1rem);
    margin-bottom: 0.2rem;
}

.box3 .right .img img {
    height: 2.21rem;
}

.box3 .right .back {
    position: absolute;
    height: 40%;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.box3 .right .title {
    position: absolute;
    width: 100%;
    padding: 0.18rem 0.16rem;
    box-sizing: border-box;
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 0.2rem;
    transition: all 0.4s;
}

.box3 .right .a:hover .title {
    color: #cdb058;
}

.box3 .right .fade-1 .slick-dots {
    display: none !important;
}

.box3 .right .slick-prev,
.box3 .right .slick-next {
    width: 0.42rem;
    height: 0.42rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: calc(50% - .4rem); 
    background: url(../image/hyfc1.png) no-repeat center center;
    background-size: 0.11rem;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9;
    border-radius: 50%;
    border: .01rem solid #3734b4;
    cursor: pointer;
    transition: all 0.4s;
}
.box3 .right .list{
    padding-bottom:.5rem
}
.box3 .right .slick-next  {
    left: calc(50% + .4rem); 
    background-image: url(../image/hyfc2.png);
}

.box3 .right .slick-prev:hover {
    background-color: #04348d;
    background-image: url(../image/hyfc1_.png);
}

.box3 .right .slick-next:hover {
    background-color: #04348d;
    background-image: url(../image/hyfc2_.png);
}
@media screen and (max-width: 1650px) {
    .title1 .name .item::before{
         /*display:none;*/
    }
    .box2 .right .title1 .name .item{
        /* margin-left: 0.18rem; */
        /* font-size: .25rem; */
    }
}

@media screen and (max-width: 1400px) {


    .title1 .name .item {
        line-height: .6rem;
        font-size: 0.3rem;
    }

    .title1 .name .item::before {
        background-size: .12rem;
    }
}
@media screen and (max-width: 1400px) {
    .box2 .right .title1 .name .item {
        /* margin-left: 0.08rem; */
        /* font-size: .22rem; */
    }
}
@media screen and (max-width: 1240px) {
   
    .box1 .box,
    .banner{
                width: 100%;
    }
}
@media screen and (max-width: 1000px) {
.banner .title {
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;    
padding-right: 125px;
}
.box2 .right .title1 .name .item.style {
     background-size: auto 100%;  
}
  .box1 .box {
      width: 94%;
    }
    .banner, .banner .img {
        height: 36vw;
    }

    .box3 .left {
        width: 100%;
        float: none;
    }
.banner{
        width: 100%;
}
    .box3 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .box3 .left .list .date1 {
        font-size: 28px;
    }

    .box3 .left .list .date2 {
        font-size: 13px;
        margin-top: 10px;
    }

    .box3 .left .list .date {
        width: auto;
        margin-right: 20px;
        padding-right: 20px;
        padding-left: 12px;
        height: 74px;
        padding-top: 12px;
    }

    .box3 .left .list .a {
        padding: 20px 0;
        padding-right: 15px;
    }

    .box3 .left .list .text .title {
        font-size: 17px;
    }

    .box3 .right .slick-next,
    .box3 .right .slick-prev {
        left: calc(50% - 35px);
        right: auto;
        bottom: 0;
        transform: translateX(-50%);
        top: auto;
        /* width: 30px;
        height: 30px; */
    }

    .box3 .right .img img {
        height: 28vw;
    }

    .box3 .right .slick-next {
        left: calc(50% + 35px);
    }

    .box3 .right .list {
        padding-bottom: 40px;
    }

    .box3 .right {
        width: 100%;
        float: none !important;
        margin-top: 30px;
    }

    .title1 .name .item {
        font-size: 20px;
        line-height: 40px;
        margin-left: 20px;
    }

    .box1 .text {
        font-size: 21px;
    }

    .box1 .img img {
        height: 24px;
    }

    .box2 .left .list .text .title {
        font-size: 18px;
    }

    .box2 .right .list .l1 {
        font-size: 17px;
    }

    .box2 .right .list .block {
        padding: 20px 0;
    }

    .title1 {
        margin-bottom: 25px;
    }

    .title1 .name .item::before {
        width: 20px;
        background-size: 8px;
    }

    .box2 .left {
        width: 100%;
        float: none;
    }

    .box2 .right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .box2 .left .list {
        box-shadow: 0rem 0.15rem 0.25rem .05rem rgba(104, 104, 104, 0.2);
    }

    .box2 .left .list .img img {
        height: 60vw;
    }

    .box1 .a {
        background-color: #3734b4;
        width: 48%;
        margin-top: 20px;
    }

    .box2 {
        padding-top: 35px;
    }

    .box1 .a:last-child {
        width: 100%;
    }

    .box1 .box{
        background: none;
    }

    .box1 .box {
        flex-wrap: wrap;
    }

    .banner .fade-1 .slick-dots li::before {
        width: 8px;
        height: 8px;
        /* background-color: #cdb058; */
    }

    .banner .fade-1 .slick-dots li::after {
        width: 8px;
        height: 8px;
        /* border: .01rem solid #cdb058; */
    }

    .banner .fade-1 .slick-dots li.slick-active::after {
        width: 100%;
        height: 100%;
    }

    .banner .fade-1 .slick-dots li {
        width: 20px;
        height: 20px;
        margin: 0 7px;
    }

    .banner .fade-1 .slick-dots {
               bottom: 8px;
        right: 10px;
    }

    .box3 .right .title {
        font-size: 17px;
    }
}

@media screen and (max-width: 550px) {
      .box2 .right .title1 .name .item{
          /* font-size: 15px; */
          /* margin-left: 8px; */
      }
    .box2 .right .title1 .name {
        overflow: auto;
        white-space: nowrap;
          padding-bottom:10px
    }
    .box3 .left {
        padding-bottom: 65px;
        position: relative;
    }

    .box2 .right {
        padding-bottom: 45px;
        position: relative;
    }

    .box3 .left .title1,
    .box2 .right .title1 {
        position: static;
    }

    .box3 .left .title1 .more,
    .box2 .right .title1 .more {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: 0;
        top: auto;
    }

    .box3 .left .title1 .more .item,
    .box2 .right .title1 .more .item {
        background: rgba(55, 52, 180, 1);
        line-height: 40px;
        width: 120px;
        padding: 0;
        text-align: center;
        color: #ffffff;
        font-size: 17px;
    }

    .box3 .left .title1 .more .item:hover,
    .box2 .right .title1 .more .item:hover {
        background: #cdb058;
    }

    .box3 .right .a {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .box3 .right .title {
        font-size: 15px;
        padding: 10px;
    }

 

    .box1 {
        padding-top: 20px;
    }

    .box1 .a {
        width: 100%;
        margin-top: 15px;
    }

    .box2 .left .list .text .date {
        margin-top: 10px;
        font-size: 13px;
    }

    .box2 .left .list .text .title {
        font-size: 17px;
    }

    .box2 .left .list .text {
        padding: 15px;
    }

    .box2 .left .slick-prev,
    .box2 .left .slick-next {
        top: 30%;
        right: 15px;
    }

    .box2 .left .slick-prev {
        right: auto;
        left: 15px;
    }
}