
/* 公共内容宽 */
.com_content_style {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* 头部区域 */
.pub_header .header_top{
	width: 100%;
	background: #333333;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #8a8a8a;
	min-width: 1200px;
}
.pub_header .header_top .top_cont{
	display: flex;
	justify-content: space-between;
}
.pub_header .header_top .top_cont .top_phone{
	position: relative;
}
.pub_header .header_top .top_cont .top_phone .phone_box{
	cursor: pointer;
}
.pub_header .header_top .top_cont .top_phone .phone_code_box{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 350px;
	height: 350px;
	box-sizing: border-box;
	z-index: 99;
	display: none;
	background: rgba(0,0,0,0.5);
}
.pub_header .header_top .top_cont .top_phone .phone_code_box p{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.pub_header .header_top .top_cont .top_phone .phone_code_box img{
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	left: 50px;
	top: 50px;
}
.pub_header .header_top .top_cont .top_phone img{
	margin: 0 4px;
	position: relative;
	top: 3px;
	cursor: pointer;
}
.pub_header .header_top a{
	color: #8a8a8a;
}
.pub_header .header_mid{
	height: 124px;
}
.pub_header .header_mid .logo{
 cursor: pointer;
}

/* 搜索 */
.pub_header .header_mid .input_box{
	display: inline-block;
	position: absolute;
	right: 350px;
	top: 42px;
	width: 370px;
	height: 40px;
	background: red;
	border: 1px solid #d2d2d2;
	
}
.pub_header .header_mid .input_box .selects{
	width: 80px;
	height: 100%;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.pub_header .header_mid .input_box .selects input{
	border: none;
	cursor: pointer;
	background: #fff;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}
.pub_header .header_mid .input_box .selects .ipt_box{
	position: absolute;
	z-index: 99;
	top: 40px;
	width: 80px;
	background: #fff;
	display: none;
}
.pub_header .header_mid .input_box .selects .ipt_box .ipt_btn{
	height: 36px;
	line-height: 36px;
	width: 100%;
	border-top: 1px solid #eeeeee;
}
.pub_header .header_mid .input_box .selects #news{
	width: 100%;
	height: 100%;
	line-height: 40px;
}
.pub_header .header_mid .input_box .selects #house,.pub_header .header_mid .input_box .selects #zixun{
	width: 100%;
	height: 40px;
}
.pub_header .header_mid .input_box .selects .down_ico{
	position: absolute;
	right: 8px;
	top: 17px;
	display: inline-block;
}

.pub_header .header_mid .input_box #search{
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 80px;
	width: 230px;
}
.pub_header .header_mid .input_box #search_btn{
	display: inline-block;
	height: 100%;
	width: 80px;
	border: 1px solid #df0303;
	background: #df0303;
	position: absolute;
	right: 0;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none !important;
	line-height: 40px;
}
.pub_header .header_mid .erweima_box{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 22px;
	height: 80px;
	width: 190px;
}
.pub_header .header_mid .erweima_box img{
	width: 80px;
	height: 80px;
}
.pub_header .header_mid .erweima_box span{
	position: absolute;
	top: 12px;
	right: 10px;
	text-align: center;
	line-height: 26px;
}
.pub_header .header_bot{
	width: 1200px;
	margin: 0 auto;
	background: #b60400;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	min-width: 1200px;
}
.pub_header .header_bot .title_cont{
	/* display: flex; */
	/* justify-content: space-between; */
}
.pub_header .header_bot .title_cont a{
	display: inline-block;
	color: #fff;
	padding: 0 30px;
	margin-right: 20px;
}
.pub_header .header_bot .title_cont a:hover{
	color: gold !important;
}
/* 底部区域 */
.pub_footer {
	background: #2e2e2e;
	width: 100%;
	height: 200px;
	color: #fff;
	text-align: center;
	padding: 35px 0;
	min-width: 1200px;
}
.pub_footer p{
	line-height: 34px;
}
.pub_footer p a{
	color: #fff;
}
.pub_footer .img_box{
	 margin-top: 34px;
 }
/*.pub_footer .img_box a:nth-child(2){
	margin-left: 10px;
}*/
/* 单行超出隐藏 */
.com_overflow_style {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 2行超出隐藏 */
.com_overflow_style_s {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 轮播图分页器 */
/* 头部 */
.img_swiper .pagination{
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.img_swiper .swiper-pagination-switch{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #c3c3c3;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.img_swiper .swiper-active-switch {
  background: #cc0000;
}
/* 中部 */
.img_swiper_zhaopin .pagination_zhaopin{
	position: absolute;
	z-index: 90;
	bottom: 10px;
	right: 10px;
	width: 96% !important;
	text-align: right;
}
.my-pagination_zhaopin{
	position: absolute;
	z-index: 90;
	bottom: 10px;
	right: 10px;
	width: 96% !important;
	text-align: right;
}
.img_swiper_zhaopin .swiper-pagination-switch{
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.img_swiper_zhaopin .swiper-active-switch {
  background: #cc0000;
}
/* 底部 */
.img_swiper_bottom .pagination_bottom{
	position: absolute;
	z-index: 90;
	bottom: -20px !important;
	width: 100%;
	text-align: center;
}
.img_swiper_bottom .swiper-pagination-switch{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #848484;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.img_swiper_bottom .swiper-active-switch {
  background: #cc0000 !important;
  width: 30px !important;
}

.my-swiper-pagination {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #848484;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}

.my-swiper-pagination-active {
	background: #cc0000 !important;
	width: 30px;
}


/* 内容版块  公共 */
.body_cont .pub_title_cont{
	width: 100%;
	margin-top: 10px;
}
.body_cont .pub_title_cont .conts_head{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	vertical-align: text-bottom;
	margin-bottom: 10px;
}
.body_cont .pub_title_cont .conts_head .head_title a{
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
	border-bottom: 2px solid #CC0000;
	display: inline-block;
	line-height: 40px;
	padding: 0 5px;
}
.body_cont .pub_title_cont .conts_head .head_cont a{
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	/* color: #333333; */
}
.body_cont .pub_title_cont .conts_body{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.body_cont .pub_title_cont .conts_body .conts_item{
	height: 410px;
	display: inline-block;
	overflow: hidden;
}
.body_cont .pub_title_cont .conts_body .conts_item:nth-child(1){
	width: 420px;
}
.body_cont .pub_title_cont .conts_body .conts_item:nth-child(2){
	width: 420px;
}
.body_cont .pub_title_cont .conts_body .conts_item:nth-child(3){
	width: 320px;
}
.body_cont .pub_title_cont .conts_body .pub_conts_middle ul{
	height: 190px;
	margin-top: 10px;
	overflow: hidden;
}
.body_cont .pub_title_cont .conts_body .pub_conts_middle li{
	line-height: 32px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.body_cont .pub_title_cont .conts_body .pub_conts_middle ul li:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
}
.body_cont .pub_title_cont .conts_body .pub_conts_middle ul li span{
	background: #c53333;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 8px;
	position: relative;
	top: -3px;
}

/* 更多+ 公共部分 */
.public_more_box{
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.public_more_box .title{
	width: 86%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.public_more_box .more_ico{
	display: inline-block;
	color: #999999;
	font-weight: 300;
	position: absolute;
	top: 22px;
	right: 18px;
	font-size: 14px;
}
.public_more_box ul{
	width: 100%;
}
.public_more_box ul li{
	line-height: 28px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 .public_more_box ul li>span{
	background: #c53333;
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 8px 0 0;
	position: relative;
	top: -3px;
 }
