@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	background: #fffcf7;
	line-height: 32px;
	color: #333;
	overflow-x: hidden;
	max-width: 1920px;
	margin:0 auto;
	min-width:1360px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #cb0600;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
}
.imgbg img {
	opacity: 0;
	width: 100%;
}
.topbg {
	background: url(../images/topbg.jpg) no-repeat top center;
	height: 650px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.topbg img.logo{
	position:absolute;
	left:40px;
	top:20px;
}
.newsshow {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.news_title {
	color: #333333;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	padding: 25px 0px 15px;
	font-weight: bold;
	clear: both;
}
.xian {
	border-bottom: 1px solid #e7e8eb;
	height: 44px;
	margin-top: 8px;
	text-align: center;
	color: #92a2b1;
	font-size: 14px;
}
.box01 {
	padding: 30px 0px 100px;
	clear: both;
	font-size: 16px !important;
	color: #333;
	line-height: 32px !important;
	text-align: justify;
	overflow:hidden;
}

.box01 img {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
.posi {
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 59px;
	line-height: 59px;
	background: #d42f2b;
	color: #ffdda3;
}
.posi a {
	color: #fff;
}


.date {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
.nynews {
	width: 100%;
	padding-top: 33px;
	clear: both;
	padding-bottom: 30px;
	overflow: hidden;
}
.nynews li {
	float: left;
	height: 55px;
	line-height: 55px;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom:10px;
	padding:0px 15px;
		border-bottom: 1px dotted #e3cba3;
}

.nynews li a {
	width: 85%;
	float: left;
	color: #262626;
	padding-left: 5px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}
.nynews li a:hover{
	color:#bf1313;
}
.fenye {
	clear: both;
	padding: 20px 0px 90px 0px;
	text-align: center;
	float: right;
	overflow: hidden;
}
.fenye span {
	border: 1px solid #e1e1e1;
	background: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 9px;
}
.fenye span:hover {
	background: #d01a1c;
	color: #fff;
	border: 1px solid #d01a1c;
}
.fenye span:hover a {
	background: #d01a1c;
	color: #fff;
}



/*gongeng240218add*/

.w1280 {
	width: 1280px;
	margin: 0 auto;
	clear: both;
}
.lunbo_l{
	width:614px;
	height:528px;
	float:left;
}
.lunbo_r{
	width:666px;
		height:528px;
	float:right;
		background-image: linear-gradient(to right, #f3514a, #fea16d);
	padding:63px 0px 0px 20px;
}
.menusub li{
	float:left;
}
.menusub li a{
	background:#fcd4a9;
	border-radius:9px;
	height:96px;
	width:180px;
	display:block;
	color:#d42f2b;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	line-height:96px;
	margin-left:22px;
	margin-top:28px;
}
.menusub li a:hover{
	background:#d42f2b;
	color:#fcd4a9;
}
.kbxx {
	clear: both;
}
.kbxx li {
	float: left;
	height: 197px;
	width: 100%;
	text-align: left;
	position: relative;
	background: url(../images/listbg.png) no-repeat 0px 0px;
	margin-bottom: 20px;
	padding: 20px 20px 0px 40px;
}
.kbxx_l {
	width: 100%;
	color: #1b4ca8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
	height:53px;
	line-height:36px;
	font-weight: bold;
	padding-top:20px;
}
.kbxx_l a {
	color: #f12423;
}
.kbxx_l a:hover {
	color: #333;
}
.kbxx_r a {
	color: #727272;
}
.kbxx_r a:hover {
	color: #f12423;
}
.kbxx_r {
	width: 100%;
	color: #727272;
	padding-top:12px;
	overflow: hidden;
	line-height:30px;
}
.toutiaobg{
	background: url(../images/ttbg.jpg) no-repeat top center;
	clear: both;
	width: 100%;
	height: 546px;
}
.jinxs {
	width: 100%;
	clear: both;
	padding:60px 30px 0px;
}

.jinxs li {
    padding-top: 5px;
    line-height: 40px;
	margin-bottom:39px;
	padding-bottom:13px;
}


.jinxs li h5{
    font-size: 40px;
	font-weight:bold;
    line-height: 50px;
	text-align: center;
}
.jinxs li h5 a{
	color:#d42f2b;
}
.jinxs li h5 a:hover{
	color:#000;
}




.jinxs li p {
    margin: 15px 0;
    color: #666;
	font-size: 18px;
    line-height: 36px;
	padding-bottom:0px;
	text-indent:36px;
	height: 68px;
	overflow: hidden;
     text-align: justify;
}
.jinxs li p a{
	color:#333;
}
.jinxs li p a:hover{
	color:#d42f2b;
}

.bottombg {
	width: 100%;
	clear: both;
	background:#d42f2b;
	color: #fff;
	padding: 36px 0px;
	text-align: center;
	line-height: 36px;
}
.bianza{
	background: url(../images/bian.png) no-repeat top center;
	height: 306px;
	position: relative;
	margin-top: -70px;
	z-index: 3;
}
.bianbox{
	color: #fcd4a9;
	font-size: 18px;
	line-height: 32px;
	width: 1280px;
	margin: 0 auto;
	padding: 100px 50px 0px 180px;
}
.bianbox p{
	padding-bottom: 32px;
}
.cwbg_ul{
	position: relative;
	margin-left: -38px;
}

.cwbg_ul li {
	float: left;
	margin-bottom: 100px;
	width: 399px;
	height: 587px;
	padding:20px;
	text-align:center;
	background-image: linear-gradient(to bottom, #fff4de, #ffebc8);
	margin-left: 38px;
	
}

.tiltle99{
	line-height:32px;
	font-size:18px;
	padding:12px 0px;
	color: #d42f2b;
	font-weight: bold;
}
.face img{
	width: 359px;
	height: 468px;
}
.titlebg {
	width: 1280px;
	margin: 76px auto 53px;
	height: 120px;
	position: relative;
	clear: both;
	text-align: center;
}
.titlebg .more{
	position:absolute;
	top:50px;
	font-size:18px;
	right:6px;
}
.titlebg .more a{
	color:#f12423
}
.titlebg .more a:hover{
	color:#000;
}
.bg09{
	background: url(../images/bg09.jpg) no-repeat bottom center;
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}
.ldjh {
	clear: both;
}
.ldjh li {
	float: left;
	height: 178px;
	width: 620px;
	text-align: left;
	position: relative;
	background: url("../images/ywico.png") #fff2e4 no-repeat 0px 0px ;
	margin-bottom: 37px;
	padding: 30px 20px 0px 50px;
	position:relative;

}

.ldjh li:nth-child(2n) {
	float: right;
}
.ldjh li a h3{
	width: 100%;
	float: left;
	color: #d42f2b;
	font-size: 22px;
	font-weight:bold;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ldjh li a p{
	padding-top: 9px;
	line-height: 28px;
	color: #666;
	clear: both;
}
.ldjh li a p span{
color: #d42f2b;
}
.ldjh li a:hover {
	color: #c90606;
}
.blank20{
	height: 20px;
	clear: both;
	overflow:hidden;
}
	

