.news-title {
    width: fit-content;
    min-width: 30px;
    padding: 0 40px;
    margin: 80px auto 70px;
    font-size: 50px;
    line-height: 80px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #0959B8;
    background-image: linear-gradient(to top, #A4D9F4, #fff 50%);
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}
.mlogo img{
width: 100%;
}

.bg-la{
    background-image: url(../../images/EN/la.png);
background-size: 100%;
}

.bg-ra{
    background-image: url(../../images/EN/ra.png);
background-size: 100%;
}

.box-btn {
    width: 190px;
    height: 35px;
    margin: 10px 0;
    float: right;
    cursor: pointer;
}

.box-btn-center {
    width: 190px;
    height: 35px;
    margin: 26px 0;
    position: relative;
    display: block;
    cursor: pointer;
}

.box1 {
    width: 83% !important;
    overflow: hidden;
    margin: auto;
}

.box1>div:nth-of-type(1) {
    width: 95%;
    height: 585px;
    background-image: linear-gradient(to right, #056DB4, #139DCE);
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 8;
}

.box1>.box1-detail {
    width: 95%;
    height: 585px;
    margin-top: 60px;
    margin-right: 100px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.box1>.box1-detail>div {
    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: 52%;
}

.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 .box1-detail-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 10px 10% 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 img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.box1>.box1-detail .box1-detail-img .box1-detail-content h1 {
    width: calc(100% - 120px);
    height: 120px;
    line-height: 40px;
    font-size: 26px;
    margin-bottom: 8px;
    -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-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: 48%;
}

.box1>.box1-detail .box1-detail-news ul {
    width: 80%;
    height: 80%;
    margin: 10% auto;
    border-left: 4px solid #035CA6;
    overflow: hidden;
}

.box1>.box1-detail .box1-detail-news ul li {
    width: 100%;
    height: 100px;
    margin: 14px 0 20px;
    cursor: pointer;
}

.box1>.box1-detail .box1-detail-news ul li div {
    float: left;
}

.box1>.box1-detail .box1-detail-news ul li div:nth-of-type(1) {
    width: 135px;
}

.box1>.box1-detail .box1-detail-news ul li div:nth-of-type(2) {
    width: calc(100% - 135px);
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: left;
    border-left: 2px solid #333;
    height: 60px;
    line-height: 20px;
    padding-left: 20px;
    -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 ul li div:nth-of-type(1) p {
    font-size: 22px;
    line-height: 22px;
}

.box1>.box1-detail .box1-detail-news ul li div:nth-of-type(1) h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.box1>.box1-detail .box1-detail-news ul li:hover {
    color: #035CA6;
}

.box1>.box1-detail .box1-detail-news ul li:hover div:nth-of-type(2) {
    color: #035CA6;
    border-left: 2px solid #035CA6;
}

.box2 {
    width: 100% !important;
    height: 686px;
    position: relative;
}

.box2 .box2-bg {
    width: 86%;
    height: 100%;
    background-color: #C3DDF4;
    position: absolute;
    left: 3%;
    top: 0;
}

.box2 .box2-bg1 {
    width: 33.5%;
    height: 588px;
    background: linear-gradient(to right, #056DB4, #139DCE);
    position: absolute;
    right: 0;
    top: 48px;
}

.box2 .box2-bg1::before {
    content: '';
    width: 430px;
    height: 430px;
    background-image: url(../../images/EN/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: 87%;
    height: 520px;
    margin: 78px 10% 0 5.5%;
    z-index: 30;
    position: relative;
}

.box2 .box2-detail ul {
    width: 47%;
    height: 100%;
    float: left;
    text-align: left;
    padding: 25px 5% 0 0;
}

.box2 .box2-detail ul li {
    height: 95px;
    width: 90%;
    margin: 0 5%;
    /* padding: 12px 0 10px; */
    /* padding: 0 3%; */
    border-bottom: 1px solid #333;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.box2 .box2-detail ul li p {
    height: 78px;
    line-height: 26px;
    margin: 8px auto 0;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.box2 .box2-detail ul li::before {
    content: '';
    width: 90px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.box2 .box2-detail div {
    width: 53%;
    height: 100%;
    float: right;
    display: grid;
}
.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 li:nth-last-of-type(1) {
    border: none;
} */

.box2 .box2-detail ul li:hover {
    width: 100%;
    margin: 0;
    padding: 0 3%;
    color: #035CA6;
    background-color: #F7FCFF;
    border: none;
}

.box2 .box2-detail ul li:hover::before {
    background-image: url(../../images/EN/newBackground.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.box3 {
    width: 100% !important;
    min-height: 700px;
    padding: 150px 0;
    position: relative;
    background-image: url(../../images/EN/background5.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.swiperA {
    width: 95%;
    height: 400px;
    padding: 25px 0;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.swiperA .swiper-slide {
    width: 470px;
    height: 350px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.swiperA .swiper-slide img,
.swiperA .swiper-slide video {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.swiperA .swiper-pagination {
    bottom: auto !important;
    top: -10px !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;
}