.news-title {
    width: fit-content;
    min-width: 30px;
    padding: 0 36px;
    margin: 50px 0 10px 12%;
    font-size: 34px;
    line-height: 80px;
    text-align: left;
    font-weight: bold;
    color: #0959B8;
    /* background-image: linear-gradient(to top, #A4D9F4, #fff 50%); */
    display: block;
    box-sizing: border-box;
    position: relative;
width:fit-content;
}

.bg-la{
    background-image: url(../../images/EN/la.png);
background-size: 100%;
}

.bg-ra{
    background-image: url(../../images/EN/ra.png);
background-size: 100%;
}

.mlogo img{
width: 100%;
}

.news-title::after {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    right: 15px;
    top: -10px;
    background-image: url(../../images/CN/xiaobiaoti.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.news-title-box {
    width: 98% !important;
    padding: 0 1%;
}

.news-title-box .news-title {
    margin: 0;
    float: left;
}

.news-title-box div {
    width: calc(50% - 104px);
    height: 50%;
    float: left;
    border-bottom: 2px solid #0A59B5;
}

.news-title1 {
    width: fit-content;
    min-width: 30px;
    padding: 0 40px;
    margin: 80px 0 20px 12%;
    font-size: 40px;
    line-height: 80px;
    text-align: left;
    font-weight: bold;
    color: #035CA6;
    /* background-image: linear-gradient(to top, #A4D9F4, #fff 50%); */
    display: block;
    box-sizing: border-box;
    position: relative;
}

.news-title1::after {
    content: '';
    width: 68px;
    height: 68px;
    position: absolute;
    left: 0;
    top: -2px;
    background-image: url(../../images/CN/btchilun.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.box-btn {
    margin: 10px 10% 0 0;
    font-size: 13px;
    line-height: 16px;
    float: right;
    cursor: pointer;
    color: #035CA6;
    border-bottom: 2px solid #035CA6;
}

.box-btn-center {
    width: 190px;
    height: 35px;
    margin: 26px 0;
    position: relative;
    display: block;
    cursor: pointer;
}

.box1 {
    width: 92% !important;
    margin: auto;
}

.box1>div:nth-of-type(1) {
    width: 95%;
    height: 535px;
    background-image: linear-gradient(to right, #056DB4, #139DCE);
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 8;
}

.box1>.box1-detail {
    width: 95.5%;
    height: 515px;
    margin-top:75px;
    margin-right: 100px;
    position: relative;
    z-index: 10;
    /* background-color: #fff; */
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box1>.box1-detail>div,
.box1>.box1-detail>a{
    height: 100%;
    float: left;
    background-color: #F2F9FF;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.box1>.box1-detail>a>img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.swiperXydt {
    width: 55%;
}

.swiperXydt .swiper-pagination {
    width: auto !important;
    right: 0;
    left: auto !important;
    padding: 0 20px;
}

.box1>.box1-detail .box1-detail-img {
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
    cursor: pointer;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.box1>.box1-detail .box1-detail-img img {
background:#ccc;
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.box1>.box1-detail .box1-detail-img .box1-detail-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    padding: 10px 5% 20px;
    text-align: left;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .1));
}

.box1>.box1-detail .box1-detail-img .box1-detail-content h1 {
    width: calc(100% - 120px);
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.box1>.box1-detail .box1-detail-img .box1-detail-content p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.box1>.box1-detail .box1-detail-news {
    width: 45%;
box-shadow: rgba(3, 92, 166, 0.4) 0px 7px 29px 0px;
}

.box1>.box1-detail .box1-detail-news ul {
    width: 80%;
    height: 85%;
    margin: 20px auto 0;
    /* border-left: 4px solid #035CA6; */
    overflow: hidden;
}

.box1>.box1-detail .box1-detail-news ul li {
    width: 100%;
    height: 87px;
    cursor: pointer;
    text-align: left;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #bbb;
}

.box1>.box1-detail .box1-detail-news ul li:hover {
    background-image: linear-gradient(to left, #74BDF2, #0959B8);
    color: #fff;
    padding: 10px 30px;
}

.box1>.box1-detail .box1-detail-news ul li:hover h5 {
    color: #fff;
}

.box1>.box1-detail .box1-detail-news ul li:hover h3 {
    color: #fff;
}

.box1>.box1-detail .box1-detail-news ul li:hover p {
    color: #F2F9FF;
}

.box1>.box1-detail .box1-detail-news ul li:hover::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: -5px;
    background-image: url(../../images/CN/kydt-chilun.png);
    background-size: 90px;
    background-position: top right;
    background-repeat: no-repeat;
}

.box1>.box1-detail .box1-detail-news ul li h5 {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    font-weight: lighter;
    color: #333;
    margin-top: 10px;
    margin-bottom: 14px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.box1>.box1-detail .box1-detail-news ul li h3 {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.box1>.box1-detail .box1-detail-news ul li p {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    font-weight: normal;
    color: #888;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.box2 {
    width: 92% !important;
    height: 588px;
    position: relative;
    margin-bottom: 50px;
}

.box2 .box2-bg {
    width: 82%;
    height: 100%;
    background-color: #C3DDF4;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: rgba(3, 92, 166, 0.3) 0px 7px 19px 0px;
}

.box2 .box2-bg1 {
    width: 34.5%;
    height: 515px;
    background: linear-gradient(to right, #056DB4, #139DCE);
    position: absolute;
    right: 0;
    top: 40px;
    box-shadow: rgba(3, 92, 166, 0.6) 0px 7px 29px 0px;
}

.box2 .box2-bg1::before {
    content: '';
    width: 365px;
    height: 365px;
    background-image: url(../../images/CN/newBackground1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.box2 .box2-detail {
    width: 86%;
    height: 458px;
    margin: 70px 10% 0 2%;
    z-index: 30;
    position: relative;
}

.box2 .box2-detail ul {
    width: 47%;
    height: 100%;
    float: left;
    text-align: left;
    padding: 0;
margin-top: -10px;
}

.box2 .box2-detail ul li {
    height: 77px;
    width: 90%;
    margin: 0 0 0 6%;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-sizing: content-box;
}
.box2 .box2-detail ul li a{
    display: table;
    width: 100%;
}

.box2 .box2-detail ul li p {
    height: 77px;
    line-height: 38.5px;
    margin: 8px auto;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
}

.box2 .box2-detail ul li::before {
    content: '';
    width: 70px;
    height: 62px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.box2 .box2-detail div {
    width: 50%;
    height: 100%;
    float: right;
    display: grid;
    box-shadow: rgba(3, 92, 166, 0.4) 0px 7px 29px 0px;
}

.box2 .box2-detail div a {
    width: 100%;
    height: 100%;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.box2 .box2-detail div a img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

/* .box2 .box2-detail ul a:nth-last-of-type(2) li,
.box2 .box2-detail ul>li:nth-last-of-type(2) {
    border: none;
} */

.box2 .box2-detail ul li:hover {
    width: 87%;
    margin: 0 0 0 1%;
    padding: 0 8% 0 5%;
    color: #035CA6;
    background-color: #F7FCFF;
    border-bottom: 1px solid #F7FCFF;
}

.box2 .box2-detail ul li:hover p {
    font-weight: bold;
}

.box2 .box2-detail ul li:hover::before {
    background-image: url(../../images/CN/newBackground.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.box3 {
    width: 93% !important;
    min-height: 400px;
    padding: 0;
    position: relative;
    /* background-image: url(../../images/CN/background5.png); */
    background-position: center bottom;
    background-repeat: no-repeat;
}

.box3::before {
    content: '';
    width: 110%;
    height: 420px;
    background-image: url(../../images/CN/bg-xywh.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -4%;
    top: -100px;
    z-index: 0;
}

.box3-title{
position: absolute;
top: -70px;
left: 23%
}
.box3-title li{
float: left;
padding: 0 20px;
color: #1F60AB;
font-weight: bold;
font-size: 20px;
position:relative;
    cursor: pointer;
}
.box3-title li:hover{
color: #333;
}
.box3-title .active::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #1F60AB;
    border-right: 10px solid #ffffff00;
    border-left: 10px solid #ffffff00;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.swiperA {
    width: 100%;
    /* height: 350px; */
    padding: 0 0 40px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
top: 0;
}

.swiperA .swiper-slide {
    /* width: 470px; */
    height: 320px;
    padding: 0 15px;
}

.swiperA .swiper-slide div {
    width: 100%;
    height: 245px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    display: grid;
    box-shadow: rgba(3, 92, 166, 0.4) 0px 7px 19px 0px;
}

.swiperA .swiper-slide img,
.swiperA .swiper-slide video {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.swiperA h1 {
    text-align: center;
    height: 48px;
    line-height: 24px;
    font-size: 20px;
    color: #035CA6;
    margin-top: 26px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.swiperA .swiper-pagination {
    top: auto !important;
    bottom: 18px !important;
}

.swiperB {
    width: 95%;
    height: 400px;
    padding: 25px 0;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.swiperB .swiper-slide {
    width: 470px;
    height: 350px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.swiperB .swiper-slide img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.swiperB .swiper-pagination {
    bottom: auto !important;
    top: -10px !important;
}

.box-tzgg {
    width: 93% !important;
}

.box4 {
    width: 88% !important;
    margin-bottom: 50px;
}

.box4>div {
    width: 48%;
    float: left;
}

.box4>div:nth-of-type(2n) {
    float: right;
}