li.news {
    float: left;
    border: none;
    width: 285px;
    display: inline-flex;
    padding-bottom: 30px;
    padding-left: 13px;
    display: inline;
    zoom: 1;}

.news_wz {
    width: 100%;}

.news_box {
    margin-left: 45%;
    width: 51%;
    border-top: 3px solid #3b71b1;}

.news_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;}

.news_tel {
    color: #063c7c;
    font-size: 12px;
    line-height: 24px;
    padding-left: 30px;
    background: url(style/l_icon.png) no-repeat left -23px;}

.news_email {
    color: #063c7c;
    font-size: 12px;
    line-height: 24px;
    padding-left: 30px;
    /* background: url(/_upload/tpl/08/73/2163/template2163/images/l_icon.png) no-repeat left bottom; */
    width: 175px;}

.news_images {
    width: 40%;
    float: left;
    margin-right: -40%;
    overflow: hidden;}

.news_images img {
    transition: 1s;
    width: 100%;
    height: auto;}

.news_list {}
.news_list li.news {line-height: 32px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; font-size: 13px;}/*标题*/
.news_list li.news span.news_title a{color: #2c2c2c;}
.news_list li.news:hover span.news_title a{color: #3caad3;}
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #2c2c2c;font-size: 13px;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
