/* 轮播图开始 */
.banner {
	position: relative;
	overflow: hidden;
}

.banner .slideshow {
	z-index: 1;
	padding: 0px;
	position: absolute;
	left: 0px;
}

.banner .slideshow li {
	float: left;
}

.banner .dot {
	z-index: 2;
	width: 120px;
	height: 28px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -60px;
	padding: 0px;
}

.banner .dot li {
	float: left;
	width: 33.33%;
}

.banner .dot img {
	width: 12px;
	margin: 0 auto;
}

.banner .dot img:hover {
	cursor: pointer;
}

/* 轮播图结束 */

/* 新闻动态开始 */
.news {
	margin-top: 22px;
	height: 535px;
}

.news .title {
	width: 100%;
}

.news .title img {
	margin: 0 auto;
	height: 40px;
}

.newsList {
	width: 85%;
	margin: 0 auto;
	margin-top: 70px;
}

.newsList .newsLeft {
	width: 26%;
}

.newsList .newsLeft img {
	height: 425px;
}

.newsList .newsLeft span {
	color: #FFF;
	position: absolute;
	top: 55%;
	left: 21%;
	text-align: center;
	letter-spacing: 4px;
	font-size: 18px;
}

.newsRight {
	width: 74%;
}

.newsRight .newsItem {
	width: 33.33%;
	float: left;
	height: 425px;
	position: relative;
}

.newsRight .newsItem .coverPlan {
	width: 85%;
	margin-top: 30px;
	height: 33%;
}

.datetime {
	line-height: 20px;
}

.datetime .date {
	font-style: italic;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
}

.datetime .year {
	color: #C8C8C6;
	font-size: 8px;
}

.newsTitle {
	width: 80%;
	margin-top: 15px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsIntro {
	margin-top: 10px;
	width: 80%;
	color: #5B5B5B;
	font-size: 10px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 19px;
}

.newDetails {
	margin-top: 51px;
}

.newDetails span {
	color: #BFBFBD;
	font-size: 12px;
	cursor: pointer;
}

.newDetails .jiantou {
	width: 40px;
	height: auto;
	margin-left: 2px;
}

.newDetails .changfangti {
	display: block;
	height: auto;
	width: 80px;
	margin-top: 14px;
}

/* 新闻动态结束 */
/* 关于我们开始 */
.about {
	width: 70%;
	margin: 0 auto;
	margin-top: 60px;
}

.about .title img {
	margin: 0 auto;
	height: 40px;
}

.about .content .contentItemTop {
	height: 400px;
	margin-top: 55px;
}
.about .content .contentItemTop div {
	width: 50%;
}
.about .content .contentItemTop p {
	width: 57%;
	color: #1C3D44;
	line-height: 25px;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 500;
	margin: 0 auto;
	margin-top: 14%;
}

.about .content .contentItemTop img {
	width: 72%;
	height: 370px;
}

.about .content .contentItemBottom {
	height: 400px;
	margin-top: 55px;
}

.about .content .contentItemBottom div {
	width: 50%;
}

.about .content .contentItemBottom p {
	width: 57%;
	color: #1C3D44;
	line-height: 28px;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	top: 5%;
	left: 30px;
}

.about .content .contentItemBottom img {
	width: 72%;
	height: 370px;
	position: relative;
	left: 19%;
}
/* 关于我们结束 */
