.content {
    width: 90%;
    height: 2010px;
    display: flex;
    margin-top: 12px;
    background-color: #EDF4F9;
    padding-left: 118px;
    padding-right: 85px;
    padding-top: 65px;
}

.content .left {
    width: 325px;
    height: 100%;
    margin-right: 34px;

}

.content .left .left1 {
    width: 276px;
    height: 37px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 26px;
    color: #777777;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 11px;
}

.left .left2list {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

.item2 {
    width: 100%;
    height: 74px;

}

.item2 a {
    display: block;
    width: 100%;
    height: 74px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 32px;
    color: #454545;
    text-align: left;
    padding-left: 23px;
    padding-top: 13px;
    padding-bottom: 17px;
    font-style: normal;
    text-transform: none;
}
.item2 .item21 {
     width: 100%;
     height: auto;
 }

 .child {
     display: block;
     width: 100%;
     height: 74px;
     font-size: 28px;
     color: black;
     padding-left: 23px;
     padding-top: 13px;
     padding-bottom: 17px;
box-sizing:border-box;
 }

 .child:hover {
     color: black;

 }
.left2list li:hover {
    background-color: #11365D;


}

.left2list li a:hover {
    color: #FFFFFF;
}

.right {
    width: 1360px;
    height: 906px;
    margin-top: 50px;
    position: relative;
    /* background-image: url(./images1/蒙版组\ 26.png); */
}

.right .title {
    display: none;
}

.right img {
    width: 100%;
    height: 100%;
}

.corner-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 176px;
    /* 图形总宽度 */
    height: 330px;
    /* 图形总高度 */

}

/* 左上角外框L形 */
.corner-top-left .outer-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003366;
    /* 深蓝色，可自定义 */
}

/* 左上角内凹的白色块 */
.corner-top-left .inner-cut {
    position: absolute;
    top: 70px;
    /* 内凹距离顶部的高度 */
    left: 51px;
    /* 内凹距离左侧的宽度 */
    width: 125px;
    height: 260px;
    background-color: black;
    /* 背景色和页面/图片背景一致 */
}

.corner-bottom-right {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.white {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
}

.white h4 {
    width: 768px;
    height: 46px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 32px;
    color: #11365D;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 27px;
    margin-bottom: 27px;
}
.xiimg {
    margin-top: 0px;
overflow: hidden;
}
.imgdes {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;

    margin-top: 65px;
    padding-bottom: 15px;

}

.imgdes ul {
    display: flex;
gap: 15px;
}

.imgdes li {
    width: 227px;
    height: 100%;
    padding-left: 0px;
}
.imgdes ul li:nth-child(1) img {

    width: 100%;
    height: 614px;
   
}

.imgdes ul li:nth-child(2) img {
    width: 100%;
    height: 614px;
   
}

.imgdes li:nth-child(3) img {
    width: 100%;
    height: 614px;
   
   
}

.imgdes ul li:nth-child(4) img {
    width: 100%;
    height: 614px;
   
}

.imgdes ul li:nth-child(5) img {
    width: 100%;
    height: 614px;
   
}

.imgdes ul li:nth-child(6) img {
    width: 100%;
    height: 614px;
   
}
.name {
    width: auto;
    height: 58px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 40px;
    color: #11365D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px #11365D;

    border-bottom: 3px solid #10355D;
    padding-left: 5px;
}

.job {
    width: auto;
    height: auto;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 26px;
    color: #454545;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 5px;
    padding-left: 5px;
}