@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: auto;
    margin-right: 2vw;
    font-weight: bold;
    line-height: 10vw;
}
/* 当前栏目选中状态样式：：：换成当前站点的主题色 */
.tit .active{
    color: #0151a8;
}

/* 栏目list */

.con {
    margin-top: 3vw;
}

.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; */
}
@media screen and (min-width: 768px){
    /* 老年版 */
.old_type .dqwz {
    margin-top: 30px;
}
.old_type .dqwz a {
    font-size: 36px;
}
.old_type .bb {
    font-size: 36px;
    line-height: 72px;
}
.old_type .tit {
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #C8D1D5;
}
.old_type .con {
    margin-top: 30px;
}
.old_type .con ul li a {
    display: inline-block;
    max-width: 915px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 36px;
    text-overflow: ellipsis;
}
.old_type .con ul li span {
    font-size: 36px;
}
.old_type .con ul li {
    font-size: 36px;
    line-height: 72px;
    border-bottom: 1px solid #C8D1D5;
    margin-top: 0;
    padding-bottom: 0;
    height: 72px;
}
.old_type .inner_box{
    width: 1200px;
}
/* 分页条 */
.old_type .simple_pgBtn {
    width: 100px !important;
    height: 50px !important;
    background-size: 98px 67px !important;
}
.old_type .simple_pgRefresh {
    background-size: 50px 40px !important;
}
}