@media only screen and (min-width:1401px) and (max-width:1920px) {
    .main {
        transform: scale(0.9, 0.98);
        transform-origin: top;
        z-index: 10;
    }
}

.main {
    margin-top: 50px;
    width: 1500px;
    position: relative;
    height: auto;
}

.sideBar {
    z-index: 10;
    position: absolute;
    width: 320px;
    height: auto;
    box-shadow: 0px 3px 20px -7px;
    background-color: white;
}

.sideBar_title {
    width: 300px;
    height: 110px;
    background-image: url(../imgs/list_background1_03.png);
}

.sideBar_title p {
    text-align: center;
    width: 300px;
    height: 110px;
    line-height: 110px;
    font-size: 34px;
    color: white;
}

.items {
    background-color: #036C6C;
    width: 250px;
    height: 60px;
    margin-top: 30px;
}

.itemsa {
    background-color: #cd9b2c;
}

.itemss {
    width: 250px;
    height: 60px;
    background-image: url(../imgs/cloud2.png);
}

.items:nth-child(1) {
    margin-top: 40px;
}

.items a>img {
    width: 24px;
    height: 24px;
    margin-right: 0;
}

.items a {
    display: flex;
    align-items: center;
    width: 170px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: white;
}

.items:nth-last-child(1) {
    margin-bottom: 84px;
}

.list {
    margin-left: 369px;
    width: 1130px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.list_title {
    border-left: 2px solid #036C6C;
    height: 30px;
    width: 1130px;
}

.list_title p {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-left: 6px;
}

.dqwz {
    float: right;
    font-size: 12px;
    color: #000;
    height: 30px;
    line-height: 30px;
}

.listMiddle{
    margin-top: 30px;
    width: 1130px;
    margin-left: 369px;
    height: 70px;
    background-color: #036C6C;
}

.listMiddle p{
    color: white;
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    margin-left: 16px;
}

.list_content {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 1130px;
    height: auto;
    margin-left: 369px;
}

.list_content ul{
    display: flex;
    margin-top: 30px;
    gap: 30px;
}

.list_content ul a{
    display: block;
    width: 350px;
    height: 200px;
}

.list_content ul a:nth-child(1){
    margin-left: 0;
    margin-right: 8px;
}

.list_content ul a:nth-child(2){
    margin-left: 0;
}


.list_content ul a>li{
    width: 350px;
    height: 200px;
    border: 1px solid #efefef;
}

.personImage{
    display: block;
    float: left;
    width: 119px;
    height: 200px;
}

.personImage img{
    width: 119px;
    height: 156px;
    margin-top: 22px;
}

.personInformation{
    float: right;
    width: 205px;
    height: 200px;
}

.personInformation p{
    width: 205px;
    margin-top: 40px;
    font-size: 24px;
    color: #036C6C;
}

.personInformation span{
    width: 205px;
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    display: block;
    letter-spacing: 0.2px;
    height: 25px;
    line-height: 25px;
}

.Email{
    font-size: 14px !important;
    margin-top: 30px !important;
}