.news_detail{}
.news_detail h2.title{
    color:#3ea3e9;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.news_detail p.p{
    color:#444;
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.news_detail .img_widget{
    margin-bottom: 20px;
}
.news_detail .img_box{
    overflow: hidden;
}
.news_detail .img_box img{
    width:580px;
    height:360px;
}
.news_detail .sub_title {
    color:#f00;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}