@charset "utf-8";
* { margin: 0; 
	padding: 0; 
}
li { 
	list-style: none;
}



img { 
	border: 0; 
	max-width: 100%; 
	max-height: 100%;
}
a { 
	text-decoration: none; 
	color: #000; 
	outline: none; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
}
body { 
	min-width: 320px; 
	font-family: "microsoft yahei";
	max-width: 750px; 
	margin: 0 auto; 
	overflow-x: hidden;
	position: relative;
}
input { 
	outline: none; 
}
.fl { 
	float: left; 
}
.fr { 
	float: right; 
}
.dn { 
	display: none; 
}
.wrap { 
	margin: 0 15px;  
	overflow: hidden;
}
.clear { 
	clear: both; 
}

/*header start*/
#header{
	width: 100%;
	background: #ba2d35;
}
#header .hd_link1{
	height: 60px;
	line-height: 60px;
}
#header .hd_link1 ul li{
	float: left;
	margin-right: 30px;
}
#header .hd_link1 ul li a{
	display: block;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #fff;
}
#header .hd_link1 ul li:hover a{
	text-decoration: underline;
}
#header .hd_link2{
	height: 60px;
	line-height: 60px;
}
#header .hd_link2 a{
	display: inline-block;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #fff;
	margin-right: 30px;
}
#header .hd_link2 a:hover{
	text-decoration: underline;
}
.hd_search .searchIcon{
	width: 24px;
	padding: 16px 0;
	cursor: pointer;
}
/*end header*/

/*logo start*/
#logo{
	padding: 18px 0;
}
#logo .logo{
	height: auto;
	width: 70%;
}
#logo .logo a{
	display: block;
	height: 74px;
}
#logo .nav_icon .navIcon{
	padding: 24px 0;
	width: 30px;
	cursor: pointer;
}
/*end logo*/

/*nav start*/
.nav { 
	padding: 60px 3%; 
	width: 94%; 
	min-height: 600px; 
	max-width: 1000px; 
	margin: 0 auto; 
	position: absolute; 
	top: 0; 
	left: 100%; 
	z-index: 1000; 
	background: rgba(186,45,53,0.9); 
	font-size: 14px;
	color: #fff; 
	display: none;
}
.nav .close { 
	position: absolute;
	right: 10px; 
	top: 20px; 
}
.nav .close img { 
	width: 25px; 
}
.nav ul{
	border-top: 1px solid #b93a41; 
	border-bottom: 1px solid #fff;
}
.nav ul li:first-child {  
	border-top: 1px solid #b93a41; 
}
.nav ul li { 
	line-height: 60px; 
	overflow: hidden; 
	border-bottom: 1px solid #fff; 
	border-top: 1px solid #b93a41;
	padding-left: 20px;
}
.nav ul li .topnav { 
	overflow: hidden; 
}
.nav ul li a { 
	font-size: 16px; 
	color: #fff; 
	float: left; 
	max-width: 90%;
}
.nav ul li span { 
	float: right; 
	display: inline-block; 
	vertical-align: middle; 
	width: 14px; 
	height: 14px; 
	margin-top: 24px; 
	padding-right: 5px;
	background: url("../images/add.png") center no-repeat; 
	-webkit-background-size: 12px;
	 background-size: 12px; 
	 cursor: pointer;
	}
.nav ul li span.on { 
	background: url("../images/minus.png") center no-repeat; 
	-webkit-background-size: 12px; 
	background-size: 12px; 
}
.nav .subnav { 
	padding-left: 20px; 
	display: none; 
}
.nav .subnav dl { 
	margin-top: 10px; 
}
.nav .subnav dd { 
	line-height: 44px;
	overflow: hidden; 
	border-top: 1px solid #fff;
	padding-left: 12px;
}
.nav .subnav dd a { 
	font-size: 15px; 
	display: block; 
	width: 100%; 
	height: 100%; 
}
/*end nav*/

/*search*/
.search { 
	display: none; 
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	background: url("../images/txt_bg.png");
	z-index: 10;
	color: #fff;
}
.search input{
	border: none;
	outline: none;
}
.search .txt{
	height: 48px; 
	line-height: 48px; 
	width: 80%; 
	display: inline-block; 
	zoom: 1; 
	background: transparent;
	color: #fff;
}
.search .btn {
	float: right;
	padding: 11px 0;
	width: 24px; 
	display: inline-block;
}
/*banner start*/
.banner{ 
	width:100%; 
	height:auto; 
	position:relative; 
	overflow:hidden;   
}
.banner .hd{ 
	width:100%; 
	height:10px;  
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	text-align:center;  
}
.banner .hd ul{ 
	display:inline-block; 
	height:5px; 
	padding:3px 5px; 
	font-size:0; 
	vertical-align:top;
}
.banner .hd ul li{ 
	display:inline-block; 
	width:8px; 
	height:8px; 
	border: 1px solid #fff;
	border-radius: 50%;
	margin:0 5px;  
	vertical-align:top; 
	overflow:hidden;  
	cursor: pointer; 
}
.banner .hd ul .on{ 
	background:#fff;
}
.banner .bd{ 
	position:relative; 
	z-index:0; 
}
.banner .bd li img{ 
	width:100%;  
	height:auto;
   
}
/*end banner*/

/*headline start*/
#headline{
	padding: 35px 0 20px;
}
#headline .headline_con{
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 12px;
}
#headline img{
	display: block;
	margin: 0 auto;
}
#headline a{
	display: block;
	font-size: 28px;
	font-family: "microsoft yahei";
	color: #ba2d35;
	text-align: center;
	line-height: 48px;
}
/*end headline*/

/*kslj start*/
#kslj .kslj_con{
	padding-top: 15px;
	overflow: hidden;
}
#kslj .kslj_con ul li{
	float: left;
	width: 25%;
}
#kslj .kslj_con ul li img{
	display: block;
	margin: 0 auto;
}
#kslj .kslj_con ul li .title{
	text-align: center;
	font-size: 24px;
	font-family: "microsoft yahei";
	color: #000;
	line-height: 60px;
	margin-bottom: 30px;
}
#kslj .kslj_con ul li:hover .title{
	color: #ba2d35;
}
/*end jslj*/

/*part1 start*/
.hd_title{
	padding-bottom: 28px;
	overflow: hidden;
	position: relative;
}
.hd_title .hd_icon{
	float: left;
}
.more{
	position: absolute;
	top: 11px;
	right: 0px;
}
#part1 .gdwh{
	position: relative;
}
#part1 .gdwh .gdwh_hd{
	display: none;
}
#part1 .gdwh .gdwh_bd ul li{
	position: relative;
}
#part1 .gdwh .gdwh_bd ul li a .gdwh_pic{
	width: 100%;
	height: auto;
}
#part1 .gdwh .gdwh_bd ul li a img{
	width: 100%;
	height: auto;
}
#part1 .gdwh .gdwh_bd ul li a .date{
	position: absolute;
	left: 10px;
	bottom: 70px;
	width: 110px;
	height: 90px;
	background: #ba2d35;
}
#part1 .gdwh .gdwh_bd ul li a .date span{
	display: block;
	width: 110px;
	text-align: center;
	color: #fff;
	font-family: "microsoft yahei";
}
#part1 .gdwh .gdwh_bd ul li a .date span.d1{
	font-size: 32px;
	padding-top: 6px;
}
#part1 .gdwh .gdwh_bd ul li a .title{
	padding-top: 10px;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	font-family: "margin yahei";
	color: #333;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	margin-top: -4px;
}
#part1 .gdwh .gdwh_bd ul li a .title .title_con{
	position: absolute;
	bottom: 0px;
	width: 94%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 15px;
}
#part1 .gdwh .gdwh_bd ul li:hover a .title .title_con{
	color: #ba2d35;
}
#part1 .gdwh_txt{
	border-top: 1px solid #d2d2d2;
	padding: 20px 0;
}
#part1 .gdwh_txt ul li{
	position: relative;
	height: 54px;
	line-height: 54px;
}
#part1 .gdwh_txt ul li a{
	display: block;
	width: 90%;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#part1 .gdwh_txt ul li:hover a{
	color: #ba2d35;
}
#part1 .gdwh_txt ul li span.date{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10%;
	text-align: right;
}
.part1_line{
	height: 7px;
	background: url("../images/icon12.png");
}
/*end part1*/

/*part2 start*/
#part2{
	padding-top: 40px;
}
#part2 .tzgg ul li{
	height: 78px;
	margin-bottom: 40px;
}
#part2 .tzgg ul li .date{
	float: left;
	width: 16%;
	margin-right: 4%;
}
#part2 .tzgg ul li .date span{
	display: block;
	text-align: center;
	font-family: "microsoft yahei";
	font-weight: bold;
}
#part2 .tzgg ul li .date span.d1{
	font-size: 32px;
	color: #9d8d61;
}
#part2 .tzgg ul li .date span.d2{
	font-size: 16px;
	color: #fff;
	background: #ba2d35;
	padding: 4px 0;
}
#part2 .tzgg ul li .tzgg_txt{
	float: left;
	width: 80%;
	line-height: 28px;
	font-size: 18px;
	font-family: "microsoft yahei";
	padding: 10px 0;
}
#part2 .tzgg ul li:hover .tzgg_txt{
	color: #ba2d35;
}
/*end part2*/

/*part3 start*/
#part3{
	padding: 50px 0 12px;
	background: #f5f5f5;
}
#part3 .xsjl{
	margin: 0 15px;
}
#part3 .xsjl ul li{
	padding: 35px;
	background: #fff;
	box-shadow:0px 0px 0px #ddd, 
               0px -3px 10px #ddd, 
               3px 0px 10px #ddd,
               0px 3px 10px #bbb;
    margin-bottom: 34px;
}
#part3 .xsjl ul li .date{
	padding-bottom: 8px;
	font-family: "microsoft yahei";
	color: #a6292f;
}
#part3 .xsjl ul li .date .d1{
	font-size: 42px;
	font-weight: bold;
}
#part3 .xsjl ul li .date .d2{
	font-size: 24px;
}
#part3 .xsjl ul li .title{
	padding-bottom: 8px;
	font-size: 18px;
	line-height: 28px;
}
#part3 .xsjl ul li:hover .title{
	color: #a6292f;
}
#part3 .xsjl ul li .day{
	padding-bottom: 6px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #808080;
}
#part3 .xsjl ul li .day img{
	margin-right: 10px;
}
#part3 .xsjl ul li .address{
	padding-bottom: 6px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #808080;
}
#part3 .xsjl ul li .address img{
	margin-right: 10px;
}
#part3 .xsjl ul li .xm{
	padding-bottom: 6px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #808080;
}
#part3 .xsjl ul li .xm img{
	margin-right: 6px;
}
/*end part3*/

/*part4 start*/
#part4{
	padding: 45px 0 8px;
}
#part4 .mtgd{
	margin: 0 15px;
}
#part4 .mtgd ul li{
	border-top: 2px solid #9d8d61;
	padding: 35px;
	margin-bottom: 40px;
	box-shadow:0px 0px 0px #ddd, 
               0px -3px 10px #ddd, 
               3px 0px 10px #ddd,
               0px 3px 10px #bbb;
}
#part4 .mtgd ul li .ly{
	padding-bottom: 10px;
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #808080;
}
#part4 .mtgd ul li .ly .zlly{
	float: left;
	margin-right: 10px;
}
#part4 .mtgd ul li .title{
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	line-height: 28px;
}
#part4 .mtgd ul li:hover .title{
	color: #a6292f;
}
/*end part4*/

/*part5 start*/
#part5{
	padding: 75px 0 22px;
	background: url("../images/xyfc_bg.png") no-repeat;
	background-size: 100% 100%;
}
#part5 .xyfc .xyfc_pic1{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}
#part5 .xyfc .xyfc_pic1 img{
	display: block;
	width: 100%;
	height: auto;
}
#part5 .xyfc .xyfc_pic1 .title{
	position: absolute;
	bottom: 0px;
	width: 94%;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,0.6);
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    padding: 0 3%;
    font-size: 18px;
}
#part5 .xyfc .xyfc_pic2{
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}
#part5 .xyfc .xyfc_pic2 ul li{
	position: relative;
	float: left;
	width: 48%;
	margin-right: 4%;
}
#part5 .xyfc .xyfc_pic2 ul li+li{
	margin-right: 0px;
}
#part5 .xyfc .xyfc_pic2 ul li img{
	display: block;
	width: 100%;
	height: 204px;
	background-size: 100% 100%;
}
#part5 .xyfc .xyfc_pic2 ul li .title{
	position: absolute;
	bottom: 0px;
	width: 94%;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,0.6);
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    padding: 0 3%;
    font-size: 18px;
}
#part5 .xyfc .xyfc_pic3{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}
#part5 .xyfc .xyfc_pic3 img{
	display: block;
	width: 100%;
	height: auto;
}
#part5 .xyfc .xyfc_pic3 .title{
	position: absolute;
	bottom: 0px;
	width: 94%;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,0.6);
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    padding: 0 3%;
    font-size: 18px;
}
/*end part5*/

/*links start*/
#links{
	padding: 25px 0;
	background: #777777;
}
#links .links_hd{
	font-size: 24px;
	font-family: "microsoft yahei";
	color: #fff;
	padding-bottom: 16px;
}
#links .links_con ul li{
	float: left;
	width: 50%;
	line-height: 36px;
}
#links .links_con ul li a{
	font-size: 16px;
	color: #fff;
}
/*end links*/

/*footer start*/
#footer{
	padding-top: 36px;
	background: url("../images/foot_bg.jpg") no-repeat;
	background-size: 100% 100%;
	border-bottom: 2px solid #c14249;
}
/*ksrk start*/
#footer .ksrk{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
	padding-bottom: 20px;
}
#footer .ksrk .ksrk_hd{
	padding: 20px 0;
	font-size: 24px;
	font-family: "microsoft yahei";
	color: #fff;
}
#footer .ksrk ul li{
	float: left;
	width: 33.33%;
	line-height: 36px;
}
#footer .ksrk ul li a{
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #fff;
}
/*end ksrk*/
/*ztzl start*/
#ztzl{
	padding: 30px 0;
	overflow: hidden;
}
#ztzl .zt_hd{
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
}
#ztzl .zt_hd ul{
	display: inline-block;
}
#ztzl .zt_hd ul li{
	float: left;
	font-size: 0px;
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 8px;
	cursor: pointer;
}
#ztzl .zt_hd ul li.on{
	background: #fff;
}
#ztzl .zt_bd ul li{
	float: left;
	width: 49%;
    margin-right: 2%;
}
#ztzl .zt_bd ul li img{
	display: block;
	width: 100%;
	height: auto;
}
#ztzl .zt_bd ul li:nth-child(2n){
	margin-right: 0;
}
/*end ztzl*/
#footer .bq{
	padding-bottom: 60px;
}
#footer .bq p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 2px 0;
}
#footer .bq p img{
	display: block;
	margin: 8px auto;
}

#back{
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	height: auto;
	cursor: pointer;
}
#back img{
	width: 220px;
	display: block;
	margin: 0 auto;
}
/*end footer*/

/*list*/
#ej_banner img{
	width: 100%;
	height: auto;
}
.position{
	margin-top: 30px;
	line-height: 30px;
	background: #ba2d35;
	padding: 15px 0;
}
.position p{
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #fff;
	padding-left: 16px;
}
.position p a{
	color: #fff;
}
.list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.list ul li a{
	font-family: "microsoft yahei";
	color: #666;
}
.list ul li a p.title{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 12px;
}
.list ul li a span.date{
	font-size: 16px;
	color: #999;
}
#more{
	margin: 30px 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
#more a{
	display: block;
    color: #999;
    font-size: 20px;
    font-family: "microsoft yahei";
}

/*list-pic*/
.list_pic{
	padding-top: 30px;
}
.list_pic ul li{
	float: left;
	width: 49%; 
	margin-right: 2%;
}
.list_pic ul li:nth-child(2n){
	margin-right: 0;
}
.list_pic ul li .pic a img{
	width: 100%;
	height: 244px;
}
.list_pic ul li p.title a{
	display: block;
    line-height: 60px;
    font-size: 22px;
    font-family: "microsoft yahei";
    color: #323232;
    text-align: center;
    text-overflow: ellipsis; 
	white-space: nowrap;
	overflow: hidden;
}
/*show*/
.show .show_con .show_hd{
	padding: 25px 0;
}
.show .show_con .show_hd h5{
	font-size: 22px;
	font-family: "microsoft yahei";
	line-height:36px;
	text-align: center;
	color: #333;
	font-weight: normal;
}
.show .show_con .show_hd p{
	text-align: center;
	color: #666;
	font-family: "microsoft yahei";
	font-size: 16px;
	line-height: 26px;
	padding: 14px 0;
	border-bottom: 1px dashed #e7e7e7;
}
.show .show_con .show_hd p span{
	margin: 0 10px;
}
.show .show_con .show_nr{
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.show .show_con .show_nr p{
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #666;
	line-height: 32px;
	text-indent: 2em;
	margin-bottom: 15px;
}
.show .show_con .show_nr p.vsbcontent_img{
	text-indent: 0;
}
.show .show_con .show_nr p img{
	display: block;
	margin: 0 auto;
}
.show .show_page{
	padding: 20px 0;
}
.show .show_page p{
	font-size: 18px;
	color: #666;
	line-height: 32px;
	padding: 0 10px;
}
.show .show_page p a{
	color: #666;
}

/*ej_gdwh start*/
.ej_gdwh{
	padding-top: 30px;
}
.ej_gdwh .gdwh_title{
	height: 46px;
	line-height: 46px;
	border-left: 3px solid #b2a057;
	background: #f8f8f8;
	text-indent: 18px;
	font-size: 22px;
	font-family: "Microsoft Yahei";
	color: #b2a057;
}
.ej_gdwh .gdwh_xh{
	padding: 30px 0;
}
.ej_gdwh .gdwh_xh img{
	display: block;
	margin: 0 auto;
}
.ej_gdwh .gdwh_xm{
	padding: 30px 0;
}
.ej_gdwh .gdwh_xm img{
	display: block;
	margin: 0 auto;
	width: 60%;
}
.ej_gdwh .gdwh_xx{
	padding: 30px 0;
}
.ej_gdwh .gdwh_xx img{
	display: block;
	margin: 0 auto;
	width: 80%;
}
.ej_gdwh .gdwh_xg{
	padding: 30px 0;
}
.ej_gdwh .gdwh_xg img{
	display: block;
	margin: 0 auto;
}
.ej_gdwh .xg_video{
	position: relative;
	padding-bottom: 30px;
	width: 100%; 
	height: auto;
}
.ej_gdwh .xg_video .video_pic{
	width: 100%; 
	height: auto;
	overflow: hidden;
}
.ej_gdwh .xg_video .video_pic img{
	display: block;
	width: 100%; 
	height: auto;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.ej_gdwh .xg_video .video_pic:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ej_gdwh .xg_video .video_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
}
.ej_gdwh .xg_video .video_icon img{
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.ej_gdwh .xg_video:hover .video_icon img{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.ej_gdwh .gdwh_con{
	padding: 30px 0;
	overflow: hidden;
}
.ej_gdwh .gdwh_con .xywh_hd{
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
}
.ej_gdwh .gdwh_con .xywh_hd ul{
	display: inline-block;
}
.ej_gdwh .gdwh_con .xywh_hd ul li{
	float: left;
	font-size: 0px;
	width: 9px;
	height: 9px;
	border: 1px solid #ba2d35;
	border-radius: 50%;
	margin: 0 4px;
	cursor: pointer;
}
.ej_gdwh .gdwh_con .xywh_hd ul li.on{
	background: #ba2d35;
}
.ej_gdwh .gdwh_con .xywh_pic ul li{
	float: left;
	width: 49%;
    margin-right: 2%;
}
.ej_gdwh .gdwh_con .xywh_pic ul li img{
	display: block;
	width: 100%;
	height: auto;
}
.ej_gdwh .gdwh_con .xywh_pic ul li:nth-child(2n){
	margin-right: 0;
}
.ej_gdwh .gdwh_con .xywh_pic ul li .title{
	padding-top: 10px;
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	font-family: "microsoft Yahei";
}
.ej_gdwh .gdwh_con .xywh_pic ul li:hover .title{
	color: #ba2d35;
}
.ej_gdwh .gdwh_download{
	border-top: 1px solid #e5e5e5;
	padding: 30px 0;
}
.ej_gdwh .gdwh_download ul li{
	height: 30px;
	line-height: 30px;
}
.ej_gdwh .gdwh_download ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #1179c9;
}
.ej_gdwh .gdwh_download ul li:hover a{
	color: #b41b25;
}

/*ej_zzjg start*/
.ej_zzjg{
	padding-top: 30px;
}
.ej_zzjg .zzjg_title{
	height: 36px;
	line-height: 36px;
	border-left: 3px solid #b2a057;
	background: #f8f8f8;
	text-indent: 18px;
	font-size: 20px;
	font-family: "Microsoft Yahei";
	color: #b2a057;
}
.ej_zzjg .dqbm_con{
	padding: 20px 0;
	overflow: hidden;
}
.ej_zzjg .zjjg_mc{
	font-size: 16px;
	font-family: "microsoft Yahei";
	font-weight: bold;
	line-height: 36px;
	color: #555;
}
.ej_zzjg .zjjg_mc a{color: #555;}
.ej_zzjg ul{
	display: block;
	overflow: hidden;
}
.ej_zzjg ul li{
	float: left;
	width: 46%;
	line-height: 32px;
	padding-left: 12px;
	background: url("../images/icon024.png") no-repeat left center;
	margin-right: 1%;
}
.ej_zzjg ul li:hover{
	background: url("../images/icon025.png") no-repeat left center;
}
.ej_zzjg ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.ej_zzjg ul li:hover a{
	color: #b41b25;
}
.ej_zzjg .xgbm_con{
	padding: 20px 0;
	overflow: hidden;
}
.ej_zzjg .xsjg_con{
	padding: 20px 0;
	overflow: hidden;
}
.ej_zzjg .xzbm_con{
	padding: 20px 0;
	overflow: hidden;
}
.ej_zzjg .zsdw_con{
	padding: 20px 0;
	overflow: hidden;
}
.ej_zzjg .qztt_con{
	padding: 20px 0;
	overflow: hidden;
}

/*list_szdw start*/
.list_szdw{
	padding-top: 30px;
}
.list_szdw ul li{
	display: block;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.list_szdw ul li .pic{
	width: 30%;
	height: auto;
	background: #f6f6f6;
	overflow: hidden;
	margin-right: 20px;
}
.list_szdw ul li .pic img{
	display: block;
	height: auto;
	background-size: 100% 100%;
	margin: 0 auto;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.list_szdw ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_szdw ul li .txt .xm{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	line-height: 36px;
}
.list_szdw ul li:hover .txt .xm{
	color: #b41b25;
}
.list_szdw ul li .txt p.des{
	padding-top: 6px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	line-height: 28px;
	text-align: justify;
}

/*szdw_content start*/
.szdw_con{
	padding: 30px 0;
}
.szdw_con .szdw_pic{
	padding-bottom: 24px;
	overflow: hidden;
}
.szdw_con .szdw_pic .pic img{
	display: block;
	margin: 0 auto;
	width: 30%;
	height: auto;
	margin: 0 auto;
}
.szdw_con .szdw_pic .xm{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
.szdw_con .grjj_title{
	padding-left: 38px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #000;
	font-weight: bold;
	background: url("../images/icon022.png") no-repeat left center;
}
.szdw_con .grjj_con{
	padding-top: 20px;
}
.szdw_con .grjj_con p{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #666;
	line-height: 32px;
	text-indent: 2em;
	text-align: justify;
}

/*list_xsjk start*/
.list_xsjk{
	padding-top: 30px;
}
.list_xsjk ul li{
	display: block;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.list_xsjk ul li .pic{
	width: 30%;
	height: auto;
	overflow: hidden;
}
.list_xsjk ul li .txt .title{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	line-height: 36px;
}
.list_xsjk ul li:hover .txt .title{
	color: #b41b25;
}
.list_xsjk ul li .txt p.des{
	padding-top: 6px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	line-height: 28px;
	text-align: justify;
}
.list_xsjk ul li .txt .djjr{
	float: left;
	margin-top: 14px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #808080;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eaeaea;
    border-radius: 6px;
 }
.list_xsjk ul li .txt .djjr:hover{
	background: #ba2d35;
    color: #fff;
}

/*zh_list_szdw start*/
.zh_list_szdw{
	padding: 30px 0;
	overflow: hidden;
}
.zh_list_szdw ul li{
	display: block;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.zh_list_szdw ul li .pic{
	width: 30%;
	height: auto;
	overflow: hidden;
}
.zh_list_szdw ul li .pic img{
	border-radius: 8px;
}
.zh_list_szdw ul li .txt .title{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	line-height: 36px;
}
.zh_list_szdw ul li:hover .txt .title{
	color: #b41b25;
}
.zh_list_szdw ul li .txt p.des{
	padding-top: 6px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	line-height: 28px;
	text-align: justify;
}
.zh_list_szdw ul li .txt .djjr{
	float: left;
	margin-top: 14px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #808080;
    height: 30px;
    line-height: 30px;
    text-align: center;
 }
.zh_list_szdw ul li .txt .djjr:hover{
    color: #ba2d35;
}

/*tw_list_pic start*/
.tw_list_pic{
	padding: 30px 0;
}
.tw_list_pic ul li{
	position: relative;
	float: left;
	width: 49%; 
	margin-right: 2%;
	margin-bottom: 10px;
}
.tw_list_pic ul li:nth-child(2n){
	margin-right: 0;
}
.tw_list_pic ul li .pic a img{
	width: 100%;
	height: 234px;
}
.tw_list_pic ul li .txt{
	padding-top: 24px;
}
.tw_list_pic ul li .txt p.title{
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}
.tw_list_pic ul li:hover .txt p.title{
	color: #ba2d35;
}
.tw_list_pic ul li .txt .date{
	position: absolute;
	left: 20px;
	top: 218px;
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #b41b25;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	z-index: 99;
}
.tw_list_pic ul li .txt .des{
	height: 66px;
	line-height: 22px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	padding-bottom: 10px;
}
.tw_list_pic ul li .txt .djgd{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #808080;
	padding-bottom: 10px;
}
.tw_list_pic ul li:hover .txt .djgd{
	color: #ba2d35;
}
@media only screen and (min-width:300px) and (max-width:750px) {
	.wrap { 
		margin: 0 8px;  
		overflow: hidden;
	}
	/*header start*/
	#header .hd_link1{
		height: 36px;
		line-height: 36px;
	}
	#header .hd_link1 ul li{
		margin-right: 15px;
	}
	#header .hd_link1 ul li a{
		font-size: 14px;
	}
	#header .hd_link2{
		height: 36px;
		line-height: 36px;
	}
	#header .hd_link2 a{
		font-size: 14px;
		margin-right: 15px;
	}
	.hd_search .searchIcon{
		width: 18px;
		padding: 8px 0;
	}
	/*end header*/

	/*logo start*/
	#logo{
		padding: 8px 0;
	}
	#logo .logo{
		width: 60%;
	}
	#logo .logo a{
		height: auto;
	}
	#logo .nav_icon .navIcon{
		padding: 18px 0;
		width: 22px;
	}
	/*end logo*/

	/*search*/
	.search { 
		top: 39px;
	}
	.search .txt{
		width: 90%;
		height: 36px; 
		line-height: 36px;
		font-size: 12px;
	}
	.search .btn {
		padding: 8px 0;
		width: 18px; 
	}

	.banner .hd ul li{ 
		width:6px; 
		height:6px; 
	}

	/*headline start*/
	#headline{
		padding: 15px 0 12px;
	}
	#headline img{
		width: 72px;
	}
	#headline a{
		font-size: 18px;
		line-height:28px;
	}
	/*end headline*/

	/*kslj start*/
	#kslj .kslj_con{
		padding-top: 15px;

	}
	#kslj .kslj_con ul li img{
		width: 40px;
	}
	#kslj .kslj_con ul li .title{
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	/*end jslj*/

	/*part1 start*/
	.hd_title{
		padding-bottom: 14px;
	}
	.hd_title .hd_icon img{
		width: 140px;
	}
	.hd_title .more img{
		width: 20px;
	}
	#part1 .gdwh .gdwh_bd ul li a .date{
		left: 6px;
		bottom: 42px;
		width: 68px;
		height: 54px;
		background: #ba2d35;
	}
	#part1 .gdwh .gdwh_bd ul li a .date span{
		width: 68px;
	}
	#part1 .gdwh .gdwh_bd ul li a .date span.d1{
		font-size: 20px;
		padding-top: 4px;
	}
	#part1 .gdwh .gdwh_bd ul li a .date span.d2{
		font-size: 12px;
	}
	#part1 .gdwh .gdwh_bd ul li a .title{
		padding-top: 10px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
		margin-top: -4px;
	}
	#part1 .gdwh .gdwh_bd ul li a .title .title_con{
		width: 94%;
		padding-left: 15px;
	}
	#part1 .news_txt{
		margin: 3%;
	}
	#part1 .news_txt{
		margin: 0 2%;
		padding-bottom: 10px;
	}
	#part1 .news_txt ul li{
		position: relative;
		height: 32px;
		line-height: 32px;
	}
	#part1 .news_txt ul li a{
		font-size: 15px;
		line-height: 32px;
	}
	#part1 .news_txt ul li a img{
		width: 10px;
	}
	#part1 .gdwh_txt{
		padding: 10px 0;
	}
	#part1 .gdwh_txt ul li{
		height: 36px;
		line-height: 36px;
	}
	#part1 .gdwh_txt ul li a{
		width: 84%;
		font-size: 15px;
	}
	#part1 .gdwh_txt ul li span.date{
		width: 16%;
		font-size: 14px;
	}
	/*end part1*/

	/*part2 start*/
	#part2{
		padding-top: 20px;
	}
	#part2 .tzgg ul li{
		height: 78px;
		margin-bottom: 15px;
	}
	#part2 .tzgg ul li .date{
		float: left;
		width: 20%;
		margin-right: 4%;
	}
	#part2 .tzgg ul li .date span.d1{
		font-size: 20px;
	}
	#part2 .tzgg ul li .date span.d2{
		font-size: 14px;
		padding: 2px 0;
	}
	#part2 .tzgg ul li .tzgg_txt{
		width: 76%;
		line-height: 22px;
		font-size: 15px;
		padding: 0px;
	}
	/*end part2*/
	
	/*part3 start*/
	#part3{
		padding: 30px 0 6px;
	}
	#part3 .xsjl{
		margin: 0 8px;
	}
	#part3 .xsjl ul li{
		padding: 15px;
	    margin-bottom: 16px;
	}
	#part3 .xsjl ul li .date{
		padding-bottom: 4px;
	}
	#part3 .xsjl ul li .date .d1{
		font-size: 28px;
	}
	#part3 .xsjl ul li .date .d2{
		font-size: 16px;
	}
	#part3 .xsjl ul li .title{
		padding-bottom: 4px;
		font-size: 15px;
		line-height: 24px;
	}
	#part3 .xsjl ul li .day{
		padding-bottom: 4px;
		font-size: 14px;
	}
	#part3 .xsjl ul li .day img{
		margin-right: 10px;
	}
	#part3 .xsjl ul li .address{
		padding-bottom: 4px;
		font-size: 14px;
	}
	#part3 .xsjl ul li .address img{
		margin-right: 10px;
	}
	#part3 .xsjl ul li .xm{
		padding-bottom: 6px;
		font-size: 14px;
	}
	#part3 .xsjl ul li .xm img{
		margin-right: 6px;
	}
	/*end part3*/

	/*part4 start*/
	#part4{
		padding: 25px 0 8px;
	}
	#part4 .mtgd{
		margin: 0 8px;
	}
	#part4 .mtgd ul li{
		padding: 15px;
		margin-bottom: 16px;
	}
	#part4 .mtgd ul li .ly{
		padding-bottom: 8px;
		font-size: 14px;
	}
	#part4 .mtgd ul li .ly .zlly{
		margin-right: 6px;
	}
	#part4 .mtgd ul li .title{
		font-size: 15px;
		line-height: 24px;
	}
	/*end part4*/

	/*part5 start*/
	#part5{
		padding: 35px 0 12px;
	}
	#part5 .xyfc .xyfc_pic1{
		margin-bottom: 4%;
	}
	#part5 .xyfc .xyfc_pic1 .title{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	#part5 .xyfc .xyfc_pic2 ul li img{
		height: 132px;
	}
	#part5 .xyfc .xyfc_pic2 ul li .title{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	#part5 .xyfc .xyfc_pic3 .title{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	/*end part5*/

	/*links start*/
	#links{
		padding: 15px 0;
	}
	#links .links_hd{
		font-size: 18px;
		padding-bottom: 8px;
	}
	#links .links_con ul li{
		line-height: 24px;
	}
	#links .links_con ul li a{
		font-size: 14px;
	}
	/*end links*/
	
	/*footer start*/
	#footer{
		padding-top: 20px;
	}
	#footer .ksrk{
		padding-bottom: 15px;
	}
	#footer .ksrk .ksrk_hd{
		padding: 15px 0;
		font-size: 18px;
	}
	#footer .ksrk ul li{
		line-height: 24px;
	}
	#footer .ksrk ul li a{
		font-size: 14px;
	}
	#footer .bq{
		padding-bottom: 20px;
	}
	/*ztzl start*/
	#ztzl{
		padding: 20px 0;
	}
	#ztzl .zt_hd{
		margin-top: 8px;
	}
	#ztzl .zt_hd ul li{
		width: 6px;
		height: 6px;
		margin: 0 6px;
	}
	/*end ztzl*/
	#footer .bq{
		padding-bottom: 40px;
	}
	#footer .bq p{
		font-size: 14px;
	}
	#footer .bq p img{
		width: 48px;
		margin: 4px auto;
	}
	#back{
		height: 24px;
	}
	#back img{
		width: 140px;
	}
	/*end footer*/

	/*list*/
	.position{
		margin-top: 8px;
		line-height: 24px;
		padding: 6px 0;
	}
	.position p{
		font-size: 14px;
	}
	.list ul li{
		padding: 10px 0;
		border-bottom: 1px dashed #e3e3e3;
	}
	.list ul li a p.title{
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 6px;
	}
	.list ul li a span.date{
		font-size: 14px;
		color: #999;
	}
	
	.list_pic{
		padding-top: 15px;
	}
	.list_pic ul li p.title a{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.list_pic ul li .pic a img{
		height: 136px;
	}

	#more{
		margin: 15px 0;
	    height: 34px;
	    line-height: 34px;
	}
	#more a{
	    font-size: 16px;
	}
	.show .show_con .show_hd{
		padding: 12px 0;
	}
	.show .show_con .show_hd h5{
	    font-size: 15px;
		line-height: 24px;
		font-weight: bold;
		padding: 2px 0;
	}
	.show .show_con .show_hd p{
		font-size: 12px;
		padding: 8px 0;
	}
	.show .show_con .show_hd p span{
		margin: 0 6px;
	}
	.show .show_con .show_nr{
		padding: 10px 10px;
	}
	.show .show_con .show_nr p{
		font-size: 14px;
	    line-height: 28px;
	    text-align: justify;
	    margin-bottom: 6px;
	}
	.show .show_page{
		padding: 8px 0;
	    margin-bottom: 15px;
	}
	.show .show_page p{
		font-size: 14px;
		line-height: 28px;
	}

	/*ej_gdwh start*/
	.ej_gdwh{
		padding-top: 15px;
	}
	.ej_gdwh .gdwh_title{
		height: 32px;
		line-height: 32px;
		text-indent: 12px;
		font-size: 18px;
	}
	.ej_gdwh .gdwh_xh{
		padding: 15px 0;
	}
	.ej_gdwh .gdwh_xh img{
		width: 50%;
	}
	.ej_gdwh .gdwh_xm{
		padding: 15px 0;
	}
	.ej_gdwh .gdwh_xm img{
		width: 60%;
	}
	.ej_gdwh .gdwh_xx{
		padding: 15px 0;
	}
	.ej_gdwh .gdwh_xx img{
		width: 80%;
	}
	.ej_gdwh .gdwh_xg{
		padding: 15px 0;
	}
	.ej_gdwh .xg_video{
		padding-bottom: 15px;
	}
	.ej_gdwh .xg_video .video_icon{
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -25px;
		margin-top: -25px;
	}
	.ej_gdwh .xg_video .video_icon img{
		display: block;
		width: 50px;
		height: auto;
	}
	.ej_gdwh .gdwh_con{
		padding: 10px 0;
	}
	.ej_gdwh .gdwh_con .xywh_hd{
		margin-top: 8px;
	}
	.ej_gdwh .gdwh_con .xywh_hd ul li{
		width: 7px;
		height: 7px;
		margin: 0 4px;
	}
	.ej_gdwh .gdwh_con .xywh_pic ul li .title{
		padding-top: 6px;
		height: 48px;
		line-height: 24px;
		font-size: 14px;
	}
	.ej_gdwh .gdwh_download{
		padding: 15px 0;
	}
	.ej_gdwh .gdwh_download ul li{
		height: 24px;
		line-height: 24px;
	}
	.ej_gdwh .gdwh_download ul li a{
		font-size: 14px;
	}

	/*ej_zzjg start*/
	.ej_zzjg{
		padding-top: 15px;
	}
	.ej_zzjg .zzjg_title{
		height: 32px;
		line-height: 32px;
		text-indent: 12px;
		font-size: 15px;
	}
	.ej_zzjg .dqbm_con{
		padding: 10px 0;
	}
	.ej_zzjg .zjjg_mc{
		font-size: 14px;
		line-height: 36px;
	}
	.ej_zzjg ul li{
		width: 45%;
		line-height: 25px;
		padding-left: 12px;
	}
	.ej_zzjg ul li a{
		font-size: 14px;
	}
	.ej_zzjg .xgbm_con{
		padding: 10px 0;
	}
	.ej_zzjg .xsjg_con{
		padding: 10px 0;
	}
	.ej_zzjg .xzbm_con{
		padding: 10px 0;
	}
	.ej_zzjg .zsdw_con{
		padding: 10px 0;
	}
	.ej_zzjg .qztt_con{
		padding: 10px 0;
	}

	/*list_szdw start*/
	.list_szdw{
		padding-top: 15px;
	}
	.list_szdw ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.list_szdw ul li .pic{
		width: 30%;
	}
	.list_szdw ul li .txt .xm{
		font-size: 16px;
		line-height: 32px;
	}
	.list_szdw ul li .txt p.des{
		padding-top: 6px;
		font-size: 14px;
		font-family: "Microsoft Yahei";
		color: #808080;
		line-height: 24px;
	}

	/*szdw_content start*/
	.szdw_con{
		padding: 15px 0;
	}
	.szdw_con .szdw_pic{
		padding-bottom: 12px;
	}
	.szdw_con .szdw_pic .pic img{
		width: 30%;
	}
	.szdw_con .szdw_pic .xm{
		font-size: 16px;
		line-height: 32px;
	}
	.szdw_con .grjj_title{
		padding-left: 32px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
	.szdw_con .grjj_con{
		padding-top: 10px;
	}
	.szdw_con .grjj_con p{
		font-size: 15px;
		line-height: 28px;
	}

	/*list_xsjk start*/
	.list_xsjk{
		padding-top: 15px;
	}
	.list_xsjk ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.list_xsjk ul li .pic{
		margin-right: 15px;
	}
	.list_xsjk ul li .txt .title{
		font-size: 15px;
		line-height: 32px;
	}
	.list_xsjk ul li .txt p.des{
		padding-top: 6px;
		font-size: 14px;
		line-height: 24px;
	}
	.list_xsjk ul li .txt .djjr{
		margin-top: 6px;
	    font-size: 14px;
	    width: 100px;
	    height: 28px;
	    line-height: 28px;
	 }

	 /*zh_list_szdw start*/
	.zh_list_szdw{
		padding: 15px 0;
	}
	.zh_list_szdw ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.zh_list_szdw ul li .pic{
		margin-right: 12px;
	}
	.zh_list_szdw ul li .txt .title{
		font-size: 15px;
		line-height: 28px;
	}
	.zh_list_szdw ul li .txt p.des{
		padding-top: 6px;
		font-size: 14px;
		line-height: 26px;
	}
	.zh_list_szdw ul li .txt .djjr{
		float: right;
		margin-top: 6px;
	    height: 24px;
	    line-height: 24px;
	 }

	/*tw_list_pic start*/
	.tw_list_pic{
		padding: 15px 0;
	}
	.tw_list_pic ul li .pic a img{
		width: 100%;
		height: 134px;
	}
	.tw_list_pic ul li .txt{
		padding-top: 8px;
	}
	.tw_list_pic ul li .txt p.title{
		height: 50px;
		line-height: 25px;
		font-size: 14px;
		font-family: "Microsoft Yahei";
		color: #333;
		font-weight: bold;
		padding-bottom: 10px;
	}
	.tw_list_pic ul li:hover .txt p.title{
		color: #ba2d35;
	}
	.tw_list_pic ul li .txt .date{
		position: absolute;
		left: 20px;
		top: 118px;
		display: block;
		width: 98px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		background: #b41b25;
		font-size: 14px;
		font-family: "Microsoft Yahei";
		color: #fff;
		z-index: 99;
	}
	.tw_list_pic ul li .txt .des{
		height: 80px;
		line-height: 20px;
		font-size: 12px;
		font-family: "Microsoft Yahei";
		color: #808080;
		padding-bottom: 10px;
	}
	.tw_list_pic ul li .txt .djgd{
		font-size: 14px;
		font-family: "Microsoft Yahei";
		color: #808080;
		padding-bottom: 10px;
	}
	.tw_list_pic ul li:hover .txt .djgd{
		color: #ba2d35;
	}
}




.yxsz_con .jz_title{
    height: 48px;
    line-height: 48px;
    border-left: 3px solid #b2a057;
    background: #f8f8f8;
    text-indent: 18px;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #b2a057;
    margin: 2%;
}
.yxsz .yxsz_con ul{
    display: block;
    overflow: hidden;
    width: 100%;
}
.yxsz .yxsz_con ul li{
    float: left;
    width: 46%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ba1b2f;
    margin: 2%;
    text-align: center;
    background: #f2f2f2;
}
.yxsz .yxsz_con ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #0c0c0c;
}