@charset "utf-8";
/*20171121*/
.content p{ margin:25px auto;}
/*20171122*/
.worldPicList{
	width:980px;
	overflow:hidden;
}
.worldPicList ul {
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.worldPicList li {
    float: left;
    width: 205px;
    height: 180px;
	padding: 0 20px;
    text-align: center;
    overflow: hidden;
}
.worldPicList li p {
    padding: 0 5px;
}
.worldPicList li p img {
    width: 200px;
    height: 132px;
}
.worldPicList div.moreLink {
	text-align: right;
	font: normal 12px/180% "SimSun";
}