/* 常用官网 */
.common-website {
    background: #fff;
    margin-bottom: 40px;
}

.common-website .layui-container {
    padding: 40px 24px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.common-website table {
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 1);
    border-top: none;
}

.common-website table:first-child {
    border-top: 1px solid rgba(204, 204, 204, 1);
}

.download-abroad-own {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 60px;
}

.layui-container table tr:first-child>td:first-child {
    background: #fff;
    border-top: none;
}

.layui-container table tr>td:first-child {
    width: 261px;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    text-align: right;
    line-height: 60px;
    background: rgba(248, 248, 248, 1);
    padding: 0 22px;
}

.layui-container table tr>td:last-child {
    padding-left: 18px;
}

.layui-container table tr>td:last-child p {
    width: 820px;
}

.layui-container table tr>td:last-child p a {
    display: inline-block;
    width: 820px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layui-container table tr>td:last-child a {
    text-align: left;
}

.layui-container table tr>td:last-child a:hover {
    color: #00B1FB;
}