.banner{
    width: 100%;
    height: 300px;
    background: #68c8c5 url("../images/about_us1.jpg") no-repeat center top;
}

.main{
    overflow: hidden;
    margin-bottom: 60px;
}

.news-wrapper{
	width:980px;
    margin: 24px auto 0;
}

.news-wrapper .news-cont{
    width: 100%;
    padding: 28px 0;
}

.news-wrapper .news-cont .news-img{
    float: left;
    width: 270px;
    height: 200px;
}

.news-wrapper .news-cont .news-img img{
	width:100%;
	height:100%;
}

.news-wrapper .news-cont .news-right{
    float: right;
    width: 682px;
    height: 100%;
}

.news-wrapper .news-cont .news-right-a{
    display: block;
    width: 100%;
    height: 100%;
}

.news-wrapper .news-cont .news-right-a h3{
	text-align: left;
    font-size: 18px;
    color: #00a7eb;
    font-weight: normal;
}

.news-wrapper .news-cont .news-right-a .news-right-text{
	font-size: 14px;
    color: #717070;
    line-height: 30px;
    padding-top: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-wrapper .news-cont .news-right-a  .news-right-bottom{
    margin-top: 10px;
    overflow: hidden;
}

.news-wrapper .news-cont .news-right-a  .more{
    display: inline-block;
    float: left;
    width: 40px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #717070;
    border: 1px solid #00a7eb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.news-wrapper .news-cont .news-right-a  .release-time{
    display: inline-block;
    float: right;
    margin-right: 12px;
    padding-left: 36px;
    line-height: 28px;
    font-size: 12px;
    color: #b1b1b2;
    background: url("../images/release_time.png") no-repeat 4px center;
}

.news-wrapper .news-cont .news-right-a  .release-time span ,.news-wrapper .news-cont .news-right-a .reading-quantity span{
    font-size: 12px;
    color: #b1b1b2;
}

.news-wrapper .news-cont .news-right-a .reading-quantity{
    display: inline-block;
    float: right;
    margin-right: 12px;
    padding-left: 36px;
    line-height: 28px;
    font-size: 12px;
    color: #b1b1b2;
    background: url("../images/reading_quantity.png") no-repeat 4px center;
}


/* 最新动态详情 */
.news-details .main{margin: 55px auto 0;width: 980px;}
.news-details .current{width: 100%;}
.news-details .current p{font-size: 12px;color: #969595;text-align: left;line-height: 30px;border-bottom: 1px solid #dedede;}
.news-details .current p span{font-size: 12px;color: #969595;}
.news-details .details-cont{text-align: center;padding-top: 28px;}
.news-details .details-cont h3{text-align: center;font-size: 18px;color: #00a7eb;}
.news-details .news-right-bottom{padding-top: 8px;text-align: center;}
.news-details .news-right-bottom .reading-quantity{display: inline-block;margin-right: 12px;padding-left: 36px;line-height: 28px;font-size: 12px;color: #b1b1b2;background: url("../images/reading_quantity.png") no-repeat 4px center;}
.news-details .news-right-bottom .release-time{display: inline-block;margin-right: 12px;padding-left: 36px;line-height: 28px;font-size: 12px;color: #b1b1b2;background: url("../images/release_time.png") no-repeat 4px center;}
.news-details .news-right-bottom .reading-quantity span{font-size: 12px;color: #b1b1b2;}
.news-details .news-right-bottom .release-time span{font-size: 12px;color: #b1b1b2;}
.news-details .news-img{width: 680px;height: 400px;margin: 38px auto 0;}
.news-details .news-img img{width: 100%;height: 100%;}
.news-details .details-cont .text{padding-top: 40px;}
.news-details .details-cont .text p{font-size: 14px;color: #717070;line-height: 30px;text-align: left;text-indent: 2em;}