/**当前位置**/

.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;
}

.navigation {
    border-bottom: 1px solid #f4f6fb;
}

.navigation a {
    float: left;
    text-align: center;
    width: 140px;
    margin-left: 26px;
    font-size: 1rem;
    padding-bottom: 20px;
}

.navigation a img {
    margin-bottom: 20px;
}

.navigation a:first-child {
    margin-left: 0;
}

.navigation a:hover img {
    transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.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;
    }
    .navigation a {
        width: 13.75rem;
        padding: 0 1.5rem;
        margin-left: 1.25rem;
        font-size: 2.125rem;
        margin-bottom: 1.25rem;
    }
    .navigation a:nth-child(3n+1) {
        margin-left: 0;
    }
    .navigation a img {
        width: 100%;
        height: 10.625rem;
        display: block;
        margin-bottom: 1.25rem;
    }
    .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;
    }
    .pagination {
        font-size: 1.875rem;
    }
    .pagination .more {
        width: 100%;
    }
    /**无障碍较大字体样式细节调整**/
    body.moreFontSize .list li a {
        font-size: 2.3rem;
    }
    body.moreFontSize .list li span {
        font-size: 2.3rem;
    }
    /**无障碍特大字体样式细节调整**/
    body.mastFontSize .list li a {
        font-size: 2.5rem;
    }
    body.mastFontSize .list li span {
        font-size: 2.5rem;
    }
    /**适老化字体样式细节调整**/
    body.mobileoldSize .list li a {
        font-size: 2.5rem;
    }
    body.mobileoldSize .list li span {
        font-size: 2.5rem;
    }
    body.mobileoldSize .pagination .more {
        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 .navigation a {
    width: 262px;
    font-size: 32px;
    margin-left: 30px;
}

.old_type .navigation a:nth-child(4n+1) {
    margin-left: 0;
}

.old_type .navigation a img {
    width: 180px;
    display: block;
    margin: 0 auto 30px auto;
}

.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;
}