@media only screen and (min-width:1401px) and (max-width:1920px) {
    .main {
        transform: scale(0.9);
        transform-origin: top;
        z-index: 10;
    }
}

.main {
    display:flex;
    margin-top: 50px;
    width: 1500px;
    position: relative;
    height: auto;
}

.sideBar {
    margin-right:0;
    margin-left:0;
    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 {
    flex:1;
    width: 1130px;
    padding-bottom: 10px;
    margin-left:20px;
    margin-right:0;
}

.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;
}

.list_content {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 1130px;
    height: auto;
}

.list_content ul li>img {
    width: 21px;
    margin-left: 0;
    margin-right: 0;
}

.list_content ul li {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
}

.list_content ul li a {
    color: #333;
    font-size: 18px;
    margin-left: 5px;
}

.list_content ul li>span {
    margin-right: 0;
    color: #666;
    font-size: 14px;
}






.pb_sys_style1 .p_no_d {
    border: 1px solid #036c6c !important;
    background-color: #036c6c !important;
}