@charset "UTF-8";
html,body{
	font-size: 16px;
	color: #333333;
    background: #FFF;
	padding: 0; 
	margin: 0;
}
ul,li,a,div{list-style: none; padding: 0; margin: 0; text-decoration: none;}

.body,.panel-wrap{
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
.clearfix{clear: both; width: 100%; height: 0; float: none; overflow: hidden; padding: 0; margin: 0;}

.banner{
	width: 100%;
	height: 632px;
	background: url(banner.jpg) no-repeat center;
}
.nav{
	width: 100%;
	height: 56px;
	background: #b22015;
}
.nav ul{
	width: 1240px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}
.nav ul li{
	flex: auto;
}
.nav ul li a{
	color: #ffffff;
	line-height: 56px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.main{
	width: 100%;
}
.main_content{
	width: 1240px;
	margin:40px auto 0;
}
.flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexitem{
	flex: none;
}

.newsbox{width: 592px; margin: 0px 0 40px; position: relative;}
.newsbox .right .title a{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}


.newsbox .right .decription{
	font-size: 16px;
	line-height: 26px;
}

.part2 .pic, .part4 .pic{width: 224px; float: left;}
.part2 .pic img, .part4 .pic img{width: 224px; height: 144px;}
.right{width:340px ; float: right;}

.viewdetail{width: 100%; text-align: right;}
.viewdetail a{color: #af1600; font-size: 14px;}

.slide{
	width: 620px;
	height: 400px;
}
.newslist1{
	width: 592px;
}

.list_rdsh,.list_fdbn{
	display: flex;
	justify-content: space-between;
}
.list_fdbn{margin-top: 70px;}


.page_title{width: 100%; height: 80px; margin: 12px 0 24px;}
.page_title a{color: #af1600 !important;position: relative; z-index: 100;}
.page_title a::after{content: ''; display: block; width: 56px; height: 8px; position: absolute; bottom: -2px; background: #ffdfda; border-radius: 4px; z-index: -10;}
.line{width:100%; height:1px; background: #af1600; margin: 4px 0;}
.page_title .text{color: #af1600; font-weight: bold; font-size: 40px; letter-spacing: 4px; margin-bottom: 8px; padding-left: 0 !important;}
.page_title .text img{vertical-align: middle; margin-right: 16px;}



h2{color: #af1600; font-size:28px;}

.part2{margin-top: 58px;}
.part3{margin-top: 30px;}
.part4{margin: 30px 0;}

.newslist .flexbox{
	position: relative;
}
.newslist li i{
	width: 8px;
	height: 8px;
    border-radius: 50%;
	background-color: #e9d2b7;
	display: inline-block;
	position: absolute;
	left: 0;
	top:14px;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .2);
}
.newslist .flexbox .flexitem{
	padding-left: 18px;
	vertical-align: top;
	line-height: 36px;
}
.newslist .flexbox a{color: #333333;}
.newslist .flexbox a:hover{color: #af1600;}
.newslist .flexbox span{
	color: #999999;
	font-family: arial;
}

.newslist li{margin: 6px 0;}

.alink{padding-left: 18px; height: 36px; line-height: 36px; color: #333;}

.middlepic{margin: 16px 0 8px;}

.localpositon{
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #B6B6B6;
	margin: 20px auto;
}
.localpositon a{color: #666666;}
.localpositon a:hover{color: #af1600;}
.NewsTitle{font-size: 24px; font-weight: bold;}
.NewsContent{ line-height: 36px;}

.footer{width:100%; padding: 40px 0; margin-top:40px; border-top:solid 4px #af1600; background: #f1f1f1;}
.footer .footinfo{width: 1240px; margin: auto; text-align:center; line-height:24px; font-size:14px; color: #666666;}


/*** 分页样式 Begin ***/
.FX_PageDiv{width:auto; height:22px; padding:15px 15px;font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.Fx_PageDiv2_span2 span{ width:20px; height:18px; line-height:18px; color:#333; text-align:center; display:block; cursor:pointer; float:left; margin-right:4px; border:1px solid #CCC;}
.Fx_PageDiv2_span2 strong{ width:20px; height:18px; line-height:18px; color:#C00; text-align:center; display:block; cursor:pointer; float:left; margin-right:4px; border:1px solid #CCC; background-color:#DDD;}
.Fx_PageDiv2_span2 input{padding-top: 0px;margin-top: 0px; font-size:12px;}
.Fx_PageDiv2_span1{ float:left; padding-left:0; padding-top:3px;}
.Fx_PageDiv2_span2{ float:right; padding-right:0;}
.Fx_PageDiv2_1_2,.Fx_PageDiv2_1_3,.Fx_PageDiv2_1_4{ color:#C00;}
/*** 分页样式 End ***/

