@charset "utf-8";
body{
background:url(../images/news_container_bg.png);
font-family:宋体,微软雅黑,华文细黑,Helvetica;
}
h1{
font-size:16px;
color:#000;
text-align:left;
line-height:36px;
}
h2{
font-size:12px;
color:#333;
text-align:center;
line-height:24px;
}
h6{
font-size:14px;
color:#aaa;
text-align:left;
font-family:宋体;
}
.news_detail_container{
width:960px;
background:#fff;
margin:30px auto;
padding:30px;
border:1px solid #f3f3f3;
}
.news_detail_title{
border-bottom:1px dashed #ccc;
height:80px;
margin-bottom:30px;
}
.img_align{
text-align:center;
margin-bottom:10px;
}

.news_detail_text p{
font-size:14px;
color:#666;
line-height:32px;
}