.other {
	width: 100%;
	float: left;
	background: #f8f8f8;
	height: auto;
	padding-bottom: 40px;
}

.others {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 0 20px;
	padding-bottom: 30px;
	overflow: hidden;
}

.other_title {
	width: 100%;
	background: #fff;
	height: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}

.other_title>img {
	float: left;
	margin-left: calc((100% - 1200px)/2);
	width: 24px;
	height: 23px;
	margin-top: calc((45px - 23px)/2);
	margin-right: 8px;
}

.other_title>span {
	float: left;
	font-size: 16px;
	color: #434343;
}


.others_left{
	width: 825px;
	float: left;
}
.others_left_title{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 30px 0 18px 0;
}
.others_left_time{
	width: 100%;
	background: #f6f6f6;
	height: 35px;
	color: #c8c8c8;
	font-size: 15px;
	line-height: 35px;
	margin-bottom: 18px;
	text-align: center;
}
.others_left_text{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}

.others_left_more{
	width: 100%;
	margin-top: 80px;
}
.others_left_more_last{
	width: 45%;
	float: left;
}
.others_left_more_last>a{
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #000000;
	font-size: 14px;
}
.others_left_more_upper{
	width: 45%;
	float: right;
}
.others_left_more_upper>a{
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #000000;
	font-size: 14px;
}
.others_right{
	width: 308px;
	border: 1px solid #e7e7e7;
	float: right;
	height: auto;
	margin-top: 15px;
}
.others_right_title{
	padding: 0 20px;
	width: 268px;
	overflow: hidden;
	height: 40px;
	color: #040404;
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 40px;
	background: #efefef;
}
.others_right>ul{
	width: 308px;
	overflow: hidden;
}
.others_right>ul>li{
	padding: 0 20px;
	width: 268px;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 5px;
	color: #4c4c4c;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}