.xwdt-z{}
.xwdt-z li{}
.xwdt-z li .pics {
    position: relative;
    padding-top: 61.5%;
        overflow: hidden;}
.xwdt-z li .pics img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.xwdt-z li:hover img{
    transition: all .8s;
    transform: scale(1.2);}
.xwdt-z li .bts {
    background-color: #2bb6b1;
    padding: 20px;}
.xwdt-z li .bts .bt {
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.xwdt-z li .bts .zy{font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
    margin-top: 10px;}
.xwdt-z li .bts .rq{
    display: block;
    font-family: CenturyGothic;
    font-size: 16px;
    font-weight: lighter;
    font-style: italic;
    line-height: 26px;
    color: #ffffff;
    margin-top: 10px;}
.xwdt-y{}
.xwdt-y li{    margin-bottom: 20px;}
.xwdt-y li .pics {
    position: relative;
    padding-top: 60%;
       overflow: hidden;}
.xwdt-y li .pics img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.xwdt-y li:hover img{
transition: all .8s;
    transform: scale(1.2);}
.xwdt-y li .bts {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5%;
    width: 90%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(0 0 0 / 50%));}
.xwdt-y li .bts .bt {
    font-family: SourceHanSansCN-Bold;
    font-size:18px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.xwdt-y li .bts .rq{
    display: block;
    font-family: CenturyGothic;
    font-size: 16px;
    font-weight: lighter;
    font-style: italic;
    line-height: 26px;
    color: #ffffff;
    margin-top: 10px;}
.links-box {
    height: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;}

.link-item * {
    transition: all 0.3s ease;}

.link-item {
    display: flex;
    align-items: center;
    padding: 16px 25px;
    transition: all 0.3s ease;
    /* border-bottom: 1px solid #d1d1d1; */
    /* border-right: 1px solid #d1d1d1; */
    box-shadow: 1px 1px 2px 1px #d1d1d1;
    cursor: pointer;
    background: #e8f4f8;
    border-radius: 10px;}

.link-item:hover {
    transform: translateY(-3px);}

.link-item .iteml {
    display: flex;}

.link-item .iteml .item-icon {}

.link-item .iteml .item-icon img {
    display:block;
    width: 30px;}

.link-item .iteml .item-tit {
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;}

.link-item:hover .iteml .item-tit {
    color:#2bb6b1;}

.link-item .itemr {
    margin-left: auto;
    font-size: 20px;
    width:80px;}

.link-item:hover .itemr {
    color:#2bb6b1;
    width:60px;}
.swiper-hzjl {
    width: 100%;
    overflow: hidden;
    position: relative;}

.swiper-hzjl .swiper-slide {}

.swiper-hzjl .swiper-slide a {
    display:block;}

.swiper-hzjl .swiper-slide a .h-pic {
    width: 100%;
    aspect-ratio: 3 / 2;}

.swiper-hzjl .swiper-slide a .h-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;}

.swiper-hzjl .swiper-slide:hover a .h-pic img {
    transform: scale(1.05);}

.swiper-hzjl .swiper-slide a .h-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 16px;
    box-sizing:border-box;}

.swiper-hzjl .swiper-pagination {
    width: auto;
    left: auto;
    right: 15px;
    bottom: 15px;}
.swiper-mtjj {
    width: 100%;
    overflow: hidden;
    position: relative;}

.swiper-mtjj .swiper-slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    padding-top: 15px;}

.swiper-mtjj .swiper-slide:nth-child(2n-1)::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/ico/images/list3_b.png) center no-repeat;
    background-size: cover;
    transition: 1s;
    opacity: 0;}

.swiper-mtjj .swiper-slide:nth-child(2n)::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 15px;
    left: 0;
    background: url(/ico/images/list3_b1.png) center no-repeat;
    background-size: cover;
    transition: 1s;
    opacity: 0;}

.swiper-mtjj .swiper-slide:hover::before {
    opacity: 1;}

.swiper-mtjj .swiper-slide .a {
    display: flex;
    height: 184px;
    /* align-items: center; */
    padding: 0 20px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    flex-direction: column;
    justify-content: center;}


.swiper-mtjj .swiper-slide:nth-child(2n-1) .a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #2bb6b1;
    transition: 1s;}

.swiper-mtjj .swiper-slide:nth-child(2n) .a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 4px;
    background: #2bb6b1;
    transition: 1s;}

.swiper-mtjj .swiper-slide:nth-child(2n-1) .a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 19px;
    background: url(/ico/images/list3_s_new.png) center no-repeat;
    background-size: cover;
    transform: translateX(-100%);
    transition: 1s;}

.swiper-mtjj .swiper-slide:nth-child(2n) .a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: calc(100% - 4px);
    left: 0;
    height: 19px;
    background: url(/ico/images/list3_s_new.png) center no-repeat;
    background-size: cover;
    transform: translateX(-104%);
    transition: 1s;}

.swiper-mtjj .swiper-slide:nth-child(2n):hover .a::before,
.swiper-mtjj .swiper-slide:nth-child(2n-1):hover .a::before {
    transform: translateX(104%);}

.swiper-mtjj .swiper-slide:nth-child(2n):hover .a::after,
.swiper-mtjj .swiper-slide:nth-child(2n-1):hover .a::after {
    transform: translateX(0);}

.swiper-mtjj .swiper-slide .a:hover h4 {
    color: #2bb6b1;}


.swiper-mtjj .swiper-slide .media {
    width: 150px;
    line-height: 35px;
    background: url(/ico/images/list6_s3_new.png) center no-repeat;
    background-size: 100% 100%;
    padding: 0 10px;
    margin: 0 0 15px;
    text-align: center;
    font-size:14px;
    font-family: 'sys';
    color: #ffd966;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.swiper-mtjj .swiper-slide .txt h4 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 26px;
    width: 100%;
    transition: all 0.5s;}
.adb1-c .pic 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;}

.adb1-c a:hover .pic div {
    width: 110%;
    height: 110%;}
    .adb1-c .swiper-slide a {
        display: block;
        background-color: #ffffff;
        border-radius: 10px;
        border: solid 1px #eeeeee;
        overflow: hidden;}

    .adb1-c .swiper-slide a .pic {
       padding-top: 57.8%;
    position: relative;
    overflow: hidden;}

 

    .adb1-c .swiper-slide a .info {
        padding: 15px 30px 38px 30px;
        position: relative;}

    .adb1-c .swiper-slide a .info::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: -60px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) .3rem, rgba(255, 255, 255, 1) 60px);
        z-index: 1;
        transition: all 0.5s;
        opacity: 1;}

  .adb1-c .swiper-slide a .info::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -60px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(11, 84, 174, 0) 0%, rgb(43 182 177 / 60%) 0.3rem, rgb(43 182 177) 60px);
    opacity: 0;
    transition: all 0.5s;}

    .adb1-c .swiper-slide a .info h3 {
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
        color: #222222;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 60px;
        position: relative;
        z-index: 9;}

    .adb1-c .swiper-slide a .info div {
        margin-top: 5px;
        position: relative;
        z-index: 9;}

    .adb1-c .swiper-slide a .info div p {
        font-size: 16px;
        font-weight: normal;
        line-height: 34px;
        color: #666666;}

    .adb1-c .swiper-slide a .info b {
        display: block;
        width: 41px;
        height: 41px;
        background-color: #ffd966;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        margin-top: 20px;
        z-index: 9;}

    .adb1-c .swiper-slide a .info b::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: url(/ico/images/pubmore-w.png) no-repeat;
        background-position: center center;
        background-size: 13px;
        transition: all 0.5s;
        transform: translateY(-100%) translateX(-100%);}

    .adb1-c .swiper-slide a .info b::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: url(/ico/images/pubmore-b.png) no-repeat;
        background-position: center center;
        background-size: 13px;
        transition: all 0.5s;}

    .adb1-c .swiper-slide a .info span {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(/images/adb-itembg.png) no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        z-index: 3;
        opacity: 0;
        transform: translateY(100%);
        transition: all 0.5s;}

    .adb1-c .swiper-scrollbar {
        position: relative;
        height: 1px;
        margin-top:20px;
        height: 12px;
        background: none;}

    .adb1-c .swiper-scrollbar::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 1px;
        background: #0851ac;
        opacity: .2;}

    .adb1-c .swiper-scrollbar div {
        height: 100%;
        background-color: #2bb6b1;
        border-radius: 6px;
        transition: all 0.5s;}
        .adb1-c .swiper-slide a:hover .info::after {
        opacity: 1;}
     .adb1-c .swiper-slide a:hover *{
     color: #ffffff !important;}
     .adb1-c .swiper-slide a:hover .info b::before {
        transform: translateY(0) translateX(0);}
    .adb1-c .swiper-slide a:hover .info b::after {
        transform: translateY(100%) translateX(100%);}
.bot{color:#fff !important;}
.bot p{color:#fff !important;}
.bot a{color:#fff !important;}
.bot span{color:#fff !important;}
