@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 {
    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-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;
}

.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;
}

.list_content {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 1130px;
    height: auto;
    margin-left: 369px;
}

.dates{
    width: 95px;
    height: 100px;
    margin-left: 0px;
    border-right: 1px solid #ccc;
}

.date{
    position: absolute;
    width: 74px;
    height: 74px;
    border: 1px solid #036c6c;
}

.dates>.date>.day{
    margin-top: 9px;
    display: block;
    width: 54px;
    height: 29px;
    background-color: #036C6C;
    color: white;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
}

.dates>.date>.yearMonth{
    display: block;
    color: #036C6C;
    font-size: 16px;
    width: 74px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.list_content ul li>.text{
    width: 765px;
    height: 149px;
    margin-left: 0;
    margin-right: 0;
}

.list_content ul li>.text span{
    display: block;
    margin-top: 20px;
    color: #ccc;
    font-size: 14px;
    letter-spacing: 0.2px;
    height: 22px;
    line-height: 22px;
}

.list_content ul li>.text p{
    letter-spacing: 0.2px;
    color: #000;
    font-size: 18px;
}

.list_content ul li>.img{
    margin-right: 0px;
    margin-left: 26px;
}

.list_content ul li>.img a{
    display: block;
    width: 226px;
    height: 150px;
}

.list_content ul li>.img>a>img {
    width: 226px;
    height: 150px;
}

.list_content ul li {
    display: flex;
    height: 149px;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}

.list_content ul li:nth-child(1){
    margin-top: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #036c6c !important;
    background-color: #036c6c !important;
}