@media only screen and (min-width:1401px) and (max-width:1920px) {
    .main {
        transform: scale(0.9);
        transform-origin: top;
        z-index: 10;
    }
}

.main{
    margin-top: 50px;
    width: 1500px;
    position: relative;
    height: auto;
}

.list{
    width: 1500px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.list_title{
    border-left: 2px solid #036C6C;
    height: 30px;
    width: 1500px;
}

.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{
    margin-top: 20px;
    margin-bottom: 40px;
    width: 1500px;
    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;
}