.yuyan{
    padding-top: 24px;
}
.yuyan table {
    border: 0;
    text-align: center;
    color: #000000;
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}
.yuyan table th {
    border: 2px solid #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #2b78d9;
    font-size: 16px;
    height: 60px;
}
.yuyan table th:first-child {
    text-align: left;
    text-indent: 15px;
}
.yuyan table td {
    border: 1px solid #94dbf5;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #373a36;
}
.yuyan table .language {
    width: 135px;
    font-size: 16px;
    font-family: 微软雅黑;
    color: rgb(40, 40, 40);
    text-align: left;
    text-indent: 15px;
}
.yuyan table .country {
    text-align: left;
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(40, 40, 40);
    padding: 10px 15px;
}
.yuyan table .population {
    width: 155px;
    font-size: 16px;
    font-family: 微软雅黑;
    color: rgb(40, 40, 40);
    text-align: left;
    text-indent: 40px;
}
.country ul li {
    overflow: hidden;
    height: auto;
}
.country ul li span {
    float: left;
    white-space: pre-wrap;
    line-height: 25px;
}
.country ul li span:first-child {
    width: 60px;
    height: 25px;
    line-height: 25px;
}