<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(animate.css);

/* CSS Document */

body {
    font-family: "微软雅黑";
}

a {
    font-family: "微软雅黑";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media screen and (min-width: 992px) {
    .layui-container {
        width: 1230px;
    }
}

.top {
    background: url(../images/policyInterpret/top_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 301px;
    overflow: hidden;
}

.top .index-top-line {
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: right;
    color: #FFF;
    font-size: 14px;
    position: relative;
    z-index: 1006;
}

.top .index-top-line .index_top_link {
    float: left;
    line-height: 40px;
    padding: 0px 16px;
    font-size: 14px;
    border-radius: 15px;
}

.top .index-top-line .index_top_link img {
    vertical-align: sub;
    margin: 3px 5px 0 0;
    display: inline-block;
}

.top .index-top-line a {
    color: #FFF !important;
    font-size: 14px;
    vertical-align: bottom;
    padding: 0 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.top .index-top-line a#OldPeople {
    background: rgb(244, 186, 47);
    border-radius: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-weight: bold;
    vertical-align: baseline;
}

.top img {
    display: block;
    margin: 110px auto auto 106px;
}

.title img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.bg_gray {
    background-color: #f6f7f9;
    overflow: hidden;
}

.policy_line1 {
    overflow: hidden;
    padding-bottom: 34px;
}

.policy_line1 .title {
    margin: 80px 0 30px;
}

#policyPic {
    background-color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

#policyPic img{
	width:100% !important;
}

.policy_line1_right&gt;div:first-of-type {
    background-color: #FFF;
    border-bottom: 2px #0762cb solid;
    padding: 15px 18px 5px;
    box-sizing: border-box;
}

.policy_line1_right&gt;div:first-of-type a h1 {
    line-height: 48px;
    font-size: 20px;
    color: #1b5fda;
    font-weight: bold;
}

.policy_line1_right&gt;div:first-of-type a p {
    font-size: 14px;
    line-height: 30px;
    color: #8e8e8e;
    min-height: 57px;
}

.policy_line1_right&gt;div:first-of-type a font {
    font-size: 14px;
    line-height: 30px;
    color: #8e8e8e;
}

.policy_line1_right&gt;div:first-of-type a:hover * {
    color: #1b5fda;
}

.policy_line1_right&gt;div:last-of-type {
    background-color: #FFF;
    margin-top: 20px;
    padding: 11px 17px;
}

.news-list a {
    font-size: 18px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 60px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    display: block;
    line-height: 60px;
}

.news-list a:hover {
    color: #1b5fda
}

.news-list font {
    color: #000;
    font-size: 16px;
    line-height: 60px;
    display: block;
    text-align: right;
}

.policy_line2 {
    overflow: hidden;
    margin-bottom: 31px;
}

.policy_line2 .title {
    margin: 48px 0 54px;
}

.policy_line2 .news-list {
    margin-bottom: 14px;
}

.policy_line2 .news-list a {
    height: 40px;
    width: 100%;
    line-height: 40px;
}

.policy_line2 .news-list a span {
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    background-color: #559bf3;
    padding: 0 30px;
    margin-right: 20px;
}

.policy_line2 .news-list font {
    line-height: 40px;
}

.policy_line3 {
    overflow: hidden;
    background-color: #FFF;
    padding: 0 41px 15px;
    margin: 44px auto 50px;
}

.policy_line3 .title {
    margin: 42px auto 38px;
}

.policy_line3 a p {
    height: 204px;
    overflow: hidden;
}

.policy_line3 a p img {
    min-height: 204px;
}

.policy_line3 a span {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-top: 13px;
    display: block;
}

.policy_line3 a:hover span {
    color: #559bf3;
}

.policy_line4 {
    margin: 50px auto;
}

.policy_line4 img:hover {
    animation: pulse .5s;
}

.oldPeople .top {
    height: 400px;
}

.oldPeople .title img {
    width: 500px;
}

.oldPeople .policy_line1 .layui-col-md6 {
    width: 100%;
}

.oldPeople #policyPic {
    height: 672px !important;
}

.oldPeople .policy_line1_right&gt;div:first-of-type a h1 {
    line-height: 93px;
    font-size: 38px;
}

.oldPeople .policy_line1_right&gt;div:first-of-type a p {
    font-size: 32px;
    line-height: 60px;
}

.oldPeople .policy_line1_right&gt;div:first-of-type a font {
    font-size: 30px;
    line-height: 60px;
}

.oldPeople .news-list a {
    font-size: 38px;
    height: 93px;
    line-height: 93px;
}

.oldPeople .news-list font {
    font-size: 30px;
    height: 93px;
    line-height: 93px;
}

.oldPeople .policy_line2 .news-list {
    margin-bottom: 0;
}

.oldPeople .policy_line2 .news-list a span {
    font-size: 22px;
    line-height: 45px;
    vertical-align: middle;
}

.oldPeople .policy_line3 a span {
    font-size: 38px;
    line-height: 50px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media screen and (max-width:768px) {
    .top {
        background: none;
        background-color: #1b5fda;
        height: 120px;
    }
    .top img {
        margin: 20px auto;
        width: 90%;
    }
    .policy_line1 .title {
        margin: 30px 0 30px;
    }
    #policyPic {
        height: 211px !important;
    }
    .title img {
        width: 100%;
    }
    .policy_line2 .title {
        margin: 30px auto;
    }
    .policy_line2 .news-list a span {
        display: none;
    }
    .policy_line2 .news-list a::before {
        content: '·';
        display: inline-block;
        font-weight: bold;
        margin-right: 8px;
    }
    .policy_line3 {
        padding: 0 15px;
        margin: 15px auto;
    }
    .policy_line4 {
        margin: 15px auto;
    }
}</pre></body></html>