.nav-link.item_index{
    color: #e20016;
}
.nav-link.item_index::after {
    width: 100%;
}
.index_about .lists {
    position: relative;
}
.index_about .img_bg {
    position: absolute;
    top: 35px;
    left: -98px;
    z-index: -1;
}
.time_items .time_item {
    box-shadow: 0px 0px 10px 1px rgba(25, 27, 35, 0.09);
    padding: 0 5%;
    box-sizing: border-box;
    justify-content: space-between;
    width: 45%;
    height: 130px;
    background: #FFFFFF;
    margin-right: 2%;
}
.time_items .time_item:nth-child(2n){
    margin-right: 0;
}
.time_num {
    margin-bottom: 14px;
    line-height: 1;
}
.time_num .num {
    font-family: Arial;
    color: #e20016;
}
.time_item_r {
    max-width: 38px;
}
.index_culture{
    background: #F6F6F6;
}
/* .index_culture .lists .list:nth-child(2n){
    background-color: rgb(255 255 255 / 0.05);
   
} */

.index_responsibility .list{
    margin-bottom: 15px;
}
.index_responsibility .list:last-child{
    margin-bottom: 0;
}
.index_responsibility .list .tit{
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.index_responsibility .list .tit::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #e20016;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}

.news_lists .list{
    height: 323px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(25,27,35,0.09);
    width: 31.5%;
    margin-right: 2.75%;
    padding: 33px 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}
.news_lists .list::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #D00000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    z-index: -1;
}
.news_lists .list:nth-child(3n){
    margin-right: 0;
}
.news_lists .list .text{
    width: 100%;
}
.news_lists .list .tit {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_lists .list .time{
    margin: 10px 0 30px;
}
.news_lists .list .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}
.news_lists .list .watch_detail {
    display: table;
    color: #fff;
    background:#e20016;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 6px;
}
.watch_detail_next{
    width: 20px;
    height: 20px;
    background: url(../img/watch_detail_next.svg) no-repeat center/cover;
}

.index_human .con li{
    margin: 8px 0;
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
}
.index_human .con li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #666;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}

.watch_more{
    background: #e20016;
    width: 150px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .watch_more:hover{
        transform: translateX(3px);
    }
    .news_lists .list:hover::before{
        width: 100%;
    }
    .news_lists .list:hover .tit{
        color: #fff;
    }
    .news_lists .list:hover .time {
        color: #fff;
    }
    .news_lists .list:hover .desc {
        color: #fff;
    }
    .news_lists .list:hover .watch_detail {
        color: #e20016;
        background:#fff;
    }
    .news_lists .list:hover .watch_detail_next{
        background: url(../img/watch_detail_next_hover.svg) no-repeat center/cover;
    }
}
@media only screen and (max-width: 768px) {
    .watch_more {
        width: 115px;
        height: 40px;
        margin: 0 auto;
    }
    .time_items .time_item {
        width: 49%;
        height: 95px;
    }
    .time_num {
        margin-bottom: 5px;
    }
    .time_item_r {
        margin-left: auto;
    }
    .news_lists .list{
        padding: 25px 15px;
        box-sizing: border-box;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        height: 262px;
    }
    .news_lists .list:last-child{
        margin-bottom: 0;
    }
    .news_lists .list .desc{
        height: 78px;
    }
    .index_news .watch_more{
        margin: 0 0 0 auto;
    }
    .page_line{
        margin: 0 auto;
    }
}
