/**当前位置**/

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

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

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

.mouder_1 {
    width: 100%;
    height: 360px;
}

.mouder_1_left {
    width: 590px;
    height: 360px;
}

.mouder_1_left video {
    width: 590px;
    height: 360px;
    object-fit: fill;
}

.infoTitle a {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    display: block;
}

.infoCon span:first-child {
    color: #2d6fcd;
    font-size: 16px;
    line-height: 28px;
}

.infoCon span:nth-child(2) {
    color: #333;
    font-size: 16px;
    line-height: 28px;
}

.infoCon span p {
    display: inline;
}

.mouder_1_right {
    width: 550px;
    height: 360px;
    background: #edf4ff;
    position: relative;
    overflow: hidden;
}

.infoList {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.scrollBarBox {
    display: none;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #e6e6e6;
}

.scrollBar {
    width: 10px;
    height: 60px;
    background-color: #009be8;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.mouder_2 {
    margin-top: 30px;
}

.comonTitle {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.abstract {
    margin-top: 30px;
    padding: 30px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    background: #f6f6f6;
}

.regularHeight {
    height: 294px;
    overflow: hidden;
}

.showBtn {
    background: url(open.png) top center no-repeat;
    display: block;
    width: 80px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
}

.closeBtn {
    background: url(close.png) top center no-repeat;
}

.imgCon {
    margin-top: 30px;
}

.imgCon table {
    width: 100%!important;
}

.imgCon img {
    width: 355px;
    height: 236px;
}

.imgCon td {
    border: none!important;
    padding: 5px 10px!important;
}

@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;
    }
    .mouder_1 {
        height: auto;
    }
    .mouder_1_left {
        width: 100%;
        height: auto;
    }
    .mouder_1_left video {
        width: 100%;
        height: 22.5rem;
    }
    .mouder_1_right {
        width: 100%;
        height: auto;
    }
    .infoList {
        position: static;
    }
    .scrollBarBox {
        display: none!important;
    }
    .infoList {
        padding: 1.5rem;
    }
    .infoTitle a {
        font-size: 2.125rem;
        line-height: 3.75rem;
    }
    .infoCon span:first-child {
        font-size: 2.125rem;
        line-height: 3.75rem;
    }
    .infoCon span:nth-child(2) {
        font-size: 2.125rem;
        line-height: 3.75rem;
    }
    .mouder_2 {
        margin-top: 2.5rem;
    }
    .regularHeight {
        height: 32.25rem;
    }
    .abstract {
        padding: 1.5rem;
        margin-top: 2.5rem;
        font-size: 2.125rem;
        line-height: 3.75rem;
    }
    .comonTitle {
        font-size: 2.25rem;
    }
    .mouder_3 {
        overflow-y: auto;
    }
    .imgCon {
        margin-top: 2.5rem;
    }
    .imgCon td {
        width: 43.875rem!important;
        padding: 1.5rem 1.5rem 1.5rem 0!important;
        font-size: 2.125rem;
        line-height: 3.75rem;
    }
    .imgCon img {
        width: 43.875rem;
        height: auto;
    }
}


/**适老化样式**/

.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 .mouder_1 {
    height: auto;
}

.old_type .mouder_1_left {
    width: 100%;
    height: auto;
    display:none;
}

.old_type .mouder_1_left video {
    width: 100%;
    height: 600px;
}

.old_type .mouder_1_right {
    width: 100%;
    height: auto;
}

.old_type .infoList {
    position: static;
}

.old_type .infoTitle a {
    font-size: 32px;
    line-height: 36px;
}

.old_type .infoCon span:first-child {
    font-size: 28px;
    line-height: 56px;
}

.old_type .infoCon span:nth-child(2) {
    font-size: 28px;
    line-height: 56px;
}

.old_type .scrollBarBox {
    display: none!important;
}

.old_type .mouder_2 {
    margin-top: 60px;
}

.old_type .comonTitle {
    font-size: 32px;
}

.old_type .abstract {
    font-size: 28px;
    line-height: 56px;
}

.old_type .regularHeight {
    /**height: 493px;**/
    height:auto;
}
.old_type .showBtn{
   display:none;
}
.old_type .mouder_3 {
    margin-top: 60px;
}

.old_type .imgCon td {
    font-size: 32px;
    line-height: 64px;
}