.container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
}

.section {
	margin-top: 42px;
	margin-bottom: 27px;
	width: 365px;
	margin-left: 26px;
}

.section .tit,
.unique .tit,
.sectionShadow .tit {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 36px;
	line-height: 36px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #d0d0d0;
}

.section .tit p,
.unique .tit p,
.sectionShadow .tit p {
	border-bottom: 1px solid #264d90;
	height: 36px;
	width: 93px;
	text-indent: 4px;
	color: #264d90;
}

.section .tit a,
.unique .tit a,
.sectionShadow .tit a {
	color: #7d7d7d;
}

.unique {
	width: 402px;
	margin-right: 5px;
	margin-top: 42px;
	margin-left: 15px;
}

.unique .content {
	height: 274px;
	margin-top: 35px;
	overflow: hidden;
}
.unique .content li{
	position: relative;
}
.unique .content img {
	width: 100%;
	height: 100%;
}

.unique .content p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}

.section .list,
.sectionShadow .list {
	margin-top: 36px;
	line-height: 39px;
	margin-top: 36px;
	height: 273px;
}

.sectionShadow .list {
	height: 195px;
	padding-bottom: 20px;
}

.section .list>a,
.sectionShadow .list>a {
	font-size: 15px;
	color: #4c4b48;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.section .list>a::before,
.sectionShadow .list>a::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d1cece;
	margin: 15px 12px 0;
}

.section .list .time,
.sectionShadow .list .time {
	width: 80px;
	text-align: center;
}

.section .list .text,
.sectionShadow .list .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sectionShadow {
	width: 342px;
	margin-top: 43px;
	padding: 18px 20px 0;
	margin-left: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.occupation {
	box-shadow: none;
	border: 1px solid #014687;
}

.occupation .tit p{
	color: #000000;
	font-weight: 700;
}

.occList{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 50px 17px 0 9px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.occList .big{
	width: 100%;
	margin-bottom: 26px;
}

.occList>a{
	height: 44px;
	line-height: 44px;
	border-radius: 8px;
	background: #264d90;
	color: #fff;
	text-align: center;
	width: 150px;
/*	margin-bottom: 29px;*/
	margin-bottom: 45px;
}