@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* prevent ios text size adjust after orientation change, without disabling user zoom. */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
}
/* remove default margin. */
html,
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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
/* html5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
    display: block;
}

* {
    font-family: "微软雅黑";
}

ul,
ol,
li {
    padding:0;
    list-style:none;
    text-decoration:none;
}
/* reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}
img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}
a img{border:0}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

a {
    color: #333333;
}

.inner_box {
    width: 96vw;
    margin: 0 auto 4vw;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

body{
    background-color: #ffffff!important;
}
/* 当前位置 */
.dqwz a{
    font-size: 4vw;
}
.dqwz span{
    font-size: 4vw;
}
.zt tbody>tr>td>table>tbody>tr>td:first-child span {
    display: none;
}

/* 当前位置结束 */
.tit{
    margin-top: 3vw;
    padding-bottom: 3vw;
    border-bottom: 2px solid #c8d1d5;
}
.tit a{
    font-size: 4vw;
    display: block;
    float: left;
    height: 6vw;
    margin-right: 2vw;
    font-weight: bold;
    line-height: 6vw;
}
/* 当前栏目选中状态样式：：：换成当前站点的主题色 */
.tit .active{
    color: #29c574;
}

/* 栏目list */

.con {
    margin-top: 3vw;
    min-height: 150vw;
}

.con ul li {
    font-size: 4vw;
    line-height: 6vw;
    /* padding-left: 4vw; */
    border-bottom: 1px solid #c8d1d5;
    margin-top: 2vw;
    padding-bottom: 2vw;
}

.con ul li a {
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.con ul li span {
    display: block;
    float: right;
    /* color: #9e9e9e; */
}
/* 三级子栏目 */
.subtit{
    width: 100%;
    height: auto;
}
.subtit span{
    font-size: 4vw;
    height: 8vw;
    line-height: 6vw;
   
}
.subtit span a{
    color: #999999;
    font-size: 3vw;
}
.subtit span:first-child{
    font-weight: bold;
}
.subtit-box{
    border-bottom: 1px solid #c8d1d5;
}
ul.sublist{
    margin-bottom: 4vw;
}

.pcpage{
    display: none;
}
.mobilepage{
    display: block;
}

