/*内容*/
.content{
	margin: 35px auto 63px;
	width: 1160px;
	overflow: hidden;
}
.content_title{
	font-family: '微软雅黑';
	font-size: 18px;
	color: #000;
}
.content_list{
	margin-top: 20px;
	overflow: hidden;
	width: 1185px;
}
.content_list li{
	float: left;
	width: 370px;
	margin-right: 25px;
}
.content_list .a_img{
	display: block;
}
.content_list img{
	width: 370px;
	height: 240px;
}
.content_list p{
	height: 75px;
}
.content_list p a{
	font-family: '微软雅黑';
	font-size: 18px;
	line-height: 150%;
	color: #222;
}
.content .jzgd{
	display: block;
	padding-left: 85px;
	margin-top: 10px;
	border: 1px solid #e9e9e9;
	height: 57px;
	line-height: 57px;
	text-align: center;
	font-family: '微软雅黑';
	font-size: 20px;
	color: #404040;
	background: url(//language.chinadaily.com.cn/img/2018/jzgd.png) 540px center no-repeat;
}
.content .jzgd:hover{
	text-decoration: none;
}
/*手机端*/
@media screen and (max-width:768px){
	.content{
		margin: 0.21rem auto 0.60rem;
		width: 100%;
		overflow: hidden;
	}
	.content_title{
		display: none;
	}
	.content_list{
		margin-top: 0;
		margin: 0 auto;
		overflow: hidden;
		width: 6.00rem;
	}
	.content_list li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.content_list .a_img{
		display: block;
	}
	.content_list img{
		width: 6.00rem;
		height: 3.88rem;
	}
	.content_list p{
		height: 0.83rem;
	}
	.content_list p a{
		font-family: '微软雅黑';
		font-size: 0.30rem;
		line-height: 0.62rem;
		color: #000;
	}
	.content .jzgd{
		display: block;
		margin: 0.27rem auto 0;
		width: 5.66rem;
		height: 0.57rem;
		line-height: 0.57rem;
		border: 1px solid #e9e9e9;
		text-align: center;
		font-family: '微软雅黑';
		font-size: 0.20rem;
		color: #404040;
		padding-left: 0.33rem;
		background: url(//language.chinadaily.com.cn/img/2018/jzgd.png) 2.4rem center no-repeat;
		-webkit-background-size: auto 0.19rem;
		background-size: auto 0.19rem;
	}
	.content .jzgd:hover{
		text-decoration: none;
	}
}