﻿@charset "utf-8";
body{
	font-size:32px;
}
.index-float,.declare{
	display:none!important;/*浮窗一律屏蔽*/
}
.main-wrap{
	width: 1200px;
}
.top-bar{
	font-size: 16px;
}
.top-bar .four-links{
	display: none;
}
#menu>ul>li>a:before{
	font-size: 1em;
	padding-bottom: 5px;
}
.news-list.special {
	margin-left:0;
}
.news-list.special>a{
	width: 100%;
	margin-left: 0;
	padding: 0.65em 1.875em;
	margin-top: 1em;
}
.select-links{
	display: none;
}
/*版权*/
.index .copyright{
	background: #f1f1f1;
}
.copyright{
	font-size: 0.75em;
}
.main-wrap-bar{
	margin-top: 0;
}
.col-a-left{
	width: 100%;
	padding-top: 20px;
}
.col-a-right{
	width: 100%;
	margin-left: 0;
	padding-top: 20px;
}
/*头图重置*/
.index .banner{
	height: 320px;
}
.index .banner li{
	height: 320px!important;
}
/*适老下--轮播图*/
.focus-img.owl-carousel .item:after{
	line-height:2em!important;
}
.focus-img.owl-carousel .owl-nav.disabled+.owl-dots{
	bottom: 0.3em;
}
/*首页切换展开*/
.index-nav>li>a,.index-nav>li.focus>a{
	display:none!important;
}
.index-nav>li>ul{
	bottom: 0;
	position: relative;
	display: block;
	height: auto;
	background:none;
}
.select-links{
	display:none;
}
.d-table{
	display:block;
}
.d-table>*{
	display:block;
}
.d-table>.col-half{
	width:100%;
}
.d-table>.col-middle{
	display:none;
}
.d-table-sub>a{
	display:none;
}
.box-tab>dt>ul>li>a, .box-tab>dt>ul>a{
	color: #333;
}
.index .news-list>a:nth-child(n+5) {
	display: none;
}
/*首页--图标*/
.icon-list a{
	background-color: #01b4b8!important;
	border: none;
	height: auto;
	padding: 6px 0;
}
.icon-list a:hover{
	background-color: #01b4b8!important;
	color:#fff!important;
}
/*首页--信息发布*/
.xxbs table th, .xxbs table td{
	color:#666;
	border:1px solid #e8e8e8;
	font-size:0.75em;
	padding:10px;
}
.box-tab.white-title-bg>dt>ul>li.focus>a{
	background-color: #01b4b8;
	color: #fff;
}
.box-tab>dt>ul>li.focus>a{
	color: #01b4b8;
}
.news-list.date-right>li>a:before,.index .news-list.date-right>li>a:before{
	color:#999;
}
.xxbs table{
	margin-bottom:10px;
}
.news-list.col-2 li{
	width:100%;
}
.news-list.col-2 li:nth-child(2n){
	margin-left:0;
}
.pic-list.col-3>li:first-child{
	border-left:none;
}
.news-list.special>li>a{
	height: auto;
	padding: 12px 0px!important;
	margin: 0 10px!important;
	border: none;
	border-top: 1px solid #e8e8e8;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}
.news-list.special>li:first-child>a{
	border-top:none;
}
.news-list.special>li h1{
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1em;
}
.sub-title-2{
	text-align:center;
	border-bottom: none;
}
.sub-title-2>span{
	float:none;
}
.sub-title-2>ul{
	float:none;
	display:inline-block;
}
.sub-title-2>ul>li>a{
	border: none;
	border-radius: 30px;
	background-color: #f6f6f6;
	font-size: 0.875em;
	padding: 4px 10px;
	margin-top: 0.5em;
}
.sub-title-2>ul>li.focus>a{
	background-color: #01b4b8;
	color: #fff;
	border: none;
}
.sub-title-2>ul>li:first-child>a{
	margin-left:0;
}
.index-nav>li:hover>.expand{
	height: auto;
	bottom: inherit;
}
.index-nav>li>.expand{
	position: relative;
	height: auto;
	bottom: inherit;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.expand-pd{
	background-color:#fff;
	height: auto;
	padding: 0;
}
.index-nav>li>.expand:after{
	display:none;
}
.box-tab.sub-box-c{
	padding-right:10px;
}
.news-list.special>a>span{
	font-weight:normal;
	font-size: 1em;
}
.index-nav .news-list>a>* {
	color:#666;
}
/*more.more-right*/
.more.more-right{
	color: #666;
}
.more.more-right:hover{
	color: #000;
}
/*pic-list*/
.pic-list>li>a>em{
	background-color: #01b4b8;
}
span.box-title-name {
	height:auto;
	line-height:normal;
	padding:0.3em 0;
}
@media screen and (max-width:1000px) {
	body{
		font-size:24px;
	}
	.main-wrap{
		width: auto;
	}
}