html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    min-width: 1200px;
}

.banner_panel {
    position: relative;
}

.banner_panel .banne_item {
    display: block;
    width: 100%;
}

.banner_panel .banne_item_radio {
    position: absolute;
    width: 59px;
    height: 59px;
    bottom: 64px;
    left: 200px;
}

.news_bg_panel {}

.policy {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 36px 0 40px;
    background: #fff;
}

.policy .policy_title {
    position: relative;
    line-height: 50px;
    font-weight: bold;
    font-size: 30px;
    color: #07007B;
    margin-bottom: 50px;
}

.policy .policy_title:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 90px;
    left: 0;
    bottom: -15px;
    background: url("../img/register_title_bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.policy .policy_des {
    margin: 30px 0;
}

.policy .policy_des .policy_des_tit {
    width: 423px;
    /* height: 46px; */
    background: linear-gradient(90deg, #F4BA01 0%, rgba(255, 255, 255, 0) 100%);
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #694E21;
    line-height: 42px;
    padding-left: 11px;
    margin-bottom: 27px;
}

.policy .policy_des p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 30px;
    text-indent: 36px;
}

.policy .policy_type_box .policy_type {}

.policy .policy_type_box .policy_type .tit {
    width: 423px;
    /* height: 46px; */
    background: linear-gradient(90deg, #F4BA01 0%, rgba(255, 255, 255, 0) 100%);
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #694E21;
    line-height: 42px;
    padding-left: 11px;
    margin-bottom: 27px;
}

.policy .policy_type_box .policy_type .list {
    margin: 0 0 30px;
}

.policy .policy_type_box .policy_type .list .li {
    border: 1px solid #E7E7F4;
    padding: 13px;
    margin-bottom: 10px;
}

.policy .policy_type_box .policy_type .list .li:hover {
    border: 1px solid #07007B;
}

.policy .policy_type_box .policy_type .list .li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.policy .policy_type_box .policy_type .list .li .xh {
    width: 28px;
    height: 20px;
    background: #07007B;
    border-radius: 6px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin-right: 20px;
}

.policy .policy_type_box .policy_type .list .li .content .content_tit {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding-bottom: 10px;
}

.policy .policy_type_box .policy_type .list .li:hover .content .content_tit {
    color: #07007B;
}

.policy .policy_type_box .policy_type .list .li .content .from {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

#pageBox {
    text-align: center;
    margin-top: 60px;
}

.layui-laypage .layui-laypage-count {
    font-size: 14px;
    padding: 4px 18px !important;
}

.layui-laypage a,
.layui-laypage span {
    font-size: 14px !important;
    padding: 4px 20px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    font-size: 14px !important;
}