/**当前位置**/

.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 {
    margin-bottom: 0;
    border-radius: 0;
    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;
}


/**主体部分**/

.colBox {
    background: #fff;
    box-shadow: 0 0 1rem #e7edf5;
}

.colBox {
    padding: 0 1.875rem;
}

.cols {
    width: 100%;
    height: auto;
    padding: 1.875rem 0;
    border-top: 0.0625rem solid #ccc;
}

.cols:first-child {
    border: none;
}

.fatherCol {
    width: 9.375rem;
    height: 6.25rem;
    line-height: 6.25rem;
    text-align: center;
    /* padding-top: 3.8125rem; */
}

.fatherCol a {
    font-family: "Microsoft YaHei";
    font-size: 1.25rem;
    color: #333;
}

.sonCol {
    width: 61.875rem;
    height: 6.25rem;
}

.oneLine {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.twoLine {
    line-height: 36px;
    
}

.sonCol a {
    float: left;
    margin-left: 2.5rem;
    font-family: "Microsoft YaHei";
    font-size: 1rem;
    color: #333;
    width: auto;
}

.col_1 {
    background: #ebf2fd;
}

.col_2 {
    background: #ebf2fd;
}

.col_3 {
    background: #ebf2fd;
}

.col_4 {
    background: #ebf2fd;
}

.col_5 {
    background: #ebf2fd;
}

.col_6 {
    background: #ebf2fd;
}

.col_7 {
    background: #ebf2fd;
}

/**适老化样式**/

/**当前位置**/

.old_type .bt-place {
    line-height: 102px;
    font-size: 32px;
}

.old_type .bt-breadcrumb {
    background: url(http://www.taizhou.gov.cn/cms_files/filemanager/288403819/picture/20234/36dc9c4770074f6cb8fac1ad31942d14.png) no-repeat left 35px;
    padding: 0 0 0 44px;
}

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

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


/**主体部分**/

.old_type .fatherCol {
    width: 200px;
    height: auto;
    line-height:109px;
}

.old_type .fatherCol a {
    font-size: 2.25rem;
}

.old_type .twoLine {
    padding-top: 0;
}

.old_type .sonCol {
    width: 940px;
    /* height: 7.5rem; */
    height: auto;
    line-height: 4rem;
}

.old_type .sonCol a {
    font-size: 2rem;
}

.old_type .oneLine {
    display: block;
  line-height:109px;
}
.old_type .zfxxgk .fatherCol{line-height:41px;padding:34px 0;}
.old_type .zfxxgk .sonCol a{line-height:80px;}
/**移动端样式**/

@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:last-child {
        color: #999;
    }
    .fatherCol {
        width: 20%;
        height: auto;
        background-size: 2rem 1.9375rem;
        padding: 3.8125rem 1.25rem 1.25rem 1.25rem;
    }
    .sonCol {
        width: 80%;
        height: auto;
        line-height: 3rem;
    }
    .sonCol a {
        font-size: 1.5rem;
    }
    .oneLine {
        display: block;
    }
    .twoLine {
        padding-top: 0;
    }
    /**移动端适老化**/
    .fatherCol.mobileoldSize {
        width: 30%;
    }
    .sonCol.mobileoldSize {
        width: 70%;
    }
    /**移动端无障碍较大字体样式调整**/
    .fatherCol.moreFontSize {
        width: 30%;
    }
    .sonCol.moreFontSize {
        width: 70%;
    }
    /**移动端无障碍特大字体样式调整**/
    .fatherCol.mastFontSize {
        width: 30%;
    }
    .sonCol.mastFontSize {
        width: 70%;
    }
}