* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

img {
	border: 0px;
	display: block;
}
input,
button,
select,
textarea {
	outline: none;
	border: 0px;
}
button {
	cursor: pointer;
}
ol,
ul {
	list-style: none;
}

li {
	border: 0px;
}

a {
	text-decoration: none;
}
html,body{
	width: 100%;
	/* min-width: 1200px; */
}


.logo{
	width: 100%;
	/* min-width: 1200px; */
}

.logo img{
	/* width: 100%; */
}
.content-r{
	width: 100%;
	position: relative;
	top: -60px;
}
.content-r .content{
	max-width: 1180px;
	margin: 0px auto;
}
.content table {
    border: 0;
    text-align: center;
    color: #000000;
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}
.content table th{
	height: 60px;
	border: none;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #fff;
}
.content table td{
	border: 0;
	border-bottom: 1px solid #97d9f2;
}
.content table th:first-child{
	text-align: left;
	text-indent: 15px;
}
.content table .language{
	width: 135px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #282828;
	text-align: left;
	text-indent: 15px;
}
.content table .population{
	width: 155px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #282828;
	text-align: left;
	text-indent: 40px;
}
.content table .country{
	text-align: left;
	padding: 10px 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #282828;
	/* width: 910px; */
}
.country ul li span:first-child{
	width: 60px;
	height: 25px;
	line-height: 25px;	
}
/* .country ul li span:last-child{
	width: 840px;
} */
.country ul li{
	overflow: hidden;
	height: auto;
}
.country ul li span{
	float: left;
	white-space:pre-wrap;
	line-height: 25px;
}


@media screen and (min-width: 1280px){
	.content table th{
		height: 70px;
	}
	.content-r{
		top: -70px;
	}
}
@media screen and (min-width: 1680px){
	.content table th{
		height: 80px;
	}
	.content-r{
		top: -80px;
	}
}



@media only screen and (max-width: 767px){

	.content table .language{
		width: 83px;
		font-size: 14px;
		text-indent: 0px;
        padding-left: 8px;
	}

	.content table .population{
		width: 85px;
		padding: 0 5px;
		text-indent: 14px;
		font-size: 14px;
	}

	.country ul li span{
		font-size: 12px;
	}

	.content table th:first-child{
		font-size: 16px;
	}

	.content table th {
		font-size: 16px;
	}
}

