/* 字体 */
/* @font-face{font-family:"HarmonyRegular";src:url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);}
@font-face{font-family:"HarmonyMedium";src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);}
@font-face{font-family:"HarmonyBold";src:url(../fonts/HarmonyOS_Sans_SC_Bold.ttf);}
@font-face{font-family:"HarmonyLight";src:url(../fonts/HarmonyOS_Sans_SC_Light.ttf);} */
/* @font-face{font-family:"PoppinsMedium";src:url(../fonts/Poppins-Medium.ttf);} */
.harmos-r{font-family:"HarmonyRegular";font-weight: initial;}
.harmos-b{font-family:"HarmonyBold";}
.harmos-m{font-family:"HarmonyMedium";}
.harmos-l{font-family:"HarmonyLight";}

*{outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;font-family:"HarmonyRegular";}
body{padding:0;margin:0 auto;color:#333;background-color:#fff;font-family:'Arial';-webkit-text-size-adjust:none;-webkit-tap-highlight:rgba(0,0,0,0);}
ul,ol,li{list-style:none;list-style-type:none;}
a,a:link,a:visited{text-decoration:none;}
a{color: #333;}
ul,li,ol{list-style-type:none;}
img{max-width:100%;vertical-align:middle;outline:none;border:none;}
input{border: none;}
select{appearance: none;}
table{border-collapse:collapse;border-spacing:0}
table td{border-collapse:collapse;}
img{border:none;max-width:100%;vertical-align:middle;}
a{
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.clear{clear:both;height:0px;overflow:hidden;zoom:0;}
.fl{float:left;}
.fr{float:right;}
.clearfix{zoom: 1;}
.overscroll{height:100%;overflow:auto;width:100%;}
.overscroll::-webkit-scrollbar{width:4px;height:2px;}
.overscroll::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#01007b;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.overscroll::-webkit-scrollbar-track{border-radius:10px;background:#dfe5f0;}
/*IE/7/6*/
.clearfix:after{content:'';display:block;height:0;clear:both;}
.dot{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.dot2,.dot3,.dot4{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;}
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}

.w1440{
    width: 95%;
    max-width: 1680;
    margin: 0 auto;
}



.Pages{
    text-align: center;
}
.Pages .p_page{
    display: flex;
    justify-content: center;
}
.Pages .p_page a{
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    display: inline-block;
    font-style: initial;
    margin: 0 10px;
    font-size: 14px;
    color: #888888;
    font-family:"HarmonyMedium";
    border: 1px solid #c8cacc;
}
.Pages .p_page .num a{
    background-color: #fff;
}
.Pages .p_page a.a_cur{
    color: #fff;
    background-color: #0088CC;
    border-color: #0088CC;
}
.Pages .p_page a:hover{
    color: #fff;
    background-color: #0088CC;
}
.Pages .a_prev::before{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    border-bottom: 2px solid #888888;
    border-left: 2px solid #888888;
    right: 9px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.Pages .a_next::before{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    right: 12px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before{
    border-color: #fff;
}  
@media (max-width: 640px){
    .Pages .num{
        display: none;
    }
}

.fs28{
    font-size: 28px;
}
.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 18px;
}

.fs16{
    font-size: 16px;
}
.list .cpt{
    display: flex;
    align-items: center;
}
.list em{
    width:15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    font-size: 0;
    background-image: url(../images/icon02.gif);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}
/* .list em::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 10px;
    background-color: #999;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%) ;
    -moz-transform:translate(-50%,-50%) ;
    -ms-transform:translate(-50%,-50%) ;
    -o-transform:translate(-50%,-50%) ;
}
.list em::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;    
    background-color: #999;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%) ;
    -moz-transform:translate(-50%,-50%) ;
    -ms-transform:translate(-50%,-50%) ;
    -o-transform:translate(-50%,-50%) ;
}  */
.list .cpt.ucur em{
    background-image: url(../images/icon01.gif);
}
.list ul.cur{
    display: block;
}
.list ul{
    display: none;
}
.list li{
    padding-left: 10px;
    margin: 3px 0;
}
.list li a{
    display: flex;
    align-items: center;
}
.list li a::after{
    content: '';
    width: 15px;
    display: block;
    border-bottom: 1px dashed #333;
    margin-right: 10px;
}

.index01{
    padding: 2% 0 3%;
}
.index01 .title{
    text-align: center;
} 
.index01 .text_box .tit{
    text-align: center;
    margin: 1em 0 0;
}
.index01 .text_box .desc{
    text-align: center;
    line-height: 1.875;
}
.index01 .main{
    padding: 5% 0;
}
.index01 .editor{
    padding: 2% 0 3%;
    color: #333;
    display: none;
    min-height: 500px;
}
.index01 .editor img{
    max-width: 60%;
}
.index01 h4{
    margin: 5px 0;
}
.index01 .editor *,
.index01 .editor{
    line-height: 1.875;    
}
.index01 .editor p{
    margin: .2em 0;
}
.index01 .editor h3{
    font-size: 24px;
}
.index01 .editor h4{
    font-size: 22px;
}
.index01 .editor h5{
    font-size: 20px;
}
.index01 .editor h6{
    font-size: 18px;
}

.hbox1{
    display: flex;
}
.hbox1 .left{
    min-width: 340px;
}
.hbox1 .right{
    flex: 1;
    padding-left: 20px;
}