@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;
}

.sideBar{
    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-image: url(../imgs/list_item.png);
    width: 250px;
    height: 60px;
    margin-top: 30px;
}

.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;
}

.article{
    margin-left: 369px;
    width: 1130px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.article_title{
    border-left: 2px solid #036C6C;
    height:30px;
    width: 1130px;
}

.article_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;
}

.article_content{
    width: 1130px;
    height: auto;
    margin-left: 369px;
}

.article_content img{
    text-align: center;
}