@charset "utf-8";
:root{
    --box:0 0 20px rgba(0,0,0,.2);
}
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.woff2") format("woff2"),
    url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.woff") format("woff"),
    url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.ttf") format("truetype"),
    url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
    url("../SourceHanSansCN-Normal/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;vertical-align:top;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
hr{ margin: 0;
    border-width: 1px 0 0 0;
    border: 0;
    height: 1px;
    background: #f0f0f0;}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#666;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit; outline: none;}
input,button,textarea,select{*font-size:100%;}
a{text-decoration: none;color:#666;}
body {
    font-family:'SourceHanSansCN-Normal','Source Han Sans','思源黑体',source-han-sans-simplified-c,sans-serif;
    font-size: 14px;
    color: #333;
    background: #dfebff;
}
.after:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0;line-height:0;overflow:hidden}
/***== 字体 ==***/
.bold{font-weight: bold;}
.upper{text-transform: uppercase;}
/* 行距 */
p{ line-height: 22px; }
/* 宽度 */
.width100{width: 100%;}
.wul105{width: 105%;}
.wul110{width: 110%;}
.container{ width: 1180px;min-width: 1180px;margin: 0 auto; }
.wap_width{ margin: 0 auto; }
.containerno{ width: 1000px; margin: 0 auto;min-width: 1000px; }
.clear{width: 100%; clear: both;}
.clear-hg{clear:both;height:1px;width: 100%;}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.block{display: block;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
/*定位*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:0;margin-right:0;}
.cl{clear:left;}
.cr{clear:right;}
.vm{vertical-align:middle;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0}
.zoom{zoom:1;}
.hidden{visibility:hidden;}
.none{display:none;}
.back-white{ background: #fff; }
/* webkit内核 滚动条*/
::-webkit-scrollbar {width:8px;background-color:#006eff;}
::-webkit-scrollbar-thumb {width:8px;background-color:#aeaeae;}
::-webkit-scrollbar-track-piece {width:8px;background-color:#f8f8f8;}
::-webkit-scrollbar-thumb:hover {width:8px;background-color:#006eff;}
.minh{ min-height: calc(100vh - 290px); }
.anims{ transition: all .3s; }
/**==========================  网站公共模块  ===========================**/
.plate:after{ display: block;content: "";clear: both; }
.fixed{ width:100%;position:fixed;top:0;z-index:999; }
.dask-opac{ position: fixed;top: 0;left: 0; width: 100%;height: 100%;background: rgba(0,0,0,.8); z-index: 100;overflow: hidden; }
/** header **/
.header{ display: flex;align-items: center; height: 100px;background: #fff; }
/** links **/
.links{ padding: 25px 0; }
.links li{ background: #fff; }
.links li:not(:last-child){ margin-bottom: 15px; }
.links li a{ display: block; position: relative; font-size: 18px;color: #000;
    padding: 20px 25px 20px 75px; }
.links li span{ position: absolute;top: 20px;left: 25px;width: 28px;height: 28px;text-align: center;color: #fff;
    border-radius: 65px;background: #a7b6dc;content: "";z-index: 5; }
.links li:nth-of-type(1) span{ background: #ff1313 }
.links li:nth-of-type(2) span{ background: #ff8a00 }
.links li:nth-of-type(3) span{ background: #30ab00 }
.links li:hover a{ box-shadow: var(--box); }
/** common **/
.catname{ font-size:30px;color: #000;text-align: center;padding: 50px 0 35px; }
/** article-data **/
.article-data{ margin: 80px 0 20px;background: #fff; }
.article-data ul{ padding: 0 50px 40px; }
.article-data li{ padding: 15px; background:#f5f6f8; }
.article-data li:not(:last-child){ margin-bottom: 15px; }
.article-data li img{ margin-right: 15px; }
.article-data li a{ display: flex;align-items: center; font-size: 16px;color: #000; }
.article-data li:hover{ box-shadow: var(--box); }
/**footer**/
.copyright{ height: 90px;line-height: 90px; background: #186bc3;text-align: center;color: #fff; }
.copyright span{ padding-right: 10px; }
/** pages **/
.pages{ text-align:center;padding:25px 0;border-top: 1px solid #e6e6e6; }
.pages a{ display:inline-block;padding:5px 10px;margin-right:8px;border:1px solid #dbdbdb;border-radius: 5px; }
.pages a:last-child{ margin-right:0; }
.pages a.curr{ color:#fff;background:#186bc3;border-color:#186bc3; }
/** con-data-list **/
.con-data-list{ padding: 0 50px 30px; }
.con-data-list ul{ padding: 0 50px 40px; }
.con-data-list li{ padding: 15px; background:#f5f6f8; }
.con-data-list li:not(:last-child){ margin-bottom: 15px; }
.con-data-list li img{ margin-right: 15px; }
.con-data-list li a{ display: flex;align-items: center; font-size: 16px;color: #000; }
/** fix-menu **/
.fix-menu{
    width: 300px;
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #fff;
    z-index: 666;
}
.fix-menu li{ padding: 12px 20px; border-bottom: 1px solid #d2d2d2;cursor: pointer; }
.fix-menu li a{ color: #666; display: block !important;font-size: 14px; }
.fix-menu li.active{ background: #0069fc; }
.fix-menu li.active a{ color: #fff; }
/** Catsub **/
.catsub{ display: flex;justify-content: center;column-gap: 15px;padding: 35px 0; }
.catsub a{ padding: 12px 30px;background: #dce9fe;font-size: 18px;font-weight: bold;
    color: #000;border-radius: 5px; }
.catsub a.active{ background: #0063aa;color: #fff; }
/** Tree **/
.page-list{ margin: 80px 0 20px; }
.con-data{ padding: 0 50px 30px; }
.year{ display: flex;column-gap: 15px;padding: 0 0 10px; }
.year a{ padding: 0 20px;background: #dce9fe;font-size: 16px;color: #000;border-radius: 5px; }
.year a.active{ background: #0063aa;color: #fff; }
.sub-cate{
    border: 1px solid #c5c5c5;
    line-height: 54px;
    margin-top: 20px;
}
.sub-cate:last-child{ margin-bottom: 20px; }
.sub-cate h3{ display: flex;justify-content: space-between; position: relative; padding: 0 28px;color: #000;font-size: 18px;
    padding-left: 45px;border-bottom: 1px solid transparent;cursor: pointer; }
.sub-cate h3:after{ position: absolute;top: 16px; left: 28px;width: 5px;height: 20px;background: #186bc3;content: ""; z-index: 55; }
.sub-cate .click1 span,
.sub-cate .click2 span{ font-size: 14px;color: #666;font-weight: normal; }
.cls-dowm{ padding: 20px 30px 0; }
.sub-cate li{ margin: 0 28px; padding: 0 20px; }
.sub-cate li.m48{ margin: 0 48px;padding: 0; }
.sub-cate li:not(:last-child){ border-bottom: 1px solid #c5c5c5; }
.sub-cate li a{ font-size: 16px;color: #333; }
.uls{ border: 1px solid #c5c5c5;margin-bottom: 15px; }
.uls .lis{ display: flex;justify-content: space-between;align-items: center; padding: 0 25px;border-bottom: 1px solid transparent;cursor: pointer; }
.uls .lis h6{ width: calc(100% - 60px);line-height: normal; }
.uls .intro{ padding: 15px 30px; }
.uls .remark{ line-height: normal;margin-bottom: 20px; }
.uls .remark b{ display: block; padding-bottom: 5px; }
.uls .remark p{ line-height: 26px; }
.uls .content-list a{ display: flex;align-items: center;padding:0 15px;background: #f5f6f8; }
.uls .content-list a:not(:last-child) {margin-bottom: 10px;}
.uls .content-list a img {margin-right: 15px;}
.uls .content-list a:hover{ box-shadow:var(--box); }
.sub-cate .cls-dowm{ display: none; overflow: hidden; }
.sub-cate.active .cls-dowm{ display: block; }
.sub-cate.active h3{ border-bottom-color: #c5c5c5; }
.sub-cate.active h3 a{ color: #000; }
.uls.active .intro{ display: block; }
.uls.active .lis{ border-bottom-color: #c5c5c5; }
/**  **/
.pdf-ar-list p{ margin-bottom: 15px; }
.pdf-ar-list a{ display: flex;align-items: center;padding: 15px;background: #f5f6f8; }
.pdf-ar-list img { margin-right: 15px; }
.pdf-ar-list a:hover{ box-shadow:var(--box); }
/** top-list **/
.top-list a{ display: flex;align-items: center;margin: 10px 0;color: #000;font-size: 16px; }
/** attached **/
.attached{ margin: 0 0 15px; }
.attached a{ display: flex;line-height:30px; }