*{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #000000;
}

body{
	margin: auto;
	font-family: "microsoft yahei";
}


img{
	border: 0;
}

.iframe{
	box-shadow: 0 0 9px rgba(0,0,0,.3);
	display: block;
}

.indexCarousel{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.carouselImg{
	height: auto;
	position: relative;
}

.carouselLocation{
	width: 158px;
	height: 30px;
	position: absolute;
	text-align: center;
	left: 44%;
	bottom: 20px;
}

.carouselLocation>li{
	width: 10px;
	height: 10px;
	border: 1px #FFFFFF solid;
	border-radius: 5px;
	float: left;
	margin: 10px 20px;
}

.carBack{
	background: #FFFFFF;
}

/*
 核心内容
 * */
.mainContent{
	width: 1000px;
	margin: auto;
	margin-top:48px;
}

.contentList > li{
	width: 33.3%;
	height: 180px;
	float: left;
	margin-top: 45px;
}

.contentList div{
	float: left;
	margin-right: 15px;
}

.contentItem{
	float: left;
}

.contentItem > li:first-child{
	color: #000000;
	font-size: 24px;
	padding-bottom: 10px;
}

.contentItem > li{
	font-size: 16px;
	padding-bottom: 6px;
}

.contentItem > li>a:hover{
	text-decoration: underline;
	cursor: pointer;
}

/*
 动态
 * */
.dynamicDiv{
	padding-top: 40px;
	clear: both;
	width: 100%;
	background: #F2F5FA;
	height: 550px;
}
.dynamicCom{
	width: 1000px;
	margin: auto;
	text-align: center;
}
.dynamicCom > li:first-child{
	color: #2B4DA6;
	font-size: 30px;
	margin: 15px 0;
}
.dynamicContent{
	width: 800px;
	margin: auto;
	margin-top: 25px;
	font-size: 16px;
}

.dynamicContent > li{
	height: 28px;
	line-height: 28px;
}

.dynamicContent > li > div{
	float: left;
}

.dynamicContent > li > div:first-child{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background:#000000;
	margin-top: 8px;
	margin-right: 20px;
}

.dynamicContent > li > div:nth-child(2){
	text-align: left;
	width: 630px;
}

.dynamicContent > li > div:last-child{
	text-align: left;
	width: 140px;
}

.dynamicContent a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.dynamicCom > li:last-child a{
	display: block;
	font-size: 16px;
	color: #2B4DA6;
	border: 1px #2B4DA6 solid;
	border-radius: 5px;
	width: 80px;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-right: 160px;
	margin-top: 20px;
}

.dynamicCom > li:last-child a:hover{
	background: #EEEEEE;
}


.backShow{
	border-bottom: 2px #2B4DA6 solid;
	background: #EEEEEE;
	cursor: pointer;
}