@charset "UTF-8";

* {
    font-family: "微软雅黑";
}

.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;
}

/* 当前位置 */
.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: #0b79ff;
}

/* 栏目list */

.con {
    margin-top: 3vw;
    min-height: 200px;
}

.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; */
}