.policy .out-container {
    width: 1200px;
    background-color: #F3F6F8;
    margin: 0 auto;
    padding: 36px 0px 40px;
    display: flex;
    justify-content: space-between;
}

.policy .side-container {
    width: 166px;
}

.policy .side {
    width: 166px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.policy .side a {
    display: block;
    width: 100%;
    height: 126px;
}

.policy .side a:not(:first-child) {
    margin-top: 10px;
}

.policy .side img {
    width: 80%;
    height: 90%;
}

.policy .main-container {
    width: 1104px;
    background-color: #FFF;
    border-top: 6px solid#316CBF;
    padding: 20px 20px 0;
}

.main-container .search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container .search input {
    width: 630px;
    height: 50px;
    background-color: #FFF;
    border: 1px solid #316CBF;
    border-radius: 5px 0px 0px 5px;
    font-size: 20px;
    padding: 0 10px;
    font-family: Microsoft YaHei;
}

.main-container .search input::placeholder {
    color: #B5B5B5;
}

.main-container .search button {
    width: 78px;
    height: 50px;
    border: none;
    background-image: url('../../static/img/btn-bg5.png');
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.policy-item {
    margin-top: 6px;
}

.policy-item.country {
    margin-top: 26px;
}

.policy-item .title-bar {
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #316CBF;
    border-bottom: 1px solid#316CBF;
}

.policy-item .title-bar img {
    width: 39px;
    height: 32px;
    margin-right: 14px;
}

.policy-item.country .title-bar img {
    width: 30px;
}

.policy-item table {
    /* height: 264px; */
}


table {
    table-layout: fixed;
    margin: 17px auto 0;
}

table tr th {
    height: 44px;
    background: #DED9DB;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}

table tr:nth-child(n+1):nth-child(2n - 1) td {
    background-color: #F7F7F7;
}


table tr td {
    height: 44px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 0 10px;
    text-align: left;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


.laypage {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laypage .layui-box {
    margin: 0;
}

.area-list {
    padding: 20px 0;
}

.area-list button {
    width: 110px;
    height: 55px;
    border: none;
    background-image: url('../../static/img/btn-bg6.png');
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #316CBF;
    margin-right: 40px;
    margin-bottom: 20px;
}