/*文章字体大小设置*/
.entry .entry-title{
	font-size:2.17rem;
}
.entry .entry-content{
	font-size:1.5rem;
}

body>header.header{
	position:inherit;
}
body{
	background: url(http://file.kjzxs.org.cn/wp/uploads/body_bg.png) repeat;
}
#wrap{
	padding-top:0;
}
/*隐藏 关于我们 详情页底部无关模块*/
.category-aboutus .entry-title{text-align:center}
.category-aboutus .entry-info{display:none}
/*隐藏详情页底部 上一篇 下一篇*/
.entry-page{display:none}
/*底部链接设置宽度*/
.footer-col-copy{width:100%;text-align:center;}
/* 详情页 缩小正文标题距离 */
.entry .entry-head{margin-bottom:0;}
/*footer 背景色*/
.footer{
	background: unset;
    border-top: 3px solid #16639f;
}
/* 底部字体颜色 */
.footer .footer-nav a, .footer .menu ul a, .footer ul.menu a{
	color:#4c4c4c
}
/*底部版权居中*/
.footer .copyright p{
	text-align:center;
}
/*隐藏图文列表，图片左上角的类别标签*/
.post-loop-default .item-category{
	display:none;
}
/* 调整头部菜单间距 */
body>header.header .nav>li>a{
	padding:0 16px;
}
/*调整logo最大高度*/
body>header.header .navbar-header .logo img {
	max-height: 130px;
}
body>header.header .nav>li>a{
	line-height:56px;
	font-size:18px;
	font-weight:700;
	font-family:"Microsoft YaHei"
}
body>header.header .logo{
	padding:20px 0;
}
@media (min-width: 767px){
	#modules-40{
		display:none;
	}
}
@media (max-width: 767px){
	/*手机端调小文章标题*/
	.entry .entry-title{
		font-size:2rem;
	}
	body>header.header .logo{
		padding:0;
	}
	/*调整logo最大高度*/
	body>header.header .navbar-header .logo img {
    max-height: 56px;
	}
	/*固定手机端轮播图高度*/
	.wpcom-slider .swiper-slide>a {
    display: block;
    height: 300px;
	}
	/*版权文字居左*/
	.entry-content .entry-copyright p{
		text-align:left;
	}
	/*手机端去掉首页科技咨询师库模块*/
	#modules-33{
		display:none;
	}
	#modules-34{
		display:none;
	}
}
@media (max-width: 350px){
	/*调整logo最大高度*/
	body>header.header .logo img {
    max-height: 40px;
	}
}

/*组件边框添加阴影*/
.sec-panel{
	box-shadow:0 2px 6px 0 rgb(0 0 0 / 10%)
}
.widget{
		box-shadow:0 2px 6px 0 rgb(0 0 0 / 10%)
}

#post-1031 .entry-head{display:none;}
.page .entry .entry-title:after{
	content:none;
}

/*文章底部办公室联系方式*/
.entry .contract_info{
	margin-bottom: 1.66667 rem ;
	line-height: 2;
	padding: 10px;
}
.entry .contract_info p{

	white-space: pre-wrap;
	text-align: center;
	text-indent: 0;
	word-wrap: break-word;
	font-size:16px;
}
@media (max-width:767px) {
	.entry .contract_info p {
			text-align: center;
	}
}


/**/
#modules-24 .post-loop-card .item-img{
	border:none;
}
/*新搜索*/
@media (max-width:992px){
	.mobile-hidden{
		display:none;
	}
}
@media (max-width:1219px){
	.search-contain{
		display:none;
	}
}
.navbar-search.active{
	left: unset;
	right:60px;
	top:48px;
	width:350px;
	height:44px;
}
body>header.header.header-style-2 .navbar-search.active{
	background:#fff;
	border: 1px solid #e6e6e6;
}
.navbar-search.active .navbar-search-input{
	width:288px;
	height:44px;
}
body>header.header.header-style-2 .navbar-search-input{
	color:#aaa;
	font-size:14px;
	font-weight:bold;
}
.navbar-search-icon{
	width: 60px;
	height: 44px;
	text-align: center;
	color: #fff;
	background: #005495;
	border: 1px solid #005495;
	right:0px;
	top:-1px;
}
.navbar-search-icon:after{
	line-height:44px;
}
/*调整图片列表外边距*/
.post-loop-image{
	padding:0 6px 10px
}
.post-loop-image .item-title a{
	height:1.86rem;
	-webkit-line-clamp:1;
}