/*common*/
.mbg {
	background: #fff url(../images/bottom_bg.gif) no-repeat center bottom;
	background-size: contain;
}

ul,
dl {
	list-style: none;
	padding: 0;
	margin: 0;

}

.dnone {
	display: none;
}

.gray-text {
	color: #999
}

.gray-bg {
	background-color: #fafafa;
}

.white-bg {
	background-color: #fff;
}

.topline {
	border-top: 1px #eee solid;
}

.abs_center {
	margin: 0 auto;
}

/*flex */

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: space-between;
}



.btn-search {
	background-color: #297acc;
	color: #fff;
	border-colro: #297acc;
	cursor: pointer;
}

/* 首页tabs */
.home-tabs .tab-content {
	position: relative;
}

.home-tabs .tabs-title {
	position: absolute;
	z-index: 100;
	border: 1px #297acc solid;
	background: #fff;
	width: 35px;
	text-align: center;

}

.home-tabs .nav>li>a {
	padding: 10px 12.5px;
}

.home-tabs .tabs-title>ul .active {
	background: url(../images/tabs_left_hover.gif) no-repeat left center;
	background-size: 100%, 100%;

}

.home-tabs .tabs-title>ul .active>i,
.home-tabs .tabs-title>ul .active>a {
	color: #fff;
}

.home-tabs .nav>li>a:hover,
.home-tabs .nav>li>a:focus {
	background: url(../images/tabs_left_hover.gif) no-repeat left center;
	background-size: 100%, 100%;
	color: #fff;
}

.home-tabs .nav>li>a>i {
	text-align: center;
	margin-left: -2px;
}

/* 首页信息列表 */


.news-list>li {
	text-align: left;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #efefef;
	font-weight: none;
	/* font-family: "宋体"; */
}

.news-list>li>a {
	display: block;
	vertical-align: middle;		
}

.news-list>li>a::before {
	content: "\e600";
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.news-list>li>a:hover {
	color: #fcba5b;
	cursor: pointer;
	text-decoration: underline;
}

.news-list>li>i {
	line-height: 32px;
	color: #999;
}

.news-list>li>span {
	position: absolute;
	top: 2px;
	right: 0;
	font-size:12px;
	line-height: 32px;
	color: #999;

}

/* 频道页信息列表 */


.channel-news-list>li {
	
	text-align: left;
	position: relative;
	font-size: 14px;
	/* font-family: "宋体"; */
	font-weight: none;

}

.channel-news-list>li>a {
	display: block;
	vertical-align: middle;

}

.channel-news-list>li>a::before {
	content: "\e600";
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.channel-news-list>li>a:hover {
	color: #fcba5b;
	cursor: pointer;
	text-decoration: underline;
}

.channel-news-list>li>i {
	line-height: 32px;
	color: #999;
}

.channel-news-list>li>span {
	position: absolute;
	top: 5px;
	right: 0;
	line-height: 32px;
	color: #999;
	font-size:12px;
}
/* tabs 蓝色样式 */
.news-tabs {
	position: relative;
}



.news-tabs .more-text {
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.news-tabs .more-text>a {
	color: #999;
}

.news-tabs .more-text>a:hover,
.news-tabs .more-text>a:focus {
	color: #fcba5b;
}
.nav-tabs a{
	color:#000;
}
.news-tabs .nav-tabs>li.active>a,
.news-tabs .nav-tabs>li.active>a:hover,
.news-tabs .nav-tabs>li.active>a:focus {
	background: #297acc;
	color: #fff;
	border-color: #297ACC;
	font-weight: 400;
	font-size: 14px;
}

/* 首页公告 */
.column-title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	border-bottom: #eaeaea 1px solid;
	line-height: 40px;
}

.column-title>i {
	color: #999;
}

.column-title .more {
	position: absolute;
	right: 0px;
	color: #999;
	font-size: 14px;
	cursor: pointer;
}

.column-title .more>a {
	font-size: 14px;
}

.icon-group {
	margin-top: 15px;
}

.icon-group i {
	font-size: 3rem;
	display: block;
	text-align: center;
	margin-top: 5px;

}

.icon-group>span {
	display: block;
	text-align: center;
	line-height: 3rem;
}

.icon-group>a {
	display: block;
	min-height: 80px;
	width: 23%;
	text-align: center;
	border-radius: 5px;
	color: #fff;

}

.icon-group>a:focus,
.icon-group>a:hover {
	color: #fff;
	text-decoration: none;
}

.iconbg0 {
	background-color: #e26047;
}

.iconbg1 {
	background-color: #53d4a2;
}

.iconbg2 {
	background-color: #efb33e;
}

.iconbg3 {
	background-color: #3185db;
}

/* footer */
footer {
	margin-top: 15px;
	background: #297ACC url(../images/footer_bar.jpg) repeat-x left top;
	min-height: 100px;
}

footer .footer {
	padding-top: 30px;
	margin: 0 auto;
}

footer .footer p {
	color: #fff;
	text-align: center;
}

/* 栏目页 */
.column-min-height {
	min-height: 450px;
}

.content-box {
	width: 100%;
}

.content-box .c-title {
	line-height: 40px;
	font-size: 18px;
	margin: 0;
	padding: 0;
	border-bottom: 1px #eaeaea solid;
}

.content-box .c-content {
	margin: 10px;
}

.content-box .c-content>ul>li {
	position: relative;
	font-size: 15px;
	line-height: 38px;
	border-bottom: 1px #eee solid;

}



.content-box .c-content>ul>li>span {
	position: absolute;
	right: 0;
	color: #999;
	top: 0;

}

/* 面包屑 */

.breadcrumb {
	background: transparent;
	border-bottom: 1px #eaeaea solid;
}

.breadcrumb>li>i {
	color: #297ACC;
}

.breadcrumb>li+li::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: ">";
}

.swiper-slide>h2 a {
	color: #fff;
	text-decoration: none;
}

/* 分页 */
.page {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #585858;
}

.page a {
	font-size: 14px;
	color: #585858;
	border: #CCC 1px solid;
	padding: 5px 10px;
}

font.cn1 {
	font-size: 14px;
	color: #585858;
	border: #CCC 1px solid;
	padding: 5px 10px;
	white-space: nowrap;
	
}

.select option {
	font-size: 14px;
	color: #666;
	border: #CCC 1px solid;
	padding: 5px 10px;
}
#zt{
	margin: 10px auto;
}
#zt>a {
	display: block;

}

#zt img {
	margin: 0 5%;
	width:90%;
	height: 70px;
	
}

.swiper-container2 {
	height: 150px;
	overflow: hidden;
}

/* 频道页 */
.docc-content {
	margin: 15px 0;
}

.docc-content,
.docc-content p {
	line-height: 28px;
	color: #666;
	/* font-family: "宋体"; */
}
.docc-content dl>dd{
	border:1px #eee solid;
}
.docc-content dl>dd>img{
	padding: 10px;
}
.docc-content dl>dt{
	text-align: center;
	line-height: 30px;
	color:#000;
}
.docc-content dl>dt>p{
	color:#666;
	line-height: 20px;
	font-weight: normal;
}
.more-lingdao{
	text-align: center;
	margin: 20px auto;
	width:55%;
	color:#277AD0
}
.docc-list2{
	margin: 20px auto;
}
/* 一级栏目 */
.big-coulmn {
	position: relative;
	height: 40px;

	border-bottom: 3px #e9f1fa solid;
}

.big-coulmn>h2 {
	color:#000;
	font-size: 18px;
	position: absolute;
	margin: 0;
	top: 0;
	bottom: 0;
	line-height: 40px;
	height: 40px;
	border-bottom: 3px #277ad0 solid;
}

.docc-more {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 35px;
	display: block;
}

.docc-more>a {
	color: #999;
}
.docc-more>a:hover {
	color: #fcba5b;
}

/* 二级栏目 */
.small-coulmn {
	position: relative;
	height: 35px;
	background-color: #e9f1fa;
}

.small-coulmn>h3 {
	font-size: 16px;
	position: absolute;
	margin: 0;
	top: 0;
	bottom: 0;
	line-height: 35px;
	height: 35px;
	padding-left:15px;
	border-left: 5px #277ad0 solid;
}

	

.coulmn-list>li>a, .coulmn-list2>li>a{
	display: block;
	vertical-align: middle;
	color:#000;
	font-size:16px;
}

.coulmn-list>li>a::before, .coulmn-list2>li>a::before {
	content: "\e62c";
	color:#277AD0;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.coulmn-list>li>a:hover {
	color: #fcba5b;
	cursor: pointer;
	text-decoration: none;
}
.comp-news{
	
}
.comp-news li{
	margin: 15px auto 0;
	clear: both;
	
}
.comp-news li .c-img{
	width:30%;
	float:left;
}
.comp-news li .c-title{
	width:66%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float:right;
}
.comp-news li .c-title>h2{
	font-size:16px;
	margin: 0;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.comp-news li .c-title>p{
	color:#999;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.sub-title>h3{
	font-size: 18px;
	margin-top: 0;
}
.sub-title>h3:before{
	 content: "\e62c";
	color:#277AD0;
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
select option{
	color:#000;
}