.news_title{
    position: relative;
}
.news_title::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.news_title .item{
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #666;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.news_title .item:last-child{
    margin-right: 0;
}
.news_title .item.active{
    color: #fff;
    background: #009143;
    border: #009143 solid 1px;
}
.news_cont{
    margin-top: 10px;
}
.news_cont .list{
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
    display: block;
}
.news_cont .width1200 {
    border-bottom: #ddd solid 1px;
    padding: 60px 0;
    box-sizing: border-box;
}
.news_cont .img{
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
}
.news_cont .news_texts{
    width: calc(100% - 220px);
    padding-left: 85px;
    box-sizing: border-box;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
}
.news_tet{
    width: calc(100% - 160px);
    padding-right: 60px;
    box-sizing: border-box;
}
.news_tet .news_tet_tit {
    color: #222;
    /* font-weight: lighter; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
.news_tet .con{
    word-wrap: break-word;
    color: #999;
    /* font-weight: lighter; */
    margin-top: 20px;
    line-height: 2;
    display: -webkit-box; 
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 2;   
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    max-height: 60px;
} 
.news_date{
    width: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.news_date::before{
    content: "";
    display: block;
    width: 1px;
    height: 110px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news_date::after{
    content: "";
    display: block;
    width: 10px;
    height: 18px;
    background: url(../img/news_icon.png) no-repeat center/cover;
    margin-left: 25px;
    display: none;
}
.news_date .news_date_time{
    color: #666;
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
    line-height: 1;
}
.news_date .news_date_year{
    color: #666;
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
    line-height: 1;
    margin-top: 18px;
}
.news_detail_title{
    text-align: center;
    padding-bottom: 36px;
    border-bottom: #ddd solid 1px;
    box-sizing: border-box;
}
.news_detail_title .title{
    color: #333;
}
.news_detail_title .desc{
    color: #999;
    margin-top: 20px;
}
.news_detail_text{
    padding: 30px 0 20px;
    box-sizing: border-box;
    border-bottom: #ddd solid 1px;
}
.news_detail_text p{
    color: #707070;
    margin: 20px 0;
}
.news_detail_text img {
    display: block;
    margin: 0 auto;
}


table {
    width: 100%;
    text-align: center;
}

table td {
    line-height: 35px;
    border: 1px solid #f2f2f2;
    color: #0d0d0d;
    padding: 5px 10px;
    box-sizing: border-box;
}
table tr:nth-child(2n) {
    background-color: #f7f7f7;
}
table tr:nth-child(2n-1) td:nth-child(1) {
    background-color: #f5f5f5;
}
table tr:nth-child(2n) td:nth-child(1) {
    background-color: #ededed;
}

table tr:nth-child(1) td {
    height: 70px;
    font-size: 18px;
    color: #333;
    border-radius: 10px 10px 0 0;
    border-right: 1px solid #fff;
    background: #d4d4d4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 88.6%;
}
table tr:nth-child(1) td:nth-child(1) {
    background: #d4d4d4;
}
@media only screen and (min-width: 960px) {
    .news_title .item:hover{
        color: #fff;
        background: #009143;
        border: #009143 solid 1px;
    }
    .news_cont .list:hover{
        background: #f4f4f4;
        box-shadow: #efefef 0 5px 10px;
    }
    .news_cont .list:hover .img {
        transform: translateX(20px);
    }
    .news_cont .list:hover .news_texts  {
        transform: translateX(-40px);
    }
    .news_cont .list:hover .news_date::before{
        opacity: 0;
    }
    .news_cont .list:hover .news_date::after{
        display: block;
    }
    .news_cont .list:hover .news_tet_tit {
        color: #009143;
    }
    .news_cont .list:hover .news_date_time {
        color: #009143;
    }
}
@media only screen and (max-width: 1200px) {
    .news_cont .width1200 {
        padding: 45px 0;
    }
    .news_cont .news_texts{
        padding-left: 65px;
    }
    .news_cont .list:hover .news_texts {
        transform: translateX(-20px);
    }
}
@media only screen and (max-width: 768px) {
    .news_title .item {
        width: 40px;
        height: 40px;
    }
    .news_title .item {
        width: 37px;
        height: 37px;
        font-size: 12px;
        margin-right: 15px;
        margin-bottom: 5px;
    }
    .news_title .item:nth-child(6n){
        margin-right: 0;
    }
    .news_title::after{
        display: none;
    }
    .news_cont .img{
        width: 100%;
    }
    .news_cont .news_texts {
        padding-left: 0;
        width: 100%;
        margin-top: 25px;
    }
    .news_tet {
        width: 100%;
        padding-right: 0;
    }
    .news_date {
        width: 100%;
        justify-content: flex-start;
    }
    .news_date::before{
        display: none;
    }
    .news_date_box{
        display: flex;
        align-items: flex-end;
    }
    .news_date .news_date_year{
        margin-top: 0;
        margin-left: 10px;
    }
    .news_cont .width1200 {
        padding: 20px 0;
    }
    .news_tet .con {
        margin: 8px 0 12px;
    }
    .news_cont {
        margin-top: 0;
    }
    .news_detail_title{
        padding-bottom: 15px;
    }
    .news_detail_title .desc{
        margin-top: 10px;
    }
    .news_detail_text p{
        margin: 10px 0;
    }
    .news_detail_text {
        padding: 15px 0;
    }

    .news_detail_title .title{
        line-height: 1.5;
    }
}