/* 图片左右比例：左侧三分之二，右侧三分之一 （页面展示：20260715_a.html）start*/
.flexImage {
    display: grid;
    grid-template-columns: 2.5fr 1fr;   /* 左侧三分之二，右侧三分之一 */
    gap: 20px;                         /* 列间距，可按需调整 */
    align-items: stretch;              /* 关键：保证两列等高 */
    width: 100%;
    padding-inline: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.flexImage picture {
    width: 100%;
    height: 100%;
}
.flexImage picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flexImage picture span{
    text-align: center;
    font-size: 12px;
    display: block;
}
@media screen and (min-width: 995px) and (max-width: 1304px){
    .flexImage {
        padding-inline: 0;
    }
    .OptionWideRWD #Contents img{
        height: 100%;
      
    }
}
@media screen and (max-width: 994px){
    .JS #Contents img {
        height: 100%;
    }
    .flexImage {
        padding-inline: 0;
    }
}
@media screen and (max-width: 541px){
    .flexImage {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
/* 图片左右比例：左侧三分之二，右侧三分之一 （页面展示：20260715_a.html）end*/






#Contents{
    margin-bottom: 100px;
}
.CatchCopy strong{
    color: var(--color-black);
}
#news #hotSpot{
    padding-inline: 0;
    margin-top: 50px;
}
#news #hotSpot p.linksButton{
    display: none;
}

#news p.ImgOnlyStyle img{
    max-width: 100%;
}
sup{
    font-size: 12px;
    color: var(--primary-color);
    font-weight: bold;
}
a:link,
a:visited{
    color: var(--primary-color);
}

#header_banner{
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#header_banner .mainSlide {
    z-index: 0;
}

/* swiper 按钮样式 */
.mainSlide{
    position: relative;
}

.mainSlide .swiper-pagination {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: fit-content;
    max-width: 80%;
    height: 40px;
    padding: 5px 70px 5px 60px;
    gap: 10px;
    background:#fff;
    border-radius: 20px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    overflow: visible;
    transition: 200ms;
    transform: scale(.8) translateY(5px);
    backdrop-filter: blur(15px);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, .5);
}
.mainSlide .swiper-pagination-bullet {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    font-size: 9px;
    color: var(--color-black);
    cursor: pointer;
    border-radius: 0;
    background: none;
    opacity: .5;
}

.mainSlide .swiper-pagination-bullet-active {
    opacity: 1;
}
.mainSlide .swiper-pagination-bullet {
    opacity: 1;
    background: none;
}
.mainSlide .swiper-pagination div.control {
    display: flex;
    align-items: center;
    width: 30px;
    height: 20px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .3);
}
.mainSlide .swiper-pagination div.control::after {
    content: "";
    width: 20px;
    height: 13px;
    display: block;
    border-style: double;
    border-width:0px 0px 0px 10px;
    border-color: var(--primary-color);
    margin-left: 14px;
    cursor: pointer;
}

.mainSlide .swiper-pagination div.control.pause::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 6px 0px 6px 10px;
    border-color: transparent transparent transparent var(--primary-color);
}

.mainSlide .swiper-pagination-bullet span.point {
    display: block;
    width: 10px;
    height: 10px;
    background: #BFBFBF;
    border: 1px solid #FFF;
    box-sizing: border-box;
    border-radius: 50%;
    transition: 200ms;
    box-shadow: 0 0 5px rgb(44, 44, 44)
}

.mainSlide .swiper-pagination-bullet span.point {
    transform: scale(1.5);
}

.mainSlide .swiper-pagination-bullet span.point {
    box-shadow: none;
}

.mainSlide .swiper-pagination-bullet-active span.point {
    transform: scale(2);
    background: var(--primary-color);
    border: 1px solid #FFF;
}

.mainSlide .swiper-pagination .swiper-button-next,
.mainSlide .swiper-pagination .swiper-button-prev {
    display:none;
    width: 15px;
    height: 15px;
    top: auto;
    margin: 0 15px;
    color: var(--primary-color);
}
.mainSlide .swiper-pagination .swiper-button-next:after,
.mainSlide .swiper-pagination .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}
.mainSlide .swiper-pagination .swiper-button-next,
.mainSlide .swiper-pagination .swiper-button-prev {
    display:unset;
    top: 7px;
}

  .mainSlide .swiper-pagination-bullet .autoplay-progress svg {
    opacity: 0;
  }
  .mainSlide .swiper-pagination-bullet-active .autoplay-progress svg {
    opacity: 1;
  }
.mainSlide .swiper-pagination-bullet.video .autoplay-progress::before {
    content:"";
    position: absolute;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 5px 0px 5px 7px;
    border-color: transparent transparent transparent #FFF;
    z-index: 1;
    transform: scale(.5);
    transition: 200ms;
}


.mainSlide .swiper-pagination-bullet.video .autoplay-progress::before,
.mainSlide .swiper-pagination-bullet-active.video .autoplay-progress::before {
    opacity: 1;
    border-color: transparent transparent transparent var(--primary-color);
}
.mainSlide .swiper-pagination-bullet.playing .autoplay-progress::before {
    position: absolute;
    margin: 0;
    width: 9px;
    border-width: 0px 2px;
    border-color: transparent #FFF;
}


.mainSlide .swiper-pagination-bullet > a {
    display: none;
    position: relative;
}

.mainSlide .autoplay-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-weight: bold;
    color: var(--swiper-theme-color);
    transition: all 100ms;
    box-sizing: border-box;
    overflow: hidden;
}

.mainSlide .autoplay-progress svg {
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    box-sizing: border-box;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(114 * (1 - var(--barProgress)));
    stroke-dasharray: 114;
    transform: rotate(-90deg);
    border-radius: 15px;
    transition: 200ms;
}


#header_banner .swiper-wrapper {
    padding-bottom: 70px;
}

#header_banner .swiper-wrapper .swiper-slide{
    background-color: #fff;
    height: auto;
}


#header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle{
    width: 60%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 480px;
    overflow: hidden;
    cursor: pointer;
}

#header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}



#header_banner .counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    top: 4px;
    height: 32px;
    width: 32px;
    text-align: center;
    z-index: 10;
}

#header_banner .swiper-wrapper .swiper-slide a{
    max-width: 630px;
    width: 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-black);
    text-decoration: none;
    padding: 30px;
    display: block;
}

#header_banner .swiper-wrapper .swiper-slide a::after{
    content: '';
    display: block;
    min-width: 20px;
    height: 20px;
    border-radius: 4px;
    background-image: url(/image/ml_portal/2022/icon/arrow_right_gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transition: .3s ease;
    margin-top: auto;
}

#header_banner .swiper-wrapper .swiper-slide a:hover::after{
    transition: .3s ease;
    background-image: url(/image/ml_portal/2022/icon/arrow_right_red.svg);
}

#header_banner .swiper-wrapper .swiper-slide a dl{
    background: transparent;
    margin-bottom: 10px;
}

#header_banner .swiper-wrapper .swiper-slide a dl dt{
    font-size: 16px;
    padding-bottom: 15px;
}

#header_banner .swiper-wrapper .swiper-slide a dl dd{
    font-size: 18px;
    font-weight: bold;
    transition: .3s ease;
    background: transparent;
}

#header_banner .swiper-wrapper .swiper-slide a:hover dl dd{
    color: var(--primary-color);
    transition: .3s ease;
}

#news .PageTitleStyle2{
    max-width: 1275px;
    margin: 10px auto 20px;  
}

.newsArea{
    max-width: 1275px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.newsArea .newsMain{
    width: calc(70% - 15px);
    display: flex;
    flex-direction: column;
}

.newsArea .newsMain>div.Section{
    padding: 0 30px;
}

.newsArea .newsMain p{
    padding: 30px;
    background-color: #F2F2F2;
    border-radius: 10px;
    font-size: var(--TextStyle1-size);
    margin-bottom: 50px;
}


.newsArea .newsMain .newsList{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-left: 30px;
}

.newsArea .newsMain .newsList div{
    display: flex;
    flex-direction: column;
}

.newsArea .newsMain .newsList div h3{
    font-size: 20px;
    font-weight: normal;
    color: var(--color-black);
    margin-bottom: 20px;
}

.newsArea .newsMain .newsList div dl{
    display: flex;
    gap: 50px;
    padding-bottom: 20px;
    /* flex-direction: column; */
}

.newsArea .newsMain .newsList div dl:last-child{
    padding-bottom: 0;
}

.newsArea .newsMain .newsList div dl dt{
    color: #7E7E7E;
    min-width: 120px;
    font-size: 90%;
}


.newsArea .newsMain .newsList div dl dd ul li a{
    text-decoration: none;
    color: var(--color-black);
    transition: .2s ease;
    position: relative;
    padding: 10px 0;
    font-size: 90%;
}

.newsArea .newsMain .newsList div dl dd ul li a:hover{
    transition: .2s ease;
    color: var(--primary-color);
}

.newsArea .newsMain .newsList div dl dd ul li a::after {
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    background: url(/image/cn/r1/icon/icon_link_right_xl_hd.gif) no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    bottom: 12px;
}

#backnumber{
    margin-top: 50px;
}

.newsArea .sidebar{
    width: calc(30% - 15px);
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 30px;
}

.newsArea .sidebar a{
    text-decoration: none;
    color: var(--color-black);
}

.newsArea .sidebar .communication,
.newsArea .sidebar .globalNews{
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 30px;
}



.newsArea .sidebar .communication h2,
.newsArea .sidebar .globalNews h2{
    background: transparent;
    margin-bottom: 0;
}

.newsArea .sidebar .communication>a,
.newsArea .sidebar .globalNews>a{
    padding: 8px 5px;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    transition: .2s ease;
}

.newsArea .sidebar .communication>a{
    color: #fff;
    background-color: var(--primary-color);
}

.newsArea .sidebar .communication>a:hover{
    transition: .2s ease;
    background-color: var(--primary-color);
}
.newsArea .sidebar .communication>a span{
    color: #fff;
}
.newsArea .sidebar .globalNews>a{
    color: var(--primary-color);
    background-color: #fff;
    border: 1px solid var(--primary-color);
}

.newsArea .sidebar .globalNews>a:hover{
    transition: .2s ease;
    background-color: var(--primary-color);
}
.newsArea .sidebar .globalNews>a:hover span{
    color: #fff;
}

.newsArea .sidebar .communication h2 span,
.newsArea .sidebar .globalNews h2 span{
    background: transparent;
    display: inline-block;
    color: var(--color-black);
    padding: 0;
    transition: .2s ease;
    font-size: 20px;
}

.newsArea .sidebar .communication h2 span:hover,
.newsArea .sidebar .globalNews h2 span:hover{
    color: var(--primary-color);
    transition: .2s ease;
}

.newsArea .sidebar .communication ul li{
    border-bottom: 1px solid #C9C9C9; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.newsArea .sidebar .communication ul li a{
    display: block;
}

.newsArea .sidebar .communication ul li a span{
    font-size: 16px;
    transition: .3s ease;
}

.newsArea .sidebar .communication ul li a i.pdf{
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--primary-color);
    background-image: url('/image/ml_portal/2022/icon/icon_pdf_redBg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s ease;
    border-radius: 5px;
}

.newsArea .sidebar .communication ul li a i.pdf:hover{
    transition: .3s ease;
    background-color: #7e000a;
}

.newsArea .sidebar .communication ul li a:hover span{
    color: var(--primary-color);
    transition: .3s ease;
}
.newsArea .sidebar .communication ul li:last-child{
    border-bottom: none;
}
.newsArea .newsMain h2 {
    margin-bottom: 15px;
    background: transparent;
}
.newsArea .newsMain h2 span{
    font-size: 120%;
    font-weight: bold;
    padding: 0;
    color: var(--color-black);
    background-color: transparent;
}

.pressList{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pressList dl{
    display: flex;
    gap: 50px;
}

.pressList dl dt{
    min-width: 130px;
    font-size: var(--TextStyle1-size);
    color: #7E7E7E;
}

.pressList dl dd {
    display: flex;
    align-items: center;
}

.pressList dl dd ul.LinkListStyle1{
    display: flex;
    flex-direction: column;
    margin: 0;
}

.pressList dl dd ul.LinkListStyle1 li{
    padding-top: 0;
    line-height: 1.8;
}
.pressList dl dd ul.LinkListStyle1 li a{
    cursor: pointer;
    color: var(--color-black);
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-right: 17px;
    text-decoration: none;
    font-size: var(--TextStyle1-size);
    text-decoration: none;
}
.pressList dl dd ul.LinkListStyle1 li a:hover{
    text-decoration: none;
    position: relative;
}
.pressList dl dd ul.LinkListStyle1 li a:hover span{
    color: var(--primary-color);
}


/******************** e通讯列表start ********************/
#storiesList.Section{
    padding-bottom: 0;
    margin-top: 20px;
}
#storiesList .ColumnSet .Column1andHalf{
    width: 100%;
    margin-left: 0;
}
#storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
}
#storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li{
    width: calc((100% - 60px) / 3);
    padding-top: 0;
}
#storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li a{
    font-size: 16px;
    color: var(--color-black);
    transition: .3s ease;
}

#storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li a:hover{
    color: var(--primary-color);
    transition: .3s ease;
}

@media screen and (max-width: 1084px) {
    #header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle{
        height: 350px;
        width: 70%;
    }
    #header_banner .swiper-wrapper .swiper-slide a dl dt{
        font-size: 14px;
    }
    #header_banner .swiper-wrapper .swiper-slide a dl dd{
        font-size: 16px;
    }
    .newsArea .newsMain .newsList{
        padding-left: 0;
    }

    .newsArea .sidebar .communication ul li a{
        padding: 15px 0;
    }

    .newsArea .sidebar .communication ul li a::after{
        right: 0;
    }

    .newsArea .newsMain .newsList div dl{
        flex-direction: column;
        gap: 5px;
    }
}

@media screen and (max-width: 996px){
    #hotSpot{
        padding: 0;
    }

    .PageTitleStyle2{
        padding: 0;
    }
}

@media screen and (max-width: 967px){
    #hotSpot{
        margin: 30px 0;
    }
    #header_banner{
        margin-bottom: 30px;
    }
    #header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle{
        width: 100%;
        height: 400px;
    }
    #header_banner .swiper-wrapper .swiper-slide a{
        max-width: 100%;
        border-radius: 0;
        transform: none;
        border: 0;
    }
    #header_banner .swiper-wrapper .swiper-slide a{
        position: unset;
    }

    #header_banner .swiper-wrapper .swiper-slide a::before{
        position: unset;
    }
    .newsArea .sidebar .communication ul li{
        padding: 0;
    }
    .newsArea .newsMain p{
        padding: 20px;
        margin-bottom: 30px;
    }
    .newsArea .sidebar .communication,
    .newsArea .sidebar .globalNews{
        padding: 20px;
    }
    .newsArea .sidebar{
        min-width: 300px;
    }

    .newsArea .newsMain>div.Section{
        padding: 0;
    }

}

@media screen and (max-width: 913px) {
    .newsArea{
        flex-direction: column;
    }
    .newsArea .newsMain{
        width: 100%;
    }
    .newsArea .sidebar{
        width: 100%;
    }
    .newsArea .sidebar{
        flex-direction: row;
    }

    .newsArea .sidebar .communication{
        width: 60%;
    }

    .newsArea .sidebar .globalNews{
        width: 40%;
        min-width: 290px;
    }

    #storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1{
        gap: 20px;
    }
    #storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li{
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 768px){
    :root{
        --TextStyle1-size: 14px;
    }
    .newsArea .newsMain .newsList div h3,
    .newsArea .sidebar .communication h2 span, 
    .newsArea .sidebar .globalNews h2 span{
        font-size: 18px;
    }
    .pressList dl{
        flex-direction: column;
        gap: 5px;
    }
    #storiesList.Section {
        margin: 0 0 50px;
    }
    #storiesList h2{
        margin-bottom: 20px;
    }
    #storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li a{
        font-size: 14px;
    }

    .mainSlide .swiper-pagination-bullet span.point {
        width: 8px;
        height: 8px;
    }

    .mainSlide .swiper-pagination{
        gap: 5px;
    }

    .mainSlide .swiper-pagination div.control{
        padding-left: 0;
        top: 8px;
        height: 25px;
        width: 25px;
    }
    #hotSpot h2{
        padding-inline: 0;
    }
}
@media screen and (max-width: 676px) {
    #header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle{
        height: auto;
        aspect-ratio: 5 / 3;
    }


    #header_banner .swiper-wrapper .swiper-slide a{
        padding: 20px;
    }


    #header_banner .swiper-wrapper .swiper-slide a dl dd{
        font-size: 14px;
    }


    .newsArea .sidebar {
        flex-direction: column;
    }

    .newsArea .sidebar .communication{
        width: 100%;
    }

    .newsArea .sidebar .globalNews{
        width: 100%;
        min-width: auto;
    }

    .newsArea .sidebar .communication ul li{
        padding: 15px 0;
    }
    .newsArea .sidebar .communication ul li a{
        font-size: 14px;
        padding: 0;
    }

    .newsArea .newsMain .newsList div h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 431px){
    #header_banner .swiper-wrapper .swiper-slide a dl dd{
        font-size: 14px;
    }

}
.swiper-slide .hotStyle p a {
    text-decoration: none;
    color: var(--color-black);
    font-size: 90%;
}
#storiesList h2{
    margin-bottom: 20px;
}


/******************** 更新履历 start *********************/
#backnumber {
    background-color: #F2F2F2;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 50px;
}
#backnumber .Section{
    padding-bottom: 0;
}
#backnumber h2{
    background: transparent;
}
#backnumber h2 span{
    color: var(--color-black);
    font-size: 20px;
}
#backnumber ul.yearList{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

#backnumber ul.yearList li{
    width: calc((100% - 100px) / 6);
    text-align: center;
}
#backnumber ul.yearList li a{
    text-decoration: none;
    color: #5D5B5B;
    padding: 10px;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 90%;
    cursor: pointer;
}
#backnumber ul.yearList li a.active{
    color: #fff;
    font-weight: bold;
    background-color: var(--primary-color);
}
#backnumber.Noactive ul.yearList li a.active{
    background-color: #fff;
    color: #5D5B5B;
    font-weight: normal;
}
#backnumber.Noactive ul.yearList li a.active:hover {
    color: #fff;
    background-color: var(--primary-color);
    transition: all .3s;
    font-weight: bold;
}
#backnumber ul.yearList li a:hover{
    color: #fff;
    background-color: var(--primary-color);
    transition: all .3s;
    font-weight: bold;
}
@media screen and (max-width: 994px){
    .JS .Grid4{
        padding: 0;
    }
}
@media screen and (max-width: 967px){
    #backnumber{
        margin-top: 30px;
    }
    #backnumber{
        padding: 20px;
    }
    
    #backnumber ul.yearList li{
        width: calc((100% - 60px) / 4);
    }
}

@media screen and (max-width: 913px) {
    #backnumber{
        padding: 20px;
    }
    #backnumber ul.yearList{
        gap: 10px;
    }

    #backnumber ul.yearList li {
        width: calc((100% - 40px) / 5);
    }
}

@media screen and (max-width: 768px){    
    #backnumber{
        margin-bottom: 50px;
    }
    #backnumber h2 span{
        font-size: 18px;
    }
    #backnumber ul.yearList{
        gap: 15px;
    }
    #backnumber ul.yearList li{
        width: calc((100% - 45px) / 4);
    }
    #backnumber.Noactive{
        margin-bottom: 0;
    }

    #backnumber.Noactive h2{
        /* padding-bottom: 20px; */
    }
}
@media screen and (max-width: 431px){
    #backnumber ul.yearList{
        gap: 10px;
    }

    #backnumber ul.yearList li{
        width: calc((100% - 30px) / 4);
    }

    #backnumber ul.yearList li a{
        font-size: 14px;
        padding: 5px 0;
    }
}
/******************** 更新履历 end *********************/



/******************** E通讯 start *********************/




/******************** 新闻列表 start *********************/
.catagory ul.LinkListStyle1 li{
    padding-bottom: 5px;
}

.catagory ul.LinkListStyle1 li a{
    color: var(--color-black);
    line-height: 1.6;
    display: inline;
}

.catagory ul.LinkListStyle1 li a:hover{
    color: var(--primary-color);
}

.TopBorderSet dl.DateListStyle1{
    display: flex;
}

.TopBorderSet dl.DateListStyle1 ul.LinkListStyle1{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.TopBorderSet dl.DateListStyle1 ul.LinkListStyle1 li{
    padding-top: 0;
}

.TopBorderSet dl.DateListStyle1 dt{
    min-width: 120px;
}

.TopBorderSet dl.DateListStyle1 dd{
    margin-left: 30px;
}
/******************** 新闻列表 end *********************/



/******************** e通讯（文案及图片左右排版----通用版）start *********************/
#stories .Section h2 span{
    line-height: 160%;
}

#stories .TableStyle3 tr th.tableW20{
    width: 20%;
    min-width: 70px;
}

#stories .TableStyle3 tr th.tableW25{
    width: 25%;
    min-width: 75px;
}

#stories .TableStyle3 tr th.tableW55{
    width: 55%;
}

.TextImg_split{
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.TextImg_split .order{
    /* 默认为0，值越小，越在前面 */
    order: -1;
}


.blackColor{
    color: var(--color-black);
}

.TextImg_split.column{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.TextImg_split div.ImgFlexbox{
    display: flex;
    gap: 30px;
}

.TextImg_split div.textArea{
    width: 60%;
}

.TextImg_split.column div.textArea{
    width: 100%;
}

.TextImg_split div.textArea p.TextStyle1:last-child{
    margin-bottom: 0;
}

.TextImg_split.column div.ImgFlexbox p.ImgOnlyStyle {
    width: 50%;
    margin-bottom: 0;
}

.TextImg_split p.ImgOnlyStyle{
    width: 40%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.TextImg_split p.ImgOnlyStyle img{
    width: 100%;
}

.flexImgBox2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.flexImgBox2 ul{
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.flexImgBox2 ul li{
    width: calc((100% - 15px) / 2);
}

.flexImgBox2 ul li p.ImgOnlyStyle{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.flexImgBox2 ul li p.ImgOnlyStyle img{
    width: 100%;
    margin-bottom: 0;
    height: 100% !important;
    object-fit: cover;
}

.flexImgBox2 span{
    font-size: 14px;
}

@media screen and (max-width: 994px){
    .flexImgBox2 ul li p.ImgOnlyStyle img{
        height: 100% !important;
    }
}
/******************** e通讯（文案及图片左右排版----通用版）end *********************/


.tableArea{
    width: 100%;
}
.tableArea tr th{
    font-weight: bold;
    width: 90px;
}
.tableArea tr th,
.tableArea tr td{
    font-size: 90%;
    box-sizing: border-box;
}
.tableArea tr td ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media screen and (max-width: 967px){
    #stories .mb0{
        margin-bottom: 0;
    }
    .TextImg_split{
        flex-direction: column;
        gap: 0;
    }
    .TextImg_split.column div.ImgFlexbox{
        flex-direction: column;
        margin-bottom: 15px;
        gap: 10px;
    }

    .TextImg_split div.textArea,
    .TextImg_split p.ImgOnlyStyle,
    .TextImg_split>p.TextStyle1,
    .TextImg_split.column div.ImgFlexbox p.ImgOnlyStyle
    {
        width: 100%;
    }
    .TextImg_split p.ImgOnlyStyle{
        margin-bottom: 10px;
    }
    .TextImg_split div.textArea p.TextStyle1:last-child{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px){
    .TopBorderSet dl.DateListStyle1{
        flex-direction: column;
    }
    .TopBorderSet dl.DateListStyle1 dt{
        margin-bottom: 10px;
    }
    .TopBorderSet dl.DateListStyle1 dd{
        margin-left: 0;
    }

    .flexImgBox2 ul{
        flex-direction: column;
    }
    .flexImgBox2 ul li{
        width: 100%;
    }

}
/******************** E通讯 end *********************/







































