@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;
}

.article {
    width: 1500px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.article_title {
    border-left: 2px solid #036C6C;
    height: 30px;
    width: 1500px;
}

.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;
}

/* 改动 2024.9.5*/
.article_content {
    width: 1500px;
    height: auto;
    display: flex;
    margin-top: 20px;
}

.articleWord{
    width: 980px;
    height: auto;
    margin: 0;
}

.zxxw{
    width: 390px;
    height: auto;
    margin-right: 0;
}

.zxxw span{
    display: block;
    width: inherit;
    height: 50px;
    line-height: 50px;
    background-color: #e5f0f0;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
}

.zxxw ul{
    width: 390px;
}

.zxxw ul li{
    list-style: none;
    width: inherit;
    height: 72px;
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #eee;
}

.zxxw ul li a{
    display: flex;
    text-decoration: none;
}

.zxxw_date{
    display: flex;
    flex-direction: column;
    width: 62px;
    height: 62px;
    border: 1px solid #eee;
    margin: 0;
    z-index: 5;
}

.zxxw_date>span{
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #036C6C;
    font-size: 24px;
}

.zxxw_date>p{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
}

.zxxw_text{
    margin-left: 8px;
    padding-top: 5px;
    height: 50px;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}

.zxxw ul li a:hover .zxxw_date{
    animation: change 0.5s ease forwards;
}

.zxxw ul li a:hover .zxxw_text{
    color: #036C6C;
}

@keyframes change{
    0%{
        border-radius: 0;
        border-color: #333;
    }
    100%{
        border-radius: 1em 0 1em 0;
        border-color: #036C6C;
    }
}
