@charset "utf-8";
#banner{
	max-width:1900px;
	background-image:url(../images/list-banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:296px;
}
.main{
	width:1000px;
	margin:0 auto;
}
.main h4{
	height:40px;
	line-height:40px;
	margin:24px 0 16px;
	color:#333;
}
.main h4 a{
	color:#333;
}
.main h4 span{
	color:#b61d22;
}
.news-list-left{
	width:652px;
	float:left;
}
.list-title{
	height:38px;
	line-height:38px;
	background:#b61d22;
	font-size:20px;
	font-family: '黑体';
	padding-left:12px;
	color:#fff;
}
.lists-box{
	border:1px solid #ebeaea;
	border-top:0;
	background:#fff;
	margin-bottom:40px;
}
.news-list{
	padding:6px 10px 32px;
}
.news-list li{
	height:40px;
	border-bottom:1px dashed #dfdfdf;
}
.news-list li:last-child{
	border-bottom:none;
}
.news-list li a{
	width:470px;
	height:40px;
	line-height:40px;
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color:#000;
    padding-left:22px;
    background-image:url(../images/news-icon.png);
    background-repeat: no-repeat;
    background-position:left center;
    float:left;
}
.news-list li span{
	display:inline-block;
	width:130px;
	text-align:right;
	height:40px;
	line-height:40px;
	float:right;
	font-size:14px;
	color:#b61d22;
}
.aside-right{
	width:338px;
	float:right;
}
a.more{
    padding-right:0px;
}
.pic-new-box{
	margin-bottom:40px;
}
.pic-new{
	width:336px;
	margin-top:18px;
}
.pic-new a{
	display:block;
	cursor:pointer;
	position:relative;
}
.pic-new img{
	width:336px;
	height:226px;
}
.pic-new p{
	padding:10px 20px;
	color:#333;
	line-height:22px;
	text-align:center;
	border:1px solid #ebeaea;
	border-top:0;
	background:#fff;
}
.pic-new img.btnBofang{
	width:56px;
	height:56px;
	position:absolute;
	left:50%;
	margin-left:-28px;
	top:75px;
}
/*页码*/
#pager{
	margin:50px auto 0px;
	background:#fff;
	text-align:center;
	font-size:14px;
}
.page-right a{
	padding:0 10px;
	text-decoration: none;
	color:#333;
	display:inline-block;
	border:1px solid #dfdfdf;
	border-radius:2px;
	line-height:28px;
	cursor:pointer;
	margin:0 2px;
}
.page-right span{
	color:#333;
	line-height:28px;
	display:inline-block;
}
.pageNum{
	display:inline-block;
	font-family: arial;
}
.pageNum a.current{
	color:#fff;
	background:#b61d22;
	border:1px solid #b61d22;
}
/*视频列表*/

.video-list-box .video-list{
	padding:38px 0px 52px;
}
.video-list ul,.news-list ul{
	margin-bottom:30px;
}
.video-list li{
	float:left;
	border:1px solid #ebeaea;
	border-top:0;
	width:290px;
	height:194px;
	margin-left:30px;
	margin-bottom:30px;
}
.video-list li a{
	display:block;
	position:relative;
	width:290px;
	height:194px;
	cursor:pointer;
}
.video-list li img{
	width:100%;
	height:100%;
}
.video-list li p{
	position:absolute;
	bottom:0;
	left:0;
	height:42px;
	background-image:url(../images/video-bg.png);
	background-repeat: no-repeat;
	color:#fff;
	line-height:42px;
	padding-left:6px;
	width:284px;
}

/*文章*/
.article-title{
	padding:14px 16px 20px;
	background:#b61d22;
	text-align:center;
	color:#fff;
	font-family: '黑体'
}
.article-title h2{
	font-size:24px;
	font-weight:bold;
	line-height:40px;
}
.article-title h5{
	font-size:18px;
	line-height:22px;
}
.article-con{
	padding:26px 34px;
	color:#000;
	line-height:26px;
	/*text-indent: 2em;*/
}
.article-con h6{
	color:#000;
	font-size:12px;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
}
.article-con h6 a{
	color:#000;
}
.article-con h6 span{
	float:right;
}
.article-con p{
	color:#000;
	line-height:26px!important;
	text-indent: 2em;
	margin-top:16px!important;
	text-align:left;
	margin-bottom:16px;
	font-size:16px;
}
.article-con div{
	text-indent: 2em;
	color:#000;
	line-height:26px!important;
	/*text-indent: 2em;*/
	text-align:left;
	margin-bottom:16px;
	font-size:16px;
}
.article-con p.edit{
	text-align:right;
	margin-top:20px;
	font-size:16px;
}
.article-con p img{
	/*width:450px;*/
	margin:0 auto;
	display:block;
	/*height:auto!important;*/
}
.article-con p span{
	display:inline;
	/*text-align:center;
	margin-bottom:20px;*/
}
/*代表风采*/
.pic-list {
	padding:40px 0;
}
.pic-list ul{
	margin-bottom:24px;
}
.pic-list li{
	float:left;
	margin-left:25px;
	width:300px;
	background:#f3f3f3;
}
.pic-list li .hiddPic{
	width:300px;
	height:200px;
/*	overflow:hidden;*/
}
.pic-list li img{
	width:300px;
	height:200px;
}
.pic-list li a{
	display:block;
	color:#000;
	font-size:14px;
}
 .pic-list li p{
	padding:2px 25px 10px;
	line-height:20px;
}
.pic-list li h3{
	font-weight:bold;
	color:#222;
	font-size:16px;
	padding:0 25px;
	line-height:28px;
}