.xy_alliance_bg {
    background: #F4F5FA;
    margin-top: 0;
}

.xy_alliance {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    margin: 40px auto 0 auto;
}

.xy_alliance_txt {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: #333333;
}

.xy_alliance_txt h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: normal;
    color: #333333;
    position: relative;
    font-family: SourceHanSerifCN-SemiBold;
}

.xy_alliance_txt h1:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 5px;
    background: #0848A7;
}

.xy_alliance_txt p {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: #333333;
    margin: 30px auto;
}

.xy_alliance_member {
    height: auto;
    margin: 80px auto;
}

.member-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-diamond {
    /* display: flex; */
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
    justify-content: space-between;
}

.member-item {
    position: relative;
    /* background: url(../images/member_item_bg.png) center no-repeat; */
    background-size: 100% 100%;
    display: block;
    width: 19%;
    padding-top: 19%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    z-index: 1;
    transition: all .3s;
}

.member-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 70%;
    max-height: 70%;
}

.member-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .5s
}

.member-item:hover:before {
    box-shadow: 0 0 15px rgb(180 210 255);
}

.left-diamond .member-item:nth-child(4):before {
    background: linear-gradient(224deg, #d1dae8 0%, #0848a700 101%);
}

.member-item:nth-child(-n+3) {
    margin-left: 14.3333%;
}

.member-item:nth-child(3)~.member-item {
    margin-right: 13.5%;
    margin-top: -10px;
}

.member-item:nth-child(6)~.member-item {
    margin-left: 14.3333%;
    margin-right: 0;
}

.right-diamond .member-item:nth-child(6):before {
    background: linear-gradient(224deg, #0848a700 0%, #d1dae8 101%);
}




.right-diamond .member-item:nth-child(-n+3) {
    margin-right: 14.3333%;
    margin-left: 0%;
}

.right-diamond .member-item:nth-child(3)~.member-item {
    margin-left: 13%;
    margin-right: 0%;
}

.right-diamond .member-item:nth-child(6)~.member-item {
    margin-right: 14.3333%;
    margin-left: 0;
}


.center-diamond {
    width: 17%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-top: 17%;
}

.center-diamond:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/member_center_bg.png) center no-repeat #0848a7;
    z-index: -1;
    transform: rotate(-45deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.center-diamond .inner {
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.center-diamond .inner span {
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: normal;
    color: #FFFFFF;
    font-family: SourceHanSerifCN-SemiBold;
}

.center-diamond .inner .line {
    background: #FFFFFF;
    width: 30px;
    height: 5px;
    margin: 0 auto;
}

/* .center-diamond:after{
   content:"";
   position: absolute;
   width: 255px;
   height: 255px;
   background: #0848A7;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%) rotate(45deg);
} */
.right-diamond {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
}

.xy_alliance_mes {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.xy_alliance-img {
    width: 670px;
}


.xy_alliance_mes .d-title1 .tit {
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: normal;
    color: #333333;
    position: relative;
    padding-left: 20px;
    font-family: SourceHanSerifCN-SemiBold;
}

.xy_alliance_mes .d-title1 .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 29px;
    background: #0848A7;
    transform: translateY(-50%)
}

.lmnewsSwp {
    /* min-height: 715px; */
    position: relative;
    overflow: hidden
}

.lmnewsSwp .inner {
    display: block
}

.lmnewsSwp .img {
    padding-top: 60%;
    position: relative;
    overflow: hidden
}

.lmnewsSwp .img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    width: 100%;
    height: 100px;
    opacity: .5;
    z-index: 0;
}

.lmnewsSwp .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.lmnewsSwp .zhtext {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lmnewsSwp .text {
    flex: 1;
    min-width: 0;
}

.lmnewsSwp .zh_date {
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #06469B;
    font-family: SourceHanSerifCN-SemiBold;
    background: url(../images/zhxwt_jt.png) bottom left no-repeat;
    margin-right: 30px;
    border-right: #D8D8D8 1px solid;
    padding-right: 20px;
    height: 95px;
    line-height: 45px;
}

.lmnewsSwp .zh_date span {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #A8A8A8;
    display: block;
    line-height: 30px;
}

.lmnewsSwp .hd {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lmnewsSwp .more {
    width: 32px;
    height: 32px;
    background: url(../images/d-btn-bg7.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.lmnewsSwp .type .cn {
    display: block;
    font-size: 24px;
    color: #3d3d3d;
    line-height: 1.1;
    font-family: SourceHanSerifCN-SemiBold
}


.zh_date {}

.lmnewsSwp .tit {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    line-height: 40px;
    height: 40px;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.lmnewsSwp .desc {
    font-size: 16px;
    color: #999;
    line-height: 26px;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.lmnewsSwp .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.lmnewsSwp .inner:hover .tit {
    color: #b01709
}

.lmnewsSwp .inner:hover .tit span {
    background-image: linear-gradient(#b01709, #b01709);
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px
}

.lmnewsSwp .swiper-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 172px !important;
    width: auto !important;
    min-width: 75px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    white-space: nowrap;
    background: url() center center no-repeat;
    -webkit-background-size: 75px 11px;
    background-size: 75px 11px;
    z-index: 10
}

.lmnewsSwp .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px !important;
    display: inline-block;
    vertical-align: bottom;
    width: 6px;
    height: 10px;
    background-color: #e6e5e5;
    border-radius: 0;
    opacity: 1
}

.lmnewsSwp .swiper-pagination .swiper-pagination-bullet-active {
    height: 16px;
    background-color: #b01709
}

.xy_alliance-notice {
    flex: 1;
    min-width: 0;
    margin-left: 60px;
}

.zhtz_list {

    background: #F5F8FF;

    box-sizing: border-box;

    border: 1px solid #DFE6F6;

    padding: 10px 40px;
}

.zhtz_list * {}

.zhtz_list ul li:last-child {
    border-bottom: none !important
}

.zhtz_list ul li.on {
    position: relative;
    background-position: center center;
    background-size: cover;
    z-index: 3;
    border-bottom: #ccc 1px dashed;
}

.zhtz_list ul li a {
    position: relative;
    display: block;
    padding: 15px 0;
}

.zhtz_list ul li.on a {
    display: flex;
    align-items: center;
}




.zhtz_list ul li a .tpp {
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: none;
    margin-left: 15px;
    width: 222px;
}

.zhtz_list ul li a .tpp .pic {
    padding-top: 61%;
}

.zhtz_list ul li.on a .tpp {
    display: none;
}

.zhtz_list ul li.on a .tpp .pic {}

.zhtz_list ul li.on a .tpp .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhtz_list ul li a .text {
    position: relative;
    flex: 1;
    min-width: 0;
}



.zhtz_list ul li.on .text {}





.zhtz_list ul li:last-child a .text::after {
    opacity: 0;
}

.zhtz_list ul li.on a .text::after {
    opacity: 1;
}

.zhtz_list ul li a .text p {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    padding-right: 90px;
    height: 40px;
    background: url(../images/zhtz_listico.png) left center no-repeat;
    padding-left: 25px;
}

.zhtz_list ul li a .text p i {
    color: #0848A7;
}

.zhtz_list ul li a .text h4 {
    display: block;
    opacity: 0;
    height: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 0;
    color: #0848A7;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 68px;
    transition: all .3s;
    overflow: hidden;
}

.zhtz_list ul li.on .text p {
    font-size: 18px;
    color: #0848A7;
    font-weight: bold;
    white-space: normal;
    text-overflow: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    line-height: 50px;
    height: 50px;
    background: none;
}

.zhtz_list ul li.on .text h4 {
    height: 70px;
    margin-top: 0;
    opacity: 1;
}

.zhtz_list ul li a .text span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #B2B5BB;
}

.zhtz_list ul li a .text span:after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #d2d2d2;
}

.zhtz_list ul li a .text span i {
    display: none
}

.zhtz_list ul li.on a .text span i {
    display: inline;
    font-style: normal;
}

.zhtz_list ul li.on a .text span {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #B2B5BB;
    font-family: SourceHanSerifCN-SemiBold;
    display: block;
    position: initial;
    transform: initial;
}

.zhtz_list ul li.on a .text span:after {
    display: none
}

@media only screen and (max-width:1400px) {
    .xy_alliance-img {
        width: 560px;
    }
}

@media only screen and (max-width:1200px) {
    .xy_alliance_mes {
        display: block;
        padding-top: 0;
    }

    .xy_alliance-img {
        width: 100%;
        margin: 0 auto;
    }

    .xy_alliance-notice {
        margin: 40px auto;
    }
}

@media only screen and (max-width:1024px) {
    .center-diamond .inner span {
        font-size: 20px;
        line-height: 40px;
    }

    .lmnewsSwp .zh_date {
        font-size: 24px;
    }

    .lmnewsSwp .zh_date span {
        font-size: 14px;
    }

    .xy_alliance_mes .d-title1 .tit {
        font-size: 22px;
    }
}


@media only screen and (max-width:768px) {
    .center-diamond .inner span {
        font-size: 15px;
        line-height: 40px;
    }

    .zhtz_list {
        padding: 10px 20px;
    }
}