body.list_history .col_news_list .news_list.list1{
    margin-bottom: 0.7rem;
}
body.list_history .col_news_list .news_list.list1 .news_content{
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 2;
}
body.list_history .col_news_list .news_list.list1 .img_box{
    position: relative;
    text-align: center;
    margin-top: 0.8rem;
}
body.list_history .col_news_list .news_list.list1 .img_box img{
    width: 10.68rem;
    height: 3.96rem;
}
body.list_history .col_news_list .news_list.list1 .txt{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.22rem;
    font-weight: 500;
    color: #fff;
    background: #890000;
    writing-mode: vertical-lr;
    padding: 0.25rem;
    letter-spacing: 0.2em;
}
/* list2 */
body.list_history .col_news_list .news_list.list2{
    position: relative;
}
body.list_history .col_news_list .news_list.list2::before{
    content: '';
    position: absolute;
    left: calc(50% - 0.02rem);
    top: 0.39rem;
    display: block;
    width: 0.03rem;
    height: calc(100% - 2.5rem);
    background: #F1E6E6;
}
body.list_history .col_news_list .news_list.list2 .news_row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
body.list_history .col_news_list .news_list.list2 .news_row .news{
    width: 48%;
    display: flex;
    box-sizing: border-box;
}
body.list_history .col_news_list .news_list.list2 .news_row .news_imgs{
    width: 3.57rem;
    height: 1.84rem;
    flex-shrink: 0;
}
body.list_history .col_news_list .news_list.list2 .news_row .news:nth-child(2) .news_imgs{
    height:2.16rem;
}
body.list_history .col_news_list .news_list.list2 .news_row .news_con{
    width: calc(100% - 3.57rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
}
body.list_history .col_news_list .news_list.list2 .news_row .short_title{
    font-size: 0.2rem;
    font-weight: 700;
    color: #990000;
}
body.list_history .col_news_list .news_list.list2 .news_row .news_content{
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 0.1rem;
    color:#1d1d1d;
}
body.list_history .col_news_list .news_list.list2 .news_row .news:nth-child(1){
    padding: 0.35rem 0.55rem 0.4rem 0.4rem;
    background: url(../images/angle_l.png) no-repeat center / 100% 100%;
}
body.list_history .col_news_list .news_list.list2 .news_row .news:nth-child(2){
    flex-direction:row-reverse;
    background: url(../images/angle_r.png) no-repeat center / 100% 100%;
    padding: 0.35rem 0.4rem 0.4rem 0.55rem;
}
body.list_history .col_news_list .news_list.list2 .news_row .news:nth-child(2) .news_con{
    padding-left:0;
    padding-right:0.2rem;
}
body.list_history .col_news_list .news_list.list2 .news_row .news{
    position: relative;
}
body.list_history .col_news_list .news_list.list2 .news_row .news:nth-child(1)::after{
    content: '';
    position: absolute;
    z-index: 5;
    right: -4.16%;
    top: 0.38rem;
    transform: translateX(50%);
    display: block;
    width: 0.33rem;
    height: 0.33rem;
    background: #fff url(../images/circle1.png) no-repeat center / 100% 100%;
    border-radius: 50%;
}
body.list_history .col_news_list .news_list.list2 .news_row .news:nth-child(2)::after{
    content: '';
    position: absolute;
    z-index: 5;
    left: -4.16%;
    top: 0.38rem;
    transform: translateX(-50%);
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    background: #990000;
    border-radius: 50%;
}
/* 单独调整 */
body.list_history .col_news_list .news_list.list2 .news_row.row1 .news:nth-child(1),
body.list_history .col_news_list .news_list.list2 .news_row.row5 .news:nth-child(1),
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(1),
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(2),
body.list_history .col_news_list .news_list.list2 .news_row.row8 .news:nth-child(2),
body.list_history .col_news_list .news_list.list2 .news_row.row9 .news:nth-child(2),
body.list_history .col_news_list .news_list.list2 .news_row.row10 .news:nth-child(1){
    flex-direction:column;
}
body.list_history .col_news_list .news_list.list2 .news_row.row1 .news:nth-child(1) .news_imgs,
body.list_history .col_news_list .news_list.list2 .news_row.row5 .news:nth-child(1) .news_imgs,
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(1) .news_imgs,
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(2) .news_imgs,
body.list_history .col_news_list .news_list.list2 .news_row.row8 .news:nth-child(2) .news_imgs,
body.list_history .col_news_list .news_list.list2 .news_row.row9 .news:nth-child(2) .news_imgs,
body.list_history .col_news_list .news_list.list2 .news_row.row10 .news:nth-child(1) .news_imgs{
    width:100%;
    height:0;
    padding-top:43.4%;
    margin-bottom:0.1rem;
}
body.list_history .col_news_list .news_list.list2 .news_row.row1 .news:nth-child(1) .news_con,
body.list_history .col_news_list .news_list.list2 .news_row.row5 .news:nth-child(1) .news_con,
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(1) .news_con,
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(2) .news_con,
body.list_history .col_news_list .news_list.list2 .news_row.row8 .news:nth-child(2) .news_con,
body.list_history .col_news_list .news_list.list2 .news_row.row9 .news:nth-child(2) .news_con,
body.list_history .col_news_list .news_list.list2 .news_row.row10 .news:nth-child(1) .news_con{
    width:100%;
    padding-left:0;
}

body.list_history .col_news_list .news_list.list2 .news_row.row2 .news:nth-child(1)::after,
body.list_history .col_news_list .news_list.list2 .news_row.row3 .news:nth-child(1)::after,
body.list_history .col_news_list .news_list.list2 .news_row.row4 .news:nth-child(1)::after,
body.list_history .col_news_list .news_list.list2 .news_row.row7 .news:nth-child(1)::after,
body.list_history .col_news_list .news_list.list2 .news_row.row8 .news:nth-child(1)::after{
    top:0.25rem;
}

body.list_history .col_news_list .news_list.list2 .news_row.row2 .news:nth-child(2)::after,
body.list_history .col_news_list .news_list.list2 .news_row.row5 .news:nth-child(1)::after,
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(2)::after,
body.list_history .col_news_list .news_list.list2 .news_row.row8 .news:nth-child(2)::after,
body.list_history .col_news_list .news_list.list2 .news_row.row9 .news:nth-child(2)::after{
    top:0.6rem;
}
/* 位置调整 */
body.list_history .col_news_list .news_list.list2 .news_row.row1 .news:nth-child(1){margin-top: 0;}
body.list_history .col_news_list .news_list.list2 .news_row.row1 .news:nth-child(2){margin-top: 1rem;}

body.list_history .col_news_list .news_list.list2 .news_row .news:nth-child(1){margin-top: -1.2rem;}
body.list_history .col_news_list .news_list.list2 .news_row .news:nth-child(2){margin-top:0rem;}

body.list_history .col_news_list .news_list.list2 .news_row.row2 .news:nth-child(1){margin-top:0rem;}
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(1){margin-top:0rem;}
body.list_history .col_news_list .news_list.list2 .news_row.row7 .news:nth-child(1){margin-top:-0.5rem;}
body.list_history .col_news_list .news_list.list2 .news_row.row8 .news:nth-child(1){margin-top:-1rem;}
body.list_history .col_news_list .news_list.list2 .news_row.row9 .news:nth-child(1){margin-top:-2rem;}
body.list_history .col_news_list .news_list.list2 .news_row.row10 .news:nth-child(1){margin-top:-2rem;}

body.list_history .col_news_list .news_list.list2 .news_row.row2 .news:nth-child(2){margin-top:0.5rem;}
body.list_history .col_news_list .news_list.list2 .news_row.row6 .news:nth-child(2){margin-top:0.8rem;}
body.list_history .col_news_list .news_list.list2 .news_row.row7 .news:nth-child(2){margin-top:0.5rem;}

@media screen and (max-width: 999px){
    body.list_history .col_news_list .news_list.list1 .txt{
        position:static;
        writing-mode:lr;
        margin-bottom:30px;
    }
    body.list_history .col_news_list .news_list.list1 .img_box img{
        width:90%;
        height:auto;
    }
    body.list_history .col_news_list .news_list.list2::before{
        display:none;
    }
    body.list_history .col_news_list .news_list.list2 .news_row{
        flex-direction:column;
    }
    body.list_history .col_news_list .news_list.list2 .news_row .news{
        width:100%;
        margin:0 0 25px !important;
        padding:20px !important;
        background:#fff !important;
        box-shadow:0 0.04rem 0.14rem 0 #BE80804d;
        flex-direction:column !important;
    }
    body.list_history .col_news_list .news_list.list2 .news_row .news_imgs{
        width:100%;
        height:0 !important;
        padding-top:43.4%;
        margin-bottom:0.1rem;
    }
    body.list_history .col_news_list .news_list.list2 .news_row .news_con{
        width:100%;
        padding:0;
    }
    body.list_history .col_news_list .news_list.list2 .news_row .news::after{
        display:none !important;
    }
}