.news_div{
    width: 100%;
    display: table;
    background: transparent;
    margin-top: 10px;
}
.news_item{
    width: 90%;
    margin:0 auto 10px auto;
    padding: 15px 0;
    display: table;
    border-bottom: 1px solid #EEEEEE;
}
.news_img_div {
    width: 40%;
    display: table;
    float: left;
}
.news_img {
    width: 100%;
    max-width: 132px;
    height: 78px;
    float: left;
    display: block;
}
.news_title {
    display: table;
    width: 58%;
    padding-left: 2%;
    float: left;
}
.news_title_div {
    line-height: 20px;
    height: 62px;
    display: block;
    overflow: hidden;
}
.news_title_time {
    color: #666;
    font-size: 12px;
    height: 16px;
    display: block;
    text-align: right;
}
/*新闻内容页*/
.detail{
    display: block;
    margin: auto;
    padding: 10px;
}
.detail_title{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 8px;
}
.detail_time{
    color: #999999;
    font-size: 14px;
    margin: 5px 0;
}
.detail_content{
    font-size: 14px!important;
}
.detail_content img{
    width: 100%!important;
    display: block!important;
}
.detail_btn{
    width: 100%;
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    display: table;
}
.do_btn{
    font-size: 14px;
    color: #999999;
    padding: 0 15px;
    line-height: 20px;
    display: block;
    float: right;
}
.do_span{
    display: block;
    float: right;
    height: 18px;
    margin-top: 1px;
    border-right: 1px solid #dddddd;
}