.about-content .about-con{
    background-color: #ffffff!important;
}

.news2-left{
    width: 333px;
    height: 425px;
    background-color: #e6e6e6;
    float: left;
}
.news2-left >div{
    width: 100%;
    height: 158px;
    padding: 20px 29px;
    box-sizing: border-box;
}
.news2-left img{
    display: block;
    width: 100%;
    height: 267px;
}
.news2-right{
    width: 458px;
    height: 425px;
    float: right;
}
.news2-right>div:not(:first-child){
    margin-top: 40px;
}
.new_time{
    width: 57px;
    float: left;
    height: 67px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}
.news-bottom{
    border-top: 1px solid #74b057;
    margin-top: 40px;
    padding-top: 18px;
}
.news-bottom li{
    position: relative;
    line-height: 24px;
}
.news-bottom li span{
    position: absolute;
    right: 0;
}
.news-bottom a{
    color: #595757;
}
