@charset "UTF-8";

.header-logo a:nth-child(2){display: none;}


.headerMenu.open .header-logo a:nth-child(1){display: none;}
.headerMenu.open .header-logo a:nth-child(2){display: block;}
.headerMenu.scroll .icon-nav-btn a i{background-color: #999;}
.headerMenu.scroll li h3 a{color: #fff;}
.headerMenu.scroll .search-box{border: #999 solid 1px;}
.headerMenu.scroll input.search-input{border-right: #fff solid 1px;}
.headerMenu.scroll .search-box input.search-input{border-right: #999 solid 1px;}
.headerMenu.scroll .search-box input.search-input::-webkit-input-placeholder{color: #999;}
.headerMenu.scroll .search-box input.search-input::-moz-placeholder{color: #999;}

.headerMenu.scroll .header-logo a:nth-child(2){display: block;}
.headerMenu.open .CH a{color: #fff;}
.news-details{padding: 1% 0 10% 0;margin-top: 20px;}
.header-nav li h3 a{color: #333;}
.headerMenu .main{height: 100%;border-bottom: 1px dashed #999999;}
.search-box{border: #999 solid 1px;background: #fff;}
.search-box input{color: #333;}
.search-box input.search-input{color: #333;border-right: #999 solid 1px;}
.search-box input.search-btn {background: url(../images/search2.png) no-repeat center;}
.search-box input.search-input::-webkit-input-placeholder{color: #333;}
.search-box input.search-input::-moz-placeholder{color: #333;}
.icon-nav-btn a i{background-color: #333;}

.details-nav h3{font-size: 16px;line-height: 30px;font-family: "微软雅黑";color: #999;}
.detail-text{width: 100%;overflow: hidden;}
.detail-text .title{text-align: center;margin-top: 100px;}
.detail-text .title h2{font-size: 20px;line-height: 30px;font-family: "微软雅黑";font-weight: bold;color: #333;}
.detail-text .title p{font-size: 14px;line-height: 60px;font-family: "微软雅黑";color: #999;}
.detail-text .editor {width: 100%;font-size: 18px;color: #999;line-height: 36px;font-family: "微软雅黑";margin-top: 30px;}
.detail-text .editor img{max-width: 100%;display: block;margin: 0 auto;}
.detail-text .editor p {line-height: 36px;}

.text-bottom{width: 100%;font-size: 16px;color: #999;line-height: 36px;font-family: "微软雅黑";margin-top: 20px;}
.text-bottom p{line-height: 36px;}
.text-bottom a{width: 100%;font-size: 16px;color: #999;line-height: 36px;font-family: "微软雅黑";margin-top: 20px;word-wrap: break-word;}
@media (max-width:1280px) {
	.detail-text .title{margin-top: 80px;}
}
@media (max-width:1080px) {
	.search-box{box-shadow: 0 0 10px;}
	.headerMenu.scroll .search-box{background: #fff;}
	.detail-text .title{margin-top: 20px;}
	.news-details{margin-top: 0;}
	.header-nav li h3 a{color: #fff;}
}
@media (max-width:769px) {
	.news-details{padding-top: 54px;}
	.detail-text .title h2{font-size: 16px;}
	.details-nav h3{font-size: 14px;}
	.detail-text .editor{font-size: 14px;line-height: 24px;}
}
@media (max-width:500px) {
	.news-details{padding-top: 4%;}
}

/*搜索结果页 */
.details-nav2 h4{font-size: 16px;line-height: 30px;font-family: "微软雅黑";color: #333;}
.detail-text2{margin-top: 30px;}
.detail-text2 li{width: 100%;border-bottom: 1px dashed #999;margin-top: 10px;}
.detail-text2 li a{display: block;width: 100%;}
.detail-text2 li h4{line-height: 40px;font-size: 16px;color: #999;font-family: "微软雅黑";}
.detail-text2 li a:hover h4{color: #004097;}
/*搜索结果页 结束*/
