* {
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "微软雅黑";
}

ul li {
	list-style: none;
}

.header {
	width: 100%;
	height: 238px;
	background-color: #194976;
	padding: 54px 210px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header h2 {
	color: #ffffff;
	font-weight: normal;
	font-size: 48px;
	padding: 18px 0;
}

.header span {
	color: #5d98d0;
	font-size: 24px;
}

.conter {
	font-size: 14px;
	padding: 52px 210px;
}

.conter li {
	padding-bottom: 94px;
}

.conter .conter-title {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 8px;
	overflow: hidden;
}

.conter .conter-title b {
	color: #303030;
	font-size: 24px;
	float: left;
}

.conter .conter-title strong {
	border-radius: 30px;
	border: 1px solid #1980ff;
	color: #1980ff;
	font-weight: normal;
	padding: 1px 12px;
	float: left;
	margin: 5px 24px;
}

.conter .conter-title span {
	color: #9f9f9f;
	float: right;
	padding-top: 10px;
}

.conter .conter-text {
	padding-top: 20px;
	color: #696969;
	line-height: 24px;
	position: relative;
	max-height: 96px;
	overflow: hidden;
	transition: max-height 1s;
}
.textAll {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 14px;
	background-color: #FFFFFF;
	color: #1980ff;
	cursor: pointer;
}

.textAll:after {
	content: "...";
	position: absolute;
	bottom: 0;
	color: #696969;
	right: 65px;
	padding-left: 20px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}

.conter-text .textAll.active:after {
	display: none;
}
.load-more {
	text-align: center;
	color: #9f9f9f;
	cursor: pointer;
}