/* 飘窗 */
.float-window {position: fixed;left: 0;top: 330px;width: auto;height: auto;z-index: 999;}
.float-window-item {width: 300px;height: auto;position: relative;margin-top: 20px;}
.float-window-item span {position: absolute;top: 0;right: 0;color: #FFFFFF;background: rgba(0,0,0,.5);padding: 5px 10px;cursor: pointer;}
.float-window-item img {width: 100%;height: auto;}
/* 飘窗end */
/*全局定义*/
* {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
#jsonReplyContent {word-break: break-all;}
#mediaplayer_wrapper {
 margin: 0 auto;
}
.wza .wza-input {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
body{ margin:0px; padding:0px; background-color: #FFFFFF; 
/* background-image: url(../images/diwen_left.png), url(../images/diwen_right.png), url(../images/diwen_left.png), url(../images/diwen_right.png), url(../images/diwen_left.png);
background-position: left top 400px, right top 800px, left top 1200px, right top 1600px, left top 2300px;
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
background-size: auto 450px; */
list-style:none; border:0px; font-family:'微软雅黑'; font-size: 16px;}
a:link,a:visited{text-decoration:none; color:#6a6a6a; }
a:hover{ text-decoration:none; color:#C91504 !important; cursor:pointer;}
p{margin: 0;}
body,ul,li,img,a,div,table,tr,td{
	list-style:none;
	margin:0px;
	padding:0px;
	border:0;
	outline:none;
}

input {
	outline: none;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both:after {
	content: "";
	display: block;
	clear: both;
}
.w_wap {
	position: relative;
	width: 100%;
	/* min-height: 20px; */
}
.w_1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.content-wap {
	position: relative;
	width: 1200px !important;
	margin: 0 auto;
	background: #ffffff;
}

.header {
	width: 100%;
	height: 240px;
	background: url(../images/en_01.jpg) center no-repeat;
	background-size: 1920px auto; 
}
.header ul {
	height: 50px;
	line-height: 50px;
}
.header li {
	float: right;
	height: 50px;
}
.header li a {
	color: #ffffff;
	padding: 0 10px;
	font-size: 14px;
}
.header li a:hover {
	color: #101010 !important;
}
.header .banner {
	position: relative;
	height: 88px;
	line-height: 118px;
	font-size: 46px;
	font-family: "ms serif";
	font-weight: 600;
	color: #BA1E2C;
	margin: 5px 0 0 80px;
	text-shadow: 2px 0px 8px #FFFFFF;
}
.header .banner img {
	width: 287px;
	height: 118px;
}
.header .search {
	position: relative;
        margin-top: 30px;  
	margin-right: 60px;
	float: right;
}
.header .search .ss_input {
	width: 300px;
	height: 44px;
	border-radius: 22px;
        background-color: rgba(255,255,255,.5);
	border: 1px solid #DADADA;
	font-size: 16px;
	padding: 0 45px 0 22px;
	color: #666666;
}
.header .search .ss_but {
	position: absolute;
	top: 13px;
	right: 20px;
	height: 20px;
	width: 20px;
}


.css_nav {
	width: 100%;
	height: 50px;
	background: #BD1A2D;
}
.css_nav ul {
	height: 50px;
	overflow: hidden;
}
.css_nav li {
	float: left;
}
.css_nav li a {
	position: relative;
	display: block;
	width: auto;
	font-size: 20px;
	padding: 0 22px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
}
.css_nav li a:hover {
	font-weight: 600;
	color: #FFDB63 !important;
}
.nav_active {
	font-weight: 600;
	color: #FFDB63 !important;
}

.dy_content {
	margin-top: 10px;
	text-align: center;
}
.dy_content h1 {
	padding: 0;
	margin: 0;
	font-size: 36px;
	line-height: 60px;
	color: #BE172B;
}
.dy_content p {
	max-width: 1090px;
	padding: 0 15px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #666666;
}
.dy_content a {
	font-size: 18px;
	color: #BE172B;
	float: left;
}

/* 焦点新闻 */
.jd_wap {
	margin-top: 30px;
}
.jd_roll{ width:700px; height:395px; overflow:hidden; position:relative; }
.jd_roll .hd{ height:12px; overflow:hidden; position:absolute; right:5px; bottom:16px; z-index:1; }
.jd_roll .hd ul{ overflow:hidden; zoom:1; float:left;  }
.jd_roll .hd ul li{ float:left; margin-right:10px; width:12px; height:12px; border-radius: 12px; background: #9E9E9C; cursor:pointer; }
.jd_roll .hd ul li.on{ background: #BF182C; color:#fff; }
.jd_roll .bd{ position:relative; height:100%; z-index:0; }
.jd_roll .bd li{ zoom:1; vertical-align:middle; position: relative; }
.jd_roll .bd p {
	position: absolute;
	display: block;
	top: 350px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
}
.jd_roll .bd p a {
	display: block;
	width: 480px;
	font-size: 16px;
	line-height: 45px;
	padding-left: 20px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jd_roll .bd img{ width:700px; height:395px; display:block; object-fit: cover; }

.jd_roll .prev,
.jd_roll .next{ position:absolute; left:3%; top:50%; margin-top:-15px; display:block; width:17px; height:29px; filter:alpha(opacity=50);opacity:0.8;   }
.jd_roll .prev {
	background:url(../images/left.png) no-repeat; 
}
.jd_roll .next {
	background:url(../images/right.png) no-repeat; 
	left: auto;
	right: 3%;
}
.jd_roll .prev:hover,
.jd_roll .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.jd_roll .prevStop{ display:none;  }
.jd_roll .nextStop{ display:none;  }


/* 热点推荐 */
.rdgz_content{ width:470px; text-align:left;  }
.rdgz_content .hd{ height:40px; line-height:40px; border-bottom:1px solid #ddd;  position:relative; }
.rdgz_content .hd ul{ float:left; position:absolute; top:-1px; height:32px;   }
.rdgz_content .hd ul li{ float:left; margin-right: 20px; cursor:pointer; font-size: 20px; line-height: 30px; }
.rdgz_content .hd ul li.on{ height: 40px; border-bottom: 3px solid #BD1A2D; color: #BD1A2D; font-weight: 600;}
.rdgz_content .bd li{ height:40px; line-height:40px; }
.rdgz_content .bd li .date{ float:right; color:#999; }
.rdgz_content .bd li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #555555;
	font-size: 16px;
	max-width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rdgz_content .bd li a:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	top: 19px;
	left: 0;
	background-color: #000000;
}
.rdgz_content .rdgz_list {
	position: absolute;
	top: 0;
	right: 0;
}
.rdgz_content .rdgz_list a {
	/*color: #D64F68;*/
	font-size: 14px;
	line-height: 30px;
}

/* 通知公告 */
.tzgg_content {
	margin-top: 25px;
	position: relative;
	height: 55px;
	border:1px solid #DDDDDD; 
	background: #F6F6F6;
}
.tzgg_content .tzgg_title img {
	position: absolute;
	display: inline-block;
	width: 27px;
	height: 23px;
	top: 16px;
	left: 15px;
}
.tzgg_content .tzgg_title span {
	position: absolute;
	display: inline-block;
	color: #BD1A2D;
	font-size: 20px;
	line-height: 55px;
	font-weight: 600;
	left: 50px;
}
.tzgg_content .bd{ padding-left: 150px; }
.tzgg_content .bd .tempWrap{ width:980px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.tzgg_content .bd ul{ overflow:hidden; zoom:1; }
.tzgg_content .bd ul li{ margin-right:30px;  float:left; height:55px; line-height:55px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.tzgg_content .bd ul li span{ color:#999;  }
.tzgg_content li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #555555;
	font-size: 16px;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tzgg_content li a:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	top: 26.5px;
	left: 0;
	background-color: #000000;
}
.tzgg_content .float_right a {
	line-height: 55px;
	font-size: 14px;
	padding-right: 10px;
	color: #999999;
}

/* 外事要闻 */
.wsyw_wap {
	margin-top: 25px;
}
.wsyw_content {
	position: relative;
	width:585px;
	text-align:left;
}
.wsyw_content .wsyw_title {
	height:40px; line-height:40px; border-bottom:1px solid #ddd;  position:relative;
}
.wsyw_content .wsyw_title li {
	font-size: 20px; line-height: 30px; width: 80px;
	height: 40px; border-bottom: 3px solid #BD1A2D; color: #BD1A2D; font-weight: 600;
}
.wsyw_content li{ height:40px; line-height:40px; }
.wsyw_content li .date{ float:right; color:#999; }
.wsyw_content li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #555555;
	font-size: 16px;
	max-width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wsyw_content li a:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	top: 19px;
	left: 0;
	background-color: #000000;
}

.wsyw_content .hd{ height:40px; line-height:40px; border-bottom:1px solid #ddd;  position:relative; }
.wsyw_content .hd ul{ float:left; position:absolute; top:-1px; height:32px;   }
.wsyw_content .hd ul li{ float:left; margin-right: 20px; cursor:pointer; font-size: 20px; line-height: 30px; }
.wsyw_content .hd ul li.on{ height: 40px; border-bottom: 3px solid #BD1A2D; color: #BD1A2D; font-weight: 600;}
.wsyw_content .bd li{ height:40px; line-height:40px; }
.wsyw_content .bd li .date{ float:right; color:#999; }
.wsyw_content .bd li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #555555;
	font-size: 16px;
	max-width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wsyw_content .bd li a:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	top: 19px;
	left: 0;
	background-color: #000000;
}

.wsyw_content .wsyw_list {
	position: absolute;
	top: 0;
	right: 0;
}
.wsyw_content .wsyw_list a {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}

/* 活动轮播 */
.hd_roll {margin-top: 25px;}
.hd_roll .bd{ position:relative; height:100%; z-index:0; }
.hd_roll .bd li{ zoom:1; vertical-align:middle; position: relative;width:590px;margin-right: 20px;float: left;}
.hd_roll .bd img{ width:590px; height:88px; display:block; object-fit: cover;}


/* 签证信息 */
.qzxx_content{ width:585px; text-align:left;  }
.qzxx_content .hd{ height:40px; line-height:40px; border-bottom:1px solid #ddd;  position:relative; }
.qzxx_content .hd ul{ float:left; position:absolute; top:-1px; height:32px;   }
.qzxx_content .hd ul li{ float:left; margin-right: 20px; cursor:pointer; font-size: 20px; line-height: 30px; }
.qzxx_content .hd ul li.on{ height: 40px; border-bottom: 3px solid #BD1A2D; color: #BD1A2D; font-weight: 600;}
.qzxx_content .bd li{ height:40px; line-height:40px; }
.qzxx_content .bd li .date{ float:right; color:#999; }
.qzxx_content .bd li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #555555;
	font-size: 16px;
	max-width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qzxx_content .bd li a:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	top: 19px;
	left: 0;
	background-color: #000000;
}
.qzxx_content .qzxx_list {
	position: absolute;
	top: 0;
	right: 0;
}
.qzxx_content .qzxx_list a {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}


/* 办事指南 */
.bszn_wap {
	position: relative;
	margin-top: 25px;
}
.bszn_wap .bszn_title {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #BD1A2D;
}
.bszn_wap .bszn_title h1 {
	width: 120px;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	color: #BD1A2D;
	line-height: 40px;
	background: #FFFFFF;
}
.bszn_content {
	position: relative;
	margin-top: 30px;
	width: 655px;
	text-align:left;
}
.bszn_content1 {
	position: relative;
	margin-top: 30px;
	width: 525px;
	text-align:left;
}
.bszn_wap .bszn_title1 {
	height:40px; line-height:40px; border-bottom:1px solid #ddd;  position:relative;
}
.bszn_wap .bszn_title1 li {
	font-size: 20px; line-height: 30px; width: 80px;
	height: 40px; border-bottom: 3px solid #BD1A2D; color: #BD1A2D; font-weight: 400;
}
.bszn_wap .bszn_img {
	position: relative;
	height: 155px;
	overflow: hidden;
}
.bszn_wap .bszn_img a {
	position: relative;
	display: block;
	width: 115px;
	height: 130px;
	margin-top: 20px;
	margin-left: 17.5px;
	border: 1px solid #DDDDDD;
	border-radius: 15px;
	text-align: center;
	float: left;
}
.bszn_wap .bszn_img a:first-of-type {
	margin-left: 0;
}
.bszn_wap .bszn_img img {
	margin-top: 20px;
	height: 44px;
	width: auto;
	
}
.bszn_wap .bszn_img p {
	margin-top: 15px;
	line-height: 18px;
}


/* 在线办理 */
.zxbl_wap {
	position: relative;
	margin-top: 25px;
}
.zxbl_wap .zxbl_title {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #BD1A2D;
}
.zxbl_wap .zxbl_title h1 {
	width: 120px;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	color: #BD1A2D;
	line-height: 40px;
	background: #FFFFFF;
}
.zxbl_limg1, .zxbl_limg2, .zxbl_limg3, .zxbl_limg4 {
	width: 292.5px;
	height: 60px;
	margin-top: 35px;
	margin-left: 10px;
	background-color: #F6F6F6 !important;
}
.zxbl_limg1 {
	margin-left: 0 !important;
}
.zxbl_limg1.float_left {
	margin-right: 10px !important;
}
.zxbl_rimg1, .zxbl_rimg2, .zxbl_rimg3, .zxbl_rimg4 {
	line-height: 60px;
	padding-left: 73px;
	font-size: 18px;
	color: #555555;
	background: url(../images/__.png) no-repeat center right 20px;
}
/* .zxbl_limg1 {
	background: url(../images/index_35.jpg) no-repeat left;
	background-size: auto 60px;
}
.zxbl_limg2 {
	background: url(../images/index_38.jpg) no-repeat left;
	background-size: auto 60px;
}
.zxbl_limg3 {
	background: url(../images/index_41.jpg) no-repeat left;
	background-size: auto 60px;
}
.zxbl_limg4 {
	background: url(../images/index_42.jpg) no-repeat left;
	background-size: auto 60px;
} */

/* 互动交流 */
.hdjl_wap {
	margin-top: 25px;
}
.hdjl_content {
	position: relative;
	width:740px;
	text-align:left;
}
.hdjl_content .hdjl_title {
	height:40px; line-height:40px; border-bottom:1px solid #ddd;  position:relative;
}
.hdjl_content .hdjl_title li {
	font-size: 20px; line-height: 30px; width: 84px;
	height: 40px; border-bottom: 3px solid #BD1A2D; color: #BD1A2D; font-weight: 600;
}
.hdjl_content ul {
	width: 480px;
	margin-top: 20px;
}
.hdjl_content li{ height:40px; line-height:40px; }
.hdjl_content li a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #555555;
	font-size: 16px;
	max-width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hdjl_content li a:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	top: 19px;
	left: 0;
	background-color: #000000;
}
.hdjl_content .hdjl_list {
	position: absolute;
	top: 0;
	right: 0;
}
.hdjl_content .hdjl_list a {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.hdjl_wap .hdjl_img {
	width: 260px;
	padding-top: 8px;
}
.hdjl_wap .hdjl_img a {
	position: relative;
	display: block;
	width: 115px;
	height: 115px;
	margin-top: 12px;
	border: 1px solid #DDDDDD;
	border-radius: 15px;
	text-align: center;
	float: right;
}
.hdjl_wap .hdjl_img a:first-of-type {
	margin-left: 12px;
}
.hdjl_wap .hdjl_img a:last-of-type {
	margin-right: 12px;
}
.hdjl_wap .hdjl_img img {
	height: 100%;
	width: auto;
	
}
.hdjl_wap .hdjl_img p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: auto;
	bottom: 25px;
	line-height: 18px;
	font-size: 18px;
	color: #FFFFFF;
}
/* 视频 */
.sp_content {
	position: relative;
	width: 430px;
	text-align:left;
}
.sp_content .sp_title {
	height:40px; line-height:40px; border-bottom:1px solid #ddd;  position:relative;
}
.sp_content .sp_title li {
	font-size: 20px; line-height: 30px; width: 80px; float: left;
	height: 40px; border-bottom: 3px solid #BD1A2D; color: #BD1A2D; font-weight: 600;
}
.sp_content .sp_title a {
	float: right;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.sp_content .sp_img {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 240px;
}
.sp_content .sp_img img {
	width: 100%;
	height: 100%;
}
.sp_img .sp_video {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 95px;
	background: url(../images/video5.png) no-repeat center;
}
.sp_img p {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 410px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	background: rgba(0,0,0,.5);
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 活动链接滚动 */
.ztzl_title {
	margin-top: 25px;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #BD1A2D;
}
.ztzl_title h1 {
	width: 120px;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	color: #BD1A2D;
	line-height: 40px;
	background: #FFFFFF;
}
.hdlj_roll{ width:100%; height:86px; overflow:hidden; position:relative; margin-top: 25px; }
.hdlj_roll .bd{ position:relative; height:100%; z-index:0; }
.hdlj_roll .bd ul {overflow:hidden;}
.hdlj_roll .bd ul li{ position: relative; margin:0 3px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.hdlj_roll .bd img{width:294px;height:86px;display:block; object-fit: cover;}

.hdlj_roll .prev,
.hdlj_roll .next{ position:absolute; left:3%; top:50%; margin-top:-15px; display:block; width:17px; height:29px; filter:alpha(opacity=50);opacity:0.8;   }
.hdlj_roll .prev {
	background:url(../images/left.png) no-repeat; 
}
.hdlj_roll .next {
	background:url(../images/right.png) no-repeat; 
	left: auto;
	right: 3%;
}
.hdlj_roll .prev:hover,
.hdlj_roll .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.hdlj_roll .prevStop{ display:none;  }
.hdlj_roll .nextStop{ display:none;  }


/* 友情链接图片 */
.yqlj_img {
	position: relative;
	width: 100%;
	margin-top: 30px;
	height: 50px;
	overflow: hidden;
}
.yqlj_img li {
	float: left;
	margin-right: 7.2px;
}
.yqlj_img li:last-of-type {
	float: right;
	margin-right: 0;
}
.yqlj_img li img {
	height: 50px;
	width: 194px;
}

.yqlj_wap {
	position: relative;
	margin-top: 25px;
}
.yqlj_title {
	position: relative;
	width: 112px;
	height: 36px;
	line-height: 36px;
	padding-left: 8px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #BC1B2D;
	text-align: center;
}
.yqlj_content {
	position: relative;
	width: 269px;
	height: 34px;
	border: 1px solid #DDDDDD;
	border-left: 0;
	
}
.yqlj_content select {
	width: 100%;
	height: 100%;
	color: #555555;
}
.yqlj_content option {
	color: #555555;
}


.footer {
	position: relative;
	width: 100%;
	margin-top: 25px;
	height: 230px;
	border-top: 5px solid #BC1A32;
	background-color: #DDDDDD;
	background-image: url(../images/diwen_left.png), url(../images/diwen_right.png), url(../images/diwen_left.png);
	background-position: left top, right top -100px, left 50% top 100px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	z-index: 8;
}
.footer .footer_l {
	width: 340px;
}
.footer_l img {
	width: auto;
	height: 62px;
	margin-left: 280px;
	margin-top: 20px;
	
}
.footer .footer_c {
	margin-left: 10px;
	width: 500px;
	padding-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.footer .footer_r {
	width: 340px;
}
.footer_r img {
	width: 84px;
	height: auto;
	margin-top: 10px;
}
.footer_r p {
	display: block;
	width: 84px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}


.rnav {
	position: fixed;
	top: 350px;
	left: 50%;
	margin-left: 796px;
	z-index: 9;
}
.rnav .rnav_item {
	position: relative;
	width: 88px;
	height: 88px;
	box-shadow: 0 0 10px 1px #DDDDDD;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	background: #FFFFFF;
	margin-top: 15px;
}
.rnav .rnav_item:hover {
	background: #f2f2f2;
}
.rnav .rnav_item img {
	margin-top: 10px;
	height: 38px;
	width: auto;
}
.rnav .rnav_item p {
	color: #333333;
	font-size: 14px;
	line-height: 26px;
}
.rnav .rnav_item_show {
	position: absolute;
	top: 10px;
	left: -110px;
	width: 100px;
	height: 100px;
	border: 1px solid #DDDDDD;
}
.rnav .rnav_item_show img {
	width: 100px;
	height: auto;
}



/* 列表页 */
.list_crumb {
	position: relative;
	background: #FFFFFF;
}
.list_crumb li {
	float: left;
	line-height: 70px;
	padding-right: 5px;
	color: #BD1A2D;
}
.list_crumb li a {
	color: #BD1A2D;
	
}
.list_crumb li span {
	padding-left: 5px;
}
.list_nav {
	position: relative;
}
.list_nav .list_nav_l {
	position: relative;
	width: 200px;
}
.list_nav .list_nav_r {
	position: relative;
	width: 970px;
	padding-left: 30px;
	background: #FFFFFF;
}
.list_nav .list_nav_list li {
	position: relative;
	width: 180px;
	margin: 10px auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 20px;
	color: #555555;
}
.list_nav .list_nav_list li span {
	position: absolute;
	font-family: '黑体';
	top: 0;
	right: 20px;
	line-height: 40px;
}
.list_nav .list_nav_list a:first-of-type li {
	width: 100%;
	height: 65px;
	line-height: 65px;
	border-radius: 0px;
        background-color: #B31A29;
	background-size: 20px 20px;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.35, rgba(189, 26, 45, 1)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(189, 26, 45, 1)), color-stop(.75, rgba(189, 26, 45, 1)), color-stop(.75, transparent), to(transparent));
	background-image: -moz-linear-gradient(-45deg, rgba(189, 26, 45, 1) 25%, transparent 25%, transparent 50%, rgba(189, 26, 45, 1) 50%, rgba(189, 26, 45, 1) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(189, 26, 45, 1) 25%, transparent 25%, transparent 50%, rgba(189, 26, 45, 1) 50%, rgba(189, 26, 45, 1) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(189, 26, 45, 1) 25%, transparent 25%, transparent 50%, rgba(189, 26, 45, 1) 50%, rgba(189, 26, 45, 1) 75%, transparent 75%, transparent);
	color: #FFDB63;
	font-size: 22px;
	text-align: center;
	margin: 0 0 20px 0;
}
.list_nav .list_nav_list a:first-of-type li span {
	position: relative;
	left: -15px;
	top: -2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FFDB63;
}
.list_nav .list_nav_list li:hover {
	background: rgba(0,0,0,.1);
}
.list_active li {
	background: #FEE4E4 !important;
	color: #BD1A2D !important;
}
.list_nav .list_content_title {
	position: relative;
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #DDDDDD;
}
.list_nav .list_content_title h3 {
	display: inline-block;
	color: #BD1A2D;
	line-height: 20px;
	font-size: 20px;
	font-weight: 400;
	width: auto;
	height: 40px;
	border-bottom: 3px solid #BD1A2D;
	padding: 0;
	margin: 0;
}
.list_content_bottom:nth-of-type(5), .list_content_bottom:nth-of-type(10), .list_content_bottom:nth-of-type(15), .list_content_bottom:nth-of-type(20) {
	border-bottom: 1px solid #DDDDDD !important;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.list_nav .list_content_list {
	width: 100%;
	padding: 20px 0;
}
.list_nav .list_content_list li {
	position: relative;
	width: 100%;
	line-height: 36px;
	padding-left: 10px;
}
.list_nav .list_content_list li:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	top: 17px;
	left: 0;
	background-color: #000000;
}
.list_nav .list_content_list .date {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 36px;
	font-size: 14px;
	color: #999999;
}
/* 分页 */

.page {
	width: auto;
}
.info {
	width: auto;
	padding-left: 10px;
	height: 34px;
	line-height: 34px;
}

#pageNum input {
	position: relative;
	top: 0px;
	width: 36px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #DDDDDD;
	text-align: center;
}
#igo,#syIgo {
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	background: #fff;
	border: 1px solid #DDDDDD;
	color: #888;
	margin: 0 3px;
	text-decoration: none;
}
#igo:hover,#syIgo:hover {
	border-color: #BD1A2D;
}
.pagination {
	margin: 0;
}
.pagination li a {
	color: #666666;
}
.pagination .active a {
	background-color: #BD1A2D;
	border-color: #BD1A2D;
}
.pagination .disabled a {
	color: #dddddd;
}
.pagination li a:hover {
	color: #666666 !important;
}
.pagination .active a:hover {
	color: #FFFFFF !important;
	background-color: #BD1A2D;
	border-color: #BD1A2D;
}
.pagination .disabled a:hover {
	color: #dddddd !important;
}
.arrow2 {
	margin: 3px 8px 4px 0;
	border-left: 5px dashed transparent;
	border-bottom: 5px dashed transparent;
	border-top: 5px dashed transparent;
	border-right: 5px solid #ccc;
	display: inline-block;
	vertical-align: middle;
}
.arrow3 {
	margin: 3px 0 4px 8px;
	border-top: 5px dashed transparent;
	border-bottom: 5px dashed transparent;
	border-right: 5px dashed transparent;
	border-left: 5px solid #ccc;
	display: inline-block;
	vertical-align: middle;
}


/* 详情页 */
#mediaplayer {
	margin: 30px auto 0;
}
.cms-article-tit {
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 36px;
	line-height: 40px;
	padding: 10px 0;
}
.cms-article-subtit {
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 26px;
	line-height: 40px;
	padding-bottom: 10px;
}
.cms-article-xinxi {
	position: relative;
	width: 100%;
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 36px;
	background: #F3F3F3;
}
.cms-article-xinxi span {
	padding: 0 10px;
}
.bdsharebuttonbox {
	position: absolute;
	top: 0;
	right: 0;
	color: #999999;
	font-size: 14px;
	line-height: 36px;
}
.bdsharebuttonbox span {
	position: absolute;
	top: 0;
	right: 50px;
	padding: 0;
	font-size: 14px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: right;
}
.bdsharebuttonbox a {
	margin-top: 10px  !important;
}
.article-detail {
	width: 1080px;
	padding: 10px 60px;
	font-family: "宋体";
	color: #333333;
	font-size: 16px;
	line-height: 36px;
}
.article-detail {
	width: 1080px;
	padding: 10px 60px;
	font-family: "宋体";
	color: #333333;
	font-size: 16px;
	/* text-indent: 32px; */
	line-height: 36px;
}
.article-detail table {
 margin: 0 auto;
 border: 1px solid #dddddd;
}
.article-detail img {max-width: 100%;}
.article-detail table td,.article-detail table tr {
 border: 1px solid #dddddd;
}
.firstRow { background: #dddddd; text-align: center; }
.d_setting {
	position: absolute;
	top: -70px;
	right: 0;
        line-height: 70px;
}
.d_setting a {
	padding: 0 2px;
}



/*搜索页面*/
.search-body{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background:#ffffff;
	z-index: 99;
}
.search-body .search-box{
	width: 640px;
	height: auto;
	position: absolute;
	top:260px;
	left:50%;
	margin-left:-320px;
	z-index: 99
}
.search-body .search-box>img{
	display: block;
	margin:0 auto 50px;
}
.search-body .search-box .inputbox {
	position: relative;
	width: 100%;
}
.search-body .search-box .inputbox input{
	border:1px solid #bbbbbb;
	width: 538px;
	height: 44px;
	font-size: 20px;
	text-indent: 10px;
	padding: 0;
}
.search-body .search-box .inputbox button{
	position: absolute;
	width: 100px;
	height: 46px;
	top: 0;
	right: 0;
	line-height: 46px;
	background:#00acec;
	color: #ffffff;
	font-size: 20px;
	padding: 0;
	margin: 0;
	border: 0;
}
.search-body .bottom{
	position: absolute;
	bottom:-20px;
	left:0;
	text-align: center;
	line-height: 390px;
	width: 100%;
	height: 300px;
}
.search-body .bottom>a{
	font-size: 16px;
	color: #6baae7;
}
.sysearch-wap {
	position: relative;
	padding: 10px 20px;
}
.sy-search {
	position: relative;
	width: 500px;
	margin: 0 auto;
}
.sy-search #q {
	width: 410px;
	height: 45px;
	padding-left: 15px;
	line-height: 45px;
	border: 1px solid #dcdcdc;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.sy-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 47px;
	text-align: center;
	border: 0;
	z-index: 9;
	color: #ffffff;
	background: #BD1A2D;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.search-select {
	position: relative;
	width: 500px;
	height: 50px;
	margin: 0 auto;
}
.search-select li {
	position: relative;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 0 10px;
	line-height: 36px;
	
}
.search-select-active {
	background: #BD1A2D;
	color: #ffffff;
	border-radius: 5px;
}

/*会动的云*/
.wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
}
.waveTop {
	background-image: url(../images/wave-top.png);
	background-size: 50% 100px;
	animation: move_wave 13s linear infinite;
}
.waveMiddle {
	background-image: url(../images/wave-mid.png);
	background-size: 50% 280px;
	animation: move_wave 16s linear infinite;
}
.waveBottom {
	background-image: url(../images/wave-bot.png);
	background-size: 50% 280px;
	animation: move_wave 18s linear infinite;
}
@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1)
	}
	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55)
	}
	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1)
	}
}

.result-search {
	position: relative;
	width: 1160px;
	margin: 0 auto;
	height: 46px;
	font-weight: 600;
	line-height: 46px;
	font-size: 20px;
	color: #555555;
	background: #F7F7F7;
	text-indent: 10px;
}
.result-search-title {
	position: relative;
	width: 1160px;
	height: 40px;
	text-align: center;
	margin: 10px auto 0;
	font-size: 16px;
	line-height: 40px;
	background: #BD1A2D;
}
.result-search-title p {
	display: block;
	color: #ffffff;
	font-weight: 600;
	float: left;
}
.result-search-title p:nth-child(1),#resultSearch ul li p:nth-child(1) { width: 200px; }
.result-search-title p:nth-child(2),#resultSearch ul li p:nth-child(2) { width: 400px; }
.result-search-title p:nth-child(3),#resultSearch ul li p:nth-child(3) { width: 560px; }
#resultSearch {
	position: relative;
	width: 1160px;
	margin: 0 auto;
	font-size: 14px;
}
#resultSearch ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#resultSearch ul li:nth-child(even) {
	background: #F7F7F7;
}
#resultSearch ul li p {
	display: block;
	float: left;
}


/* 领导信息 */
.ldxx-index-wap {width: 100%;position: relative;margin-top: 20px;}
.ldxx-index-wap>.ldxx-index-title {width: 100%;color: #BD1A2D;border-bottom: 1px solid #BD1A2D;margin-bottom: 30px;font-size: 18px;line-height: 50px;}
.ldxx-index-wap>.float_left {width: 300px;text-align: center;padding: 20px;background: #f4f2f2;}
.ldxx-index-wap>.float_left img {width: 180px;}
.ldxx-index-wap>.float_left .ldxx-list {width: 100%;}
.ldxx-index-wap>.float_left .ldxx-list a {display: inline-block;width: 100px;height: 36px;background: #FFFFFF;line-height: 36px;margin: 5px 10px;border: 1px solid #FEE4E4;color: #111111;}
.ldxx-index-wap>.float_right {width: 830px;}
.ldxx-index-wap>.float_right>.clear_both>.float_left {width: 400px;height: 200px;}
.ldxx-index-wap>.float_right>.clear_both>.float_right {width: 400px;height: 200px;}
.ldxx-index-wap .title {width: 100%;position: relative;height: 50px;line-height: 50px;background: #f4f2f2;color: #BD1A2D;}
.ldxx-index-wap .title>p {padding-left: 20px;}
.ldxx-index-wap .title>a {position: absolute;top: 0;right: 20px;line-height: 50px;font-size: 14px;color: inherit;}
.ldxx-index-wap .ldjj-content {line-height: 36px;margin: 20px 0;}
.ldxx-index-wap .ldxx-zyhd-list {width: 100%;position: relative;margin-top: 10px;}
.ldxx-index-wap .ldxx-zyhd-list a {display: block;width: 100%;position: relative;height: 36px;line-height: 36px;padding-left: 15px;}
.ldxx-index-wap .ldxx-zyhd-list a:before {content: '';position: absolute;width: 4px;height: 4px;background: #BD1A2D;top: calc(50% - 2px);left: 0;}
.ldxx-index-wap .ldxx-zyhd-list span {position: absolute;display: block;width: 100px;height: 36px;line-height: 36px;top: 0;right: 0;}
