/*---------- 头部样式 ---------*/
/* 灰色边框*/
.show {
  display: block;
}

.hide {
  display: none;
}

.margin_right20 {
  margin-right: 20px;
}
.margin_right20 a{
  color: #333;
  cursor: pointer;
}

.editPwd {
  position: absolute;
  top: 28px;
  right: 60px;
  
}
.editPwd a{
  color: #333;
  border: 1px solid #ccc;
  padding: 2px 10px;
  font-size: 12px;
}


.main_header .header_login {
  width: 1200px;
  /*height: 57px;*/
  height: 30px;
  /*line-height: 57px;*/
  line-height: 30px;
  margin: 0 auto;
  text-align: right;
  color: #333;
  font-size: 14px;
  position: relative;
}
.main_header .header_login span:hover {
  color: #0063ba;
}
.main_header .header_content {
  position: relative;
  width: 1200px;
 /* height: 175px;*/
  height: 160px;
  margin: 0 auto;
}
.main_header .header_content .header_logo {
  position: absolute;
  left:0;
  /*top: 30px;*/
  top: 30px;
  left: 0;
  margin: auto;
  width: 576px;
  height: 75px;
  background: url("imageslogo.png") 0 0 no-repeat;
  cursor: pointer;
  z-index: 9;
}
.main_header .header_content .header_logo .logoright{
	float:left;
	display: block;
	padding-left:76px; 
	width:500px;
	height:75px;
	cursor: pointer;
}

.main_header .header_content .header_logo .logoright  sup {
	float:left;
	width:100%;
  color:#ee180d;
  font:46px/2 "Regular","Microsoft YaHei","微软雅黑"; 
  text-align:left;
  line-height:50px;

}

.main_header .header_content .header_logo .logoright sub {
	float:left;
	width:100%;
   text-transform : Uppercase;/*设置字母大写*/
  color:#333333;
  font: 16px/2 "Regular","Microsoft YaHei","微软雅黑"; 
  text-align:left;
  font-weight:600;
  line-height:25px;

}
.main_header .header_content .header_logo span {
   float:left;
  display: block;
  margin-left:76px; 
   
  color:#ee180d;
  font:48px/2 "Regular","Microsoft YaHei","微软雅黑"; 
  cursor: pointer;
}
.main_header .header_content .header_search_wrap {
  position: absolute;
  top: 55px;
  right: 0;
  margin: auto;
  color: #333;
  font-size: 0;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap {
  display: inline-block;
  font-size: 14px;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #bebebe;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title {
  height: 40px;
  line-height: 40px;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title em {
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url("imagesarrow_left.png") 5px 16px no-repeat;
  vertical-align: middle;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title .search_arrow_hover {
  background: url("imagesarrow.png") 5px 15px no-repeat;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title:hover {
  color: #0063ba;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list {
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  width: 145px;
  z-index: 10;
  margin: auto;
  text-align: center;
  border: 1px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li {
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:hover {
  color: #0063ba;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:last-of-type {
  border-bottom: 0px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .active {
  display: block;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap span {
  display: inline-block;
}
.main_header .header_content .header_search_wrap .input_content {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: blue;
  vertical-align: middle;
  cursor: pointer;
}
.main_header .header_content .header_search_wrap .search_text {
  font-size: 14px;
  text-indent: 25px;
  min-width: 400px;
  height: 40px;
  line-height: 40px;
  float: right;
}
.main_header .header_content .header_search_wrap .btn {
  width: 68px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  float: right;
  cursor: pointer;
  background: #e22323 url("imagessearch_grey.png") 24px 13px no-repeat;
}

.header_bg {
    position: relative;
    width: 100%;
    height: 160px;
    /*  height: 175px;*/
    /*  height: 650px;*/
   /* background: url(imageshome_bg.png) no-repeat center 1px;*/
}
/*logo 返回首页*/
.block-hmoe {
  display: table;
}

/*查询*/

.search {
    position: absolute;
    top:30px;
	right:0;
    text-align: center;

}

.search_term {
    height: 35px;
    line-height: 35px;
}



.search_term li {
    display: inline-block;
	margin:0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 8px 20px;
    margin-right: 15px;
    cursor: pointer;
}

.tab-active {
	position:relative;
	height:25px;
    color: #e22323;
	line-height:50px;
	background:url(imagesicon.png) no-repeat center;
	background-position:bottom;
}
.bzgf-active {
	float:left;
	width:100%;
	height:100%;
}


.search_content {
	margin-top:6px;
	float:left;
    line-height: 50px;
    font-size: 0;
}
.hide  .search_input{
	display:none;
	float:left;
    width: 600px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}
.show .search_input {
	display:block;
	float:left;
    width: 600px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}

.show .search_btn {
	display:block;
	float:right;
    vertical-align: middle;
    width: 68px;
    height: 50px;
    background: #e22323 url('imagessearch_grey.png') no-repeat 26px;
    border: 0px;
    cursor: pointer;
    float: inherit;
}

.show .search_gr_input {
	display:block;
	float:left;
    width: 600px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}

.show .search_gr_btn {
	display:block;
	float:right;
    vertical-align: middle;
    width: 68px;
    height: 50px;
    background: #e22323 url('imagessearch_grey.png') no-repeat 26px;
    border: 0px;
    cursor: pointer;
    float: inherit;
}


.hide .search_btn {
	display:none;
	float:right;
    vertical-align: middle;
    width: 68px;
    height: 50px;
    background: #e22323 url('imagessearch_grey.png') no-repeat 26px;
    border: 0px;
    cursor: pointer;
    float: inherit;
}



/*头部导航样式*/
.header_nav {
  width: 100%;
  height: auto;
  background-color: #e22323;
}
.header_nav .nav_container {
  width: 1200px;
    overflow:hidden;
  margin: 0 auto;
  background-color: #e22323;
  display: table;
  table-layout: fixed;
}
.header_nav .nav_container ul {
  display: table-row;
  width: 1200px;
  height: 100px;
  border-bottom: 1px solid black;
}

.header_nav .nav_container ul .nav_item {
	float:left;
  position: relative;
  display: table-cell;
  width:150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ec7272;
}

.header_nav .nav_container ul .nav_item a {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 98%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-decoration:none;
}


.header_nav .nav_container ul .nav_item span{
  float: left;
  margin-left:0px;
  color: #ec7272;
  width: 2%;
  text-align: right;
}

.header_nav .nav_container ul .nav_item  .no_border_line {
  border: 0px solid #fff;
}
.header_nav .nav_container ul .nav_item2 {
	
	float:left;
  position: relative;
    width:150px;
  display: table-cell;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.header_nav .nav_container ul .nav_item2 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 98%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-decoration:none;
}
.header_nav .nav_container ul .nav_item2 span{
  float: right;
  margin-right:-6px;
  color: #ec7272;
  width: 2%;
  text-align: right;
}

.header_nav .nav_container ul .nav_item2 .no_border_line {
  border: 0px solid #fff;
}
.header_nav .nav_container ul .nav_item2.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 0px;
  border-bottom: 6px solid #fb7d7d;
}


.header_nav .nav_container ul li .upline{
	width:100%;
	height:100%;
  background:url(imagesnavup.png) no-repeat center;
  background-position:top;
}

.header_nav .nav_container ul li .noline{
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;

}


/*栏目页主体样式*/
.articlelist{
	padding:0;
	margin:0;
}
.main_body {
  margin: 20px auto;
  width:1200px;
  box-sizing: border-box;
}

.slides_container {
	/*width:830px;*/
	width:1198px;
	height:348px;
	border:1px solid #bebebe;
	overflow:hidden;
	position:relative;
}
.slides_container img{
	float:left;
	width: 830px;
	height: 350px;
}

.slides_container .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 350px;
}

.slides_container .carousel-inner .carousel-item {
	float: left;
	height: 350px;
}

.slides_container .carousel-item img {
	height: 348px;
}

.slides_container .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 810px;
	text-align: right;
	font-size: 0;
}

.slides_container .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.slides_container .carousel-indicators span.active {
	background-color: #de3a3a;
}

.slides_container .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.slides_container .carousel-prev-btn {
	left: 0;
	background: url(imagesprev.png) no-repeat;
}

.slides_container .carousel-next-btn {
	right: 370px;
	background: url(imagesnext.png) no-repeat;
}
.main_body .slides_container  .carousel_right {
  position: relative;
  float:right;
  display: inline-block;
  width: 320px;
  padding: 0 17px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
  color: #0c0300;
}
.main_body .slides_container  .carousel_right .artical_title {
  margin-top: 40px;
  line-height: 24px;
}
.main_body .slides_container  .carousel_right .artical_title a {
  color: #0c0300;
  font-size: 18px;
  font-weight: bold;
}
.main_body .slides_container  .carousel_right .artical_detail {
  position:relative;
  margin-top: 15px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.main_body .slides_container  .carousel_right .artical_detail .detail_left {
  float:left;
  height: 20px;
  line-height: 20px;
  cursor: default;
}
.main_body .slides_container  .carousel_right .artical_detail .detail_left .zhuanlan {
	float:left;
   font-size:14px;
   font-style:normal;
  display: inline-block;
  padding: 0 7px;
  background-color: #ea3e3e;
  color: #fff;
}
.main_body .slides_container  .carousel_right .artical_detail .detail_left .zhuanlan_name {
	float:left;
   font-size:14px;
   font-style:normal;
  display: inline-block;
  padding: 0 8px;
  background-color: #efefef;
}
.main_body .slides_container  .carousel_right .artical_detail .detail_right {
   float: right;
   margin-right:0px;
  color: #9f9f9f;
  height: 20px;
  line-height: 20px;
 
}
.main_body .slides_container .carousel_right .artical_detail .detail_right .artical_from {
  float:left;
  font-size:12px;
  font-style:normal;
  padding-left: 15px;
  background: url("imagescomp.png") 0 4px no-repeat;
}

.main_body .slides_container .carousel_right .artical_detail .detail_right span{
	float:left;
	font-size:9px;
	height:14px;
	overflow:hidden;
  font-style:normal;
  width:10px;
  text-align:center;
}
.main_body .slides_container .carousel_right .artical_detail .detail_right .artical_time {
	float:left;
	  font-size:12px;
  font-style:normal;
  padding-left: 15px;
  background: url("imagesclock.png") 0 4px no-repeat;
}
.main_body .slides_container  .carousel_right  .artical_content {
  line-height: 18px;

  height: 140px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.main_body .slides_container  .carousel_right  .artical_content a {
	     font-size:14px;
   font-style:normal;
   color:#333;
}

.main_body .slides_container  .carousel_right .artical_footer_unfold {
  position: absolute;
  bottom: -16px;
  margin: auto;
  width: 300px;
  height: 58px;
  line-height: 40px;
  text-align: right;
  border-top: 1px solid #bebebe;
  box-sizing: border-box;
}
.main_body .slides_container  .carousel_right .artical_footer_unfold a {
  color: #ea3e3e;
}
.slides_container .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 350px;
}

.slides_container .carousel-inner .carousel-item {
	float: left;
	height: 350px;
}

/*内容二*/
.wrapper .main_body .mainContent {
	margin:20px auto;
  overflow: hidden;
  /**模块title样式*/
}
.wrapper .main_body .mainContent div {
  box-sizing: border-box;
}
.wrapper .main_body .mainContent .title {
  position: relative;
  width: 100%;
  height: 35px;
  border-bottom: 4px solid #e6e6e6;
}
.wrapper .main_body .mainContent .title .titleName {
  font-size: 18px;
  height: 31px;
  float: left;
  line-height: 31px;
  color: #0c0300;
  padding-left: 35px;
}
.wrapper .main_body .mainContent .title .titleMore {
  font-size: 12px;
  float: right;
  line-height: 35px;
  cursor: pointer;
}
.wrapper .main_body .mainContent .title .titleMore .more {
  color: #999;
}
.wrapper .main_body .mainContent .title .hot_icon {
  background: url('imageslist_icon.png') no-repeat 4px 4px;
}
.wrapper .main_body .mainContent .title .ministries_icon {
  background: url('imagescreditDynamics_1.png') no-repeat 4px 4px;
}
.wrapper .main_body .mainContent .title .gonggao_icon {
  background: url('imagespublicity_icon.png') no-repeat 4px 4px;
}
.wrapper .main_body .mainContent .title .local_icon {
  background: url('imagescreditDynamics_2.png') no-repeat 4px 4px;
}
.wrapper .main_body .mainContent .title .politics_icon {
  background: url('imagescreditDynamics_3.png') no-repeat 4px 4px;
}
.wrapper .main_body .mainContent .title .business_icon {
  background: url('imagescreditDynamics_4.png') no-repeat 4px 4px;
}
.wrapper .main_body .mainContent .title .society_icon {
  background: url('imagescreditDynamics_5.png') no-repeat 4px 4px;
}
.wrapper .main_body .mainContent .title .judicial_icon {
  background: url('imagescreditDynamics_6.png') no-repeat 4px 4px;
}
.wrapper .main_body .mainContent .title em {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 126px;
  border-bottom: 4px solid #e22323;
}
.wrapper .main_body .mainContent .mainContent-left {
  float: left;
  width: 819px;
}
.wrapper .main_body .mainContent .mainContent-left a{
  display:inline-block;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list {
	
  overflow: hidden;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item {
  float: left;
  list-style:none;
  width: 380px;
  padding-right: 18px;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .preLi {
  margin-right: 58px;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail {
  padding: 10px 0 30px;
}


.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail a {
  color: #333;
  text-decoration:none;
  font-style:normal;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail a:hover{
	  color:#990;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail div > a {
  width: 100%;
  height: 216px;
  background-color: #ccc;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail div > a img {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail div span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: bolder;
  font-size: 16px;
}

.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail ul {
  overflow: hidden;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail ul li a{
  text-decoration:none;
  font-style:normal;
    font-size: 14px;
  color:#333;
}




.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail ul li p {
  float: left;
  	  color: #000;
  text-decoration:none;
  font-style:normal;
      font-size: 14px;
  color:#333;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail ul li span {
  height: 100%;
  float: right;
  color: #a6a6a6;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail > p {
  padding: 10px 0 20px;
  line-height: 25px;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.wrapper .main_body .mainContent .mainContent-left .mainContent-left-list .mainContent-item .mainContent-item-detail > p a {
  font-size: 14px;
font-style:normal;
  color:#333;
}
.wrapper .main_body .mainContent .mainContent-right {
  float: right;
  width: 368px;
  margin-top: 36px;
}
.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first {
  padding: 15px;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom:20px;
}

.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first .mainContent-right-hotList li {
  height: 95px;
  width: 100%;
  padding-top: 16px;
  overflow: hidden;
}
.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first .mainContent-right-hotList li > a {
  float: left;
  width: 100px;
  height: 100%;
  background-color: #ccc;
}
.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first .mainContent-right-hotList li > a img {
  width: 100%;
  height: 100%;
}


.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first .mainContent-right-hotList li > div {
  float: right;
  width: 228px;
  height: 100%;
  font-size: 14px;
}
.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first .mainContent-right-hotList li > div a {
  color: #333;
}
.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first .mainContent-right-hotList li > div p {
  line-height: 25px;
}
.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first .mainContent-right-hotList li > div span {
	float:left;
	
  height: 20px;
  width: 100%;
  margin-bottom:0px;
  text-align: right;
}
.wrapper .main_body .mainContent .mainContent-right .mainContent-right-first .mainContent-right-hotList li > div span a {
  color: #e22323;
}
.wrapper .main_body .mainContent .mainContent-right .artical_search_wrap {
  width: 100%;
}
/*右侧样式*/
.main_body .body_part_right {
  position: relative;
  display: inline-block;
  float: right;
  width: 350px;
}
/*右侧文章搜索样式*/
.main_body .body_part_right .artical_search_wrap {
  width: 350px;
  height: 150px;
  background-color: #d1e1f0;
  text-align: center;
  margin-bottom:20px;
}
.main_body .body_part_right .artical_search_wrap .search_artical_title {
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  text-align: left;
  color: #0c0300;
  text-indent: 20px;
}
.main_body .body_part_right .artical_search_wrap .search_artical_input {
  height: 45px;
  width: 310px;
  line-height: 45px;
  margin: 0 auto;
  background-color: #fff;
}
.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content {
	float:right;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content .search_text {
	 float: left;
  display: inline-block;
  width: 265px;
  height: 45px;
  font-size:14px;
  line-height: 45px;
  text-align: left;
  text-indent: 20px;
  outline: none;
-webkit-appearance: none;
border-radius: 0;
border:1px solid #fff;
 
}
/*右侧专栏直通车样式*/
.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content .btn {
  float: right;
  display: inline-block;
  width: 40px;
  height: 45px;
  background: url("imagessearch_blue.png") 5px 10px no-repeat;
  cursor: pointer;
  outline: none;
-webkit-appearance: none;
border-radius: 0;
border:1px solid #fff;
}
.main_body .body_part_right .special_column_style, .main_body .body_part_right .special_column_wrap {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}

.main_body .body_part_right .special_column_wrap1 {
  margin-top: 0px;
  width: 100%;
  padding: 20px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}

.main_body .body_part_right .special_column_style .column_title, .main_body .body_part_right .special_column_wrap .column_title {
  border-bottom: 4px solid #e6e6e6;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  box-sizing:border-box;
}
.main_body .body_part_right .special_column_wrap1 .column_title {
  border-bottom: 4px solid #e6e6e6;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  box-sizing:border-box;
}

.main_body .body_part_right .special_column_style .column_title span, .main_body .body_part_right .special_column_wrap .column_title span {
  /*width: 50%;*/
  display: inline-block;
  height: 30px;
  border-bottom: 4px solid #ea3e3e;
  box-sizing: border-box;
}
.main_body .body_part_right .special_column_wrap1 .column_title span {
  /*width: 50%;*/
  display: inline-block;
  height: 30px;
  border-bottom: 4px solid #ea3e3e;
  box-sizing: border-box;
}
.main_body .body_part_right .special_column_style .column_title span em, .main_body .body_part_right .special_column_wrap .column_title span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("imageszx_icon_red.png") 0 5px no-repeat;
}
.main_body .body_part_right .special_column_wrap1 .column_title span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("imageszx_icon_red.png") 0 5px no-repeat;
}
.main_body .body_part_right .special_column_style .column_list, .main_body .body_part_right .special_column_wrap .column_list {
  width: 270px;
  margin: 10px 0 0 30px;
  text-align: center;
  font-size: 14px;
}
.main_body .body_part_right .special_column_style .column_list li, .main_body .body_part_right .special_column_wrap .column_list li {
  width: 130px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  margin-top: 10px;
}
.main_body .body_part_right .special_column_style .column_list li a, .main_body .body_part_right .special_column_wrap .column_list li a {
  color: #676868;
  font-size: 14px;
}
.main_body .body_part_right .special_column_style .column_list .duck_grey, .main_body .body_part_right .special_column_wrap .column_list .duck_grey {
  background-color: #e8e7e7;
}
.main_body .body_part_right .special_column_style .column_list .light_grey, .main_body .body_part_right .special_column_wrap .column_list .light_grey {
  background-color: #f2f2f2;
}



.main_body .body_part_right .special_column_wrap1 .column_title span {
  /*width: 50%;*/
  display: inline-block;
  height: 30px;
  border-bottom: 4px solid #ea3e3e;
  box-sizing: border-box;
}
.main_body .body_part_right .special_column_wrap1 .column_title span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("imageszx_icon_red.png") 0 5px no-repeat;
}
.column_list, .main_body .body_part_right .special_column_wrap1 .column_list {
  width: 270px;
  margin: 10px 0 0 30px;
  text-align: center;
  font-size: 14px;
}
.column_list li, .main_body .body_part_right .special_column_wrap1 .column_list li {
  width: 130px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  margin-top: 10px;
}
.main_body .body_part_right .special_column_wrap1 .column_list li a {
  color: #676868;
  font-size: 14px;
}
.main_body .body_part_right .special_column_wrap1 .column_list .duck_grey {
  background-color: #e8e7e7;
}
.main_body .body_part_right .special_column_wrap1 .column_list .light_grey {
  background-color: #f2f2f2;
}




/*右侧大家关注样式*/
.main_body .body_part_right .people_interest_wrap .column_list_interest {
  color: #333;
  font-size: 14px;
}
.main_body .body_part_right .people_interest_wrap .column_list_interest li {
  padding: 10px 0;
  border-bottom: 1px solid #bebebe;
  line-height: 25px;
}
.main_body .body_part_right .people_interest_wrap .column_list_interest li span {
  font-size: 12px;
  color: #ea3e3e;
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: 1px solid #ea3e3e;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: default;
}
.main_body .body_part_right .people_interest_wrap .column_list_interest li p {
  font-size: 12px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main_body .body_part_right .people_interest_wrap .column_list_interest li a {
  color: #333;
}


/*左侧文章定位样式*/
.main_body .body_artical_location {
  margin-top: 40px;
  height: 36px;
  font-size: 15px;
  color: #444;
}
.main_body .body_artical_location p {
  text-indent: 20px;
}
.main_body .body_artical_location p a{
  color: #444;
}
.main_body .body_artical_location p a:hover{
  color: #0063ba;
}


/*左侧相关文章样式*/
.main_body .body_part_left{
	float:left;
	margin-bottom:30px;
}

.main_body .body_part_left .native_artical_wrap {
	float:left;
  padding: 30px;
  width:100%;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  color: #4f5050;
  margin-top: 20px;
  
}
.main_body .body_part_left .native_artical_wrap .native_artical_title {
  border-bottom: 1px solid #bebebe;
  height: 30px;
  line-height: 25px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.main_body .body_part_left .native_artical_wrap .native_artical_title span {
  display: inline-block;
  height: 30px;
  border-bottom: 5px solid #ea3e3e;
  box-sizing: border-box;
}
.main_body .body_part_left .native_artical_wrap .native_artical_column_list a{
	text-decoration:none;
}
	

.main_body .body_part_left .native_artical_wrap .native_artical_title span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("imageszx_icon_red.png") 0 5px no-repeat;
}
.main_body .body_part_left .native_artical_wrap ul {
  padding: 10px 10px 6px 10px;
}
.main_body .body_part_left .native_artical_wrap ul li {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  list-style: decimal;
  list-style-position: inside;
}
.main_body .body_part_left .native_artical_wrap ul li a {
  color: #4f5050;
  display: inline-block;
}
.main_body .body_part_left .native_artical_wrap ul li span {
  display: inline-block;
  float: right;
  color: #9f9f9f;
}

/*左侧新闻列表嵌套模板*/
.main_body .body_part_left .artical_wrap {
  width: 830px;
  height: auto;
}
.main_body .body_part_left .xycxbox {
	position:relative;
	  margin-top: 20px;
  width: 100%;
   border: 1px solid #bebebe;
  box-sizing: border-box;
  color: #4f5050;
  margin-bottom:30px;

}
.main_body .body_part_left .xycxbody {
	position:relative;
	margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  color: #4f5050;
  margin-bottom:30px;

}
.main_body .body_part_left .artical_wrap .artical_column_nav {
  height: 45px;
  line-height: 45px;
  width: 100%;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  font-size: 0;
}
.main_body .body_part_left .artical_wrap .artical_column_nav li {
 /* width: 110px;*/
  min-width:150px;
  display: inline-block;
  color: #333333;
  font-size: 18px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

.main_body .body_part_left .artical_wrap .artical_column_nav  .active {
 /* background-color: #0063ba;*/
  background-color: #e22323;
  color: #fff;
}
/*.main_body .body_part_left .artical_wrap .artical_column_nav li a:hover {
  background-color: #e22323;
  color: #fff;
}*/
.main_body .body_part_left .artical_wrap .artical_show_part {
  color: #333;
}
.main_body .body_part_left .artical_wrap .artical_show_part li {
  padding: 20px 20px;
  border-bottom: 1px solid #bebebe;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title {
  line-height: 18px;
    color: #0c0300;
  font-size: 16px;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title a {
  color: #0c0300;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration:none;
/*  font-weight: bold;*/
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title span{
	float:right;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title span a  {
	float:left;
	margin-left:30px;
  color:#060;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration:none;
  cursor:pointer;
/*  font-weight: bold;*/
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail {
  /*margin-top: 5px;*/
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail span{
  cursor: default;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left {
  height: 20px;
  line-height: 20px;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan {
  display: inline-block;
  font-size:14px;
  padding: 0 7px;
  font-style:normal;
  background-color: #ea3e3e;
  color: #fff;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan_name {
  display: inline-block;
  font-size:14px;
  padding: 0 8px;
  font-style:normal;
  background-color: #efefef;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan_name a{
	color:#333;
	text-decoration:none;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right {
  color: #9f9f9f;
  height: 20px;
  line-height: 20px;
  float: right;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right .artical_from {
  padding-left: 15px;
  background: url("imagescomp.png") 0 5px  no-repeat;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right .artical_time {
  padding-left: 15px;
  background: url("imagesclock.png") 0 5px no-repeat;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right span {
  margin: 0 10px;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_content {
  line-height: 22px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 64px;*/
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_content a{
	text-decoration:none;
	  color:#666;
}

.dede_pages{
	
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	font-size:16px;
	line-height:17px;
	margin-right:6px;
	padding:5px 10px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
		font-size:16px;
	margin:0px 2px;
}
.dede_pages ul li select{
	font-size:16px;
}



/*左侧文章内容样式*/
.main_body .body_part_left .artical_page_detail {
  padding: 20px;
   width: 830px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  color: #4f5050;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap h2 {
  font-size: 24px;
  font-weight: bold;
  color: #4f5050;
  -moz-user-select: text;
  -o-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
 /* margin-bottom: 20px;*/
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap {
  height: 48px;
  line-height: 48px;
  color: #7c7c7c;
  border-bottom: 1px solid #bebebe;
  font-size: 14px;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap em {
  margin: 0 15px;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_left {
  float: left;
  font-size: 14px;
 
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_left em{
	font-style:normal;
}


.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right {
  float: right;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .right_13px {
  margin-right: 14px;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .bdsharebuttonbox{
	float:right;
	
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .bdsharebuttonbox .share_icon {
	float:left;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  vertical-align: middle;
  padding:0px;
}


.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right  .bdsharebuttonbox  .weixin_share {

  background: url("imagesweixin_icon.png") 0px 0px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right  .bdsharebuttonbox .weibo_share {

  background: url("imagesweibo_icon.png") 0px 0px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right  .bdsharebuttonbox .tieba_share {

  background: url("imagestieba_icon.png") 0px 0px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .bdsharebuttonbox .rb_share {

  background: url("imagesrb_icon.png") 0px 0px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_content_wrap{
	margin-top:30px;
}
/*.main_body .body_part_left .artical_page_detail .artical_content_wrap p {
  text-indent: 2em; 

  -moz-user-select: text;
  -o-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
padding-bottom:20px;


}*/

.main_body .body_part_left .artical_page_detail .artical_content_wrap p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
    text-align: justify;
    word-wrap: break-word;
    white-space: normal;
    text-justify: inter-ideograph;
  -moz-user-select: text;
  -o-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
	padding-bottom:20px;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap {
  text-align: right;
  margin-top: 16px;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right {
  color: #9f9f9f;
  height: 20px;
  line-height: 20px;
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .zrbj {
  padding-left: 15px;
  background: url("imageszrbj.png") 0 7px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .artical_from {
  padding-left: 15px;
  background: url("imagescomp.png") 0 5px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .artical_time {
  padding-left: 15px;
  background: url("imagesclock.png") 0 5px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right span {
  margin: 0 10px;
}
/*左侧相关文章样式*/
.main_body .body_part_left .native_artical_wrap {
  padding: 20px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  color: #4f5050;
  margin-top: 20px;
}
.main_body .body_part_left .native_artical_wrap .native_artical_title {
  border-bottom: 1px solid #bebebe;
  height: 30px;
  line-height: 25px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.main_body .body_part_left .native_artical_wrap .native_artical_title span {
  display: inline-block;
  height: 30px;
  border-bottom: 5px solid #ea3e3e;
  box-sizing: border-box;
}
.main_body .body_part_left .native_artical_wrap .native_artical_title span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("imageszx_icon_red.png") 0 5px no-repeat;
}
.main_body .body_part_left .native_artical_wrap ul {
  padding: 10px 10px 6px 10px;
}
.main_body .body_part_left .native_artical_wrap ul li {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  list-style: decimal;
  list-style-position: inside;
}
.main_body .body_part_left .native_artical_wrap ul li a {
  color: #4f5050;
  display: inline-block;
}
.main_body .body_part_left .native_artical_wrap ul li span {
  display: inline-block;
  float: right;
  color: #9f9f9f;
}

/*政策法规*/
.content {
  width: 1200px;
  margin: 0 auto;
}

.content .content_top {
  margin-top: 44px;
  height: 292px;
}
.content .content_top .content_top_left {
  float: left;
  width: 585px;
  height: 292px;
}


.content .content_top .content_top_right {
  float: left;
  margin-left:30px;
  width: 585px;
  height: 292px;
}

.content .content_top .content_top_left .content_top_left_img,
.content .content_top .content_top_right .content_top_left_img {
  float: left;
  width: 264px;
  height: 292px;
}
.content .content_top .content_top_left .content_top_left_img a img,
.content .content_top .content_top_right .content_top_left_img a img{
  /*width: 264px;
  height: 292px;*/
  width: 100%;
  height: 100%;
}
.content .content_top .content_top_left .content_top_left_text,
.content .content_top .content_top_right .content_top_left_text {
  background: #fff;
  height: 292px;
  width: 321px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}


.content .content_top .content_top_left .content_top_left_text h1,
.content .content_top .content_top_right .content_top_left_text h1 {
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
.content .content_top .content_top_left .content_top_left_text h1 a,
.content .content_top .content_top_right .content_top_left_text h1 a{
	color:#000;
	 text-decoration:none;

}

.content .content_top .content_top_left .content_top_left_text .zhuanlai,
.content .content_top .content_top_right .content_top_left_text .zhuanlai {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content .content_top .content_top_left .content_top_left_text .zhuanlai .title_text,
.content .content_top .content_top_right .content_top_left_text .zhuanlai .title_text {
  display: inline-block;
  width: 118px;
  height: 20px;
  background: #efefef;
  font-size: 12px;
  color: #333;
}
.content .content_top .content_top_left .content_top_left_text .zhuanlai .title_text .zhuanlan,
.content .content_top .content_top_right .content_top_left_text .zhuanlai .title_text .zhuanlan {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #ea3e3e;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin-right: 13px;
}
.content .content_top .content_top_left .content_top_left_text .zhuanlai .laishi,
.content .content_top .content_top_right .content_top_left_text .zhuanlai .laishi {
  display: inline-block;
  float: right;
  color: #9f9f9f;
  font-size: 12px;
}
.content .content_top .content_top_left .content_top_left_text .zhuanlai .laishi em,
.content .content_top .content_top_right .content_top_left_text .zhuanlai .laishi em{
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("imageslist_icon.png") no-repeat;
  vertical-align: middle;
  margin-right: 3px;
}
.content .content_top .content_top_left .content_top_left_text .text_content ,
.content .content_top .content_top_right .content_top_left_text .text_content {
  height: 150px;
  font-size: 14px;
  overflow: hidden;
  color: #333;
}
.content .content_top .content_top_left .content_top_left_text .text_content a,
.content .content_top .content_top_right .content_top_left_text .text_content a{
  color: #333;
  text-decoration:none;
}
.content .content_top .content_top_left .content_top_left_text .look_more,
.content .content_top .content_top_right .content_top_left_text .look_more {
  display: inline-block;
  float: right;
}
.content .content_top .content_top_left .content_top_left_text .look_more a,
.content .content_top .content_top_right .content_top_left_text .look_more a {
  font-size: 12px;
  color: #ea3e3e;
   text-decoration:none;

}
.content .content_top .content_top_right {
  float: right;
}
.content .content_middle {
  overflow: hidden;
  margin-top: 44px;
}
.content .content_middle .content_middle_left {
  float: left;
  width: 830px;
}
.content .content_middle .content_middle_left .regulation .guojia{
	  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 25px;
}


.content .content_middle .content_middle_left .regulation .Central,
.content .content_middle .content_middle_left .unscramble .Central,
.content .content_middle .content_middle_left .regulation .local,
.content .content_middle .content_middle_left .unscramble .local {
  float: left;
  width: 390px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.content .content_middle .content_middle_left .regulation .guojia ul li a span{
	  height: 100%;
  float: right;
  color: #a6a6a6;
}
.content .content_middle .content_middle_left .regulation .guojia  ul li a,
.content .content_middle .content_middle_left .regulation .Central ul li a,
.content .content_middle .content_middle_left .unscramble .Central ul li a{
	color:#000;
	 text-decoration:none;

}
.content .content_middle .content_middle_left .regulation .guojia .small_title, 
.content .content_middle .content_middle_left .regulation .Central .small_title,
.content .content_middle .content_middle_left .unscramble .Central .small_title,
.content .content_middle .content_middle_left .regulation .local .small_title,
.content .content_middle .content_middle_left .unscramble .local .small_title {
  width: 100%;
  height: 31px;
  border-bottom: 4px solid #e6e6e6;
}
.content .content_middle .content_middle_left .regulation .guojia  .small_title .title_name,
.content .content_middle .content_middle_left .regulation .Central .small_title .title_name,
.content .content_middle .content_middle_left .unscramble .Central .small_title .title_name,
.content .content_middle .content_middle_left .regulation .local .small_title .title_name,
.content .content_middle .content_middle_left .unscramble .local .small_title .title_name {
  background: url("imageslist_icon.png") no-repeat left;
  font-size: 18px;
  height: 31px;
  float: left;
  line-height: 35px;
  border-bottom: 4px solid #ea3e3e;
  padding-left: 35px;
}
.content .content_middle .content_middle_left .regulation .guojia   .small_title .title_more,
.content .content_middle .content_middle_left .regulation .Central .small_title .title_more,
.content .content_middle .content_middle_left .unscramble .Central .small_title .title_more,
.content .content_middle .content_middle_left .regulation .local .small_title .title_more,
.content .content_middle .content_middle_left .unscramble .local .small_title .title_more {
  float: right;
  font-size: 12px;
  line-height: 35px;
}
.content .content_middle .content_middle_left .regulation .guojia .small_title .title_more a,
.content .content_middle .content_middle_left .regulation .Central .small_title .title_more a,
.content .content_middle .content_middle_left .unscramble .Central .small_title .title_more a,
.content .content_middle .content_middle_left .regulation .local .small_title .title_more a,
.content .content_middle .content_middle_left .unscramble .local .small_title .title_more a {
  color: #666666;
}
.content .content_middle .content_middle_left .regulation .guojia ul li,
.content .content_middle .content_middle_left .regulation .Central ul li,
.content .content_middle .content_middle_left .unscramble .Central ul li,
.content .content_middle .content_middle_left .regulation .local ul li,
.content .content_middle .content_middle_left .unscramble .local ul li {
  height: 57px;
  line-height: 57px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  
}
.content .content_middle .content_middle_left .regulation .guojia ul li a,
.content .content_middle .content_middle_left .unscramble .Central ul li a,
.content .content_middle .content_middle_left .regulation .local ul li a,
.content .content_middle .content_middle_left .unscramble .local ul li a{
  font-size: 14px;
  font-style:normal;
  color:#333;	
}
.content .content_middle .content_middle_left .regulation .local,
.content .content_middle .content_middle_left .unscramble .local {
  float: right;
}
.content .content_middle .body_part_right {
  float: right;
  width: 350px;
  /*background: gold;*/
}
/*.main_body .body_part_right .special_column_wrap{
  margin-top: 0px;
}*/
.content .content_bottom .legislation .legislation_left {
  height: 185px;
  width: 828px;
  border: 1px solid #bebebe;
  margin: 15px 0 30px 0;
  box-sizing: border-box;
  padding: 15px;
}
.content .content_bottom .legislation .legislation_left .ul_left,
.content .content_bottom .legislation .legislation_left .ul_right {
  float: left;
  width: 365px;
}
.content .content_bottom .legislation .legislation_left .ul_left li,
.content .content_bottom .legislation .legislation_left .ul_right li {
  height: 30px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  background: green;
  box-sizing: border-box;
  padding-left: 20px;
  background: url("imagesjointRP_13.png") no-repeat left;
}
.content .content_bottom .legislation .legislation_left .ul_left li a,
.content .content_bottom .legislation .legislation_left .ul_right li a {
  color: #000;
  text-decoration:none;

}


.content .content_bottom .legislation .legislation_left .vertical_line {
  margin-left:30px;
  margin-right: 16px;
  float: left;
  height: 140px;
  border-right: 1px solid #bebebe;
}
.content .content_bottom .legislation .legislation_left .ul_right {
  float: left;
}
.regulation_title {
  overflow: hidden;
  height: 43px;
  width: 828px;
  border: 1px solid #bebebe;
}
.regulation_title p {
  display: inline-block;
  width: 114px;
  height: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  background: #e22323;
}
.regulation_title span {
  float: right;
  display: inline-block;
  height: 100%;
  line-height: 43px;
}
.regulation_title span a {
  color: #666666;
  font-size: 12px;
}


/*左侧新闻列表嵌套模板*/
.main_body .body_part_left .artical_wrap .artical_column_nav {
  height: 45px;
  line-height: 45px;
  width: 100%;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  font-size: 0;
}
.main_body .body_part_left .artical_wrap .artical_column_nav li {
 /* width: 110px;*/
  min-width:150px;
  display: inline-block;
  color: #333333;
  font-size: 18px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}
.main_body .body_part_left .artical_wrap .artical_column_nav li a{
  width: 100%;
  height: 43px;
  display: inline-block;
  color: #333333;
  padding: 0 5px;
}
.main_body .body_part_left .artical_wrap .artical_column_nav li a.active {
 /* background-color: #0063ba;*/
  background-color: #e22323;
  color: #fff;
}

.main_body  .body_part_left .artical_wrap .artical_footer_unfold {
	position:relative;
  bottom: -16px;
  margin: auto;
  width: 100%;
  height: 58px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.main_body  .body_part_left  .artical_wrap .artical_footer_unfold a {
  color: #ea3e3e;
  text-decoration:none;
}

/*信息公示*/
#content {
  width: 100%;
  height: auto !important;
  background-color: #f6f6f6;
  margin-top: 40px;
}
#content .content {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 100px;
  overflow: hidden;
}
.publicity-menu-lists {
 /* width: 100%;*/
  width: 1208px;
  margin-left: -14px;
}
.publicity-menu-lists .publicity-menu-li {
  width: 280px;
  height: 255px;
  background-color: #efefef;
  margin: 0  0 20px 20px;
  float: left;
}
.publicity-menu-lists .publicity-menu-li a {
	text-decoration:none;
	color:#333;
}

.publicity-menu-lists .publicity-menu-li .publicity-menu-a {
  width: 100%;
  height: 100%;

  text-decoration:none;
  
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-a  .publicity-menu-img {
  width: 100%;
  height: 160px;

}
.publicity-menu-lists .publicity-menu-li .publicity-menu-a  .publicity-menu-img img {
  display: block;
  width: 100%;
  height:160px;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-a  .publicity-menu-message {
  width: 100%;
  height: 95px;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-a  .publicity-menu-title {
  width: 270px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #33333;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 13px;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-time {
  width: 100%;
  height: 34px;
  padding-right: 10px;
  line-height: 34px;
  text-align: right;
  color: #a7a7a7;
  float: right;
}

.clearfix,
.nav {
  clear: both;
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.nav:after {
  clear: both;
}

/*信用服务*/
.wrapper .main_body .cs-main-box {
  margin: 50px auto;
  width:1200px;
  border: 1px solid #bebebe;
  color: #333;
  padding-bottom:30px;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul {
  overflow: hidden;
  width:100%;
  height:100%;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul li {
  float: left;
  position: relative;
  margin-top:30px;
  margin-left:93px;
  width: 276px;
  height: 380px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 72px 75px;
  overflow: hidden;
}

.wrapper .main_body .cs-main-box .cs-tab-content ul li a {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul li a img{
	float:left;
	margin-left:73px;
	margin-top:83px;
	width:130px;
	height:93px;
}

.wrapper .main_body .cs-main-box .cs-tab-content ul li a > p {
  width: 100%;
  color: #333;
  text-align: center;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul li a > p.cs-title {
	float:left;
  height: 70px;

  line-height: 70px;
  font-size: 18px;
  font-weight: 600;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul li a > p.cs-userCounts {
  font-size: 16px;
  display: none;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul li a > p.cs-userCounts span {
  font-size: 36px;
  color: #ea3e3e;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul li a > span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: #ea3e3e;
  background-image: url('imagescreditService-downArrow.png');
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  display: none;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul li a > div {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #707070;
  overflow: hidden;
  box-sizing: border-box;
  height: 116px;
}
.wrapper .main_body .cs-main-box .cs-tab-content ul li a > div p {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

/*联合奖惩*/

.wrapper .main_body .jointrp-section2 {
	
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin-top: 30px;
}
.wrapper .main_body .jointrp-section2 .jointrp-section2-top {
	
	padding-top:20px;
	width: 100%;
  overflow: hidden;
}
.wrapper .main_body .jointrp-section2 .jointrp-section2-top li {
  position: relative;
  float: left;
  width: 372px;
  margin-left:20px;
  height: 172px;
  background-repeat: no-repeat;
  background-position: 40px center;
}
.wrapper .main_body .jointrp-section2 .jointrp-section2-top li img {
	float:left;
  width: 100%;
  height: 100%;
}
.wrapper .main_body .jointrp-section2 .jointrp-section2-top li i {
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 20px;
  height: 15px;
  background-image: url('imagessanjiao_03.png');
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.wrapper .main_body .jointrp-section2 .jointrp-section2-top li.jointrp_media {
  margin-right: 0;
}
.wrapper .main_body .jointrp-section2 .jointrp-section2-top li.active i {
  display: inline-block;
}
.wrapper .main_body .jointrp-section2 .jointrp-section2-bottom {
	padding:20px;
  height:245px;
  overflow: hidden;
}


.wrapper .main_body .jointrp-section2  .jointrp-section2-bottom  ul {
  float: left;
  width: 578px;
  height:100%;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  padding-bottom:20px;
}

.wrapper .main_body .jointrp-section2  .jointrp-section2-bottom  ul li {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}


.wrapper .main_body .jointrp-section2  .jointrp-section2-bottom ul li p {
  float: left;
  padding-left: 20px;
  background-image: url('imagesjointRP_13.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.wrapper .main_body .jointrp-section2  .jointrp-section2-bottom ul li p a {
  color: #333;
}
.wrapper .main_body .jointrp-section2  .jointrp-section2-bottom ul li span {
  float: right;
  height: 30px;
  width: 90px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.wrapper .main_body .jointrp-section2  .jointrp-section2-bottom  .jointrp-section2-bottom-left li {
  padding: 0 30px 0 0px;
  border-right: 1px solid #c3c3c3;
}
.wrapper .main_body .jointrp-section2  .jointrp-section2-bottom  .jointrp-section2-bottom-right li {
  padding: 0 0 0 40px;
}


.wrapper .main_body .jointrp-section3 {
  margin-top: 30px;
  width:100%;
  overflow: hidden;
}
.wrapper .main_body .jointrp-section3 .jointrp-section3-left {
  float: left;
  width: 880px;
}
.wrapper .main_body .jointrp-section3 .jointrp-section3-left .jointrp-section3-topList {
  width: 100%;
}
.wrapper .main_body .jointrp-section3 .jointrp-section3-left .jointrp-section3-bottomList {
  width: 100%;
  margin-top: 10px;
}
.wrapper .main_body .jointrp-redName-search{
	float:left;
	margin-bottom:0px;
	width:100%;
	height:120px;
	background-color: #efefef;

}
	
.wrapper .main_body .jointrp-redName-search p {
	float:left;
	width:100%;
	margin-top:10px;
	font-size:18px;
	font-weight:600;
	text-align:center;	
  color: #e22323;
  padding-bottom:20px;
}

.wrapper .main_body .jointrp-redName-search .jointrp-input-box {
  position: relative;
  height: 40px;
  width: 376px;
  margin: 0 auto;
}
.wrapper .main_body .jointrp-redName-search .jointrp-input-box .hmdinput {
  display: inline-block;
  height: 38px;
  border: 1px solid #c3c3c3;
  padding-left: 20px;
  background-color: #f6f6f6;
  width: 300px;
  font-size: 14px;
}
.wrapper .main_body .jointrp-redName-search .jointrp-input-box .hmdinput::-ms-clear {
  display: none;
}
.wrapper .main_body .jointrp-redName-search .jointrp-input-box .hmdinput::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .jointrp-redName-search .jointrp-input-box .hmdinput::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .jointrp-redName-search .jointrp-input-box .hmdinput:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .jointrp-redName-search .jointrp-input-box .hmdinput:focus {
  border-color: #00c6ff;
}
.wrapper .main_body .jointrp-redName-search .jointrp-input-box .btn {
  position: absolute;
  right: 0;
  width: 56px;
  height: 100%;
  background-color: #e22323;
   border: 1px solid #e22323;
  background-image: url('imagesjointRP_14.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}


.wrapper .main_body .jointrp-blackName-search{
	float:left;
	margin-top:0px;
	width:100%;
	height:120px;
	  background-color: #efefef;

}
	
.wrapper .main_body .jointrp-blackName-search p {
	float:left;
	width:100%;
	margin-top:10px;
	font-size:18px;
	font-weight:600;
	text-align:center;	
  color: #333;
  padding-bottom:20px;
}

.wrapper .main_body .jointrp-blackName-search .jointrp-input-box {
  position: relative;
  height: 40px;
  width: 376px;
  margin: 0 auto;
}
.wrapper .main_body .jointrp-blackName-search .jointrp-input-box .hmdinput {
  display: inline-block;
  height: 38px;
  border: 1px solid #c3c3c3;
  padding-left: 20px;
  background-color: #f6f6f6;
  width: 300px;
  font-size: 14px;
}
.wrapper .main_body .jointrp-blackName-search .jointrp-input-box .hmdinput::-ms-clear {
  display: none;
}
.wrapper .main_body .jointrp-blackName-search .jointrp-input-box .hmdinput::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .jointrp-blackName-search .jointrp-input-box .hmdinput::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .jointrp-blackName-search .jointrp-input-box .hmdinput:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wrapper .main_body .jointrp-blackName-search .jointrp-input-box .hmdinput:focus {
  border-color: #00c6ff;
}
.wrapper .main_body .jointrp-blackName-search .jointrp-input-box .btn {
  position: absolute;
  right: 0;
  width: 56px;
  height: 100%;
  background-color: #666;
   border: 1px solid #666;
  background-image: url('imagesjointRP_14.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.wrapper .main_body  .jointrp-section32-right {
  float: right;
  width: 280px;
  border: 1px solid #c3c3c3;
  height: 764px;
  padding: 14px;
}
.wrapper .main_body  .jointrp-section32-right ul {
	float:left;
	width:100%;
	height:100%;
}
.wrapper .main_body  .jointrp-section32-right ul li {
	  margin-top: 15px;
	  height:95px;
  width: 100%;
}
.wrapper .main_body  .jointrp-section32-right ul li a {
	text-decoration:none;
  width: 100%;
}
.wrapper .main_body  .jointrp-section32-right ul li a img{
	float:left;
	width:130px;
	height:100%;
	
}
.wrapper .main_body  .jointrp-section32-right ul li a span{
	float:right;
	width:120px;
	height:100%;
	color:#333;
}
.wrapper .main_body .jointrp-section3 .jointrp-section3-right {
  float: right;
  width: 280px;
  border: 1px solid #c3c3c3;
  height: 764px;
  padding: 14px;
}

.wrapper .main_body .jointrp-section3 .jointrp-section3-right ul {
  width: 274px;
  overflow-y: hidden;
  margin: 0 auto;
}
.wrapper .main_body .jointrp-section3 .jointrp-section3-right ul li {
  margin-top: 15px;
  width: 100%;
}
.wrapper .main_body .jointrp-section3 .jointrp-section3-right ul li a {
	text-decoration:none;
  width: 100%;
}
.wrapper .main_body .jointrp-section3 .jointrp-section3-right ul li a img {
  width: 100%;
  height: 170px;
}
.wrapper .main_body .jointrp-section3 .jointrp-section3-right ul li a p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration:none;
}
.wrapper .main_body .title {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 4px solid #e6e6e6;
}
.main_body .title .cityName {
  font-size: 18px;
  height: 39px;
  float: left;
  line-height: 34px;
  color: #0c0300;
  padding-left: 35px;
}
.main_body .title .cityMore {
  font-size: 12px;
  float: right;
  line-height: 45px;
  cursor: pointer;
}
.main_body .title .cityMore .more {
  color: #999;
  text-decoration:none;
}
.main_body .title .list_icon {
  background: url(imageslist_icon.png) no-repeat 4px 4px;
}
.wrapper .main_body .title em {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 176px;
  border-bottom: 4px solid #e22323;
}

.wrapper .main_body .content-container {
	width:100%;
  overflow: hidden;
}
.wrapper .main_body .content-container .contentList {
	position:relative;
  padding: 10px 0 10px 10px;
  height:100%;
}
.wrapper .main_body .content-container .contentList li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.wrapper .main_body .content-container .contentList li p {
  float: left;
  padding-left: 20px;
  background-image: url('imagesjointRP_13.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.wrapper .main_body .content-container .contentList li p a {
  color: #333;
  font-size: 14px;
  text-decoration:none;
}
.wrapper .main_body .content-container .contentList li span {
  float: right;
  height: 100%;
  width: 90px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.wrapper .main_body .content-container > li {
  width: 46.9%;
  height:370px;
  padding: 10px;
  border: 1px solid #c3c3c3;
}
.wrapper .main_body .content-container > li.prevLi {
  float: left;
}
.wrapper .main_body .content-container > li.lastLi {
  float: right;
}

.wrapper .main_body .jointrp-section4 {
  margin-top: 20px;
  width: 100%;
  height: 184px;
}
.wrapper .main_body .jointrp-section4 a {
	float:left;
  width: 294px;
  height:100%;
  margin-right: 8px;
  text-decoration:none;
}
.wrapper .main_body .jointrp-section4 a img {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .jointrp-section4 .lastA {
  margin-right: 0;
}
.wrapper .main_body .jointrp-section5 {
  margin-top: 20px;

  /*.jointrp-section5-contentList{
        padding:10px 12px;
        li{
          height:30px;
          line-height:30px;
          overflow:hidden;
          p{
            float:left;
            width:100%;
            padding-left:20px;
            text-align:center;
            a{
              color:#333;
            }
          }
        }
      }*/
}

.wrapper .main_body .jointrp-section5 .j_prevLi {
  float: left;
  width: 47.6%;
  height:350px;
  padding: 10px;
  border: 1px solid #c3c3c3;
    margin-bottom:30px;
}
.wrapper .main_body .jointrp-section5 .j_lastLi {
  float: right;
    width: 47.6%;
  height:350px;
  padding: 10px;
  border: 1px solid #c3c3c3;
    margin-bottom:30px;
}

.wrapper .main_body .jointrp-section5 .contentList {
	position:relative;
  padding: 10px 0 10px 10px;
  height:100%;
}
.wrapper .main_body .jointrp-section5 .contentList li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.wrapper .main_body .jointrp-section5 .contentList li p {
  float: left;
  padding-left: 20px;
  background-image: url('imagesjointRP_13.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.wrapper .main_body .jointrp-section5 .contentList li p a {
  color: #333;
  font-size: 14px;
  text-decoration:none;
}
.wrapper .main_body .jointrp-section5 .contentList li span {
  float: right;
  margin-right:10px;
  height: 100%;
  width: 90px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #CCC;
}



.citylisttd .td_id {
	width:10%;
	background-color:#f6f6f6;
	text-align:center;
	border-bottom:1px dashed #CACACA;
}

.citylisttd .td_content {
	width:70%;
	background-color:#f6f6f6;
	text-align:left;
	text-indent:10px;
	border-bottom:1px dashed #CACACA;
}
.citylisttd .td_show {
	width:20%;
	background-color:#f6f6f6;
	text-align:center;
	border-bottom:1px dashed #CACACA;
	
}
.citylisttd .td_show a {
	text-decoration:none;
	color:#660;
}

.sfqymd {
	position:relative;
	width:100%;
	height:320px;
    box-sizing: border-box;
    overflow-x: hidden;
	overflow:hidden;
}


.cityList {
    margin-top: 0px;
	
}

.cityList tr {
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.cityList1 {
    margin-top: 25px;
	
}

.cityList1 tr {
    height: 46px;
    line-height: 46px;
    text-align: center;
}


.header_tr {
    background: #ea3e3e;
    color: #ffffff;
}

.cityList td {
    width: 100px;
    text-align: center;

}
.odd tr:nth-child(even) {
    background: #efefef;
}

.odd tr:nth-child(odd) {
    background: #efefef;
}
.citylisttd td{
		background-color:#fff;
}

.sfqymd1 {
	position:relative;
	width:100%;
	height:320px;
    box-sizing: border-box;
    overflow-x: hidden;
}


.sfqymd1::-webkit-scrollbar {
    width: 6px;
}


.sfqymd1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#999;
}

.sfqymd::-webkit-scrollbar {
    width: 6px;
}


.sfqymd::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#999;
}


.lylhjc {
	position:relative;
	width:100%;
	height:690px;
    box-sizing: border-box;
    overflow-x: hidden;
	overflow:hidden;
}

.lylhjc1 {
	position:relative;
	width:100%;
	height:690px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.lylhjc1::-webkit-scrollbar {
    width: 3px;
}


.lylhjc1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#999;
}

.lylhjc::-webkit-scrollbar {
    width: 6px;
}


.lylhjc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#999;
}

.standards_nav{
    margin-top: 25px;
}

/*专理治理*/
.Standards{
    height: 275px;
    width: 100%;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    margin-top: 20px;
}
.Standards_nav_list{
    padding: 0px 30px 20px 30px;
}

.Standards_nav_list_ul{
    padding: 20px 0px 15px 0px;
    height: 150px;
}
.Standards_nav_list_ul li{
	float:left;
	width:100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.Standards_nav_list_ul li p{
    float: left;
    padding-left: 20px;
    background-image: url(imagesjointRP-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.Standards_nav_list_ul li p a{
    font-size: 14px;
    color: #333;
	text-decoration:none;
}
.Standards_nav_list_ul li span{
    float: right;
    font-size: 14px;
    color: #999;
    width: 150px;
}
.Standards_nav_ul{
    height: 45px;
    border-bottom:2px solid #bebebe;
}
.Standards_nav_ul li{
    position: relative;
    float: left;
    font-size: 16px;
    color: #333;
    height: 45px;
    line-height: 55px;
    margin-left: 30px;
    font-weight: 600;
    cursor: pointer;
    padding: 0px 20px;
}
.Standards_nav_ul li.active {
    border-bottom: 2px solid #e22323 !important;
    color: #e22323;
}
.Standards_nav_ul li i{
    position: absolute;
    width: 10px;
    height: 5px;
    top:47px;
    left: 80px;
    display: none;
    background: url('imagescreditResearch_2.png')no-repeat;
}
.Standards_nav_ul li.active i{
    display: block;
}

.Standards_nav_yj{
    height: 45px;
    border-bottom:2px solid #bebebe;
}
.Standards_nav_yj li{
    position: relative;
    float: left;
    font-size: 16px;
    color: #333;
    height: 45px;
    line-height: 55px;
    margin-left: 100px;
    font-weight: 600;
    cursor: pointer;
    padding: 0px 20px;
	width:150px;
}
.Standards_nav_yj li.active {
    border-bottom: 2px solid #e22323 !important;
    color: #e22323;
}
.Standards_nav_yj li i{
    position: absolute;
    width: 10px;
    height: 5px;
    top:47px;
    left: 80px;
    display: none;
    background: url('imagescreditResearch_2.png')no-repeat;
}
.Standards_nav_yj li.active i{
    display: block;
}


.Comprehensive_dynamic_list_more {
	position:relative;
    text-align: center;
}
.Comprehensive_dynamic_list_more a{
	text-decoration:none;
    color: #e22323;
}

.Multi_column{
    width: 1200px;
    margin-top: 60px;
	padding-bottom:30px;
	
}

.Multi_column li{
    width: 280px;
    height: 260px;
    font-size: 0;
    float: left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
.Multi_column li a{
	text-decoration:none;
}
.Multi_column li img{
    width: 100%;
    height: 165px;
}
.Multi_column li p{
    width: 100%;
    height: 95px;
    line-height: 95px;
    background: #efefef;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.disable{
	float:left;
	width:100%;
	height:30px;
	text-align:left;
	list-style:none;
}
.disable a{	
		float:left;
	width:100%;
	height:30px;
	text-align:left;
	list-style:none;
    cursor:no-drop;
    color:#aaa;
}
.lishow{
	float:left;
	width:100%;
	height:30px;
	text-align:left;
	list-style:none;
}
.lishow	a{
     font-size:14px;
	text-align:left;
	 cursor:pointer;
	text-decoration:none;
	color:#626161;
}

/*诚信文化*/
.slideBox {
  width: 100%;
  height: 446px;
  margin: 10px 0 50px;
  overflow:hidden;
  position:relative;
}

.slideBox  img {
	float:left;
  width: 1200px;
  height: 446px;
}
.slideBox  .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 446px;
}
.slideBox   .carousel-item {
	float: left;
	height: 446px;
}
.slideBox   .carousel-item img {
	height: 446px;
}
.slideBox  span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.slideBox  span.active {
	background-color: #de3a3a;
}

.slideBox  .caption {
  bottom: 0;
  height: 75px;
  background:transparent;
  border-top-color:transparent;
}
.slideBox   .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 1170px;
	text-align: right;
	font-size: 0;
}

.slideBox   .carousel-btn {
	position: absolute;
	top: 40%;
	width: 50px;
	height: 45px;
	margin-top: 0px;
	cursor: pointer;
}
.slideBox .carousel-prev-btn {
	left: 0;
	background: url(imagesprev.png) no-repeat;
}

.slideBox .carousel-next-btn {
	right: 20px;
	background: url(imagesnext.png) no-repeat;
}


.wrapper .main_body .hc-main {
  width: 1200px;
  overflow: hidden;
  /*左半部分*/
  /*右半部分*/
}
.wrapper .main_body .hc-main div {
  box-sizing: border-box;
}
.wrapper .main_body .hc-main .hc-left {
  float: left;
  width: 834px;
}
.wrapper .main_body .hc-main .hc-left a{
  display:inline-block;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box {
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul {
  padding: 30px 0 35px;
  width: 100%;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li {
  height: 58px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li > a {
  float: left;
  height: 100%;
  max-width: 318px;
  line-height: 58px;
  color: #333;
  font-size: 14px;
  display:inline-block;
  text-decoration:none;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li > span {
  float: right;
  height: 100%;
  line-height: 58px;
  color: #999;
  font-size: 12px;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi {
  height: 150px;
  border-bottom: none;
}


.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi .img-box {
  float: left;
  height: 100%;
  width: 125px;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi .img-box img {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi div {
  float: right;
  width: 250px;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi div .content-title {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box ul li.hc-firstLi div p a {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  display:inline-block;
  text-decoration:none;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box .hc-content_1 {
  float: left;
  width: 430px;
  padding-right: 40px;
}
.wrapper .main_body .hc-main a{
	text-decoration:none;
}
.wrapper .main_body .hc-main .hc-left .hc-content-box .hc-content_2 {
  float: left;
  width: 400px;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container {
	position:relative;
  width: 100%;
  height: 230px;
  padding: 25px 0 35px;
}

.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .left-hander {
	position:absolute;
	right:-2%;
	margin-top:75px;
	width:50px;
	height:45px;
	background:url(imageslunbo_arrow_grey_right.png) no-repeat;
	z-index:99;
}

.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .right-hander {
	position:absolute;
	left: 2%;
	margin-top:75px;
	width:50px;
	height:45px;
	background:url(imageslunbo_arrow_grey_left.png) no-repeat;
	z-index:99;
}

.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box {
  height: 100%;
  background-color: #eaeaea;
  padding: 0 65px;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider {
	float:left;
  height: 100%;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li {
	position:relative;
	float:left;
	list-style:none;
	padding:0; /* 将默认的内边距去掉 */
    margin:25px 10px 35px 0px;
  width: 166px;
  height: 120px;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a {
	
	float:left;
  width: 100%;
  height: 100%;
  display:inline-block;
  text-decoration:none;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a img {
	float:left;
  width: 100%;
  height: 100%;
  z-index:10;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a > span {
  display: none;
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 40px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  text-align:center;
  line-height:40px;
  color:#fff;
  font-size:16px;
  z-index:99;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a div {
  display: table;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a div p {
  color: #eee;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a:hover > span {
  display: inline-block;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bxslider li a:hover div {
  display: table;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bx-wrapper {
  padding: 25px 0;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bx-wrapper .bx-pager {
  display: none;
}
.wrapper .main_body .hc-main .hc-left .hc-story .bxSlide-container .bxSlide-box .bx-wrapper .bx-viewport {
  height: 120px !important;
  left: 0px;
  top: 0px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul {
	width:100%;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li {
  float: left;
  height: 114px;
  width: 396px;
  padding-top: 15px;
  border-bottom: 1px solid #e6e6e6;
  list-style:none;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > a {
	text-decoration:none;
  float: left;
  width: 80px;
  height: 80px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > a img {
  width: 80px;
  height: 80px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div {
  float: right;
  width: 306px;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div > a {
	text-decoration:none;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div p {
  width: 278px;
  line-height: 20px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div p a {
	text-decoration:none;
  color: #666;
  font-size: 12px;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot {
  height: 20px;
  margin-top: 14px;
  line-height: 20px;
  text-align: right;
  color: #999;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot span {
  min-width: 15px;
  height: 100%;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot span.hc-source {
  background-image: url('imagescomp.png');
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot span.hc-time {
  margin-left: 14px;
  background-image: url('imagesclock.png');
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li > div .hc-otherHonesty-foot i {
  display: inline-block;
  width: 14px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-left .hc-otherHonesty ul li.preLi {
  margin-right: 42px;
}
.wrapper .main_body .hc-main .hc-right {
  float: right;
  width: 346px;
}
.wrapper .main_body .hc-main .hc-right .hc-video {
  padding: 10px 10px 0 ;
  border: 1px solid #bebebe;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box {
  padding-top: 26px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video {
  width: 100%;
  height: 220px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video .hc-video-dimensions {
  width: 100%;
  height: 100%;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video .video-js .vjs-big-play-button {
  width: 50px;
  height: 50px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video .vjs-big-play-centered .vjs-big-play-button {
  top:100%;
  left:100%;
  margin-top:-68px;
  margin-left:-54px;
  border-radius: 25px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-title {
  /*height: 66px;*/
  width: 100%;
  /*line-height: 66px;*/
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin:15px 0;
  overflow:hidden;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-content {
  line-height: 20px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-content a {
	text-decoration:none;
  color: #999;
}
.wrapper .main_body .hc-main .hc-right .hc-video .hc-video-list {
  padding-top: 18px;
  border-top: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-right .hc-video .hc-video-list li {
  height: 30px;
  font-size: 14px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .hc-video-list li i {
  height: 100%;
  color: #e22323;
  padding-right: 5px;
}
.wrapper .main_body .hc-main .hc-right .hc-video .hc-video-list li a {
	text-decoration:none;
  height: 100%;
  color: #333;
}
.wrapper .main_body .hc-main .hc-right .hc-second {
  width: 100%;
  height: 328px;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #bebebe;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top {
	float:left;
	width:100%;
  height: 172px;
  padding: 20px 8px;
  overflow: hidden;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > a {
	text-decoration:none;
  float: left;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > a img {
  float: left;
  height: 118px;
  width: 92px;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > div {
  float: right;
  width: 196px;
  height: 100%;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > div > a {
	text-decoration:none;
  font-size: 18px;
  color: #333;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > div p {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-top > div p a {
	text-decoration:none;
  font-size: 14px;
  color: #666;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-bottom span {
  float: left;
  width:100%;
  height: 30px;
  line-height: 30px;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-bottom span.odd-span {
  float: right;
}
.wrapper .main_body .hc-main .hc-right .hc-second .hc-second-content-bottom span a {
  height: 100%;
  font-size: 14px;
  color: #666;
}
.wrapper .main_body .hc-main .hc-right .hc-third {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-right .hc-forth {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot {
  height: 20px;
  line-height: 20px;
  text-align: right;
  color: #999;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot span {
  min-width: 15px;
  height: 100%;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot span.hc-source {
  background-image: url('imagescomp.png');
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot span.hc-time {
  margin-left: 8px;
  background-image: url('imagesclock.png');
}
.wrapper .main_body .hc-main .hc-right .hc-video .video-box .video-foot i {
  display: inline-block;
  width: 8px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
}


/*专栏样式*/
.content_four_bg {
    min-width: 1200px;
	height:166px;
    clear: both;
    background: #eaeaea;
    margin: 30px auto 0;
}

.content_four_bg  .content_four {
	position:relative;
    width: 1200px;
	height:100%;
    margin: 0 auto;
	overflow:hidden;
	z-index:5;

  /*  padding: 20px 0;*/
}




.content_four_bg  .content_four .slide-zt {
	float:left;
	margin-top:20px;
	width:2400px;
	height:121px;
	overflow:hidden;
	z-index:5;

}
.content_four_bg  .content_four .slide-zt li{
	float:left;
	list-style:none;
	padding:0; /* 将默认的内边距去掉 */
    margin:0; 
	width:173px;
	height:121px;
	

}

.content_four_bg  .content_four .slide-zt li a img{
	float:left;
	width:162px;
	height:121px;
}



.content_four_bg .left-hander {
	position:absolute;
	right:7%;
	margin-top:55px;
	width:50px;
	height:45px;
	background: url(imagesnext.png) no-repeat;
	z-index:99;
}

.content_four_bg .right-hander {
	position:absolute;
	left: 7%;
	margin-top:55px;
	width:50px;
	height:45px;
	background: url(imagesprev.png) no-repeat;
	z-index:99;
}
/*行业信用*/
.Comprehensive_dynamic{
    width: 100%;
    height: 380px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    margin-top: 25px;
	overflow:hidden;
}
.Comprehensive_dynamic_ul{
    width: 100%;
    height: 150px;
	overflow:hidden;
}
.Comprehensive_dynamic_ul li{
    width: 204px;
    height: 100%;
    float: left;
    cursor: pointer;
	margin-right:4px;
	overflow:hidden;
}
.Comprehensive_dynamic_ul #last_li{
	    width: 204px;
    height: 100%;
    float: left;
    cursor: pointer;
	margin-right:0px !important;
	overflow:hidden;
}
.Comprehensive_dynamic_ul li img{
	float:left;
	width:100%;
	height:100%;
}
.Comprehensive_dynamic_ul #last_li.active{
	 float: left;
    width: 204px;
    height: 146px;
	border-bottom:4px solid #3F0;
    cursor: pointer;
}
.Comprehensive_dynamic_ul .active{
	 float: left;
    width: 204px;
    height: 146px;
	border-bottom:4px solid #3F0;
    cursor: pointer;
}

.Comprehensive_dynamic_list_ul{
    padding: 20px 50px 10px 50px;
    height: 150px;
}
.Comprehensive_dynamic_list_ul li{
	
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.Comprehensive_dynamic_list_ul li p{
    float: left;
    padding-left: 20px;
    background-image: url(imagesjointRP-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.Comprehensive_dynamic_list_ul li p a{
	text-decoration:none;
    font-size: 14px;
    color: #333;
}
.Comprehensive_dynamic_list_ul li span{
    float: right;
    font-size: 14px;
    color: #999;
    width: 150px;
}

.Comprehensive_dynamic_list_more {
    text-align: center;
}
.Comprehensive_dynamic_list_more a{
	text-decoration:none;
    color: #e22323;
}

.credit_commitment {
    width: 830px;
    display: inline-block;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    margin-top: 15px;
}
.body_part_left_top {
	height:100%;
	padding:30px 20px 30px 20px;
}
.body_part_left_top_one {
    width: 380px;
    height: 100%;
    float: left;
}
.body_part_left_top_two {
    width: 380px;
    height: 100%;
    float: right;
}
.body_part_left_top ul li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.body_part_left_top ul li p {
    /*float: left;*/
    color: #666;
    width:100%;
}
.body_part_left_top ul li p a{
	text-decoration:none;
    color: #333333;
    font-size: 14px;
}
.body_part_left_top ul li span{
    float: right;
    color: #999;
}

.billboard_list_ul{
    padding: 20px 0px 10px 0px;
    /*height: 150px;*/
    height: 90px;
}
.billboard_list_ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.billboard_list_ul li p{
    float: left;
    padding-left: 20px;
    background-image: url(imagesjointRP-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.billboard_list_ul li p a{
    font-size: 14px;
    color: #333;
	text-decoration:none;
}
.billboard_list_ul li span{
    float: right;
    font-size: 14px;
    color: #999;
    width: 150px;
}

.billboard{
    height: 45px;
    border-bottom:2px solid #bebebe;
}
.billboard li{
    position: relative;
    margin-left: 100px;
    float: left;
    font-size: 16px;
    color: #333;
    height: 45px;
    line-height: 55px;
    font-weight: 600;
    cursor: pointer;
}
.billboard li.active {
    border-bottom: 2px solid #e22323 !important;
    color: #e22323;
}
.billboard li i{
    position: absolute;
    width: 10px;
    height: 5px;
    top:47px;
    left: 45px;
    display: none;
    background: url('imagescreditResearch_2.png')no-repeat;
}
.billboard li.active i{
    display: block;
}

.StandardHeight{
    height: 200px;
    width: 100%;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    margin-top: 15px;
}

.third_party{
    height: 220px !important;
}
.third_party_list_ul{
    padding: 20px 0px 10px 0px;
    height: 150px;
}
.third_party_list_ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.third_party_list_ul li p{
    float: left;
    padding-left: 20px;
    background-image: url(imagesjointRP-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.third_party_list_ul li p a{
    font-size: 14px;
    color: #333;
	text-decoration:none;
}
.third_party_list_ul li span{
    float: right;
    font-size: 14px;
    color: #999;
    width: 150px;
}

/*城市信用*/
.mod-page { float:left; width: 1200px; min-width: 1000px; height:370px; margin-bottom:20px;}

/*专栏样式*/

.content_four_bg {
	position:relative;
	margin:0 auto;
    min-width: 1200px;
	height:166px;
    clear: both;
}

.content_four_bg  .content_four {
	position:relative;
    width: 1200px;
	height:100%;
	overflow:hidden;
	z-index:5;

  /*  padding: 20px 0;*/
}




.content_four_bg  .content_four .slide-zt {
	float:left;
	margin-top:20px;
	width:2400px;
	height:121px;
	overflow:hidden;
	z-index:5;

}
.content_four_bg  .content_four .slide-zt li{
	float:left;
	list-style:none;
	padding:0; /* 将默认的内边距去掉 */
    margin:0; 
	width:173px;
	height:121px;
	

}

.content_four_bg  .content_four .slide-zt li a img{
	float:left;
	width:162px;
	height:121px;
}



.content_four_bg .left-hander {
	position:absolute;
	right:7%;
	margin-top:65px;
	width:50px;
	height:45px;
	background: url(imageslunbo_arrow_grey_right.png) no-repeat;
	z-index:99;
}

.content_four_bg .right-hander {
	position:absolute;
	left: 9%;
	margin-top:65px;
	width:50px;
	height:45px;
	background: url(imageslunbo_arrow_grey_left.png) no-repeat;
	z-index:99;
}



.content_four_bg .slide-zt  a .mask-hover{ 
	width: 162px;
    height: 32px;
	position:relative;
	bottom:32px;
    color: #fff;
	text-align:center;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    overflow: hidden;
	z-index:190;
    -webkit-transition: height .5s ease;
       -moz-transition: height .5s ease;
         -o-transition: height .5s ease;
            transition: height .5s ease;	
			font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
		line-height:32px;
	font-size:13px;
   font-style:normal;
   font-weight:400;	
	
}

.jointrp-section-city { float: left; height: 310px; width: 1200px; border: 1px solid #bebebe; box-sizing: border-box; padding: 0 20px 0; margin-bottom: 10px; margin-top: 10px; }
.list-title1 { display:block;margin:10px 0 15px 0;border-bottom: 1px solid #999;height: 36px; position:relative}
.list-title1 .tit {
      float: left;
      height: 30px;
      box-sizing: border-box;
      border-bottom: 5px solid #ea3e3e;
      padding-left: 30px;
      padding-bottom: 25px;
      background-image: url('imageszx_icon_red.png');
      background-position: left center;
      background-repeat: no-repeat;
      font-size: 18px;
      font-weight: 500;
      position:relative;bottom:-6px;
	
}

.list-title1 .more{
    font-size: 12px;
    padding-right: 22px;
    float: right;
    color: #999;
    cursor: pointer;
    text-align: right;
	display:inline-block;
    position :relative;
    top :10px;
}


.jointrp-section-city2{ position:relative;}
.jointrp-section-city2 ul { float: left; width: 575px; box-sizing: border-box; color: #333; font-size: 16px; }
.jointrp-section-city2 ul li { height: 29px; line-height: 29px; overflow: hidden; }
.jointrp-section-city2 ul li p { float: left; padding-left: 20px; background-image: url('imagesjointRP-arrow.png'); background-repeat: no-repeat; background-position: left; background-position-y: 9px; }
.jointrp-section-city2 ul li p a { color: #333; font-size: 14px; width: 300.13px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: inline-block; }
.jointrp-section-city2 ul li span { float: left; height: 30px; width: 210px; text-align: right; line-height: 30px; font-size: 14px; color: #999; padding-left: 20px; }
.group1_cell { float: left; width:49%;display:inline-block; vertical-align:top}
.co_list1 { float:left; display:block;text-align:left;margin-bottom:15px;padding:0;border:none;}
.co_list1 li{ display:block; text-align:left;font-size:14px; padding:4px 0 4px 10px;  }
.co_list1 li span{ float:right; font-size:14px;margin-right:3px; }
.co_list1 li a,.co_list1 li a:visited {text-decoration:none;}
.co_list1 li a:hover {}
.borderStyle { float:left; border-right: 1px solid #bebebe; }
.mleft20 {margin-left:20px;}

.jointrp-section1 { float: left; height: 350px; width: 1200px; border: 1px solid #bebebe; box-sizing: border-box; padding: 0 20px 0; margin-bottom: 50px; margin-top: 10px; }
.title01 {  display:block;  margin:0px 0 10px 0; height:22px; line-height:22px; }
.title01  .L { float:left;font-size:16px; text-align:left; font-weight:bold }
.title01  .L span { color:#1570bf; font-size:24px; vertical-align: text-top  }
.title01  .R {float:right; font-size:12px; font-weight:normal; }
.group1 { display: block; width:100%}
.artical_wrap_title{
  border-bottom: 4px solid #e6e6e6;
  height: 37px;
  line-height: 25px;
  color: #333;
  font-size: 16px;
}
.artical_wrap_title_name{
  display: inline-block;
  height: 40px;
  border-bottom: 4px solid #ea3e3e;
  box-sizing: border-box;
}
.artical_wrap_title span em{
  display: inline-block;
  width: 30px;
  height: 40px;
  vertical-align: middle;
  background: url(imageslist_icon.png) 0 5px no-repeat;
}
.artical_wrap_title .cityMore {
  float: right;
  line-height: 30px;

}
.artical_wrap_title .cityMore a{
  font-size: 12px;
  color: #e22323;
}
.education{
  margin-top: 20px;
}
.artical_wrap_education{
  overflow: hidden;
  margin: 25px 20px;
}
.artical_wrap_education li{
  float: left;
  margin-right: 30px;
  width: 243px;
  height: 174px;
  overflow: hidden;
}
.artical_wrap_education li img{
	float:left;
	width:100%;
	height:100%
}


.artical_wrap_three_list{
  overflow: hidden;
  margin: 20px 0;
}
.artical_wrap_three_list li{
  width: 410px;
  height: 135px;
  overflow: hidden;
  float: left;

}
.artical_wrap_three_list li a {
	float:left;
	width:100%;
	height:100%;
	text-decoration:none;
}
.artical_wrap_three_list li a img{
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:115px;
	height:115px;
	
}
.artical_wrap_three_list li a  span{
	float:left;
	margin-top:20px;
	width:275px;
	height:45px;
	font-size:20px;
	line-height:45px;
	color:#FFF;
	font-weight:400;
	text-align:center;
}
.artical_wrap_three_list li a p{
	float:left;
	margin-top:10px;
	margin-left:20px;
	width:255px;
	height:60px;
	font-size:16px;
	color:#f7f54b;
	text-align:left;
}
.artical_wrap_three_list_title{
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.artical_wrap_three_list_left{
  float: left;
}
.artical_wrap_three_list_right{
  float: right;
  width: 600px;
}
.artical_wrap_three_list_right a{
  font-size: 14px;
}
.artical_wrap_three_list_right_title{
  margin-bottom: 20px;

}
.artical_wrap_three_list_right_content a{
  color: #666;
  height: 30px;
  line-height: 30px;
}

.talk_title {
  font-size: 14px;
  margin: 10px 0px;
}
.talk_title em{
  display: inline-block;
  width: 16px;
  height: 30px;
  vertical-align: middle;
  background: url(../images/red_icon.png) 0 5px no-repeat;
}
.talk_list {
  overflow: hidden;
  margin: 10px 10px;
}
.teacher_left{
  width: 360px;
  float: left;
}
.teacher_right{
  width: 360px;
  float: right;
}
.teacher_list li{
  margin-top: 30px;
}
.teacher_list p{
  line-height: 25px;
  font-size: 14px;
}
.teacher_name{
  font-size: 14px;
  font-weight: 700;
}
.teacher_title{
  color: #e22323;
  font-weight: 700;
}
.teacher_content{
  color: #666;
}
.student_name{
  font-size: 14px;
  font-weight: 700;
}
.student_title{
  color: #e22323;
  font-weight: 700;
}
.student_content{
  color: #666;
}
.talk_more{
  font-size: 14px;
  color: #e22323;
  float: right;
}

.legislation_left_xy  {
  height: 185px;
  width: 828px;
  border: 1px solid #bebebe;
  margin: 15px 0 30px 0;
  box-sizing: border-box;
  padding: 15px;
}
.legislation_left_xy  .ul_left,
.legislation_left_xy  .ul_right {
  float: left;
  width: 365px;
}
.legislation_left_xy  .ul_left li,
.legislation_left_xy  .ul_right li {
  height: 30px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  background: green;
  box-sizing: border-box;
  padding-left: 20px;
  background: url("imagesjointRP_13.png") no-repeat left;
}
.legislation_left_xy .ul_left li a,
.legislation_left_xy .ul_right li a {
  color: #000;
  text-decoration:none;

}


.legislation_left_xy .vertical_line {
  margin-left:30px;
  margin-right: 16px;
  float: left;
  height: 140px;
  border-right: 1px solid #bebebe;
}
.legislation_left_xy .ul_right {
  float: left;
}

/*信用研究*/

.wrapper .main_body  .cr-shalong .cr-shalong-box {
  min-height: 340px;
  width: 100%;
  padding: 25px 15px 10px;
  margin-top: 20px;
  border: 1px solid #e6e6e6;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-head {
  text-align: center;
  width: 100%;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-head p {
  font-size: 28px;
  color: #333;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-head p em {
  color: #e22323;
  font-weight: 600;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-head span {
  color: #999;
  font-size: 14px;
 /* text-decoration: underline;*/
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-head span a {
  color: #999;
 /* text-decoration: underline;*/
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content {
  padding-top: 25px;
  text-align: center;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-title {
  height: 30px;
  width: 734px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-title span {
  position: relative;
  top: 0;
  left: 0;
  width: 160px;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #e6e6e6;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-title span i {
  position: absolute;
  width: 10px;
  height: 5px;
  left: 75px;
  bottom: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('imagescreditResearch_2.png');
  display: none;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-title span.active {
  border-bottom: 2px solid #e22323;
  color: #e22323;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-title span.active i {
  display: inline-block;
}


.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-detail ul {
  width: 100%;
  padding: 15px 30px 0;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-detail ul li {
  width: 100%;
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('imagesjointRP-arrow.png');
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-detail  ul li p {
  float: left;
  max-width: 600px;
  height: 100%;
  color: #333;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-detail ul li p a {
  color: #333;
  height: 100%;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-detail  ul li span {
  color: #9f9f9f;
  float: right;
  height: 100%;
  width: 130px;
  margin-right:80px;
  text-align: left;
  overflow: hidden;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-detail  .loadMore {
	float:left;
  height: 15px;
  width:100%;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
}
.wrapper .main_body  .cr-shalong .cr-shalong-box .cr-shalong-content .cr-shalong-detail  .loadMore a {
  color: #e22323;
}

/*诚信贵州期刊*/
.wrapper .main_body .cs-main-box-qk {
  margin: 20px 0;
  padding: 0 0 0 20px;
  color: #333;
  overflow:hidden;
}
.wrapper .main_body .cs-main-box-qk div {
  box-sizing: border-box;
}
.wrapper .main_body .cs-main-box-qk .cs-tab-header {
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #bebebe;
}
.wrapper .main_body .cs-main-box-qk .cs-tab-header span {
  width: 130px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.wrapper .main_body .cs-main-box-qk .cs-tab-header span.activeSpan,
.wrapper .main_body .cs-main-box-qk .cs-tab-header span:hover {
  border-bottom: 4px solid #ea3e3e;
}
.wrapper .main_body .cs-main-box-qk .cs-tab-content-qk ul {
  overflow: hidden;
  padding-top:20px;
  width:100%;
}
.wrapper .main_body .cs-main-box-qk .cs-tab-content-qk ul li {
  float: left;
  position: relative;
  margin: 0 35px 20px 0;
  width: 370px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 72px 48px;
  overflow: hidden;
}
#last_li{
  margin-right: 0px !important;
  float: right !important;

}

.wrapper .main_body .cs-main-box-qk .cs-tab-content-qk ul li  span {
  position:absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: #ea3e3e;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding: 0 13px;
  /*margin-top: 16px;*/

}

.isSafeCheck{
	float:left;
  width: 344px;
  height: 236px;
}

.magazine ul li  img{
  width: 160px;
  height: 210px;
  padding: 13px 106px;
}

.magazine2 ul li  img{
	float:left;
	margin-left:24px;
	margin-top:13px;
  width: 160px;
  height: 210px;
    border:1px solid #CCC;

}

.kanwu_icon{
  display: inline-block;
  background: url(imageskanwu_icon.png) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}


.cs-title-qk {
	float:left;
	width:93%;
  height: 98px;
  margin: 5px 13px;
  text-align:center;
}
.cs-title-qk a {
	width:100%;
	text-align:center;
  color: #333;
  font-size: 16px;
}

.cs-title-qk .newsList-footer-left1{
	float:left;
  width: 35px;
  line-height: 20px;
  height: 20px;
  padding: 1px 7px;
  background-color: #ea3e3e;
  color: #fff;
  font-size: 14px;
  font-style:normal;
  margin-right: 7px;
  
}
.journal_from{
  float: right;
  margin-right:20px;
}

.wrapper .main_body .cs-main-box-qk .cs-tab-content-more ul {
  overflow: hidden;
  padding: 20px 0px 0;
}
.wrapper .main_body .cs-main-box-qk .cs-tab-content-more  ul li {
  float: left;
  position: relative;
  margin: 0 23px 20px 0;
  width: 213px;
  height: 315px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 72px 48px;
  overflow: hidden;
}

.cs-title-more {
	float:left;
	width:90%;
  height: 98px;
  margin: 5px 13px;
  text-align:center;
}
.cs-title-more a {
  color: #333;
  font-size: 16px;
   text-align:center;
}
.sharebook {
  width: 56px;
  height: auto;
  background-color: #efefef;
  position: fixed;
  /*top: 300px;*/
  bottom: 50px;
  right: 0;
  z-index: 99999;
}
/*网站导航*/
.government_content {
  width: 100%;
  background: #f2f1f1;
}
.government_content .government_ul {
  width: 1200px;
  margin: 0 auto;
}
.government_content .government_ul ul {
  overflow: hidden;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.government_content .government_ul ul li {
  float: left;
  width: 295px;
  height: 77px;
}
.government_content .government_ul ul li a{
	color:#333;
	text-decoration:none;
}
.government_content .government_ul ul li .department {
  margin-top: 15px;
  font-size: 18px;
}
.government_content .government_ul ul li .platform {
  font-size: 14px;
  color: #999;
}
.government_content .government_ul ul li .platform a {
  color: #999;
}
.government_content .blue ul li .platform {
  color: #3192c4;
}
.government_content .blue .more {
  text-align: right;
  font-size: 18px;
  color: #ea3e3e;
}

.big_title {
  width: 100%;
  height: 80px;
  background: #fff;
  overflow: hidden;
}
.big_title .title_title {
  margin: 42px auto;
  width: 1200px;
  height: 34px;
  font-size: 20px;
}
.big_title .title_title .title {
  float: left;
  border-bottom: 7px solid #ea3e3e;
}
.big_title .title_title .title i {
  vertical-align: top;
  margin-right: 4px;
  display: inline-block;
  width: 10px;
  height: 24px;
  background: #ea3e3e;
}
.big_title .title_title .title_right {
  float: right;
  margin-top: 10px;
  font-size: 16px;
  color: #b3b3b3;
}
.big_title .title_title .title_right span {
  color: #333;
}
.act {
  display: none;
}
.content_web{}

.searchArticleWrap .searchArticle-box {
  widht: 789px;
  padding: 20px;

  /*  搜索结果 */
  /*  搜索- list */
}
.searchArticleWrap .searchArticle-box .search-result {
  // text-align: center;
  color: #a7a7a7;
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
.searchArticleWrap .searchArticle-box .search-result .search-mes-wrap {
  margin: 0 10px 0 10px;
}
.searchArticleWrap .searchArticle-box .search-result .search-mes-num {
  color: #0063ba;
  padding: 0 6px 0 10px;
}
.searchArticleWrap .searchArticle-box .search-result-list {
  width: 749px;
  margin-bottom: 20px;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-li {
  width: 100%;
  border-bottom: 1px solid #bebebe;
  padding: 20px;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-h4 {
  font-size: 20px;
  margin-bottom: 10px;
  // font-weight: bold;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-h4 a{
  color: #333;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-p {
  margin-bottom: 20px;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-p a{
  letter-spacing: 1px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom {
  height: 20px;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-left {
  float: left;
  height: 20px;
  color: #fff;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-left .column {
  width: 40px;
  background-color: #ea3e3e;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-left .column-mesg {
  // width: 80px;
  padding: 0 10px;
  background-color: #efefef;
  color: #464646;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .column,
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .column-mesg {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-right {
  float: right;
  height: 20px;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-right .column-src {
  display: inline-block;
  color: #929292;
  font-size: 12px;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-right .column-d {
  display: inline-block;
  padding: 0 14px 0 14px;
  color: #999999;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-right .column-mesg {
  display: inline-block;
  padding-left: 17px;
  color: #929292;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-right i {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-bottom: 2px;
  margin-right: 6px;
  background: url("imagessprite01.png") no-repeat -81px 0;
}
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-right a,
.searchArticleWrap .searchArticle-box .search-result-list .list-bottom .list-bottom-right i {
  vertical-align: middle;
}

/*双公示*/

/*新增样式模块*/
.dataSize{
	margin:0 auto;
	overflow:hidden;
	
  width: 1200px;
  height: 130px;

}
.dataSize ul{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dataSize ul li{
  float: left;
  margin-left: 65px;
  font-size: 20px;
  color: #fff;
  height: 130px;
  line-height: 130px;
}
.dataSize ul li span{
  font-size: 37px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}

.content_five {
  width: 1200px;
  margin: 30px auto 0;
  overflow: hidden;
}

.content_five .qzqd{
	float:left;
	margin-top:10px;
	width:590px;
	height:100px;
	text-decoration:none;
}

.content_five .qzqd  img{
	float:left;
	width:100%;
	height:100%;
}
.content_five .gstz{
	float:left;
	margin-left:20px;
	margin-top:10px;
	width:590px;
	height:100px;
	
	text-decoration:none;
}

.content_five .gstz  img{
	float:left;
	width:100%;
	height:100%;
}


.content_five .body_part_left {
  width: 590px;
  height: 310px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 15px;
}
.content_five .content_five_one {
  width: 100%;
  height: 100%;
  float: left;
}

.last_right{
  float: right !important;
  margin-right: 0px !important;
}
.newsgs{
	float:left;
	width:100%;
	height:300px;
	overflow:hidden;
	margin-top:20px;
}
.body_part_left_iframe_sgs{
	margin-top:0px;
	float:left;
	width:100%;
	height:250px;
}
.body_part_left_top_sgs{
  overflow: hidden;
  padding: 0px 20px;
  padding-top: 25px;
}
.body_part_left_top_sgs ul{
  padding: 10px;
}
.body_part_left_top_sgs ul a{
  font-size: 14px;
  color: #666;
}
.body_part_left_top_sgs ul li{
  height: 37px;
  line-height: 37px;
}
.body_part_left_top_sgs ul li p {
  float: left;
  color: #666;
}
.body_part_left_top_sgs ul li em{
  display: inline-block;
  width: 20px;
  height: 37px;
  vertical-align: middle;
  background: url(imagesjointRP-arrow.png) 0 14px no-repeat;
  float: left;
}
.body_part_left_top_sgs ul li p a{
  color: #333333;
}
.body_part_left_top_sgs ul li span{
  float: right;
  color: #999;
}
.search-show-box{
	float:left;
	margin-top:16px;
}

.search-show-box .conditionQuery {
  width: 100%;
  padding: 10px 20px 0 20px;
  border-top: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
}
.search-show-box .conditionQuery .select li.select-li {
  width: 100%;
  padding: 8px 0;
  position: relative;
  /* 选中状态*/
}
.search-show-box .conditionQuery .select li.select-li .selected {
	padding-left:10px;
	padding-right:10px;
	  color: #fff;	  
  background: #e22323;
  
 /* background-color: #e1e1e1;*/
}
.search-show-box .conditionQuery .select li.select-li .selected a {
  color: #fff;
  padding: 5px 10px;
  background: #e22323;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-name,
.search-show-box .conditionQuery .select li.select-li .select-li1-list,
.search-show-box .conditionQuery .select li.select-li .select-li1-btn {
  float: left;

}
.search-show-box .conditionQuery .select li.select-li .select-li1-list,
.search-show-box .conditionQuery .select li.select-li .select-li1-btn {
  margin-top: 6px;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap,
.search-show-box .conditionQuery .select li.select-li .select-li2-name,
.search-show-box .conditionQuery .select li.select-li .select-li2-list {
  display: inline-block;
}

.search-show-box .conditionQuery .select li.select-li .select-li1-name {
  font-size: 18px;
  margin-left: 20px;
}
.search-show-box .conditionQuery .select li.select-li .select-li2-name,
.search-show-box .conditionQuery .select li.select-li .select-li3-name {
  font-size: 14px;
  color: #666;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-list li {
  margin-right: 10px;
  padding: 0 6px 0 20px;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-list li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  background: url("imagessprite01.png") no-repeat 0 0;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-btn {
  margin-left: 20px;
  display: none;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-btn a {
  color: #0063ba;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap {
  width: 345px;
  height: 38px;
  position: absolute;
  top: 6px;
  right: 45px;
  /*border: 1px solid #bebebe;*/
  font-size: 0;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap .select-li1-searchbtn {
  display: inline-block;
  vertical-align: top;
  /* margin-left: 20px; */
  width: 18px;
  height: 31px;
  padding-top: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 999;
  right: 20px;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap .select-li1-searchbtn i {
  display: inline-block;
  width: 25px;
  height: 31px;
  background: url("imagesRBNameList_03.png") no-repeat;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap .select-li1-input {
  width: 345px;
  vertical-align: top;
  height: 30px;
  border: none;
  background-color: #f6f6f6;
  padding: 10px 0 9px 15px;
  font-size: 12px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-name,
.search-show-box .conditionQuery .select li.select-li .select-li3-list,
.search-show-box .conditionQuery .select li.select-li .select-li3-btn {
  display: inline-block;
  vertical-align: top;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-btn {
  position: absolute;
  top: 16px;
  right: 15px;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-btn a {
  text-decoration:none;
  color: #e22323;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-btn i {
  display: inline-block;
  width: 20px;
  height: 7px;
  margin-left: 10px;
  background: url("imagespublicTwo2_icon.png") no-repeat;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-list {
  height: auto;
  overflow: hidden;
  position: relative;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-btn,
.search-show-box .conditionQuery .select li.select-li .select-li3-list {
  background: #eaeaea;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-list li,
.search-show-box .conditionQuery .select li.select-li .select-li2-list li,
.search-show-box .conditionQuery .select li.select-li .select-li3-list li {
  display: inline-block;
  margin-right: 24px;
  line-height: 35px;
  margin: 5px 10px;
}
.search-show-box .conditionQuery .select li.select-li3 {

  padding-bottom: 45px;
}
.search-show-box .conditionQuery .select-li3-list {
  width: 850px;
}
.search-show-box .conditionQuery .select-li3-list li {
  line-height: 35px;
  margin: 5px 5px;
}
.search-show-box .search-tip-wrap {
  padding: 16px 0 20px 20px;
  font-size: 14px;
}
.search-show-box .search-tip-wrap .search-tip-span1,
.search-show-box .search-tip-wrap .search-tip-span2 {
  color: #0063ba;
  margin: 0 5px;
}
.search-show-box .search-tip-wrap .search-tip-span2 {
  margin-left: 14px;
}

.select-li3-bg{
  background: #eaeaea;
  width: 1077px;
  height: 44px;
  display: inline-block;
  float: right;
  margin-top: -4px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 499;
}
.select-li3-bg-max{
  background: #eaeaea;
  width: 1077px;
  height: 460px;
  display: inline-block;
  float: right;
  margin-top: -4px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 499;
}


.select-li2-list-h{
  width: 1077px;
  height: 44px;
  background: #eaeaea;
}

.select-li1{
  background: #e22323;
  color: #ffffff;
  margin: 15px 0px;
}
.select-li3-name{
  line-height: 35px;
}
.select-li3-list-toggle{
  height: auto;
}
.body_part_left_top_sgs .cityName {
	
  font-size: 18px;
  height: 35px;
  float: left;
  line-height: 35px;
  color: #0c0300;
  border-bottom: 4px solid #ea3e3e;
  padding-left: 35px;

}
.body_part_left_top_sgs  .list_icon{
  background: url('imageslist_icon.png') no-repeat 4px 4px;
}
.result-tab {
	float:left;
	width:1198px;
	height:1200px;
	overflow:hidden;
	border-bottom:1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
	margin-bottom:50px;


}

.body_part_big{
	margin-top:10px;
  width: 99.9%;
  height: 465px;
  border: 1px solid #bebebe;
  margin-bottom: 20px;
}
.body_part_big .title{
  width: 1150px;
}

.city_data{
  margin-top:10px;
  width: 1200px;
  height: 345px;
}
.cx-min-box{
	min-height:850px;
}
        
.main_body  .fzpcx   {
	width:101%;
	height:545px;
	overflow:hidden;
}
.main_body  .fzpcx .ifrpage{
	float:left;
	margin-top:-375px;
	width:101%;
	height:1000px;
	
}
	        
/*信用代码查询*/
.show   .search_super{
	display:block;
	float:left;
    width: 100px;
    height: 50px;
    border-left: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
	font-size:14px;
	color:#666;
	text-align:left;
	text-indent:13px;	
}
.show   .search_super i{
	float:right;
	margin-right:5px;
	margin-top:23px;
	background:url(imagespublicTwo2_icon.png) no-repeat;
	width:14px;
	height:7px;
	border:none;
}
	

.hide   .search_super{
	display:none;
	display:block;
	float:left;
    width: 100px;
    height: 50px;
    border-left: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
	
}

.hide  .search_input2{
	display:none;
	float:left;
    width: 500px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}
.show .search_input2 {
	display:block;
	float:left;
    width: 500px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 50px;
    text-indent: 20px;
    vertical-align: middle;
}

.header-search-panel-hide {
  position: absolute;
  right: 68px;
  top: 91px;
  width: 574px;
  padding: 12px 12px 0;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-top: none;
  z-index: 100;
  display:none;

}


.header-search-panel {
  position: absolute;
  right: 68px;
  top: 91px;
  width: 574px;
  padding: 12px 12px 0;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-top: none;
  z-index: 100;

}


.header-search-panel .header-list {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
}
 .header-search-panel .header-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
.header-search-panel > ul {
  width: 100%;
}
 .header-search-panel > ul > li {
  height: 28px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
 .header-search-panel > ul > li > span {
  float: left;
  width: 100px;
  height: 28px;
  border: 1px solid #bebebe;
  text-align: center;
  line-height: 28px;
  color: #333;
}
.header-search-panel > ul > li > div {
  float: right;
  position: relative;
  top: -12px;
  left: 0;
  width: 460px;
  height: 100%;
}
.header-search-panel > ul > li > div input {
  display: inline-block;
  height: 100%;
  border: 1px solid #bebebe;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.header-search-panel > ul > li > div input::-ms-clear {
  display: none;
}
.header-search-panel > ul > li > div input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.header-search-panel > ul > li > div input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
 .header-search-panel > ul > li > div input:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
.header-search-panel > ul > li > div input:focus {
  border-color: #bebebe;
}
 .header-search-panel > ul > li > div i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url('imagessocietyCodeSearch_4.png');
  background-repeat: no-repeat;
  background-position: center;
}
 .header-search-panel > ul > li > div .header-partments-list {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  height: 150px;
  display: none;
}
.header-search-panel > ul > li > div .header-partments-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
 .header-search-panel > ul > li > div .header-org-list {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  display: none;
}
.header-search-panel > ul > li > div .header-org-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
 .header-search-panel > ul > li.header-location > div div {
  position: relative;
  float: left;
  height: 100%;
  width: 149px;
}
.header-search-panel > ul > li.header-location > div div input {
  width: 100%;
  display: inline-block;
  height: 100%;
  border: 1px solid #bebebe;
  padding-left: 20px;
  font-size: 14px;
}
 .header-search-panel > ul > li.header-location > div div input::-ms-clear {
  display: none;
}
.header-search-panel > ul > li.header-location > div div input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.header-search-panel > ul > li.header-location > div div input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
 .header-search-panel > ul > li.header-location > div div input:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
.header-search-panel > ul > li.header-location > div div input:focus {
  border-color: #bebebe;
}
 .header-search-panel > ul > li.header-location > div div i {
  position: absolute;
  right: 1px;
  top: 14px;
  width: 20px;
  height: 26px;
  background-image: url('imagessocietyCodeSearch_4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.header-search-panel > ul > li.header-location > div div.header-province,
.header-search-panel > ul > li.header-location > div div.header-city {
  margin-right: 6px;
}
.header-search-panel > ul > li.header-location > div div .header-prov-list {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  max-height: 150px;
  display: none;
}
.header-search-panel > ul > li.header-location > div div .header-prov-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
 .header-search-panel > ul > li.header-location > div div  .header-city-list-hide {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 99%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  overflow-x:hidden;
  max-height: 150px;
  display:none;

}
 .header-search-panel > ul > li.header-location > div div .header-city-list-hide > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}


 .header-search-panel > ul > li.header-location > div div  .header-city-list {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 99%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  overflow-x:hidden;
  max-height: 150px;

}
 .header-search-panel > ul > li.header-location > div div .header-city-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}
 .header-search-panel > ul > li.header-location > div div .header-city-list > li:hover{
	 background-color:#EFEFEF;
 }


.header-search-panel > ul > li.header-location > div div .header-area-list {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  width: 99%;
  border: 1px solid #bebebe;
  text-align: left;
  border-top: none;
  overflow-y: auto;
  max-height: 150px;
   overflow-x:hidden;
}
.header-search-panel > ul > li.header-location > div div .header-area-list > li {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
  color: #333;
  overflow: hidden;
}

.header-search-panel > ul > li.header-location > div div .header-area-list > li:hover{
	 background-color:#EFEFEF;
 }

/*信用代码end*/