/*

Theme Name: Zhongzhensen

Theme URI: http://zhongzhense]n.com

Description: It's a theme create by Zhongzhensen

Version: 1.0

Author: Zhongzhensen

Author URI: Zhongzhensen

Tags: custom header, fixed width, two columns, widgets

*/



/* Global Styles */



/*公共样式*/

@charset "utf-8"; 

.flex{

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}

.flex-1{

    display: flex;

    flex-direction: column;

	justify-content: space-around;

	flex-wrap: wrap;

}

.flex-2{

    display: flex;

	justify-content: space-around;

	flex-wrap: nowrap;

}

.flex-3{

    display: flex;

    flex-direction: column;

	justify-content: space-between;

	flex-wrap: nowrap;

}

.flex-4{

	display:flex;

	align-items:center;

	justify-content:center;

}

.w1200{

	max-width: 1200px;

	margin: 0 auto;

}

.ww1200{

	max-width: 1200px;

	margin: 0 auto;

	box-sizing: border-box;

}

.fr{

	float: right;

}

.fl{

	float: left;

}

.clearfix::after{

	display: block;

	content: "";

	clear:both;

}

.home-title{

	text-align: center;

}

.home-title h2{

	font-size: 35px;

	color: #f9761c;

}

.home-title h3{

    font-size: 18px;

    color: #999999;

	margin-top: 16px;

}

.home-title span{

	color: #ff872f;

}

.home-title .liner{

    padding-top: 22px;

}

.moreBut a:hover{

	box-shadow: 0 0 10px #ff873a;

}

@keyframes fadeIn{

	from {opacity:0;}

	to {opacity:1;}

}

@-webkit-keyframes fadeIn{

	from {opacity:0;}

	to {opacity:1;}

}

.dhyc-ggys{

    -webkit-line-clamp: 3;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.dhwbyc{

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

/* 轮播图公共样式 */

.swiper-pagination-bullet:focus{

	outline: none;

}

.swiper-button-prev,.swiper-button-next:focus{

	outline: none;

}

/* pc导航开始*/



/* 资讯首页顶部 */

.info_page_top{

	width: 100%;

	height: 35px;

	background-color: #f8f8f8;

}

.info_page_top .top_left{

	padding-top: 8px;

}

.info_page_top .top_left li{

	float: left;

	height: 18px;

	line-height: 16px;

}

.info_page_top .top_left .li-type1{

	padding: 0 14px 0 24px;

}

.info_page_top .top_left .li-type1 a{

	font-size: 12px;

	color: #666666;

	line-height: 16px;

}

.info_page_top .top_left li a:hover{

	color: #f4781d;

	text-decoration: underline;

}

.info_page_top .top_right{

    padding-top: 11px;

}

.info_page_top .top_right li{

	float: left;

	height: 14px;

	line-height: 12px;

}

.info_page_top .top_right li a{

	font-size: 12px;

	color: #666;

}

.info_page_top .top_right .li-type1{

	padding-right: 14px;

	border-right: 1px solid #d7d7d7;

}

.info_page_top .top_right .li-type2{

	padding: 0 14px;

	border-right: 1px solid #d7d7d7;

}

.info_page_top .top_right .li-type3{

	padding-left: 14px;

}

.info_page_top .top_right li a:hover{

	color: #f4781d;

	text-decoration: underline;

}

/* 资讯首页顶部 */

/* 资讯首页搜索 */

.info_page_search{

	width: 100%;

	height: 100px;

	background-color: #fff;

}

.info_page_search .search-left{

	width: 515px;

}

.info_page_search .search-left .left-logo{

	padding: 16px 0 0 0;

}

.info_page_search .search-left .left-logo img{

	width: 130px;

	height: 68px;

}

.info_page_search .search-left .left-Contact{

	padding-top: 40px;

}

.info_page_search .search-left .left-Contact li{

	float: left;

	height: 22px;

	padding: 0 18px 0 28px;

}

.info_page_search .search-left .left-Contact li p{

	font-size: 14px;

	color: #ffa916;

	font-weight: bold;

	line-height: 22px;

}

.info_page_search .search-left .left-Contact li a{

	font-size: 12px;

	color: #666;

	line-height: 22px;

}

.info_page_search .search-left .left-Contact li a:hover{

	color: #f4781d;

}

.info_page_search .search-left .left-Contact .li-type1{

	background: url(../zhongzhensen/images/info_page_search-tp2.png) no-repeat 0 center;

}

.info_page_search .search-left .left-Contact .li-type2{

	background: url(../zhongzhensen/images/info_page_search-tp3.png) no-repeat 0 center;

}

.info_page_search .search-left .left-Contact .li-type3{

	padding-right: 0;

	background: url(../zhongzhensen/images/info_page_search-tp4.png) no-repeat 0 center;

}

.info_page_search .seach-right{

	width: 300px;

	padding-top: 33px;

}

.info_page_search .seach-right .form-ct1{

	width: 222px;

	height: 35px;

	font-size: 14px;

	color: #999;

	padding-left: 14px;

	border: 1px solid #666;

	border-right: none;

	box-sizing: border-box;

}

.info_page_search .seach-right .sub_button{

	width: 78px;

	height: 35px;

	font-size: 14px;

	color: #fff;

	background-color: #ffa916;

	cursor: pointer;

}

.info_page_search .seach-right .sub_button:hover{

	background-color: #fcbe53;

}

/* 资讯首页搜索 */

/* 导航内容 */

.info_page_nav{

	width: 100%;

	height: 40px;

	background-color: #f4781d;

}

.info_page_nav li{

	float: left;

	width: 100px;

	height: 40px;

}

.info_page_nav li a{

	display: inline-block;

	width: 100%;

	height: 40px;

	text-align: center;

	font-size: 14px;

	color: #fff;

	line-height: 40px;

}

.info_page_nav li a:hover{

	background-color: #ff8916;

	transition: all 0.3s;

}

/* 导航内容 */

/* pc导航结束 */





/* 移动端导航 MP开始 */

/* mp端导航开始 */

.navmp{

	display: none;

	width: 100%;

	background-color: #fff;

}

.navmp .navmp-top{

	width: 100%;

	height: 60px;

	padding: 0 15px;

	box-sizing: border-box;

}

.navmp .navmp-top .navmp-logo{

	height: 60px;

}

.navmp .navmp-top .navmp-logo img{

	width: auto;

	height: 40px;

}

.navmp .navmp-top .navmp-phone{

	height: 60px;

}

.navmp .navmp-top .navmp-phone p{

	display: inline-block;

	font-size: 16px;

	line-height: 20px;

	color: #ff7700;

	font-weight: 600;

	padding-left: 25px;

	background: url(../zhongzhensen/images/navpc-phone.png) no-repeat 0 center;

}

.navmp .navmp-nav li{

	float: left;

	width: 25%;

}

.navmp .navmp-nav li a{

	display: block;

	width: 100%;

	text-align: center;

	font-size: 18px;

    padding: 12% 0%;

    color: #fff;

	background-color: #ff7700;

	border-right: 1px solid #fb6b27;

	box-sizing: border-box;

}

.navmp .navmp-nav li:nth-child(4n) a{

	border-right: 0 solid #fb6b27;

}

.navmp .navmp-nav .li-type a{

	border-bottom: 1px solid #fb6b27;

}

/* 移动端导航 MP结束 */





/* 门户网站二级导航开始 */

.mhwz-suvnav{

	width: 100%;

	margin: 20px 0;

}

.mhwz-suvnav .w1200{

	height: 40px;

	padding: 13px 0 0 15px;

	background-color: #fff;

	box-sizing: border-box;

}

.mhwz-suvnav li{

	float: left;

	height: 16px;

	padding: 0 10px;

	background: url(../zhongzhensen/images/mhwz-suvnav-tp01.png) no-repeat right center;

	box-sizing: border-box;

}

.mhwz-suvnav li:last-child{

	background: none;

}

.mhwz-suvnav li a{

	font-size: 14px;

	color: #333;

	line-height: 14px;

}

.mhwz-suvnav li:hover a{

	color: #f4781d;

	text-decoration: underline;

}

/* 门户网站二级导航结束 */





/* 网站位置开始 */

.seat{

	width: 100%;

	padding: 35px 0 0 0;

}

.seat p{

	display: inline-block;

	padding-left: 24px;

	font-size: 12px;

	color: #666;

	line-height: 18px;

	background: url(../zhongzhensen/images/seat-tp01.png) no-repeat 5px 0;

}

.seat p i{

	display: inline-block;

	padding-left: 8px;

}

.seat p a{

	display: inline-block;

	padding: 0 8px;

	font-size: 12px;

	color: #666;

	line-height: 18px;

}

.seat p a:hover{

	color: #f4781d;

}

/* 网站位置结束 */





/* 列表页顶部展示开始 */

.xwlb-dbzs{

	width: 100%;

}

.xwlb-dbzs li{

	position: relative;

	width: 23%;

	transition: all 0.2s;

}

.xwlb-dbzs li img{

	width: 100%;

}

.xwlb-dbzs .erp-title{

	position: absolute;

	bottom: 0;

	text-align: center;

	line-height: 30px;

	width: 100%;

	height: 30px;

	background: rgba(0, 0, 0, 0.6);

}

.xwlb-dbzs .erp-title p{

	font-size: 14px;

	color: #fff;

}

.xwlb-dbzs li:hover{

	box-shadow: 6px 6px 15px #919191;

	transition: all 0.2s;

}

/* 列表页顶部展示结束 */





/* 列表页主要内容开始 */

.mhwz-main{

	width: 100%;

	margin: 35px 0 55px 0;

}

.mhwz-main .main-cont{

	width: 100%;

}

.mhwz-main .main-left{

	width: 900px;

}

.mhwz-main .main-right{

	width: 280px;

}

/* 列表页列表 */

.mhwz-main .mhlist{

	width: 100%;

	padding: 20px 25px 0;

	background-color: #fff;

	border: 1px solid #e9e9e9;

	box-sizing: border-box;

}

.mhwz-main .mhlist .mhlist-top{

	width: 100%;

	padding-bottom: 12px;

	border-bottom: 1px solid #c9c9c9;

}

.mhwz-main .mhlist .mhlist-top .title h3{

	display: inline-block;

	font-size: 20px;

	color: #333;

	padding-left: 10px;

	border-left: 4px solid #f4781d;

}

.mhwz-main .mhlist .mhlist-top .seat{

    width: auto;

    padding: 0;

}

.mhwz-main .mhlist .mhlist-zynr{

	width: 100%;

	padding-bottom: 40px;

}

.mhwz-main .mhlist .mhlist-zynr li{
	position: relative;

	padding: 25px 0;

	border-bottom: 1px solid #e8e8e8;

}

.mhwz-main .mhlist .mhlist-zynr li:last-child{

	border-bottom: 0 solid #e8e8e8;

}

.mhwz-main .mhlist .mhlist-zynr .left{
   position: absolute;
   top: 25px;
   left: 0;
   width: 255px;
}

.mhwz-main .mhlist .mhlist-zynr .left img{
	width: 100%;
	object-fit: cover;
	height:158px;
}

.mhwz-main .mhlist .mhlist-zynr .right{
	width: 100%;
	padding-left: 280px;
	box-sizing: border-box;
}

.mhwz-main .mhlist-zynr .right-title{

	width: 100%;

	padding-top: 5px;
}

.mhwz-main .mhlist-zynr .right-title h3{

	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.mhwz-main .mhlist-zynr li:hover .right-title h3{

	color: #f4781d;

}

.mhwz-main .mhlist-zynr .right-xgyw{

	width: 100%;

	margin: 16px 0;

	padding-left: 20px;

	background: url(../zhongzhensen/images/mhlist-zynr-tp01.png) no-repeat 0 center;

}

.mhwz-main .mhlist-zynr .right-xgyw p{

	float: left;

	display: block;

	padding: 4px 15px;

	margin-left: 10px;

	font-size: 12px;

	color: #f4781d;

	border: 1px solid #f4781d;

	border-radius: 10px;

}

.mhwz-main .mhlist-zynr .right-xgyw p a.flex{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.mhwz-main .mhlist-zynr .right-nrjs{

	width: 100%;

	height: 42px;

	-webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.mhwz-main .mhlist-zynr .right-nrjs p{

	font-size: 14px;

	color: #777;

	line-height: 20px;

}

.mhwz-main .mhlist-zynr .right-llrq{

	width: 100%;

	margin-top: 20px;

}

.mhwz-main .mhlist-zynr .right-llrq .fbsj{

	width: 42%;

	padding-left: 30px;

	font-size: 13px;

	color: #999; 

	line-height: 18px;

	background: url(../zhongzhensen/images/mhlist-zynr-tp02.png) no-repeat 0 center;

	box-sizing: border-box;

}

.mhwz-main .mhlist-zynr .right-llrq .llcs{

	width: 29%;

	padding-left: 30px;

	font-size: 13px;

	color: #999; 

	line-height: 18px;

	background: url(../zhongzhensen/images/mhlist-zynr-tp03.png) no-repeat 0 center;

	box-sizing: border-box;

}

.mhwz-main .mhlist-zynr .right-llrq .ydqw{

	width: 29%;

	text-align: right;

	font-size: 14px;

	color: #f4781d; 

	line-height: 18px;

	box-sizing: border-box;

}

/*分页代码*/

.pagination{padding: 25px 0 15px;text-align: center;overflow: hidden;width:100%;height:20px;}

.pagination a{float:left;margin-right:20px;color:#999;}

.pagination a,.pagination span{float:left;display:inline-block;margin-right:5px;padding:8px 11px;border:1px solid #E1E1E1;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;background:#fff;color:#999;text-align:center;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;}

.pagination a:hover,.pagination li.active span{background:#09B1B9;color:#fff;}

.pagination a:hover{color:#fff;}

/* 相关推荐 */

.mhwz-main .lbxgtj{

	width: 100%;

	margin-top: 25px;

	padding: 40px 25px 30px;

	border: 1px solid #e9e9e9;

	border-top: 2px solid #ff7611;

	background-color: #fff;

	box-sizing: border-box;

}

.mhwz-main .lbxgtj ul{

	width: 100%;

}

.mhwz-main .lbxgtj li{

	width: 23%;

	text-align: center;

}

.mhwz-main .lbxgtj .images{

	width: 100%;

}

.mhwz-main .lbxgtj .images img{

	width: 100%;

}

.mhwz-main .lbxgtj .word{

	width: 90%;

	margin: 12px auto 20px;

	height: 50px;

	-webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.mhwz-main .lbxgtj .word p{

	font-size: 14px;

	color: #666;

	line-height: 24px;

}

.mhwz-main .lbxgtj .ljzx a{

	display: inline-block;

	width: 104px;

	height: 34px;

	text-align: center;

	font-size: 14px;

	color: #222;

	line-height: 34px;

	border-radius: 4px;

	border: 1px solid #c9c9c9;

}

.mhwz-main .lbxgtj .ljzx a:hover{

	color: #fff;

	background-color: #ff7611;

	border: 1px solid #ff7611;

}

/* 即时热文 */

.mhwz-main .jsrw{

	width: 100%;

	padding:20px 20px 38px 20px; 

	border: 1px solid #e9e9e9;

	background-color: #fff;

	box-sizing: border-box; 

}

.mhwz-main .jsrw .jsrw-title{

	padding-bottom: 8px;

	border-bottom: 1px solid #c9c9c9;

}

.mhwz-main .jsrw .jsrw-title h3{

	padding-left: 32px;

	font-size: 16px;

	color: #333;

	font-weight: bold;

	line-height: 26px;

	background: url(../zhongzhensen/images/jsrw-tp01.png) no-repeat 0 0;

}

.mhwz-main .jsrw .jsrw-cont{

	padding-top: 14px;

}

.mhwz-main .jsrw .jsrw-cont li{
    position: relative;
	width: 100%;
	margin-top: 16px;
	box-sizing: border-box;
}

.mhwz-main .jsrw .jsrw-cont li a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #444;
	line-height: 16px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mhwz-main .jsrw.zxwz .jsrw-cont li a{
	padding-left: 25px;
	box-sizing: border-box;
}
.mhwz-main .jsrw .jsrw-cont li a i{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 16px;
	height: 16px;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 16px;
	margin-right: 6px;
	background-color: #ececec;
	border-radius: 100%;
}

.mhwz-main .jsrw .jsrw-cont .type i{

	color: #fff;

	background-color: #ff7611;

}

.mhwz-main .jsrw .jsrw-cont li a:hover{

	color: #ff7611;

}

/* 最新文章 */

.mhwz-main .zxwz{

	margin-top: 20px;

}

.mhwz-main .zxwz .jsrw-title h3{

	padding-left: 0;

	background: none;

}

/* 热门标签 */

.mhwz-main .Hot_Tags{

	width: 100%;

	margin-top: 20px;

	padding:20px 0 38px 20px; 

	border: 1px solid #ececec;

	background-color: #fff;

	box-sizing: border-box; 

}

.mhwz-main .Hot_Tags .tags-title{

	font-size: 16px;

	color: #333;

	font-weight: bold;

	line-height: 26px;

	padding: 0 20px 8px 0;

	margin-right: 20px;

	border-bottom: 1px solid #c9c9c9;

}

.mhwz-main .Hot_Tags .tags-cont{

	padding: 20px 6px 0 0;

}

.mhwz-main .Hot_Tags .tags-cont li{

	float: left;

	margin: 10px 10px 0 0;

}

.mhwz-main .Hot_Tags .tags-cont li a{

	display: inline-block;

	font-size: 12px;

	color: #444;

	padding: 9px 18px;

	border: 1px solid #c9c9c9; 

	border-radius: 4px;

	transition: all 0.4s;

}

.mhwz-main .Hot_Tags .tags-cont li a:hover{

	color: #fff;

	background-color: #ff7611;

	transition: all 0.4s;

}

/* pc底部 */

.footer-pc{

	width: 100%;

	padding: 50px 0;

	background-color: #f7f7f7;

}

.footer-pc .footer-title{

	width: 100%;

	padding-bottom: 12px;

	background: url(../zhongzhensen/images/footer-title.png) no-repeat 0 bottom;

}

.footer-pc .footer-title h3{

	font-size: 16px;

	color: #666;

}

.footer-pc .footer-qwtx{

	width: 480px;

}

.footer-pc .footer-qwtx .qwtx-cont{

	width: 100%;

}

.footer-pc .footer-qwtx .qwtx-cont li{

	float: left;

	width: 25%;

	margin-top: 18px;

}

.footer-pc .footer-qwtx .qwtx-cont li a{

	font-size: 14px;

	color: #777;

}

.footer-pc .footer-qwtx .qwtx-cont li a:hover{

	color: #222;

}

.footer-pc .footer-gywm{

	width: 230px;

}

.footer-pc .footer-gywm .qwtx-cont li{

	width: 50%;

}

.footer-pc .footer-lxwm{

	width: 300px;

}

.footer-pc .footer-lxwm .footer-title{

	width: 235px;

}

.footer-pc .footer-lxwm .lxwm-cont{

	width: 100%;

	padding-top: 18px;

}

.footer-pc .footer-lxwm .lxwm-cont .lxdh{

	width: 190px;

}

.footer-pc .footer-lxwm .lxwm-cont .lxdh p{

	font-size: 14px;

	color: #666;

}

.footer-pc .footer-lxwm .lxwm-cont .dh{

	padding: 15px 0;

}

.footer-pc .footer-lxwm .lxwm-cont .dh h3{

	display: inline-block;

	font-size: 20px;

	color: #222;

	line-height: 21px;

	padding-left: 26px;

}

.footer-pc .footer-lxwm .lxwm-cont .dh .phone-1{

	background: url(../zhongzhensen/images/footer-tp02.png) no-repeat 0 center;

	margin-bottom: 12px;

}

.footer-pc .footer-lxwm .lxwm-cont .dh .phone-2{

	background: url(../zhongzhensen/images/footer-tp03.png) no-repeat 0 center;

}

.footer-pc .footer-lxwm .lxwm-cont .gfwx{

	width: 90px;

	text-align: center;

}

.footer-pc .footer-lxwm .lxwm-cont .gfwx img{

	width: 100%;

}

.footer-pc .footer-lxwm .lxwm-cont .gfwx p{

	font-size: 12px;

	color: #666;

	margin-top: 10px;

}

.footer-pc .footer-wzba{

	width: 100%;

	text-align: center;

	margin-top: 50px;

}

.footer-pc .footer-wzba p{

	font-size: 14px;

	color: #999;

	line-height: 21px;

}

/* mp底部开始 */

.footer-mp{

	display: none;

}

.footer-mp .footer{

	width: 100%;

	background-color: #292929;

}

.footer-mp .footer .footer-top .top-left{

	width: 100%; 

	padding: 6% 0 4% 0;

}

.footer-mp .footer .footer-top .top-left li{

	width: 25%;

	text-align: center;

}

.footer-mp .footer .footer-top .top-left li a{

	font-size: 24px;

	color: #999;

}

.footer-mp .footer .footer-top .top-left li a:hover{

	color: #fff;

	transition: all ease 0.2s;

}

.footer-mp .footer .footer-bot{

	width: 100%;

	border-top: 1px solid #515151;

	padding: 5% 0 5% 0;

}

.footer-mp .footer .footer-bot .add{

	width: 95%;

	margin: 0 auto;

	text-align: center;



}

.footer-mp .footer .footer-bot .add h3{

	display: block;

	font-size: 24px;

	color: #999;

	margin-bottom: 3%; 

}

.footer-mp .footer .footer-bot .add p{

	width: 100%;

	display: block;

	font-size: 24px;

	color: #999;

	margin: 0 auto 2%; 

	

}

.footer-mp .footer .footer-bot .add p span{

	font-size: 24px;

	color: #ff6600;

}

/* mp底部结束 */



/* 在线客服和返回顶部02开始 */

.xhdb-mp{

	display: none;

	position: fixed;

    right: 10px;

    bottom: 80px;

    z-index: 999;

    width: 50px;

    padding: 10px 0;

    text-align: center;

    background-color: #ff9131;

	border-radius: 4px;

	cursor: pointer;

}

.xhdb-mp p{

	font-size: 12px;

    color: #fff;

    margin-top: 5px;

}

/* 在线客服和返回顶部02结束 */





/* 内容页文章内容 */

.mhwz-main .xwnr-wznr{

	width: 100%;

	padding: 35px 25px 40px;

	background-color: #fff;

	border: 1px solid #e9e9e9;

	box-sizing: border-box;

}

.mhwz-main .xwnr-wznr img{

	padding: 10px 0 30px 0;

	margin:auto;

}

.mhwz-main .xwnr-wznr .wznr-title{

	width: 100%;

}

.mhwz-main .xwnr-wznr .wznr-title .title{

	width: 64%;

}

.mhwz-main .xwnr-wznr .wznr-title .title h2{

	font-size: 28px;

	color: #333;

	line-height: 36px;

}

.mhwz-main .xwnr-wznr .wznr-title .wzbq{

	padding-top: 10px;

}

.mhwz-main .xwnr-wznr .wznr-title .wzbq li{

    float: left;

    display: block;

    padding: 4px 15px;

    margin-left: 10px;

    font-size: 12px;

    color: #f4781d;

    border: 1px solid #f4781d;

    border-radius: 10px;

}

.mhwz-main .xwnr-wznr .wznr-title .wzbq li:first-child{

	margin-left: 0;

}

.mhwz-main .xwnr-wznr .wznr-fbsj{

	width: 100%;

	padding-top: 15px;

}

.mhwz-main .xwnr-wznr .wznr-fbsj p{

	float: left;

	display: block;

	font-size: 14px;

	color: #999;

	line-height: 21px;

	margin-right: 18px;

}

.mhwz-main .xwnr-wznr .wznr{

	width: 100%;

	padding-top: 30px;

}

.mhwz-main .xwnr-wznr .wznr p{

	text-align: justify;

	text-indent: 2em;

	font-size: 16px;

	color: #666;

	line-height: 30px;

	margin-bottom: 35px;

}

.mhwz-main .xwnr-wznr .wznr h3{

	font-size: 16px;

	color: #444;

	line-height: 30px;

	margin-bottom: 35px;

}

.mhwz-main .xwnr-wznr .wznr .img{

	text-align: center; 

	margin-bottom: 35px;

}

.mhwz-main .xwnr-wznr .wznr .img img{

	max-width: 100%;

	height: auto;

}

/* 文章上下切换 */

.mhwz-main .xwnr-wznr .wzqh{

	width: 100%;

	padding: 16px 30px;

	background-color: #f6f6f6;

	box-sizing: border-box;

}

.mhwz-main .xwnr-wznr .wzqh a{

	font-size: 16px;

	color: #666;

	line-height: 30px;

}

.mhwz-main .xwnr-wznr .wzqh li.a1{

	width: 37%;

	display: inline-block;

	padding-left: 45px;

	background: url(../zhongzhensen/images/wznr-wzqh-tp01.png) no-repeat 0 center;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	line-height: 30px;

}

.mhwz-main .xwnr-wznr .wzqh li.a2{

	width: 37%;

	display: inline-block;

	padding-right: 45px;

	background: url(../zhongzhensen/images/wznr-wzqh-tp03.png) no-repeat right center;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	line-height: 30px;

}

.mhwz-main .xwnr-wznr .wzqh .a1:hover{

	background: url(../zhongzhensen/images/wznr-wzqh-tp02.png) no-repeat 0 center;

}

.mhwz-main .xwnr-wznr .wzqh .a2:hover{

	background: url(../zhongzhensen/images/wznr-wzqh-tp04.png) no-repeat right center;

}

/* 相关内容推荐 */

.mhwz-main .xwnr-xgnrtj{

	width: 100%;

	padding: 25px; 

	background-color: #fff;

	box-sizing: border-box;

	margin-top: 30px;

	border: 1px solid #e9e9e9;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-title{

	width: 100%;

	padding-bottom: 16px;

	border-bottom: 1px solid #e9e9e9;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-title h3{

	display: inline-block;

	padding-left: 10px;

	font-size: 20px;

	color: #333;

	border-left: 4px solid #f4781d;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-cont{

	width: 100%;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-cont li{

	width: 267px;

	margin-top: 28px;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-cont .li-image{

	width: 100%;

	margin-bottom: 18px;

	overflow: hidden;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-cont .li-image img{

	width: 100%;

	transition: all ease 0.5s;height:163px;object-fit: cover;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-cont .li-image img:hover{

	transform: scale(1.2);

	transition: all ease 0.5s;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-cont .li-title{

	width: 100%;

	height: 42px;

	-webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.mhwz-main .xwnr-xgnrtj .xgnrtj-cont .li-title h3{

	font-size: 14px;

	color: #333;

	line-height: 21px;

}

/* 软文撰写 */

.info_page_management{

	width: 100%;

	padding-top: 35px;

	box-sizing: border-box;

}

.info_page_management .management_title{

	font-size: 20px;

	color: #333;

	padding-bottom: 16px;

}

.info_page_management .management_cont{

	width: 100%;

	padding: 20px 25px 30px 25px;

	border: 1px solid #c9c9c9;

	border-top: 2px solid #61c8f1;

	box-sizing: border-box;

}

.info_page_management .management_menu{

	width: 100%;

	padding: 0 0 0 20px;

	border: 1px solid #c9c9c9;

	border-radius: 6px;

	box-sizing: border-box;

}

.info_page_management .management_menu li{

	float: left;

	margin-right: 20px;

	box-sizing: border-box;

}

.info_page_management .management_menu li a{

	font-size: 13px;

	color: #444;

	line-height: 34px;

}

.info_page_management .management_menu li a:hover{

	color: #ff5501;

	text-decoration: underline;

}

.info_page_management .management_middle{

	width: 100%;

	padding-top: 30px;

}

.info_page_management .management_middle .middle-cut{

	width: 325px;

	box-sizing: border-box;

}

.info_page_management .management_middle .middle-cut .cut-title h3{

	font-size: 18px;

	color: #797979;

}

.info_page_management .management_middle .middle-cut .cut-title a{

	font-size: 13px;

	color: #444;

}

.info_page_management .management_middle .middle-cut .cut-title a:hover{

	text-decoration: underline;

}

.info_page_management .management_middle .middle-cut .cut-list{

	padding-top: 10px;

}

.info_page_management .management_middle .middle-cut .cut-list li{

	width: 100%;

	margin-top: 15px;

	padding-left: 14px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	background: url(../zhongzhensen/images/info_page_management-tp1.png) no-repeat 0 center;

	box-sizing: border-box;

}

.info_page_management .management_middle .middle-cut .cut-list li a{

    font-size: 13px;

	color: #444;

}

.info_page_management .management_middle .middle-cut .cut-list li a:hover{

	color: #ff5501;

	text-decoration: underline;

}

/* 广告推荐 */

.zxsy-ggtj{

	width: 100%;

	padding: 35px 0 0 0;

}

.zxsy-ggtj img{

	width: 100%;

}

.zxsy-ggtj .img02{

	display: none;

}

/* 最新热门推荐 */

.index-zxrm{

	width: 100%;

	padding: 25px 0 35px 0;

	box-sizing: border-box;

}

.index-zxrm .zxrm-cont{

	width: 100%;

	padding: 25px 0 30px 0;

	border: 1px solid #c9c9c9;

	box-sizing: border-box;

}

.index-zxrm .tjrw{

	width: 33.333333%;

	padding: 0 25px;

	border-right: 2px dashed #dadada;

	box-sizing: border-box;

}

.index-zxrm .tjrw:last-child{

	border-right: 0 dashed #dadada;

}

.index-zxrm .tjrw .title{

	width: 100%;

	margin-bottom: 4px;

}

.index-zxrm .zxrm-cont .tjrw .title h3{

	font-size: 18px;

	color: #333;

	font-weight: bold;

	padding-bottom: 5px;

	border-bottom: 4px solid #f4781d;

}

.index-zxrm .zxrm-cont .tjrw .title a{

	font-size: 15px;

	color: #f4781d;

}

.index-zxrm .zxrm-cont .tjrw li{

	width: 100%;

	margin-top: 15px;

}

.index-zxrm .zxrm-cont .tjrw li h3{

	display: inline-block;

	width: 75%;

	font-size: 15px;

	color: #666;

	line-height: 20px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.index-zxrm .zxrm-cont .tjrw li span{

	display: inline-block;

	width: 20px;

	height: 20px;

	text-align: center;

	line-height: 20px;

	font-size: 13px;

	color: #fff;

	border-radius: 100%;

	background-color: #61c8f1;

	margin-right: 10px;

}

.index-zxrm .zxrm-cont .tjrw li p{

	font-size: 15px;

	color: #b5b5b5;

	line-height: 20px;

}

.index-zxrm .zxrm-cont .tjrw li:hover h3{

	color: #ff8022;

	text-decoration: underline;

}

.index-zxrm .zxrm-cont .tjrw li:hover p{

	color: #333;

}

/* 全网天下服务推荐 */

.index-fwtj{

	width: 100%;

	padding: 0 0 40px 0;

	box-sizing: border-box;

}

.index-fwtj .fwtj-title{

	width: 100%;

	padding-bottom: 15px;

}

.index-fwtj .fwtj-title h2{

	font-size: 24px;

	color: #f4781d;

	line-height: 36px;

}

.index-fwtj .fwtj-cont{

	width: 100%;

	border-top: 2px solid #f4781d;

}

.index-fwtj .ppjz{

	width: 100%;

	margin-top: 15px;

}

.index-fwtj .ppjz .ppjz-title{

	width: 94px;

	height: 42px;

	border: 1px solid #e8e8e8;

	display:flex;

	align-items:center;

	justify-content:center;

	box-sizing: border-box;

}

.index-fwtj .ppjz .ppjz-title h3{

	font-size: 16px;

	color: #333;

	font-weight: bold;

    line-height: 24px;

}

.index-fwtj .ppjz .ppjz-nr{

	width: 1085px;

	border-bottom: 1px dashed #dddcdc;

}

.index-fwtj .ppjz .ppjz-nr ul{

	width: 100%;

}

.index-fwtj .ppjz .ppjz-nr li{

	float: left;

	width: 12.5%;

	height: 42px;

}

.index-fwtj .ppjz .ppjz-nr li a{

	display: block;

	width: 100%;

	height: 100%;

}

.index-fwtj .ppjz .ppjz-nr .tb{

	float: left;

	width: 25px;

	height: 42px;

	display:flex;

	align-items:center;

	justify-content:left;

}

.index-fwtj .ppjz .ppjz-nr p{

	float: left;

	font-size: 16px;

	color: #666;

    line-height: 42px;

}

/* 友情链接 */

.index-yqlj{

	width: 100%;

	box-sizing: border-box;

}

.index-yqlj .yqlj-nav{

	width: 100%;

	border-top: 2px solid #f4781d;

	border-bottom: 1px solid #d8d5d5;

}

.index-yqlj .yqlj-nav .list{

	float: left;

	width: 96px;

	height: 40px;

	border-left: 1px solid #d8d5d5;

	cursor: pointer;

}

.index-yqlj .yqlj-nav .list:last-child{

	border-right: 1px solid #d8d5d5;

}

.index-yqlj .yqlj-nav .list p{

	font-size: 16px;

	color: #222;

}

.index-yqlj .yqlj-nav .actives{

	background-color: #f4781d;

	border-left: 1px solid #f4781d;

}

.index-yqlj .yqlj-nav .actives p{

	color: #fff;

}

.index-yqlj .yqlj-main{

	width: 100%;

	padding: 15px 0 40px;

}

.index-yqlj .yqlj-main li{

	float: left;

	padding-right: 10px;

	width: 12.5%;

	margin-top: 12px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	box-sizing: border-box;

}

.index-yqlj .yqlj-main li a{

	font-size: 14px;

	color: #666;

	line-height: 24px;

}

.index-yqlj .yqlj-main li:hover a{

	color: #f4781d;

	text-decoration: underline;

}

.index-yqlj .yqlj-main .main-menu{

	display: none;

}

.index-yqlj .yqlj-main .actives{

	display: block;

	animation: fadeIn 0.5s;

}