@charset "utf-8";
/* CSS Document */

/* 公共样式表css */
html,body {
	margin: 0;
	height: 100%;
	font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl{
    float:left;
}
.fr{
    float:right;
}

img {
	border: 0;
}

button {
	outline: 0;
}

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}



.sj_tsbd{
	display:none;
}







/**网站首页**/
.w1400 {
	width: 1400px;
	margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.sy_db {
	width: 100%;
	height: 36px;
	background: #811924;
}

.sy_dbnr {
	color: #fff;
	font-size: 14px;
	line-height: 36px;
}

.sy_dbnr span {
	float: right;
	padding-left: 22px;
	background: url("../img/dh.png") left no-repeat;
}
.sy_dbnr a{
	float:right;
	color: #fff;
	margin-right: 20px;
}

.logo {
	margin: 20px 0;
	float: left;
}

.sy_ssk {
	width: 500px;
	height: 50px;
	border: 1px solid #811924;
	border-radius: 100px;
	float: right;
	padding: 4px;
	margin-top: 32px;
}

.sy_sstb {
	margin: 13px 14px 14px 21px;
}

.sy_ssbj input {
	width: 330px;
	border: 0;
	height: 40px;
	font-size: 14px;
	padding: 0;
	color: #ceced0;
}

.sy_sssn {
	width: 96px;
	height: 40px;
	background: #811924;
	text-align: center;
	line-height: 40px;
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
}


/**banner**/
#boxhdp {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	font: 12px/0 Tahoma,"微软雅黑", Helvetica, Arial, "\5b8b\4f53", sans-serif;
 /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

#img>li {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	display: none;
}

#img>.current {
	display: block;
}

#li {
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -35px;
}

#li>li {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}

#li>.on {
	background-color: #811924;
}

#an {
	display: none;
}

#an a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.3);
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: "宋体";
	font-weight: 600;
	font-size: 1.2em;
}

#an a:hover {
	background-color: rgba(0,0,0,.8);
}

#an .an-a2 {
	right: 0;
}
/**banner结束**/

/**导航**/
.wz_sy{
	padding-left: 40px;
	border-bottom: 2px #fff solid;
	background:url("../img/1-1_03.png") left no-repeat;
	line-height: 58px;
}
.wz_sy .asadadsad:hover{
	background:url("../img/1-1_03.png") left no-repeat;
}
.wz_syxhx{
	padding-left: 40px;
	background:url("../img/1-1_03.png") left no-repeat;
}
.asadadsad{
	  border-bottom: 2px #fff solid;
}
.sy_dh {
	width: 100%;
	height: 60px;
	background: #811924;
	position: relative;
	z-index: 9999;
}

.sy_dhnr {
	font-size: 18px;
	color: #fff;
	line-height: 58px;
}

.sy_dhnr li {
	float: left;
	color: #fff;
}
.l14:hover{
	border-bottom: 2px #fff solid;
}

.l14 {
	margin-left: 4.32%;
	width: 160px;
	text-align: center;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown span {
	color: #fff;
}

.dropdown-content {
	display: none;
	position: absolute;
	background: #811924;
	min-width: 160px;
	text-align: center;
	z-index: 1;
	font-size: 16px;
	top: 60px;
}

.dropdown-content p {
	border-top: 1px solid #fff;
	line-height: 50px;
	color: #fff;
}

.dropdown:hover .dropdown-content {
	display: block;
}
/**导航结束**/


/**工作动态**/
.sy_gzbox {
	padding-top: 30px;
}

.db_xxxsj{
	display: none;
}

.sy_gzdt {
	width: 660px;
}

.sy_gzbt {
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #e5e5e5;
}

.sy_dtbt {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #811924;
	border-bottom: 2px solid #811924;
}

.sy_dtgd {
	color: #a2a2a2;
	line-height: 26px;
}

.sy_dtgd:hover {
	color: #811924;
}

.sy_xwnr {
	font-size: 16px;
	color: #2b2b2b;
	padding-left: 14px;
	background: url("../img/xw_icon.jpg") no-repeat left;
	margin-top: 29px;
}

.sy_xwnr span {
	float: right;
	color: #A5A4A4;
	font-size: 14px;
	line-height: 16px;
}

.sy_xwnr:hover {
	color: #811924;
	background: url("../img/xw_icon02.png") no-repeat left;
}



.content-title{
    margin: 0 auto;
    margin-top:50px;
    margin-bottom:50px;
    text-align: center;
}

.content-title h1{
    font-weight: 500;
    color: #005bae;
}
.content-title h4{
    font-weight: 500;
    color: #999;
}
.tab-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin:0 auto;

}
.tab-items .tab-item .onthis{
    color: #005bae;
}
.tab-items .tab-item a{
    font-size: 20px;
    color: #000;
    padding: 10px 20px;
}
.tab-items .tab-item a:hover{
    color: #005bae;
}



.content-bottom{
    margin-top:20px;
}
.content-bottom-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
    padding: 10px 0;
}
.content-bottom-item h4{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.content-bottom-item a{
    box-sizing: border-box;
    padding: 0 30px;
    display: block;
}
.content-bottom-item p{
    text-indent: 2em;
    box-sizing: border-box;
    margin: 15px 0;
    color: #455569;
	font-size: 14px;
line-height: 20px;
}
.content-bottom-item img{
    display: block;
    width: 200px;
    height: 130px;
}
.content-bottom-item  .right-bottom{
    position: absolute;
    right: 0px;
    bottom: 10px;
    color: #999;
}

.list-page{
    margin-top:20px;
    text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #005bae;
}
		.gzdt_img{
			width: 20%;
		}
		.gzdt_tit{
			width: 80%;
		}
/**工作动态结束**/

.sy_hf img {
	margin: 30px 0;
}

/**核心业务**/
.sy_zchg {
	width: 42%;
	height: 3px;
	margin: 12px 0;
	background: #811924;
}

.sy_ywbt {
	width: 16%;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.sy_zcgl {
	width: 450px;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	margin: 30px 0;
}

.sy_zcgl:hover {
	color: #811924;
}

.sy_zcgl img {
	border: 1px solid #dcdcdc;
	padding: 22px;
}

.fl28 {
	margin-left: 26px;
}
/**核心业务结束**/

/**党群建设**/
.dy_dqbox {
	padding: 30px;
	border: 1px solid #dcdcdc;
}

.sy_dqjs {
	width: 974px;
}

.sy_dqbt {
	width: 100%;
	height: 52px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #811924;
	background: url("../img/sy_dqjs.jpg") no-repeat center;
}

.information-tab .information-right {
	width: 100%;
	height: 340px;
	float: right;
}

.information-tab .information-right .article-list {
	padding-top: 22px
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 14px
}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 5px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 5px;
	width: 100%;
	font-size: 12px;
	color: #504f4f;
	line-height: 18px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.information-tab .information-right .article-list.current .article-link {
	background: url("../img/sy_dqjsbj.jpg") no-repeat;
	padding: 11px 19px;
	border: 1px solid #92000d;
}

.information-tab .information-right .article-list.current .article-title {
	color: #bd1a2d
}

.information-tab .information-right .article-list.current .article-content {
	display: block
}

.sy_bmxf {
	width: 334px;
}

.sy_ssqy {
	line-height: 30px;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #811924;
	/**border-bottom: 3px solid #811924;**/
}

.sy_xf {
	width: 100%;
	height: 110px;
	line-height: 110px;
	font-size: 21px;
	color: #a7071a;
	margin-bottom: 16px;
	float: left;
	background: url("../img/xfzl.png") no-repeat;
}

.sy_xfzl {
	background: url("../img/1-1_22.png") no-repeat left;
	padding-left: 50px;
	margin-left: 26%;
}

.sy_qyss {
	width: 334px;
	background: url("../img/xw_icon3.jpg") no-repeat left;
	padding-left: 10px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px dotted #000;
	line-height: 45px;
}

.sy_qyss:hover {
	color: #811924;
}
/**党群建设结束**/

/**公示公告**/
.sy_gsgg {
	padding: 30px 0;
}

.sy_gg {
	width: 482px;
}

.sy_ggimg {
	margin: 20px 0;
}

.sy_xwnr2 {
	font-size: 16px;
	color: #2b2b2b;
	padding-left: 14px;
	background: url("../img/gsgg_icon.png") no-repeat left;
	margin-top: 27px;
}

.sy_xwnr2 span {
	float: right;
	font-size: 14px;
	line-height: 16px;
}

.sy_xwnr2:hover {
	color: #811924;
}

.sy_zcfg {
	width: 420px;
	margin-left: 34px;
}

.sy_dtbt2 {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #811924;
	border-bottom: 2px solid #811924;
}

.sy_gzh {
	width: 365px;
}

.gzh_bt {
	width: 100%;
	height: 40px;
	background: url("../img/sy_gzh.png") no-repeat #fff5f6;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #811924;
}
.sy_gzhm{
	background: url("../img/sy_gzh2.png") no-repeat right;
}

.gzg_tp {
	border: 1px solid #811924;
	border-top: 0;
}

.gzg_tp img {
	margin: 32px 69px;
}
/**公示公告结束**/









/*foot*/
.foot-container {
	width: 100%;
	background-color: #044d92;
	height: 245px;
	border-top: #013c74 5px solid;
}

.foot-centre {
	width: 1400px;
	padding-top: 10px;
	margin: 0 auto;
}

.foot-link {
	width: 200px;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	padding-left: 27px;
	background: url(../images/link.png) left center no-repeat;
	margin-bottom: 8px;
}

.foot-link-container {
	width: 1400px;
	height: 27px;
	padding-bottom: 29px;
	border-bottom: #013c74 1px solid;
	margin-left: 26px;
}

.foot-link-container select {
	width: 252px;
	background-color: #013c74;
	border: none;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding: 8px 0 8px 20px;
}

.foot-link-select {
	margin: 0 23px 0 0;
}

.foot-other {
	width: 1400px;
	margin-left: 26px;
	padding-top: 10px;
}

.foot-characters1 {
	width: 1400px;
	height: 120px;
	float: left;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	background: url(../images/vertical-dotted.png) right center no-repeat;
}

.foot-characters2 {
	width: 295px;
	height: 120px;
	float: left;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
}

.foot-characters3 {
	width: 262px;
	height: 120px;
	float: left;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	background: url(../images/vertical-dotted.png) right center no-repeat;
}

.foot-other-icon {
	width: 268px;
	height: 130px;
	float: right;
}

.foot-other-icon img {
	/* margin-left:25px; */
}

.foot-map {
	height: 30px;
	padding-top: 6px;
/*	padding-left:87px;*/
	float: right;
}

.foot-map a {
	display: block;
	float: left;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
}

.foot-map span {
	display: block;
	float: left;
	line-height: 30px;
	color: #fff;
	padding: 0 8px;
}







/*/foot*/
/*publicity*/
.publicity-container {
	width: 100%;
	height: 300px;
	background: url(../images/publicity-head.jpg) center no-repeat;
}

.publicity-return {
	display: block;
	width: 104px;
	height: 51px;
	background: url(../images/station.png) center no-repeat;
	line-height: 51px;
	font-size: 20px;
	padding-left: 75px;
	float: right;
	color: #333;
}

.publicity-middle {
	width: 1150px;
	height: 300px;
	margin: 0 auto;
}
/*/publicity*/

/* 政府信息公开头部 */
.head-open {
	width: 1280px;
	height: 440px;
	margin: 0 auto;
}

.open-logo {
	width: 100%;
	height: 76px;
	padding-top: 36px;
}

.open-logo2 {
	width: 100%;
	height: 113px;
	padding-top: 30px;
}

.open-logo2 img {
	width: 701px;
	height: 113px;
	margin-left: 250px;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
 /*IE/7/6*/
}

.w1150 {
	width: 1150px;
	margin: 0 auto;
}

.g-headbg {
	background: #fff url(../images/c_topback.png) repeat-x center top;
}

.c_topup {
	background: url(../images/g_headtt.png) repeat-x;
	line-height: 36px;
	font-size: 14px;
	position: relative;
	z-index: 99;
}

.c_topup .c_topleft {
	float: left;
	overflow: hidden;
}

.c_topup .c_topleft .c_toplink {
	float: left;
	color: #444;
	padding-left: 24px;
	background: url(../images/ctopbiao.png) no-repeat left center;
	margin-right: 20px;
}

.c_topup .c_topleft .c_toplink:hover {
	color: #0068b7;
}

.c_topup .c_topright {
	float: right;
	position: relative;
}

.c_topup .c_topright a {
	float: right;
	color: #444;
}

.c_topup .c_topright a.c_rightlink1 {
	background: url(../images/ctopright1.png) no-repeat 15px center;
	padding: 0 15px 0 51px;
}

.c_topup .c_topright a.c_rightlink2 {
	background: url(../images/ctopright2.png) no-repeat 15px center;
	padding: 0 15px 0 41px;
}

.c_topup .c_topright a.c_rightlink3 {
	background: url(../images/ctopright3.png) no-repeat 15px center;
	padding: 0 15px 0 41px;
}

.c_topup .c_topright a:hover {
	background-color: #c7e4ff;
	color: #0057aa;
}

.c_topup .c_topright .c_kunzigun {
	padding: 20px 30px;
	position: relative;
}

.c_topup .c_topright .c_guanblef {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 16px;
	background: #fff;
	right: 5px;
	top: 5px;
	font-size: 22px;
	font-weight: bolder;
	line-height: 30px;
	text-align: center;
	z-index: 9;
	cursor: pointer;
}

.c_topup .c_topright .c_caiddan {
	width: 560px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	right: 0;
	top: 36px;
	border: 2px solid #0465c2;
	display: none;
}

.c_topup .c_topright .c_caiddan .c_yizutit {
	color: #0465c2;
	font-size: 16px;
	font-weight: bold;
}

.c_topup .c_topright .c_caiddan .c_yizulitd {
	overflow: hidden;
}

.c_topup .c_topright .c_caiddan .c_yizulitd a {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	width: 31.33%;
	margin: 0 2% 0 0;
}

.c_topup .c_topright .c_caiddan .c_yizulitd a:hover {
	background: none;
	color: #0465c2;
}

.c_topmid {
	padding: 15px 0 0;
	position: relative;
	z-index: 90;
}

.c_topmid .c_topin {
	float: right;
	margin: 51px 0 0;
}

.c_topmid .c_topsearch {
	float: right;
	background: url(../images/c_topsearch.png) no-repeat center;
	width: 422px;
	height: 50px;
	margin: 56px 20px 0 0;
}

.c_topmid .c_topsearch .c_searchclass {
	float: left;
	padding: 9px 8px 9px 15px;
}

.c_topmid .c_topsearch .c_searchclass select {
	display: block;
	width: 78px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #999;
	border: none;
	outline: none;
	line-height: 32px;
	height: 32px;
	background: url("../images/search_img.png") no-repeat scroll right center transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  /*去掉下拉箭头*/
}

.c_topmid .c_topsearch .c_topsouan {
	width: 110px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	background: url(../images/ctopsou.png) no-repeat center;
	display: block;
	text-align: center;
	float: right;
	margin: 0;
}

.c_topmid .c_topsearch .c_topsouan:hover {
	color: #F90;
}

.c_topmid .c_topsearch .c_sousuo {
	margin: 13px 110px 0 92px;
	height: 24px;
	line-height: 24px;
	border-left: 1px solid #d2d2d2;
	padding: 0 15px;
}

.c_topmid .c_topsearch .c_sousuo input {
	display: block;
	height: 24px;
	line-height: 24px;
	border: none;
	outline: none;
	font-family: "microsoft yahei";
	font-size: 14px;
	width: 100%;
}

.c_topmid .c_toplogo {
	float: left;
	padding: 20px 0;
}

.c_topmid .c_toplogo a {
	display: block;
}

.c_topmid .c_topnav {
	width: 100%;
	height: 56px;
	background: url(../images/navigation.png) repeat-x bottom;
}

.c_topmid .c_topnav .c_topnavf {
	width: 230px;
	height: 56px;
	float: left;
}

.c_topmid .c_topnav .c_topnavf a {
	display: block;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 82px;
	width: 130px;
	font-size: 18px;
}

.c_topnavf:hover {
	background: url(../images/navigation-hover.png) no-repeat;
}

.c_topnav1 {
	background: url(../images/c_topnav1.png) no-repeat 50px center;
}

.c_topnav2 {
	background: url(../images/c_topnav2.png) no-repeat 50px center;
}

.c_topnav3 {
	background: url(../images/c_topnav3.png) no-repeat 50px center;
}

.c_topnav4 {
	background: url(../images/c_topnav4.png) no-repeat 50px center;
}

.c_topnav5 {
	background: url(../images/c_topnav5.png) no-repeat 50px center;
}

.c_topnav6 {
	background: url(../images/c_topnav6.png) no-repeat 50px center;
}

.c_topnav7 {
	background: url(../images/c_topnav7.png) no-repeat 50px center;
}

.c_topmid .c_list {
	float: right;
	display: none;
}

.c_footer {
	background: #92000d;
	padding: 28px 0;
	margin-top: 30px;
}

.c_bottomlink {
	text-align: center;
	line-height: 38px;
}

.c_bottomlink .c_boli {
	display: inline-block;
	min-width: 210px;
	text-align: center;
	padding: 0 15px;
	color: #b8cbdf;
	background: #0366a9;
	margin: 0 10px;
	font-size: 15px;
}

.c_bottomlink .c_boli:hover {
	color: #fff;
}

.c_bottomlink .c_bottomlinksele {
	display: inline-block;
	min-width: 210px;
	text-align: center;
	color: #b8cbdf;
	background: #0366a9;
	margin: 0 10px;
	font-size: 15px;
}

.c_bottomlink .c_bottomlinksele select {
	background: none;
	border: none;
	outline: none;
	color: #b8cbdf;
	font-size: 15px;
	display: block;
	width: 100%;
	line-height: 38px;
	height: 38px;
	padding: 0 15px;
	background: #0366a9;
}

.c_bottomdibu {
	padding: 0;
}

.c_bottomdibu .c_bottomtu1 {
	float: left;
	margin: 8px 0 0;
}

.c_bottomdibu .c_bottomleftli {
	float: left;
	line-height: 30px;
	padding: 0 30px;
	background: url(../images/shux.png) no-repeat right center;
	margin-top: 15px;
}

.c_bottomdibu .c_bottomleftli a {
	display: block;
	color: #b8cbdf;
}

.c_bottomdibu .c_bottomleftli a:hover {
	color: #fff;
}

.c_bottomdibu .c_bottominfo {
	margin: 0 170px 0 215px;
	font-size: 15px;
	line-height: 30px;
	color: #b8cbdf;
}

.c_bottomdibu .c_bottominfo a {
	color: #b8cbdf;
}

.c_bottomdibu .c_bottominfo a:hover {
	color: #fff;
}

.c_bottomdibu .c_bottominfo img {
	vertical-align: middle;
}

.c_bottomdibu .c_bottomerwei {
	float: right;
	font-size: 14px;
	color: #b8cbdf;
	text-align: center;
	line-height: 1.6;
	padding-left: 30px;
	background: url(../images/shux.png) no-repeat left center;
	margin-top: -8px;
}

.c_bottomlink {
	position: relative;
	text-align: center;
	line-height: 38px;
}

.c_bottomlink .c_boli {
	display: inline-block;
	min-width: 190px;
	text-align: center;
	padding: 0 5px;
	color: #fff;
	background: #c43142;
	margin: 0 5px;
	font-size: 15px;
}

.c_bottomlink .c_boli:hover {
	color: #fff;
}

.c_bottomlink .c_bottomlinksele {
	display: inline-block;
	min-width: 210px;
	text-align: center;
	color: #b8cbdf;
	background: #0366a9;
	margin: 0 10px;
	font-size: 15px;
}

.c_bottomlink .c_bottomlinksele select {
	background: none;
	border: none;
	outline: none;
	color: #b8cbdf;
	font-size: 15px;
	display: block;
	width: 100%;
	line-height: 38px;
	height: 38px;
	padding: 0 15px;
	background: #0366a9;
}

.g_bottomlinkxl {
	width: 312px;
	float: left;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 15px;
	background-color: #a7071a;
	cursor: pointer;
}

.f50 {
	margin-left: 50px;
}


.g_bottom_title {
	position: relative;
}
.g_bottom_b_top{
	border-top: 10px solid #92000d;
}
.g_bottomlinkxl .g_bottom_title img {
	/**width: 12px;**/
	height: 10px;
	position: absolute;
	top: 15px;
	right: 20px;
	transform: rotateZ(0);
	transition: all 0.3s;
}

.g_bottom_list {
	position: absolute;
	left: 0px;
	bottom: 45px;
	background-color: #c43142;
	width: 1400px;
	max-height: 300px;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;
	padding-right: 20px;
	text-align: left;
	display: none;
}

.g_bottom_list a {
	width: 170px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	color: #ebc1c4;
	display: inline-block;
}

.g_bottom_list a:hover {
	color: white;
	text-decoration: underline;
}

.g_bottom_list_in {
	max-height: 230px;
	min-height: 42px;
	overflow-y: auto;
}

.g_bottom_list_in::-webkit-scrollbar {
	width: 8px;
	background-color: #B82E3F;
	border-radius: 10px;
}

.g_bottom_list_in::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #CD384B;
}

.db_logo {
	width: 152px;
	height: 130px;
	margin-top: 30px;
	padding: 17px 0 0 27px;
	background: #960a16;
}

.db_xxx {
	width: 1224px;
    height: 130px;
    margin-top: 30px;
    background: #960a16;
    padding: 18px;
    color: #e9d8d9;
    font-size: 14px;
    line-height: 24px;
}

.db_xxx a {
	color: #e9d8d9;
}



/**首页结束**/

/**关于我们**/
.nr_bpx {
	min-height: 600px;
}

.jj_fdh {
	width: 100%;
	height: 55px;
	background: #fafafa;
}

.jjdh {
	font-size: 14px;
	color: #333333;
	line-height: 55px;
	padding-left: 25px;
	background: url("../img/dw.png") no-repeat left;
}

.jjdh a {
	color: #333333;
}

.jjdh a:hover {
	color: #92000d;
}

.nr_bpx {
	margin-top: 30px;
}

.jj_zcdh {
	width: 240px;
}

.jj_dhbt {
	width: 100%;
	height: 120px;
	color: #fff;
	font-size: 24px;
	padding: 34px 0 0 30px;
	margin-bottom: 10px;
	background: url("../img/zc_dhbt.jpg") no-repeat;
}

.jj_xhx {
	width: 45px;
	height: 2px;
}

.jj_jtjj {
	width: 100%;
	height: 56px;
	color: #a4121f;
	font-size: 18px;
	padding-left: 30px;
	line-height: 56px;
	background: url("../img/gsjj_13.jpg") no-repeat;
	border-bottom: 1px solid #e5e5e5;
}

.jj_qywh {
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 56px;
	color: #5b5b5b;
	font-size: 18px;
	padding-left: 30px;
}

.jj_qywh:hover {
	color: #a4121f;
	background: url("../img/gsjj_13.jpg") no-repeat;
}

.jj_dynr {
	width: 1120px;
}

.jj_nrbt {
	width: 100%;
	height: 60px;
	font-size: 22px;
	color: #a51320;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: 1px solid #a51320;
}

.jjnr_box {
	font-size: 14px;
	line-height: 26px;
}
/**关于我们结束**/


/**新闻**/
.xw_ztal {
	width: 100%;
	height: 220px;
	background: #fbfbfb;
	margin-bottom: 40px;
}

.zt14 {
	font-size: 14px;
}

.xw_tp {
	width: 380px;
}

.xw_xq {
	width: 700px;
	margin: 35px 15px;
	font-size: 18px;
	color: #a71522;
}

.xw_xq p {
	font-size: 14px;
	color: #595757;
	line-height: 20px;
	margin: 30px 0;
}

.xw_xq span {
	font-size: 14px;
}


/**新闻结束**/

/**新闻详情页**/
.xqy_bt {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #a51320;
	line-height: 80px;
}

.xqy_sj {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}

.bdsharebuttonbox {
	margin-top: 5px;
}

.xqy_box {
	min-height: 500px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 26px;
	color: #3C3C3C;
	border-bottom: 1px solid #f5f5f5;
}

.xqy_sxp {
	margin-top: 20px;
}

.xqy_sxp a {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.xqy_sxp a:hover {
	color: #92000d;
}
/**新闻详情页结束**/


/**便民信访栏**/
.letter_titel {
	width: 1400px;
	height: 54px;
	border-bottom: #e0dcdc 2px solid;
	margin-bottom: 20px;
}

.query_titel {
	display: block;
	height: 54px;
	float: left;
	line-height: 54px;
	border-bottom: #981e23 2px solid;
	font-size: 24px;
	color: #981e23;
}

.g-data {
	width: 100%;
	height: 60px;
}

.result {
	width: 700px;
	height: 55px;
	margin-bottom: 23px;
	line-height: 50px;
	font-size: 18px;
	float: left;
}

.result span {
	font-size: 30px;
	color: #ff9000;
}

.g-data-by {
	height: 55px;
	line-height: 50px;
	float: right;
	font-size: 18px;
}

.container_retrieval {
	width: 1400px;
	height: 87px;
	margin-bottom: 6px;
}

.retrieve1 {
	padding-left: 14px;
	width: 534px;
	height: 87px;
	background: #f1f1f1;
	margin-right: 1px;
	border-right: 1px solid #e0dcdc;
}

.consulting1 {
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	margin-right: 5px;
}

.retrieve1 input {
	width: 433px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e5e2e2;
	text-indent: 10px;
	font-size: 16px;
	color: #999999;
}

.retrieve1 button {
	width: 84px;
	height: 32px;
	line-height: 32px;
	border: 0;
	color: #fff;
	text-align: center;
	background: #e49b9b;
}

.query1 {
	width: 1400px;
	height: 64px;
	padding-left: 14px;
	background: #f1f1f1;
}

.queryin1 {
	width: 209px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e5e2e2;
	font-size: 16px;
	color: #999999;
	text-indent: 10px;
	margin-top: 15px;
}

.queryin2 {
	width: 217px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e5e2e2;
	font-size: 16px;
	color: #999999;
	text-indent: 10px;
	margin-top: 15px;
}

.query1 button {
	width: 84px;
	height: 32px;
	line-height: 32px;
	border: 0;
	color: #fff;
	text-align: center;
	background: #981e23;
	font-size: 16px;
}

.message1 {
	display: block;
	float: right;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	padding-left: 39px;
	font-size: 16px;
	background: url(../img/write.png) 7px center no-repeat #981e23;
	margin-top: 15px;
}

.container_result {
	width: 1400px;
	height: auto !important;
	min-height: 100px;
}

.result_form {
	width: 1400px;
	border: #fff 2px solid;
	border-left: #f1f1f1 1px solid;
	border-bottom: #f1f1f1 1px solid;
}

.result_form td {
	height: 50px;
	line-height: 50px;
	border-right: #f1f1f1 1px solid;
	border-top: #f1f1f1 1px solid;
}

.form_tr1 {
	background-color: #ffecee;
	margin-bottom: 6px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.form1 {
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.form2 a {
	display: block;
	width: 640px;
	height: 50px;
	text-indent: 20px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form2 a:hover {
	color: #c85554;
}













.sj_tsbd{
	width: 100%;
	margin: 20px 0;
	border: 1px solid #f1f1f1 ;
}
.sj_tssx{
	width: 100%;
	height: 50px;
	background: #ffecee;
	line-height: 50px;
	font-size: 18px;
}
.sj_stbt{
	width: 70%;
	height: 50px;
	float: left;
	text-align: center;
	border-right: 1px solid #f1f1f1 ;
}
.sj_clzt{
	width: 30%;
	float: right;
	text-align: center;
}
.sj_tsnr{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #f1f1f1;
}
.sj_tswb{
	width: 70%;
	float: left;
	padding: 0 3%;
	text-align:left;
	border-right: 1px solid #f1f1f1 ;
	white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}





/**便民信访栏结束**/

/**我要投诉**/
.stzt{
	width: 50%;
	font-size: 18px;
	line-height: 65px;
	margin-bottom: 20px;
}
.tzm_yj{
	width: 90%;
}
.tszt_wb{
	width: 20%;
	text-align: right;
	padding-right: 10px;
}
.stzt input{
	width: 70%;
	height: 65px;
	background: #f1f1f1;
	border: 0;
	padding: 0 15px;
	font-size: 16px;
	float: left;
}
.stzt span{
	color:#981e23;
	float: right;
	width: 10%;
	padding-left: 10px;
}
.stzt_yx{
	width: 50%;
	font-size: 18px;
	line-height: 65px;
	margin-bottom: 20px;
	}
.stzt_yx input{
		width: 45%;
		height: 65px;
	background: #f1f1f1;
	border: 0;
	padding: 0 15px;
	font-size: 16px;
	float: left;
	}
.stzt_yx img{
	width: 30%;
	height: 65px;
	float:right;
}
.wyts{
	margin:5%;
}
.tsnr{
	width: 100%;
	font-size: 18px;
	line-height: 65px;
	margin-bottom: 20px;
}
.tsnr_wb{
	width: 10%;
	text-align: right;
	padding-right: 10px;
}
.form-control {
    display: block;
    width: 85%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
	background: #f1f1f1;
	border: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    height: auto;
}


.tj_but{
	width: 250px;
	height: 50px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin-top: 30px;
	border: 1px solid #000;
}
.tj_but:hover{
	background: #c85554;
	color: #fff;
	border: 1px solid #c85554;
}

/**我要投诉结束**/




/**注册**/

/**注册结束**/

@media screen and (max-width: 1366px) {
	.w1400{
		width: 1280px;
		margin: 0 auto;
	}
	.l14 {
	margin-left: 3.17%;	
    width: 160px;
}
.sy_gzdt {
    width: 48%;
}
.sy_xwnr {
    margin-top: 25px;
}
	
	.sy_zcgl {
		width: 31.8%;}
	
	.sy_dqjs {
    width: 70%;
}
	
.sy_qyss {
    line-height: 42px;
}
	
	.sy_gg {
    width: 33%;
}
	.sy_zcfg {
    width: 33%;
}
	
	.sy_xwnr2 {
    margin-top: 18px;
}
	
	.gzg_tp img {
    margin: 1px 69px;
}
	.g_bottomlinkxl {
    width: 22%;
}
	
.db_logo {
    width: 25%;
    height: 190px;
	padding: 60px 0 0 50px;
}
.db_xxx {
    width: 72%;
    height: 190px;
}
	.g_bottom_list {
    width: 1280px;
}
	
	.letter_titel {
    width: 1280px;;
}
	.query1 {
    width: 1280px;
}
	
	.result_form {
	width: 1280px;
}
	
	.jj_zcdh {
    width: 240px;
}
	.jj_dynr {
    width: 78%;
}
	.xw_xq {
    width: 58%;
}
	
	
	
	
	
	
}


@media screen and (max-width: 1280px) {
	.w1400{
		width: 1200px;
		margin: 0 auto;
	}
	.l14 {
    margin-left: 2.25%;
	
}
.sy_gzdt {
    width: 47.5%;
}
.sy_xwnr {
    margin-top: 22px;
}
	
	.sy_zcgl {
		width: 31.8%;}
	
	.sy_dqjs {
    width: 67.5%;
}
	
.sy_qyss {
    line-height: 42px;
}
	
	.sy_gg {
    width: 31%;
}
	.sy_zcfg {
    width: 31%;
}
	
	.sy_xwnr2 {
    margin-top: 18px;
}
	
	.gzg_tp img {
    margin: 1px 69px;
}
	.g_bottomlinkxl {
    width: 21.8%;
}
	
.db_logo {
    width: 25%;
    height: 230px;
	padding: 78px 0 0 50px;
}
.db_xxx {
    width: 72%;
    height: 230px;
}
	.g_bottom_list {
    width: 1200px;
}
	
	.letter_titel {
    width: 1200px;;
}
	.query1 {
    width: 1200px;
}
	
	.result_form {
	width: 1200px;
}
	
	.jj_zcdh {
    width: 240px;
}
	.jj_dynr {
    width: 78%;
}
	.xw_xq {
    width: 510px;
}
	
	
	
	
	
	
}


@media screen and (max-width: 1024px) {
	.w1400{
		width: 1000px;
		margin: 0 auto;
	}
	.l14 {
	margin-left: 0;
    width: 154px;
}
.sy_gzdt {
    width: 47.5%;
}
.sy_xwnr {
    margin-top: 15px;
}
	
	.sy_zcgl {
		width: 31.8%;}
	
	.sy_dqjs {
    width: 61%;
}
	
.sy_qyss {
    line-height: 42px;
}
	
	.sy_gg {
    width: 28.5%;
}
	.sy_zcfg {
    width: 28.5%;
}
	
	.sy_xwnr2 {
    margin-top: 18px;
}
	
	.gzg_tp img {
    margin: 1px 69px;
}
	.g_bottomlinkxl {
    width: 21.2%;
}
	
.db_logo {
    width: 25%;
    height: 230px;
	padding: 78px 0 0 20px;
}
.db_xxx {
    width: 72%;
    height: 230px;
}
	.g_bottom_list {
    width: 1000px;
}
	
	.letter_titel {
    width: 1000px;;
}
	.query1 {
    width: 1000px;
}
	
	.result_form {
	width: 1000px;
}
	
	.jj_zcdh {
    width: 240px;
}
	.jj_dynr {
    width: 74%;
}
	.xw_xq {
    width: 510px;
}
	
	.wyts {
     margin: 0; 
}
	
	.xw_tp {
    width: 260px;
}
	
	.xw_xq {
    width: 480px;
	margin: 15px 5px;
}
.xw_xq p {
    font-size: 14px;
    color: #595757;
    line-height: 20px;
    margin: 15px 0;
}
	.xw_ztal {
    height: 160px;
}
	
.dropdown-content {
  min-width: 154px;
}
	
	
	
	
	
	
}












@media screen and (max-width: 768px) {
	
		.sj_tsbd{
	display: block !important;
}

	
    .w1400 {
        width: 96%;
		margin:0 2%;
    }
	.logo{
		display: none;
	}
	.sy_ssk{
		display: none;
	}
	.sy_db{
		display: none;
	}
	.sy_dh{
		display: none;
	}
	.fl{
		float: inherit;
	}
	/**.fr{
		float: inherit;
	}**/
	.sy_gzdt {
    width: 100%;
}
	.sy_dqjs {
    width: 100%;
}
	
	.dy_dqbox {
    padding: 2%;
}
	.sy_bmxf {
    width: 100%;
		margin-bottom: 20px;
}
.information-tab .information-right .article-list .article-link {
    display: block;
    padding:0;
}
	.information-tab .information-right .article-list .article-title {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 14px;
}
	.sy_zcgl {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 12px 0;
		float: left;
}
	.sy_zcgl img {
    border: 1px solid #dcdcdc;
    padding: 3%;
}
	.sy_hf img {
    margin: 5% 0;
}
	.information-tab .information-right .article-list {
    padding-top: 14px;
}
	.sy_qyss {
    width: 100%;
	float: left;
}
	.sy_xf {
    background: url(../img/xfzl.png) repeat;
}
	.sy_zchg {
    width: 32%;
	float: left;
}
	.sy_ywbt {
    width: 36%;
	float: left;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
	
	
.information-tab .information-right {
    width: 100%;
	height: 100%;
    float: right;
	margin-bottom: 20px;
}
	.sy_gg {
    width: 100%;
	margin-bottom: 20px;
}
	.sy_zcfg {
    width: 100%;
    margin-left: 0;
	margin-bottom: 20px;
}
	.sy_xwnr2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
	margin: 0;
    float: left;
}
	.sy_xwnr2  span{
		line-height: 40px;
	}
	.sy_gzh {
    width: 100%;
}
.g_bottomlinkxl {
    width: 50%;
    float: left;
}
.f50 {
    margin-left: 0;
}
.g_bottom_list {
    bottom: 100px;
    width: 100%;
}
	
	.sy_xwnr {
	width: 100%;
    height: 40px;
	line-height: 40px;
	margin: 0;
	float: left;
}
	.sy_xwnr span{
	line-height: 40px;
	}
	.c_footer {
    background: #92000d;
    padding: 28px 0;
    margin-top: 0px;
}
	.db_logo{
		display: none;
	}
	.db_xxx {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    background: #960a16;
    padding: 28px;
    color: #e9d8d9;
    font-size: 14px;
    line-height: 26px;
}
	
	.db_xxxsj{
		font-size: 16px;
		color: #fff;
		line-height: 30px;
		margin-top: 20px;
	}
	.db_xxxsj a{
		color: #fff;
	}
	.g_bottom_list a {
		width: 48%;}
	
	.sy_gzbox {
    padding-top: 20px;
}
	
	
	.db_xxx{
	display: block !important;
}
	

	
	
	
	
	
	
	.jj_zcdh {
    display: none;
}
	.jj_dynr {
    width: 100%;
	margin-bottom: 20px;
}
.stzt {
    width: 100%;
    font-size: 16px;
	line-height: 50px;
	float: left;
}
	.wyts {
     margin: 0;
}
.stzt span {
    width: 5%;
}

.tszt_wb{
    width: 30%;
	line-height: 50px;
    text-align: right;
    padding-right: 10px;
	float: left;
}
	
	.stzt input {
		width: 65%;
		height: 50px;
	}
	.stzt_yx img{
	width: 30%;
	height: 50px;
		float: left;
	padding-right: 5%;
}
	.tsnr_wb {
		width: 30%;}
	.form-control {
		width: 95%;
	}
	
	.nr_bpx{
		margin-bottom: 20px;
	}
	.xw_tp {
    width: 100%;
}
	.xw_ztal {
    width: 100%;
    height: 100%;
	padding: 2%;
	margin-bottom: 20px;
}
	.xw_xq {
    width: 100%;
    margin: 15px 0;
}
	.xw_xq p {
    margin: 15px 0;
}
.xqy_bt {
    line-height: 30px;
	margin: 20px 0 10px 0;
}
	.letter_titel {
    width: 100%;
}
	
	.query1 {
    width: 100%;
    height: 100%;
    padding-left: 14px;
    background: #f1f1f1;
}
	.queryin1{
    margin-top: 0;
	}
	.container_retrieval {
    width: 100%;
    height: 160px;
    margin-bottom: 6px;
}
	
	.container_result{
	display: none;
}
	.stzt_yx{
		width: 100%;
	}
	.stzt_yx input{
		width: 40%;
		height:50px;
	}
	.tzm_yj{
	width: 100%;
}
	.sy_gzbt{
		float: left;
		margin-bottom: 10px;
	}
	.sy_gsgg {
     padding: 20px 0;
}
	
.content-bottom-item img {
  display: block;
  width: 100%;
  height: 80px;
}
.content-bottom-item a{
    box-sizing: border-box;
    padding: 15px 30px;
    display: block;
}
	.content-bottom-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin: 5px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 40px;
}
}




