/*公用部分*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	/*background-color: #F8F8F8;*/
	position: relative;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.main {
	width: 1200px;
	margin: auto;
	z-index: 99;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}



.bk1_wrap {
	background: #FFFFFF;
	width: 1000px;
	margin: 20px auto 0;
	padding: 20px 20px 5px 20px;
	border-radius: 10px;
	position: relative;
	z-index: 9;
}

.bk2_wrap {
	width: 1040px;
	margin: 20px auto 0;
}

.content_wrap {
	position: relative;
	z-index: 9;
}


/*公用部分*/


/*头部*/
.header{
	padding:10px 0;
	margin-bottom:10px;
}


.header .main{
	width:1200px;
	margin: auto;
	overflow: hidden;
	background: #FFFFFF;
	padding-top:15px;
	padding-bottom:5px;
}

.logo{
	float: left;
	width:140px;
}

.logo img{
	display: block;
	width: 100%;
	height: auto;
}

.nav_wrap{
	float: right;
}

.nav_wrap ul{
	overflow: hidden;
	margin-top:10px;
	margin-right:20px;
}

.nav_wrap li{
	float: left;
}

.nav_wrap li{
	margin-left:15px;
	font-size: 16px;
}

.nav_wrap li a{
	
}

.nav_wrap li a:hover{
	text-decoration: underline;
}


.banner{
	width:1200px;
	margin: auto;
}

.banner img{
	display: block;
	width: 100%;
}




/*底部*/

.foot{
	width:1200px;
	color:#333;
}

.foot a{
	color: #333;
}


/*底部*/


.more{
	text-align: center;
	margin-top:30px;
}

.more a{
	font-size:18px;
	color: #C81D0C;
	font-weight: bold;
}

.more a:hover{
	text-decoration: underline;
}

/*内容*/
.content_box {
	margin-top:20px;
}

.content_box .main{
	
	background: #FFFFFF;
}

/*新闻*/

.news_box{
	overflow: hidden;
}

.news_box ul li{
	border-bottom:1px solid #EEEEEE;
	overflow: hidden;
	padding: 30px 0;
}

.news_box ul li:last-child{
	border-bottom: none;
}


.news_box ol li{
	border-bottom:1px solid #EEEEEE;
	overflow: hidden;
	padding: 30px 0;
}

.news_box ol li:last-child{
	border-bottom: none;
}


.news_box .l_p{
	float: left;
	width:260px;
	height:160px;
	position: relative;
	background-size:cover;
}

.l_p img{
	display: block;
	width:100%;
	height: 100%;
	object-fit: cover;	
}

.l_p p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:30px;
	line-height: 30px;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}


.l_p p a{
	color: #FFFFFF;
}

.l_p p a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


.r_w {
	float: right;
	width: 900px;
    text-indent: 24px;
    margin-right: 20px;
    display: inline;
    line-height: 24px;
}

.r_w h2{
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.r_w h2 a{
	font-size: 24px;
    color: #2c2c2c;
    font-family: "微软雅黑","宋体";
    font-weight: bold;
    
}

.r_w h2 a:hover{
	color:#C81D0C;
}


.r_w  p{
	text-indent: 24px;
    color: #646464;
    padding-top: 6px;
    font-size: 14px;
    line-height: 32px;
}

.r_w  .s_cont a{
	font-size: 16px;
    color: #F00;
    margin-left:30px;
}

.r_w  .s_cont a:hover{
	text-decoration:underline;
}

.r_w  .s_cont span{
	display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #777;
}


.news_box h1{
	font-size: 26px;
	line-height: 32px;
	color: #FFFFFF;
	background: #C81D0C;
	text-indent:24px;
	padding:10px 0px;
}




/*新闻*/

/*内容*/