﻿/*公共样式*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: url(../img/body_bg.jpg);*/
	min-width: 1200px;
	/*background:#FEFAF0;*/
}

li {
	list-style: none;
}

a {
	color: #323335;
	text-decoration: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.content_wrap {
	background: url(../img/bgpic.jpg) top center no-repeat;
	background-size: 100%;
	padding-top: 20px;
	max-width: 1800px;
	margin: auto;
}

.main {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 20px;
	box-sizing: border-box;
	min-height:1000px;
}


/*头部 start*/

.banner_wrap {
	overflow: hidden;
}

.banner {
	width: 1800px;
	/*height:316px;*/
	position: relative;
	left: 50%;
	margin-left: -900px;
	/*background: url(../img/topbj.jpg) no-repeat;*/
}

.banner img {
	display: block;
	margin: auto;
	width: 100%;
}

.nav {
	position: relative;
	z-index: 99;
	background: #DD4037;
	width: 1200px;
	margin: auto;
}

.nav ul {
	width: 1200px;
	margin: auto;
}

.nav ul .home {}

.nav ul .home a {
	background: url(../img/home.png) no-repeat 20px 2px;
	background-size: 22px 20px;
	text-indent: 30px;
}

.nav ul li {
	float: left;
	/*font-weight: bold;*/
	color: #fff;
	/*margin-right: 5px;*/
	font-size: 18px;
	width: 132px;
	height: 56px;
	text-align: center;
}

.nav ul li>a {
	margin-top: 15px;
}

.drop>a {
	/*background: url(../img/dsj.png) no-repeat center right;*/
	background-size: 16px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav a {
	display: block;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}

.nav a:hover {
	text-decoration: underline;
}

.subnav {
	background: #DD4037;
	margin-top: 14px;
	display: none;
	font-weight: normal;
}

.subnav a {
	padding: 8px 12px;
	border-top: 1px solid #FFFFFF;
}

.subnav a:last-child {
	border-bottom: none;
}


/*头部 end*/

.c_title {
	text-align: center;
	border-bottom: 3px solid #B10017;
	background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(239, 240, 239));
}

.c_title h1 {
	font-size: 20px;
	display: inline-block;
	background: #A40B0B;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 30px;
	border-radius: 3px 3px 0 0;
	letter-spacing: 5px;
}

.title {
	background: #F1F1F1;
	width: 100%;
	height: 35px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.title h1 {
	float: left;
	min-width: 128px;
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	font-weight: normal;
	background: #EA3639;
	
}

.title h2{
	display: inline-block;
	min-width: 128px;
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	font-weight: normal;
	background: #EA3639;
}

.title .more {
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	background: #ea3638;
	padding: 0 6px;
	color: #fff;
	border-radius: 10px;
}

.yw_title {
	height: 34px;
	width: 100%;
	position: relative;
	line-height: 34px;
	border-bottom: 1px solid #adadad;
	background: url(../img/yw_titlebg.png) no-repeat left bottom;
	overflow: hidden;
}

.yw_title h1 {
	float: left;
	padding: 0 20px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #c3050f;
}

.yw_title .more {
	float: right;
	color: #ff2400;
}

.yw_title .more:hover {
	text-decoration: underline;
}

.new_cont {
	margin-top:12px;
	padding: 0 5px;
	/*background: #F8ECD2;*/
}

.new_cont li {
	position: relative;
	padding: 0px 0px 0px 10px;
	height: 40px;
	line-height:40px;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
}

.new_cont li a {
	float: left;
	color: #323335;
	display: block;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_cont li span {
	float: right;
	color: #7d7d7d;
	font-size:13px;
}

.new_cont li:before {
	content: "";
	position: absolute;
	content: " ";
	left: 0px;
	top: 50%;
	margin-top: -1px;
	width: 4px;
	height: 4px;
	background: #B5312D;
	/*border-radius: 50%;*/
}

.new_cont li:hover a {
	color: #B5312D;
}

.small {
	font-size: 14px;
	margin-bottom: 15px;
	min-width:423px;
	min-height: 247px;
}

.small .new_cont li a {
	width: 330px;
}


/*尾部*/

footer {}

.footer {
	height: 140px;
	width: 1200px;
	margin: 30px auto 0;
}

.navw {
	background: url(../img/bottom_img.jpg) no-repeat center bottom;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

.navw a {
	color: #000;
	font-size: 16px;
}

.pd {
	color: #000;
	font-size: 14px;
	margin: 0px auto;
}

.dg {
	color: #000;
}

.mark {
	text-align: center;
	margin-top: 10px;
}

.mark img {
	vertical-align: top;
}


/*尾部*/


/*友情链接*/

.yq-link {
	background: url(../img/link.jpg) center center;
	background-repeat: no-repeat;
	height:170px;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
}

.yq-link .c {
	width: 1200px;
	margin: 0px auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.yq-link h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom:15px;
}

.yq-link ul {
	font-size: 16px;
	overflow: hidden;
	margin-bottom:10px;
}

.yq-link ul li {
	float: left;
	margin-bottom:10px;
	margin-right:10px;
	width:120px;
}

.yq-link ul li a:link,
.yq-link ul li a:visited {
	color: #ffffff;
}

.yq-link ul li a:hover {
	/*color: #ff0000;*/
	text-decoration: underline;
}


/*友情链接*/


/*当前位置*/

.location {
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
	line-height: 30px;
	margin-bottom: 20px;
}

.location a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.location a:hover {
	color: #AB0104;
}


/*当前位置*/


/*新闻列表页*/

.list_content {
	overflow: hidden;
	margin-bottom: 30px;
}

.l_cont {
	float: left;
	width: 870px;
	padding: 0px 10px 0 0;
}

.r_cont {
	float: right;
	width: 250px;
	margin-top:38px;
}

.l_cont h2 {
	font-family: "微软雅黑", "宋体";
	font-size: 24px;
	color: #555;
	font-weight: normal;
	margin: 0 10px 5px;
}

.deco_line {
	width: 100%;
	height: 4px;
	background-color: #eff0f0;
}

.deco_line span {
	display: block;
	width: 122px;
	height: 4px;
	background-color: #e91a17;
}

.news_list {
	margin-top: 20px;
}

.news_list li {
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	background: url(../img/dot.jpg) no-repeat 5px center;
	overflow: hidden;
	margin-top: 10px;
}

.news_list li a {
	display: block;
	float: left;
	width: 750px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #323335;
}

.news_list li a:hover {
	color: #AB0104;
}

.news_list li span {
	float: right;
	font-size: 16px;
	font-family: "微软雅黑", "宋体";
	color: #555;
}

.tp_part .top h3 {
	border-top: 3px solid #e91a17;
	padding: 10px 0 20px 5px;
}

.tp_part .top a:hover {
	color: #A22428;
}

.tp_part .cont .tpimg {
	display: block;
	width: 100%;
	height: 160px;
}

.tp_part .cont img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tp_part .cont p {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 10px;
	margin-top: 5px;
	font-size: 16px;
}

.tp_part .cont p:hover {
	color: #A22428;
}

.qxdt {
	margin-top: 20px;
}

.qxdt .title {
	background: #B10017;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	border-radius: 3px;
	padding: 5px 0;
	line-height:36px;
}

.qxdt .cont {
	padding: 0;
	margin-top: 10px;
	font-size: 16px;
}

.qxdt ul {
	overflow: hidden;
}

.qxdt ul li {
	height: 30px;
	line-height: 30px;
	border: 1px solid #414141;
	border-radius: 3px;
	text-align: center;
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin-top: 10px;
}

.qxdt ul li:nth-child(2n) {
	float: right;
}

.qxdt ul li:nth-child(1) {
	margin-top: 0;
}

.qxdt ul li:nth-child(2) {
	margin-top: 0;
}

.qxdt ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #414141;
}

.qxdt ul li:hover {
	border-color: #A40B0B;
}

.qxdt ul li a:hover {
	background: #A40B0B;
	color: #FFFFFF;
}

.tp_link img {
	display: block;
	width: 100%;
	margin-top: 10px;
}


/*新闻列表页*/
#displaypagenum{
	margin-top:15px;
}

#displaypagenum span{
	color:#B50005;
}
