.index-h4
{
	font-size:26px;
}
/*******新闻专题*********/

.con-xw-all h2
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.con-xw-all h3
{
	font-size: 14px;
	margin: 0px;
	color: #7B7B7B;
}
@media (min-width:768px) {
.con-xw-all
{
	width: 85%;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.con-xw-all dl
{
	list-style-image: none;
	list-style-type: none;
	width: 30%;
	margin: 1.6%;
	padding: 0px;
	float: left;
}
}

@media (max-width:768px) {
.con-xw-all
{
	width: 95%;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.con-xw-all dl
{
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	margin: 1.6%;
	padding: 0px;
	float: left;
}
}

.con-xw-all dl img
{
	width:100%;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.con-xw-all dl img:hover{
	-webkit-transform: scale(1.1,1.1);
}
.con-xw-all dl div
{
	width:100%;
	height:100px;
	overflow:hidden;
	
}
.con-xw-all dl dd
{
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
.con-xw-all dl dd:hover
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7bc91e;
}
.con-xw-all dl dd a
{
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 70%;
	overflow: hidden;
}
.con-xw-all dl dd time
{
	float: right;
	font-size: 12px;
	color: #B3B3B3;
	width: 30%;
	overflow: hidden;
	text-align: center;
}
/*首页选项卡*/
/* Icons created with icomoon.io/app */
.tab-box{
	background:#f2f2f2;
}
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	   margin: 50px 0px;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: left;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #009933;
	/*border-bottom: none;*/
	margin:0.5em 0.2em;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #47a3da;
	box-shadow: inset 0 2px #47a3da;
	/*border-bottom: none;*/
	z-index: 100;
	background:#009933;
}

.tabs nav li.tab-current:before,
/*.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}*/

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #000000;
	display: block;
	font-size: 13px;
	line-height: 2.5;
	padding: 0 0.5em;
	white-space: nowrap;
	font-weight: 500;
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #ffffff;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

/* Content */
.content section {
	font-size: 1.25em;
	/*padding:10px;*/
	display: none;
	/*max-width: 1230px;*/
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}
.content section.content-current p{
	font-size: 16px;
    color: #000;
    text-indent: 2em;
    padding: 0 5px;
	margin: 30px 0px;
}

.mediabox {
	float: left;
	width: 25%;
	padding: 0 5px;
	margin-bottom:15px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}
.mediabox1 {
	float: left;
	width: 33%;
	padding: 0 1px;
	margin-bottom:1px;
}

.mediabox1 img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox1 h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox1 p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */
@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		display: block;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
	.mediabox1 {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox1 img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 100%;
	}

	.mediabox1 h3 {
		margin-top: 0;
	}

	.mediabox1 p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox1:before,
	.mediabox1:after {
		content: '';
		display: table;
	}

	.mediabox1:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		text-align:center;
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		/*margin: 0 0 0 -1px;*/
	}

	.tabs nav ul li:last-child {
		/*border-right: none;*/
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
	.mediabox1 {
		text-align: center;
	}

	.mediabox1 img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox1 h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox1 p {
		margin: 0;
	}
}






*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { padding: 0; margin: 0;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #47a3da;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #47a3da;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

p.info {
	text-align: center;
	padding: 20px;
}

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}
/*首页选项卡*/