.information-list {
	max-width: 1440px;
	margin: 0 auto;
}
.information-list .item {
	width: 100%;
	padding:30px 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom: #C1C1C1 1px dotted;
}
.information-list .item a {
	position: relative;
}
.information-list .item a:hover {
}
.information-list .item a:hover .description {
	text-decoration: underline;
}
.information-list .item a:hover .more {
	background: #FFAC00;
}
.information-list .item .more {
	display: block;
	width: 90px;
	line-height: 24px;
	color: #FFF;
	background: #CF4231;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.information-list .item a {
	display: block;
	margin: 0 auto 30px;
	line-height: 1.65;
	position: relative;
}
.information-list .pic {
	float: right;
}
.information-list .txt {
	margin-right: 294px;
	padding: 48px 36px 48px 140px;
	position: relative;
}
.information-list a:hover .txt {
	background: #F2FAF6;
}
.information-list .title, .information-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #111111;
	height: 50px;
	line-height: 1.2;
	overflow: hidden;
}
.information-title{
	height:auto;
	margin-bottom:30px;
}
.information-list .title span {
	display: inline-block;
	vertical-align: middle;
}
.information-list .description {
	color: #777777;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1.8;
	height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.information-header {
	display: table;
	width: 100%;
	margin-bottom: 32px;
	border-bottom:#EFC1BC 2px solid;
	position: relative;
}
.information-header:before {
	content: '';
	position: absolute;
	width: 100px;
	border-bottom:#CF4231 2px solid;
	left:0px;
	bottom:-2px;
	z-index:2;
}
@media screen and (max-width: 600px) {
.information-header,  .information-header .date,  .information-header .title {
	display: block;
}
.information-header .date {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
}
.information-header .title {
	padding: 0;
	text-align: center;
}
}
@media screen and (max-width: 540px) {
.information-list .item {
	float: none;
	width: auto;
}
}
