.pics {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pics::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

.pics img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pics img {
    transform: scale(1.05);
}

a:hover .pics:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.pics div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pics div {
    width: 110%;
    height: 110%;
}


.adrow1 {
    margin-top: 50px;
}

.adrow1-c {
    display: flex;
    margin-top: 47px;
}

.adrow1-l {}

.adrow1-l {
    flex: 1;
    min-width: 0;
    position: relative;
}



.adrow1-l ul li a {
    display: block;
}

.adrow1-l ul li a .pic {
    padding-top: 62.5%;
}

.adrow1-l ul li a .info {}

.adrow1-l ul li a .info h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 29px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: sysong;
    position: relative;
}



.adrow1-l ul li a .info span {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #0852A3;
    padding-left: 26px;
    margin-top: 20px;
    display: block;
    background: url(../images/icon-times.png) no-repeat;
    background-position: left center;
    background-size: 16px auto;
}

.adrow1-l ul li a .info p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #676767;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 90px;
    font-family: SourceHanSerifCN-Regular;
    margin-top: 30px;
}

.adrow1-l ul .slick-dots {
    position: static;
    margin-right: 167px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    margin-top: 86px;
}

.adrow1-l ul .slick-dots::before {
    content: "";
    display: block;
    width: 42px;
    height: 6px;
    background: url(../images/dot-bef.png) no-repeat;
    background-position: right center;
    background-size: auto 6px;
    margin-right: 20px;
}

.adrow1-l ul .slick-dots::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 6px;
    background: url(../images/dot-aft.png) no-repeat;
    background-position: left center;
    background-size: auto 6px;
    margin-left: 20px;
}

.adrow1-l ul .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    transition: all 0.5s;
}

.adrow1-l ul .slick-dots li button {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;
    color: rgba(102, 102, 102, 0.5);
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    transition: font-size 0.5s;
    background: none;
    border: none;
}

.adrow1-l ul .slick-dots li.slick-active {}

.adrow1-l ul .slick-dots li.slick-active button {
    font-size: 36px;
    color: #0852A3;
}

.adrow1-l .pub-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 160px;
}

.pub-arrow {
    display: flex;
    align-items: center;
}

.pub-arrow div {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.pub-arrow div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

.pub-arrow div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 100%;
}

.pub-arrow-l::after {
    background: url(../images/icon-prev-w.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: 100% 100%;
}

.pub-arrow-r {
    margin-left: 17px;
}

.pub-arrow-r::after {
    background: url(../images/icon-next-w.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.pub-arrow::after {
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    flex: 1;
    min-width: 0;
    height: 7px;
    background: url(../images/dot-aft2.png) no-repeat;
    background-position: right center;
    background-size: auto 7px;
}

.adrow1-r {
    width: 586px;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

.adrow1-r::before {
    content: "";
    position: absolute;
    top: -24px;
    right: -22px;
    left: 125px;
    bottom: 56px;
    background: #0852A3;

}

.adrow1-r .slick ul li a {
    display: block;
}

.adrow1-r .slick ul li a .pics {
    padding-top: 56%;
}

.adrow1-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.adrow1-list ul li {
    width: 48%;
}

.adrow1-list ul li a {
    display: flex;
    align-items: center;
    background: #F4F9FF;
    height: 83px;
    border: 1px solid transparent;
    transition: all .5s;
}

.adrow1-list ul li a span {
    width: 85px;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #0852A2;
}

.adrow1-list ul li a span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #D3E3F4;
}

.adrow1-list ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #404040;
    padding: 0 17px;
}

.adrow1-list ul li:nth-child(2)~li {
    margin-top: 12px;
}


.admtzn {
    margin-top: 32px;
}

.admtzn ul {
    display: flex;
    margin: 0 -28px;
}

.admtzn ul li {
    width: 33.33%;
}

.admtzn ul li a {
    display: block;
    margin: 0 28px;
    padding: 30px 25px;
}

.admtzn ul li a .pics {
    padding-top: 59.4%;
}

.admtzn ul li a .pics span {
    position: absolute;
    left: 13px;
    top: 11px;
    background: #0852A2;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    padding: 0 15px;
    max-width: calc(100% - 30px);

}

.admtzn ul li a .info {
    padding-top: 25px;
}

.admtzn ul li a .info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #353535;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}

.admtzn ul li a .info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: rgba(99, 99, 99, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    margin: 16px 0 53px 0;
}

.admtzn ul li a .info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admtzn ul li a .info div span {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #0852A2;
}

.admtzn ul li a .info div em {
    width: 34px;
    height: 34px;
    transition: all .5s;
    border-radius: 50%;
    background: #BED1E5;
    position: relative;
}

.admtzn ul li a .info div em::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/admtzn-right.png) no-repeat;
    background-position: center center;
    background-size: auto 13px;
    transition: all .5s;
}

.admtzn ul li a .info div em::after {
    content: "";
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    width: 33px;
    background: url(../images/admtzn-right2.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: all .5s;
    opacity: 0;
}

.adrow2 {
    background-position: center top;
    background-size: cover;
    padding: 26px 0 30px 0;
}

.adcon1 {
    margin-top: 30px;
}

.adcon1 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -9px 0px -9px;
    align-items: flex-end;
}

.adcon1 ul li:nth-child(-n+3) {
    align-self: flex-start;
}

.adcon1 ul li {
    width: 29.425%;
}

.adcon1 ul li.big {
    width: 41.15%;
}

.adcon1 ul li a {
    display: block;
    margin: 0 9px;
    position: relative;
}

.adcon1 ul li a .pics {
    padding-top: 74%;
}

.adcon1 ul li.big a .pics {
    padding-top: 56.39%;
}

.adcon1 ul li a .pics::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 124px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.adcon1 ul li a h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 13px;
}

.adcon1 ul li a span {
    position: absolute;
    right: 13px;
    top: 11px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #FFFFFF;
    padding: 0 13px;
}

.adcon1 ul li a span.tag1 {
    background: #FBA523;
}

.adcon1 ul li a span.tag2 {
    background: #0B64C2;
}




@media screen and (min-width:1025px) {
    .adrow1-list ul li a:hover {
        border-color: #0852A3 #0852A3 #FF9900 #0852A3;
        box-shadow: 0px 0px 10px 0px rgba(16, 84, 168, 0.12);
    }

    .adrow1-list ul li a:hover span {
        color: #0852A3;
        font-weight: 600;
    }

    .adrow1-list ul li a:hover span::after {
        background: #B2D4F9;
    }

    .adrow1-list ul li a:hover p {
        color: #0852A3;
        font-weight: 600;
    }

    .admtzn ul li a:hover {
        background: #FFFFFF;
        box-shadow: 0px 6px 37px 0px rgba(0, 0, 0, 0.05);
    }

    .admtzn ul li a:hover .info h3 {
        color: #0852A2;
        font-weight: 600;
    }

    .admtzn ul li a:hover .info p {
        color: rgba(0, 70, 146, 0.56);
    }


    .admtzn ul li a:hover .info div em {
        background: #0852A2;
    }

    .admtzn ul li a:hover .info div em::before {
        opacity: 0;
    }

    .admtzn ul li a:hover .info div em::after {
        opacity: 1;
    }
}



@media screen and (max-width:1000px) {
    .adrow1-c {
        flex-direction: column-reverse;
    }

    .adrow1-l {
        width: 100%;
    }

    .adrow1-r {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .adrow1-l ul li a .info h3 ,.adrow1-list ul li a p,.adrow1-list ul li a span,.admtzn ul li a .info h3,.adcon1 ul li a h3{
        font-size: 16px;
    }

    .adrow1-l ul li a .info p, .adrow1-l ul li a .info span {
        font-size: 16px;
        margin-top: 15px;
    }

    .adrow1-l ul .slick-dots {
        margin-top: 25px;
        margin-right: 135px;
    }

    .adrow1-l ul .slick-dots::before{
        margin-right: 10px;
    }
    .adrow1-l ul .slick-dots li button {
        font-size: 14px;
        line-height: 30px;
    }

    .adrow1-l ul .slick-dots li.slick-active button {
        font-size: 20px;
    }

    .pub-arrow div {
        width: 30px;
        height: 30px;
    }

    .adrow1-l .pub-arrow {
        width: 130px;
    }

    .pub-arrow-r {
        margin-left: 10px;
    }

    .adrow1-list ul{
        display: block;
    }
    .adrow1-list ul li{
        width: auto;
        margin-top: 12px;
    }
    .admtzn ul{
        margin: 0 -10px;
    }
    .admtzn ul li a{
        padding: 0;
        margin: 0 10px;
    }
    .admtzn ul li a .info p{
        margin: 10px 0 15px 0;
    }
    
}


@media screen and (max-width:768px){
    .admtzn ul{
        margin: 0;
        display: block;
    }
    .admtzn ul li{
        width: auto;
    }
     .admtzn ul li + li{
        margin-top: 15px;
     }
      .admtzn ul li a{
        margin: 0;
      }

      .adcon1 ul li{
        width: 50%;
      }
      .adcon1 ul li.big{
        width: 100%;
        margin-top: 10px;
      }

      .adcon1 ul{
        margin: 20px -5px 0px -5px;
      }
      .adcon1 ul li a{
        margin: 0 5px;
      }

}