
.news_info_c {
    width: 100%;
    float: left;
     /*margin-top: 32px;*/
    overflow: hidden;
    padding-bottom: 100px;
}
.news_info_left{width:100%;float:left;background: #fff;}

.news {
    width: 100%;
    float: left;
    position: relative;
}

.news_title {
    width: 100%;
    float: left;
    text-align: center;
  
	line-height: 40px;
  text-indent: 4px;
}

.news_title span {
    font-size: 22px;
    color: #333333;
    position: relative;
    display: block;
    text-align: left;
    font-weight: normal;
}

.news_share {
    width: 100%;
    float: left;
    text-align: center;
     border-bottom: 3px solid #cd0000;
}

.news_share ul {
    list-style: none;
    display: inline-block;
    text-align: center;
}

.news_share ul li {
    float: left;
    margin: 5px 10px 10px 0;
}

.news_share ul li span {
    font-size: 14px;
    color: #333;
}

.news_content {
    width: 98%;
    float: left;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}



.news_time{ width:100%; float:left; line-height:30px; margin-top:20px;}
.news_time span{ font-size:16px; color:#999; display:block; float:right; margin-right:20px;}