
.information_content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 52px;
	display: none;
}
.show{
	display: block;
}
.information_content_list{
	width: 100%;
	padding-bottom: 50px;
}
.information_content_list li{
	width: 100%;
}
.information_content_list li .information_box{
	width: 100%;
	border-bottom: #ccc;
	margin-top: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.information_box:hover .information_box_time{
	color: #ad4050;
}
.information_box:hover .long_arrow{
	margin-left: 47px;
	background: url(../images/index/red_long_arrow.jpg) #ad4050 no-repeat center;
}
.information_box:hover .information_box_words h6{
	color: #ad4050;
	font-weight: bold;
}
.information_box_time{
	width: 95px;
	color: #666;
	transition: all 0.2s linear; 
}
.day{
	font-size: 25px;
	font-family: UniSansThin;
	/*color: #666;*/
}
.year{
	font-size: 14px;
	margin-bottom: 74px;
	font-family: UniSansThin;
}
.long_arrow{
	width: 47px;
	height: 8px;
	display: block;
	background: url(../images/index/long_arrow.jpg) no-repeat center;
	transition: all 0.2s linear; 
	/*margin-left: 47px;*/
}

.information_box_words{
	width: 660px;
	color: #565656;
	font-size: 15px;
	margin-left: 106px;
	line-height: 28px;
}
.information_box_words h6{
	font-size: 17px;
	margin-bottom: 25px;
	font-weight: normal;
	font-family: NotoSansHansLight;
}
.information_box_img{
	width: 293px;
	height: 159px;
}
.information_box_img img{
	width: 100%;
	height: 100%;
}

.pageing_box{
	margin-top: 58px;
}
