/**当前位置**/

.bt-place {
    line-height: 3.6875rem;
    margin-bottom: 0;
    background: none;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb {
    background: url(bt-currentPosition.png) no-repeat center left;
    padding: 0 0 0 1.375rem;
}

.bt-breadcrumb a {
    font-family: "Microsoft YaHei";
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb a:last-child {
    color: #3a83e9;
}

main {
    background: url(bg.png ) center top no-repeat;
  position: relative;
}

.con {
    background: #fff;
    padding: 30px 30px 0 30px;
}

.currentCol {
    height: 60px;
    line-height: 60px;
    background: #3a83e9;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.currentCol span {
    font-weight: normal;
    font-size: 14px;
    margin-left: 14px;
}

.list {
    margin-top: 30px;
}

.list li {
    font-size: 18px;
    line-height: 45px;
    background: url(bt-listPic.png) no-repeat left 21px;
    padding-left: 19px;
}

.list li a {
    font-size: 1.125rem;
}

.list li span {
    margin-left: 1.125rem;
    font-size: 1.125rem;
    color: #999;
    float:right;
}

@media (max-width: 767px) {
    .bt-place {
        line-height: 5.5rem;
        font-weight: 400;
        font-size: 1.625rem;
        color: #999;
        height: 5.5rem;
        background: #f5fbff;
        padding: 0 1.5rem;
    }
    .bt-breadcrumb {
        background: none;
        padding: 0;
    }
    .bt-breadcrumb a {
        font-size: 1.625rem;
    }
    .bt-breadcrumb a:last-child {
        color: #999;
    }
    .con {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
    .currentCol {
        height: 6.6875rem;
        line-height: 6.6875rem;
        font-size: 2.125rem;
        font-weight: 700;
    }
    .currentCol span {
        font-size: 1.75rem;
    }
    .list {
        margin-top: 1.875rem;
    }
    .list li {
        background: none;
        padding-left: 0;
        line-height: normal;
        padding: 1.5rem 0;
        border-bottom: .0625rem solid #eee;
    }
    .list li a {
        float: none;
        display: block;
        font-size: 2.125rem;
        line-height: 2.9375rem;
        color: #333;
    }
    .list li span {
        float: none;
        padding-left: 0;
        font-size: 1.5rem;
        line-height: 2.9375rem;
        margin-top: 1rem;
        display: block;
        text-align: left;
    }
    /**无障碍较大字体样式细节调整**/
    html body #hanwebFontSize.moreFontSize .currentCol.moreFontSize {
        font-size: 2.5rem!important;
    }
    html body #hanwebFontSize.moreFontSize .currentCol.moreFontSize span {
        font-size: 2.3rem!important;
    }
    /**无障碍特大字体样式细节调整**/
    html body #hanwebFontSize.mastFontSize .currentCol.mastFontSize {
        font-size: 2.7rem!important;
    }
    html body #hanwebFontSize.mastFontSize .currentCol.mastFontSize span {
        font-size: 2.5rem!important;
    }
    /**适老化字体样式细节调整**/
    body.mobileoldSize .currentCol {
        font-size: 2.7rem;
    }
    body.mobileoldSize .currentCol span {
        font-size: 2.5rem;
    }
    body.mobileoldSize .list li a {
        font-size: 2.5rem;
    }
}


/**适老化样式**/

.old_type .bt-place {
    font-size: 32px;
    line-height: 6.375rem;
    font-size: 2rem;
}

.old_type .bt-breadcrumb {
    background: url(old-bt-currentPosition.png) no-repeat center left;
    padding: 0 0 0 2.75rem;
}

.old_type .bt-breadcrumb a {
    font-size: 32px;
}

.old_type .currentCol {
    height: 72px;
    line-height: 72px;
    background: #3a83e9;
    font-size: 36px;
}

.old_type .currentCol span {
    font-size: 28px;
}

.old_type .list li {
    font-size: 32px;
    line-height: 64px;
    color: #000;
    background: url(http://www.taizhou.gov.cn/cms_files/filemanager/288403819/picture/20234/edc58501344042b6ad545158ed8a191d.png) no-repeat left 32px;
    padding-left: 38px;
}

.old_type .list li a {
    font-size: 32px;
    float: none;
}

.old_type .list li span {
    font-size: 32px;
    margin-left: 32px;
}

.old_type .pagination {
    text-align: center;
}

.old_type .layui-laypage a,
.old_type .layui-laypage span {
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}