@charset "utf-8";
/*--------------------------reset begin--------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
li { list-style: none; }
img { border: none; }
input,
select,
textarea { outline: none; border: none; background: none; border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
    font-family:"Helvetica", "Arial";
}
textarea { resize: none; }
html { -webkit-text-size-adjust:none;overflow-x:hidden;}
article， aside， details， figcaption， figure， footer， header， hgroup， menu， nav， section { display: block; }
.video embed， .video object， .video iframe { width: 100%; height: auto; }
a { border:0; text-decoration: none; outline: none;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
em{ font-style: normal;}
.clearfix:after,
.clearfix:before { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
body {min-width:300px; /*font-family:"Helvetica", "Arial";*/ background-color: #f8f8f8; color:#030000;overflow-x:hidden;}
body{font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial,
"Microsoft YaHei", FreeSans, Arimo, "Droid Sans",
"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3",
FontAwesome, sans-serif;}


body,html{
    font-size: 14px;
    font-family: "微软雅黑";
    background-color: #fff;
    color: #333;
}
.barrierfree_container svg{
    width: unset;
    height: unset;
    left: unset;
    top: unset;
    right: unset;
    position: unset;
    bottom: unset;
    margin: unset;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
header{
    width: 100%;
    position: relative;
    background: #1f4695;
}
header img{
    width: 100%;
}
header .container{
    display: flex;
    padding: 20px 0 0;
    justify-content: flex-end;
    gap: 40px;
}
header .container .preface p{
    color: #fff;
    width: 1000px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;    */
    height: 114px;
    overflow: hidden;  
}
header .container .preface p span{
    display: block;
    font-size: 16px;
    line-height: 38px;
    text-indent: 2em;
}
.preface{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.qrcode{
    margin-top: -36px;
    display: block;
    width: 156px;
    height: 192px;
    margin-right: 0;
}
.tog_btn{
    display: inline-flex;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #95b8ff;
    background: #1c418b;
    border-radius: 18px;
    padding: 0 30px;
    max-width: fit-content;
    margin-top: 10px;
    cursor: pointer;
}
.tog_btn:hover{
    background: fixed linear-gradient(to right,#1b88ee,#1545ad);
    transition: all .6s;
    color: #fff;
}
.tog_btn:hover span svg path{
    transition: all .6s;
    fill: #fff;
}
.tog_btn .tog_icon_up{
    display: none;
}
.tog_btn.on .tog_icon_down{
    display: none;
}
.tog_btn.on .tog_icon_up{
    display: block;
}
section:first-child .container{
    background: #fff;
}
section.filter{
    margin: 30px auto;
}
section.filter .container{
    width: 1200px;
    border: 1px solid #cfcfcf;
    position: relative;
    background-image: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 117px, transparent 117px);
}
section.filter .unit{
    padding-left: 30px;
    padding-right: 30px;
}
section.filter .unit .unitcontent{
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
}
section.filter .unit:last-child .unitcontent{
    border: none;
}


section.filter .unit .title{
    width: 87px;
    text-align: right;
    font-size: 16px;
    line-height: 60px;
    color: #2e2e2e;
}
section.filter .unit .item{
    flex: 1;
}
section.filter .item{
    font-size: 16px;
    line-height: 60px;
    padding-left: 16px;
}
section.filter .item span{
    padding: 0 8px;
    cursor: pointer;
    transition: color 0.3s;
}
section.filter .item span:hover{
    color: #ac7c0a;
}
section.filter .item .tog_btn span{
    padding: 0;
}
section.filter .item .tog_btn span:hover{
    color: #fff;
}
.item .active{
    color: #ac7c0a;
    font-weight: 800;
}
.leader-item{
    display: flex;
}
.leader-item .tog_btn{
    width: 68px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    color: #2b2b2b;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    transition: all .3s;
    margin-top: 0;
    transform: translateY(16px);
}
.leader-item .tog_btn:hover{
    background: #1e4c99;
    color: #fff;
}
.leader-item .tag{
    flex: 1;
    word-break: keep-all;
    height: 60px;
    overflow: hidden;
    padding: 0 4px;
}
section.result .container{
    border: 1px solid #cfcfcf;
}
section.result .container .tit_bar{
    height: 74px;
    line-height: 74px;
    background: #f7f7f7;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
section.result .tit{
    width: 117px;
    text-align: right;
}
section.result .filter{
    flex: 1;
    display: flex;
    padding: 0 0 0 6px ;
    gap: 14px;
}
section.result .filter_item{
    display: inline-block;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px dashed #cfcfcf;
    text-indent: 6px;
    color: #ac7c0a;
    padding-right: 8px;
}
section.result .count{
    padding-right: 30px;
}
section.result .count .num{
    color: #ac7c0a;
    font-size: 16px;
    padding: 0 2px;
}
section.result .searchbox{
    height: 84px;
}
section.result .searchcontainer{
    display: flex;
    padding: 0 40px;
    align-items: center;
    height: 84px;
    gap: 12px;
}
section.result .searchcontainer .labelbox{
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    padding: 0 14px;
    width: 612px;
    align-items: center;
}
section.result .searchcontainer .labelbox span{
    color: #1e4c99;
    font-size: 18px;
    font-weight: 800;
}
section.result .searchcontainer .labelbox input{
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0;
    transform: translateY(1px);
    flex: 1;
    background: transparent;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
section.result .searchcontainer .sub_btn{
    cursor: pointer;
    gap: 6px;
    text-indent: 48px;
    position: relative;
    border-radius: 6px;
    border: none;
}
section.result .searchcontainer .btn{
    background: #1e4c99;
    color: #fff;
    font-size: 16px;
    display: block;
    outline: none;
    box-shadow: none;
    border: none;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #bfbfbf;
    border-radius: 7px;
    padding: 0 21px 0 55px;
}
section.result .searchcontainer .sub_btn svg{
    position: absolute;
    left: 24px;
    top: 10px;
}
section.result .searchcontainer .sub_btn:hover{
    color: #fff;
}
section.result .searchcontainer .sub_btn:hover .btn{
    background: fixed linear-gradient(to right,#1b88ee,#1545ad);
    color: #fff;
}
section.result .searchcontainer .sub_btn:not(:hover){
    color: #fff;
}
section.result .searchcontainer .sub_btn:not(:hover) .btn{
    color: #fff;
}
section.policy{
    margin-top: 30px;
    margin-bottom:30px;
}
section.policy .container{
    border: 1px solid #cfcfcf;
}
section.policy .container .policylist{
    padding: 0 30px;
}
section.policy .container  .partcontent{
    min-height: 100%;
}
section.policy .container .policylist li.list_unit{
    border-bottom: dashed 1px #cfcfcf;
    padding: 20px 0;
}
section.policy .container .policylist li.list_unit:last-child{
    border: none;
}
section.policy .container .policylist .unit{
    display: flex;
    justify-content: space-between;
    min-height: 113px;
}
section.policy .container .policylist .hqzc_ssfl{
    background: #fbf0e0;
    color: #ac7c0a;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 4px;
}
section.policy .container .policylist .title{
    font-size: 18px;
    color: #2c2c2c;
    line-height: 36px;
}
section.policy .container .policylist .status{
    display: flex;
    gap: 12px;
}
section.policy .container .policylist .status .status_unit{
    border: 1px solid #c8d7f1;
    border-radius: 4px;
    color: #1e4c99;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    margin-top: 20px;
}
.leader-item .more svg{
    margin-top: 6px;
}
.tips{
    display: flex;
    padding: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#listPaging ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
    list-style: none;
    gap: 12px;
}
#listPaging ul li{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #edefef;
    background: #fcfcfc;
    color: #b2b2b2;
    text-align: center;
    padding: 0 12px;
}
#listPaging ul li.xl-active{
    background: #0f5a9b;
    color: #ffffff;
}