/**当前位置**/

.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;
    position: relative;
}

.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;
}
.con{
       display: flex;
            justify-content: space-between;
            overflow: visible!important;
}
.navigation {
    width: 280px;
    background: #f5f5f5;
}

.leftTitle {
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    background: #3a83e9;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.navigation ul {
    padding: 0 20px;
}

.navigation ul li {
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.xxHover a {
    color: #3a83e9;
}

.countCon {
    width: 880px;
    min-height: 800px;
}

.cxlbtitle {
    height: 50px;
    line-height: 46px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 6px solid #3A83E9;
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
}

.countTime {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    margin-top: 20px;
}

.countTime>div {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #d2d2d2;
}

.yearsList {
    position: relative;
    width: 140px;
    height: 50px;
    background: url(http://www.taizhou.gov.cn/cms_files/filemanager/288403819/picture/20233/6c178f10cf4847b580c8790eb2fd5501.png) 100px center no-repeat;
    cursor: pointer;
}

.yearsList ul {
    display: none;
    position: absolute;
    width: 140px;
    top: 50px;
    left: 0;
    text-align: center;
    box-shadow: 0 0 0.75rem #e7edf5;
    background: #fff;
}

.yearsList ul li {
    font-size: 16px;
    line-height: 36px;
}

.monthsList {
    position: relative;
    width: 140px;
    height: 50px;
    background: url(http://www.taizhou.gov.cn/cms_files/filemanager/288403819/picture/20233/6c178f10cf4847b580c8790eb2fd5501.png) 100px center no-repeat;
    cursor: pointer;
}

.monthsList ul {
    display: none;
    position: absolute;
    width: 140px;
    top: 50px;
    left: 0;
    text-align: center;
    box-shadow: 0 0 0.75rem #e7edf5;
    background: #fff;
}

.monthsList ul li {
    font-size: 18px;
    line-height: 36px;
}

.countTime .countBtn {
    border-right: none;
    text-align: center;
    padding: 0!important;
    width: 60px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    margin-left: 20px;
    background: #3a83e9;
    color: #fff;
    cursor: pointer;
}

.countList {
    margin-top: 20px;
}

.countTip {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background: #3a83e9;
    color: #fff;
}

.countTitle {
    border-top: none;
}

.countTitle td {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d2d2d2;
}

.countTitle td:first-child {
    width: 400px;
    border-right: 1px solid #d2d2d2;
}

.countTitle td:nth-child(2) {
    width: 160px;
    border-right: 1px solid #d2d2d2;
}

.countTitle td:nth-child(3) {
    width: 160px;
    border-right: 1px solid #d2d2d2;
}

.countTitle td:nth-child(4) {
    width: 158px;
}

.infoList {
    border: 1px solid #d2d2d2;
    border-top: none;
}

.infoList td {
    line-height: 40px;
    text-align: center;
    border: 1px solid #d2d2d2;
}

.infoList td:first-child {
    width: 400px;
}

.infoList td:nth-child(2) {
    width: 160px;
}

.infoList td:nth-child(3) {
    width: 160px;
}

.infoList td:nth-child(4) {
    width: 158px;
}

.numCount {
    width: 100%;
}

.numCount td {
    height: 45px;
    line-height: 45px;
    color: #FF0000;
}

@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: 0 1.5rem;
        display:block;
    }
    .navigation {
        width: 100% !important;
        height: auto;
        min-height: auto;
    }
    .countCon {
        width: 100%;
        min-height: auto;
        margin-top: 20px;
    }
    .countTime {
        height: auto;
    }
    .countTime>div {
        height: 50px;
        border-bottom: 1px solid #d2d2d2;
    }
    .years,
    .months {
        width: 20%;
        overflow: hidden;
    }
    .yearsList {
        width: 30%;
        background-position-x: 90%;
    }
    .monthsList {
        border-right: none!important;
        width: 30%;
        background-position-x: 90%;
    }
    .yearsList ul,
    .monthsList ul {
        width: 100%;
    }
    .countTime .countBtn {
        margin-bottom: 5px;
    }
    .listCon {
        width: 100%;
    }
    .countTitle td:first-child {
        width: 40%;
    }
    .countTitle td:nth-child(2) {
        width: 20%;
    }
    .countTitle td:nth-child(3) {
        width: 20%;
    }
    .countTitle td:nth-child(4) {
        width: 20%;
    }
    .infoList td:first-child {
        width: 40%;
    }
    .infoList td:nth-child(2) {
        width: 20%;
    }
    .infoList td:nth-child(3) {
        width: 20%;
    }
    .infoList td:nth-child(4) {
        width: 20%;
    }
    /**无障碍较大字体样式调整**/
    .countTime>div.moreFontSize {
        padding: 0;
        padding-left: 20px;
    }
    /**无障碍特大字体样式调整**/
    .countTime>div.mastFontSize {
        padding: 0;
        padding-left: 20px;
    }
    /**移动端适老化样式调整**/
    .countTime>div.mobileoldSize {
        padding: 0;
        padding-left: 20px;
    }
}


/**适老化样式**/

.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 .leftTitle {
    line-height: 96px;
    font-size: 36px;
}

.old_type .navigation ul li {
    line-height: 80px;
    font-size: 32px;
}

.old_type .cxlbtitle {
    height: 96px;
    line-height: 94px;
    font-size: 36px;
}

.old_type .countTime {
    font-size: 32px;
    height: 70px;
    line-height: 70px;
}

.old_type .yearsList {
    height: 70px;
    line-height: 70px;
}

.old_type .monthsList {
    height: 70px;
    line-height: 70px;
}

.old_type .yearsList ul {
    top: 70px;
}

.old_type .yearsList ul li {
    font-size: 28px;
    line-height: 50px;
}

.old_type .monthsList ul {
    top: 70px;
}

.old_type .monthsList ul li {
    font-size: 28px;
    line-height: 50px;
}

.old_type .countTime .countBtn {
    width: 120px;
    height: 60px;
    line-height: 60px;
    margin-top: 4px;
}

.old_type .countTip {
    height: 70px;
    line-height: 70px;
    font-size: 32px;
}

.old_type .countTitle td {
    line-height: 70px;
    font-size: 32px;
}

.old_type .infoList td {
    line-height: 70px;
    font-size: 32px;
}

.old_type .numCount td {
    height: 70px;
    line-height: 70px;
    font-size: 32px;
}