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

.news-left{
    float: left;
    width: 466px;
    height: 253px;
}
.news-left>div{
    height: 120px;
    padding: 13px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #74b057;
    border-top: 1px solid #74b057;
}
.news-left .new_time{
    width: 85px;
    float: left;
    height: 100%;
    border-right: 1px solid #74b057;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
}
.about-nav li:first-child a{
    background-color: #006693;
    color: #FFFFFF;
}
.news-ul{
    font-size: 12px;
    margin-top: 20px;
}
.news-ul li{
    position: relative;
    line-height: 24px;
}
.news-ul li span{
    position: absolute;
    right: 0;
 }

.news-ul a{
    color: #4c4948;
}

.news-right{
    float: right;
    width: 297px;
    height: 253px;
}
.swiper-container{
    height: 100%;
}
.swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-slide a img{
    width: 100%;
    height: 100%;
}
.swiper-pagination{
    height: 20px;
    background: rgba(0,0,0,0.3);
    line-height: 14px;
    bottom: 0!important;
}
.swiper-pagination-bullet{
    width: 4px!important;
    height: 4px!important;
    margin: 0 10px!important;
    background: #FFF!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    background: #74b057!important;
}

.news-bottom{
    border-top: 1px solid #74b057;
    margin-top: 40px;
    padding-top: 8px;
}
.news-bottom li{
    position: relative;
    line-height: 24px;
 }
.news-bottom li span{
    position: absolute;
    right: 0;
}
.news-bottom a{
    color: #595757;
}

