.home_channel_nav{
	height: 44px;
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #ecefe7;
}
.home_channel_nav ul{
	width: 1190px;
	height: 44px;
	margin: 0 auto;
}
.home_channel_nav li{
	float: left;
	height: 44px;
	line-height: 44px;
	margin-right: 42px;
}
.home_channel_nav li a{
	display: block;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
}
.home_channel_nav li.active a,
.home_channel_nav li a:hover{
	color: #d43300;
}
.search_select select{
	width: 100%;
	height: 22px;
	border: 0;
	background: rgba(255,255,255,.08);
	color: #fff;
	outline: none;
}

.home_main_out{
	width: 100%;
	background: #f6f8f3;
	padding: 20px 0 28px;
}
.home_main{
	width: 1190px;
	margin: 0 auto;
}
.home_content_row{
	overflow: hidden;
}
.home_main_left{
	float: left;
	width: 860px;
}
.home_main_right{
	float: right;
	width: 300px;
}
.section{
	margin-bottom: 18px;
	background: #fff;
	border: 1px solid #e8ece2;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(28, 45, 19, 0.04);
}
.section_head{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 15px 18px 14px;
	border-bottom: 1px solid #edf0e9;
}
.section_head h2{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #1e1e1e;
}
.section_head span{
	color: #8a8a8a;
	font-size: 12px;
}
.section_head_side{
	padding-bottom: 12px;
}

.observe_carousel{
	position: relative;
	padding: 20px 22px 16px;
}
.observe_pages{
	position: relative;
	min-height: 282px;
}
.observe_page{
	display: none;
	overflow: hidden;
}
.observe_page.active{
	display: block;
}
.observe_card{
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
	padding: 12px;
	height: 268px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #dde6d6;
	border-radius: 12px;
	color: #232323;
	transition: all .25s ease;
	box-shadow: 0 8px 18px rgba(60, 88, 38, 0.05);
	position: relative;
}
.observe_card:nth-child(4n){
	margin-right: 0;
}
.observe_card:hover{
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(46, 100, 29, 0.12);
}
.observe_pic{
	display: block;
	height: 134px;
	margin-bottom: 12px;
	border-radius: 8px;
	overflow: hidden;
	background: #dfe4da;
}
.observe_card strong{
	display: block;
	font-family: "微软雅黑";
	font-size: 17px;
	line-height: 1.45;
	height: 72px;
	overflow: hidden;
}
.observe_card em{
	display: block;
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 18px;
}
.observe_prev,
.observe_next{
	position: absolute;
	top: 50%;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #dfe7d8;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 6px 14px rgba(44, 69, 33, 0.05);
	color: #4d5550;
	font-size: 22px;
	font-family: "微软雅黑";
	z-index: 5;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}
.observe_prev{ left: 6px; }
.observe_next{ right: 6px; }
.observe_prev:hover,
.observe_next:hover{
	transform: translateY(-1px);
	border-color: #2f2c2b;
	box-shadow: 0 10px 18px rgba(47, 44, 43, 0.14);
	color: #2f2c2b;
}

.hot_section .hot_news_list{
	padding: 0 18px 6px;
}
.news_item{
	display: block;
	padding: 18px 0;
	border-bottom: 1px solid #ecefe7;
	color: #1e1e1e;
	overflow: hidden;
}
.news_item.hot_first{
	padding-top: 20px;
}
.news_pic{
	float: left;
	width: 225px;
	height: 127px;
	overflow: hidden;
	border-radius: 8px;
	background: #dde2d8;
}
.news_body{
	margin-left: 243px;
}
.news_body h3{
	font-family: "微软雅黑";
	font-size: 19px;
	line-height: 1.4;
	color: #101010;
	margin-bottom: 8px;
}
.news_item.hot_first .news_body h3{
	font-size: 20px;
}
.news_body p{
	height: 78px;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
}
.news_body em{
	display: inline-block;
	margin-top: 8px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #f1f3ed;
	color: #898989;
	font-size: 12px;
}
.home_page{
	padding: 22px 0 12px;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.home_page a{
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	color: #55604f;
	transition: transform .2s ease, box-shadow .2s ease;
}
.home_page a span,
.home_page > span{
	display: block;
	min-width: 38px;
	height: 38px;
	line-height: 38px;
	padding: 0 9px;
	border: 1px solid #dfe7d8;
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 6px 14px rgba(44, 69, 33, 0.05);
	color: #4d5550;
	font-size: 13px;
}
.home_page a:hover{
	transform: translateY(-1px);
}
.home_page a:hover span{
	border-color: #2f2c2b;
	box-shadow: 0 10px 18px rgba(47, 44, 43, 0.14);
	color: #2f2c2b;
}
.home_page a:first-child span,
.home_page a:last-child span{
	padding: 0 14px;
	font-weight: bold;
}
.home_page a span[style*="D43300"]{
	background: #ecefe9;
	border-color: #d2d8cf;
	color: #2f2c2b !important;
	box-shadow: 0 8px 16px rgba(47, 44, 43, 0.08);
}

.ad_section .single_ad{
	display: block;
	position: relative;
	height: 335px;
	overflow: hidden;
	background: #edf0e8;
}
.home_ad_link span{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 12px;
	background: rgba(0, 0, 0, .46);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.single_ad img{
	display: block;
}
.dujia_list{
	padding: 12px;
}
.dujia_item{
	display: block;
	margin-bottom: 12px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #edf1e8;
	color: #222;
}
.dujia_pic{
	display: block;
	height: 166px;
	overflow: hidden;
	background: #dfe4da;
}
.dujia_item strong{
	display: block;
	margin: 10px 12px 12px;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 1.5;
}

.home_friendlink_out{
	width: 100%;
	background: #fff;
	border-top: 1px solid #e9ece3;
}
.home_friendlink{
	width: 1190px;
	margin: 0 auto;
	padding: 22px 0 24px;
	color: #555;
	line-height: 2.2;
}
.home_friendlink span{
	float: left;
	font-weight: bold;
	color: #2c2c2c;
}
.home_friendlink ul{
	margin-left: 82px;
}
.home_friendlink li{
	display: inline-block;
	margin: 0 14px 6px 0;
	position: relative;
}
.home_friendlink li:after{
	content: "|";
	display: inline-block;
	margin-left: 14px;
	color: #c2c8bc;
}
.home_friendlink li:last-child:after{
	display: none;
}
.home_friendlink a{
	color: #666;
	display: inline-block;
}
.home_friendlink a:hover{
	color: #2d7c24;
	text-decoration: underline;
}
.home_copy_out{
	width: 100%;
	background: #232323;
	padding: 26px 0;
}
.home_copy{
	width: 1190px;
	margin: 0 auto;
	color: #bfbfbf;
	text-align: center;
	line-height: 1.8;
}
.home_copy a{
	color: #bfbfbf;
}

.home_v2 .header{
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
}
.home_v2 .home_search_form{
	float: right;
	margin-top: 8px;
}
.home_v2 .search_box{
	float: none;
	display: flex;
	align-items: center;
	width: 278px;
	height: 32px;
	margin-top: 0;
	padding: 0 0 0 10px;
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 16px;
	background: rgba(255,255,255,0.05);
	box-sizing: border-box;
}
.home_v2 .search_box input{
	float: none;
}
.home_v2 .search_box .search_text{
	flex: 1;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 8px 0 0;
	color: #fff;
	background: transparent;
	border: 0;
	font-size: 13px;
}
.home_v2 .search_box .search_btn{
	width: 44px;
	height: 30px;
	border: 0;
	border-left: 1px solid rgba(255,255,255,0.12);
	border-radius: 0 15px 15px 0;
	background: transparent;
	color: #f1e5c7;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}
.home_v2 .search_box .search_btn:hover{
	background: rgba(255,255,255,0.08);
	color: #fff3d6;
}
.home_v2 .search_text::-webkit-input-placeholder{
	color: rgba(255,255,255,.56);
}
.home_v2 .search_text::-moz-placeholder{
	color: rgba(255,255,255,.56);
}
.home_v2 .search_text:-ms-input-placeholder{
	color: rgba(255,255,255,.56);
}
.home_v2 .observe_pic img,
.home_v2 .news_pic img,
.home_v2 .dujia_pic img,
.home_v2 .home_ad_link img{
	display: block;
	object-fit: cover;
}
.home_v2 .slide_pic dd.select{
	border: 0;
}

/* 新闻轮播图片开始 */
.newspic_out{
	width: 100%;
	height: 335px;
	padding-top: 18px;
	background: #fff;
}
.newspic{
	width: 1190px;
	height: 335px;
	margin: 0 auto;
	/*background: red;*/
}
.news_left{
	width: 870px;
	height: 335px;
	float: left;
	/*background: blue;*/
}
.slide_pic{float: left; width: 870px;height: 335px; position: relative; margin-bottom: 10px;}
.pic_list{width: 655px;height: 335px; background: #171717; position: absolute;left: 0;top: 0; overflow: hidden; background: #000;}
.pic_list ul{width: 655px;height: 335px;position: absolute;}
.pic_list li{width: 655px;height: 335px;float: left;}
.pic_list a{ display: block;height: 335px; position: relative;}
.pic_list li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pic_tit{ width: 100%;height: 50px;position: absolute;left: 0;bottom: 0;z-index: 3;}
.pic_tit div{width: 100%;height: 50px;position: absolute;left: 0;top: 0; background: #000000;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
.pic_tit p{font-family: "微软雅黑";font-size: 22px;color: #fff; width: 100%; height: 50px; line-height: 50px; text-align: right; position: absolute;left: 0;top: 0; z-index: 3;}
.slide_pic dl{ width: 205px;height: 335px;overflow: hidden;position: absolute;right: 0;top: 0;}
.slide_pic dd{
	height: 105px;
	margin-bottom:10px;
	overflow: hidden;
	border-radius: 2px;
}
.slide_pic dd a{ display: block;height: 105px;position: relative;}
.slide_pic dd img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pic_mask{ width: 100%;height: 100%; position: absolute;left: 0;top: 0;z-index: 3; background: #000000;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6; -webkit-transition: 0.3s;}
.slide_pic dd.select .pic_mask,.slide_pic dd a:hover .pic_mask{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.slide_pic dd.select{
	box-shadow: 0 0 0 2px rgba(255,255,255,0.92);
}
.pic_max{
	width: 656px;
	height: 335px;
	float: left;
	background: red;
}
.news_title{
	width: 656px;
	height: 50px;
	line-height: 50px;
	position: relative;
	left: 0px;
	top:-54px;

}
.news_title div{
	width: 656px;
	height: 50px;
	background: #000000;
	/*设置透明度*/
	opacity: 0.5;
}
.news_title p{
	font-size: 22px;
	color: #FFF;
	/*margin-left: 20px;*/
	text-align:center; 
	/*z-index: 40;*/
	position: relative;
	top:-50px;
}
.pic_small{
	width: 204px;
	height: 335px;
	float: right;
	/*background: green;*/
}
.pic_small dd{
	width: 204px;
	height: 105px;
	margin-bottom: 6px;
}
.pic_small dd:last-child{
	margin-bottom: 0px;
}
.news_slide{
	width: 300px;
	height: 335px;
	float: right;
	background: #514F50;
	position: relative;
	overflow: hidden;
}
.home_ad_link{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
/* 新闻轮播图片结束 */
