@charset "utf-8";

/*page common*/
.nei_banner img{
	width:100%;
}
#header{
	position: static;
}

/*内容区*/
#visible_content{
	width:1100px;
	margin:0 auto;
	max-width: 100%;
}

/*分页*/
.page_jump{
	text-align:center;
	font-size:0;
	padding:20px;
}
.page_jump a,.page_jump b{
	display: inline-block;
	font-size:12px;
	height: 15px;
	line-height: 15px;
	padding:15px;
	margin:0 1px;
	color: #3f3f3f;
	border: 1px solid #3f3f3f;
}
.page_jump b{
	border: 1px solid #3f3f3f;
	background: #3f3f3f;
	color:#fff;
	font-weight: bold;
}

/*无信息提示*/
#no_info {
    text-align: center;
    font-size: 0;
}
#no_info span {
    display: inline-block;
    padding-left: 40px;
    background: url(../images/no-info.gif) no-repeat left center;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
}

/*分类*/
.classify{
	padding:40px 0 0 0;
}
.classify .menu ul{
	overflow: hidden;
	font-size:0;
}
.classify .menu ul li{
	display: inline-block;
	margin: 0 3px;
}
.classify .menu ul li a{
	display: block;
	width: 147px;
	height: 48px;
	line-height: 48px;
	background: #0a3c95;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.classify .menu ul li a:hover{
	background: #c40e24;
}
.classify .menu ul li .current{
	background: #c40e24;
}
/*展示区*/
.show_stage{
	padding:20px 0;
	overflow: hidden;
}
.show_stage .htmledit p{
	font-size:14px;
	line-height: 25px;
}

/*列表1*/
.show_stage .list1{
	padding-top:20px;
}
.show_stage .list1 ul{
	overflow: hidden;
	margin:0 -13px;
}
.show_stage .list1 ul li{
	float: left;
	overflow: hidden;
	width: 351px;
	margin: 0 12px;
	margin-bottom: 44px;
}
.show_stage .list1 ul li .pic a{
	display: block;
	border: 10px solid #eee;
}
.show_stage .list1 ul li .pic img{
	width:100%;
	height:242px;
}
.show_stage .list1 ul li .title{
	text-align: center;
	line-height: 58px;
	overflow: hidden;
	height: 58px;
}
.show_stage .list1 ul li .title a{
	font-size: 18px;
	font-weight: bold;
	color: #424242;
}
/*详细1*/
.show_stage .detail1{
	padding-top:20px;
}
.show_stage .detail1 .detail1_pic{
	width:800px;
	border: 10px solid #eee;
}
.show_stage .detail1 .detail1_pic img{
	width:100%;
	height:500px;
}

/*列表2*/
.show_stage .list2 ul li{
	padding: 33px 0;
	border-bottom: 1px solid #c0c0c0
}
.show_stage .list2 ul li .news_title{
	overflow: hidden;
}
.show_stage .list2 ul li .news_title .title{
	float:left;
}
.show_stage .list2 ul li .news_title .title a{
	font-size: 20px;
	color: #303030;
	font-weight: normal;
	line-height: 20px;
}
.show_stage .list2 ul li .news_title .title a:hover{
	color: #0a3b97;
}
.show_stage .list2 ul li .news_title .date{
	float:right;
	color: #303030;
	height: 20px;
	padding-left: 30px;
	background: url(../images/date-icon.jpg) no-repeat left center;
	font-size: 14px;
}
.show_stage .list2 ul li .summary{
	margin-top:15px;
}
.show_stage .list2 ul li .summary p{
	line-height: 20px;
	color: #494949;
	font-size: 14px;
}

/*详细2*/
.show_stage .detail2{
	margin-top:20px;
	border: 1px solid #c1c5c4;
	padding: 20px 10px;
}
.show_stage .detail2 .font{
	overflow: hidden;
}
.show_stage .detail2 .font .btns{
	float:right;
	margin-right:30px;
}
.show_stage .detail2 .font .btns span,
.show_stage .detail2 .font .btns ul,
.show_stage .detail2 .font .btns ul li{
	float:left;
	line-height: 30px;
}
.show_stage .detail2 .font .btns ul li a{
	text-decoration: none;
	border: 1px solid #9fa0a0;
	padding: 0 1px;
	margin: 0 2px;
	color: #06c;
}
.show_stage .detail2 h2{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #e60012;
	line-height: 30px;
}
.show_stage .detail2 .messages{
	margin-top: 20px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px dashed #666;
}
.show_stage .detail2 .messages span{
	padding: 0 10px;
}
.show_stage .detail2 .messages span em{
	font-style: normal;
	color: #999;
}
.show_stage .detail2 .htmledit{
	padding-top:40px; font-size: 14px;
}
.show_stage .detail2 .htmledit p{
	font-size:inherit;
	line-height: 25px;
}
.show_stage .detail2 .page{
	margin-top: 15px;
}
.show_stage .detail2 .page p{
	padding: 5px 0;
	max-width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*列表3*/
.show_stage .list3{
	padding-top:20px;
}
.show_stage .list3 ul{
	overflow: hidden;
	margin:0 -13px;
}
.show_stage .list3 ul li{
	float: left;
	overflow: hidden;
	width: 351px;
	margin: 0 12px;
	margin-bottom: 44px;
}
.show_stage .list3 ul li .pic a{
	display: block;
}
.show_stage .list3 ul li .pic img{
	width:100%;
	height:197px;
}
.show_stage .list3 ul li .title{
	text-align: center;
	line-height: 58px;
	border-bottom: 1px solid #c0c0c0;
}
.show_stage .list3 ul li .title a{
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3a;
}
.show_stage .list3 ul li .title a:hover{
	color:#0a3c95;
}

/*列表4*/
.show_stage .list4{
	padding-top:20px;
}
.show_stage .list4 ul{
	overflow: hidden;
	margin:0 -35px;
}
.show_stage .list4 ul li{
	float: left;
	overflow: hidden;
	width: 325px;
	margin: 0 32px;
	margin-bottom: 50px;
	position: relative;
}
.show_stage .list4 ul li .pic a{
	display: block;
}
.show_stage .list4 ul li .pic img{
	width:100%;
	height:239px;
}
.show_stage .list4 ul li .title{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/anli-bg.png);
	text-align: center;
}
.show_stage .list4 ul li .title a{
	font-size: 18px;
	font-weight: normal;
	color: #fefefe;
}

/*详细4*/
.show_stage .detail4{
	width: 800px;
	margin:0 auto;
	padding-top:20px;
}
.show_stage .detail4 .pic img{
	width:100%;
	height:500px;
}
.show_stage .detail4 .edit{
	margin-top:30px;
	border-top:1px solid #000;
}
.show_stage .detail4 .edit p{
	font-size:14px;
	line-height: 25px;
}


/*列表5*/
.show_stage .list5{
	padding-top:20px;
}
.show_stage .list5 ul li{
	border-bottom: 1px solid #d2d2d2;
}
.show_stage .list5 ul li .title{
	padding-left: 15px;
	background: url(../images/list-style1.jpg) no-repeat 5px center;
}
.show_stage .list5 ul li .title a{
	color: #464646;
	font-weight: normal;
	font-size: 13px;
	line-height: 45px;
}




.htmledit p {
 line-height:25px
}
.htmledit h1 {
 font-size:2em;
 margin:.67em 0;
 font-weight:bolder
}
.htmledit h2 {
 font-size:1.7em;
 margin:.83em 0;
 font-weight:bolder
}
.htmledit h3 {
 font-size:1.17em;
 margin:1em 0;
 font-weight:bolder
}
.htmledit h4 {
 font-size:1em;
 margin:1.33em 0;
 font-weight:bolder
}
.htmledit h5 {
 font-size:.83em;
 line-height:1.17em;
 margin:1.67em 0;
 font-weight:bolder
}
.htmledit h6 {
 font-size:.67em;
 margin:2.33em 0;
 font-weight:bolder
}
