
/*图片列表页*/
.content1{
	height: 2.6rem;
	background: url(../img/al_top_bg.jpg) center repeat-x;
}
.con2-pic1,.con2-pic2,.con2-pic3,.con2-pic4{
	float: left;
	width: 1.8rem;
	height: 1.8rem;
	/*width: 46px;
	height: 46px;*/
	margin-left: 3rem;
	margin-right: 0.4rem;
	/*margin: 0.4rem 0.4rem 0rem 3rem;*/
}
.con2-pic1 img,.con2-pic2 img,.con2-pic3 img,.con2-pic4 img{
	width: 1.8rem;
	height: 1.8rem;
}
.con2-pic1{
	/*background: url(../img/sysj_bg.png) center no-repeat;*/
}
.con2-pic2{
	/*background: url(../img/bgsj_bg.png) center no-repeat;*/
}
.con2-pic3{
	/*background: url(../img/jtzx_bg.png) center no-repeat;*/
}
.con2-pic4{
	/*background: url(../img/bszx_bg.png) center no-repeat;*/
}
.content1 span{
	line-height: 2.6rem;
	font-family: "microsoft yahei";
	font-size: 0.8rem;
	color: #333;
	margin-left: 12px;
}
ul.content2{margin-top: 20px;}
ul.content2 li{
	float: left;
	height: 2.6rem;
	line-height: 2.6rem;
	background: #7B0002;
	width: 49.7%;
	border-right: 1px solid #fff;
	
}
ul.content2 li:last-child{border-right: none;}
ul.content2 li a{display: block;}
ul.content2 li span{
	font-family: "microsoft yahei";
	font-size: 0.8rem;
	color: #fff;
}
ul.content2 li.on{
	background: #BC1010;
}
ul.pic-list{
	padding: 1.2rem 0.5rem;
}
ul.pic-list li{
	margin-bottom: 0.4rem;
}
ul.pic-list a{display: block;}
ul.pic-list a img{
	float: left;
	width: 14rem;
	height: 9rem;
}
ul.pic-list .pic-right{
	width: 11.5rem;
	margin-left: 1rem;
}

ul.pic-list .pic-right p.name{
	font-size: 0.8rem;
	color: #333333;
	line-height: 3rem;
}
ul.pic-list .pic-right p.kind{
	font-size: 0.8rem;
	color: #666;
	font-family: "黑体";
	line-height: 2rem;
}
ul.pic-list .pic-right span{
	font-size: 0.8rem;
	color: #666;
	font-family: "黑体";
	float: left;
}
ul.pic-list .pic-right p.jj{
	float: left;
	width: 8rem;
	color: #666;
	font-size: 0.8rem;
}
ul.pic-list{}
/*图片列表页 end*/
/*新闻列表页*/
ul.news-list{
	padding: 1rem 0.5rem;
}
ul.news-list li{
	margin-bottom: 0.6rem;
}
ul.news-list p.l1{
	font-size: 1.4rem;
	color: #333;
	font-family: "黑体";
	line-height: 1.5rem;
}
ul.news-list p.l1 i{
	display: block;
	float: left;
	width: 0.2rem;
	height: 0.6rem;
	background: #fb000a;
	margin-top: 0.4rem;
	margin-right: 0.6rem;
}
ul.news-list p.l2{
	font-size: 1rem;
	color: #666;
	font-family: "黑体";
	line-height: 1.5rem;
}
/*新闻列表页 end*/
/*文章*/
#content{width: 100%;}
.con{
	padding: 10px 0px;
	width: 90%;
    margin: 0 auto;
    min-height: 500px;
}
.wz_bt{
	text-align: center;
    font-size: 24px;
    font-family: "microsoft yahei";
}
#con img{width: 100%;}
/*文章 end*/