.policy {
    width: 100%;
    font-family: Microsoft Yahei;
}

.policy-banner {
    width: 100%;
    height: 200px;
    background: #ccc;
}

.policy-content-title {
    width: 1200px;
    height: 68px;
    padding: 19px 10px;
    box-sizing: border-box;
    background: white;
    margin: 14px auto;
    display: table;
}

.policy-content-title__name {
    display: table-cell;
    font-size: 14px;
    color: #AFAFAF;
    width: 74px;
    min-height: 30px;
    border-right: 1px solid #F1F1F1;
}

.policy-content-title__ul {
    display: table-cell;
    width: 1050px;
    font-size: 0px;
}

.policy-content-title__ul li {
    display: inline-block;
    width: 260px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.policy-content-title__ul .tabTitLi {
    font-weight: bold;
    color: #1E3F59;
}

.policy-content-title__more {
    display: table-cell;
}

.policy-content-title__more a {
    cursor: pointer;
}

.policy-content-tabCon {
    width: 1200px;
    margin: 0 auto;
    padding: 42px 90px 150px 90px;
    box-sizing: border-box;
    background: white;
    font: 14px/45px "Microsoft Yahei";
    color: #333333;
    line-height: 28px;
}

.policy-content-tabCon h3 {
    text-align: center;
    font: bold 18px/40px "Microsoft Yahei";
    color: #1E3F59;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d7d7d7;
}

.policy-content-tabCon p {
    margin: 0 90px;
}

.policy-content .section p {
    text-indent: 2em;
    padding-bottom: 40px;
}