@charset "utf-8";
/* CSS Document */
/*头部小图*/
.newsTop{width:100%;height:0; padding-bottom:12%; position:relative}
.newsTop img{position:absolute;width:100%;height:100%}
@media (max-width:800px){
	.newsTop{padding-bottom:24%;}	 
}
/*头部菜单*/
.newsType{width:100%; height:50px; background-color:#FFF; line-height:50px; text-align:center}
.newsType span{ margin:0 10px;font-size:1.2em;}
.newsType span.sec{ color:#090}
.newsType a:link,.newsType a:visited,.newsType a:hover{ color:inherit; text-decoration:none; font-size:inherit}
/*中间部分*/
.newsListDiv{width:100%; background-color:#eee;display:inline-block}
.newsListDiv a:link,.newsListDiv a:hover,.newsListDiv a:visited{ color:inherit; text-decoration:none; font-size:inherit}
.newsListDiv div.main{width:1200px; margin:auto}
.newsListDiv div.main div.left{width:100%;background-color:#fff;margin:2% 0;display:inline-block}
@media (max-width:1200px){
	/**1200px以下*/
	.newsListDiv div.main{width:1020px;}
}
@media (max-width:1020px){
	.newsListDiv div.main{width:100%;}
}
/*内容页面*/
.read{width:90%; margin:5% 5%;display:inline-block;}
.read div.title{font-size:2.0em; margin:0.6% 0 2%;}
.read div.title Span{ margin-left:1em}
.read div.content{font-size:1.2em;line-height:1.8;color:#666;}
/*
.read div.content .img{width:60%; padding-bottom:30%; position:relative; margin:30px auto}
.read div.content .img img{width:100%;height:100%; position:absolute}
*/
.read div.content p{text-indent:2em; margin:10px 0; font-size:1em;}
.read div.content img{width:60%;margin:30px auto; display:block}
@media (max-width:800px){
	.read div.content img{width:90%;}
}