/**
 *  * Created by yuanvp on 2020/3/6.
 */
.mbx {
    height: 30px;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #A6A8A7;
}
.mbx a {
    color: #A6A8A7;
}
.mbx span {
    color: red;
}
.sjzc_main {
    width: 100%;
}
.sjzc_l {
    width: 718px;
    border: 1px solid #EBEBEB;
    padding: 20px;
}

.news_listtitle {
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #AAAAAA;
}
.news_listtitle span {
    width: 80px;
    height: 38px;
    color: red;
    border-bottom: 2px solid red;
    font-size: 20px;
    font-weight: bold;
}
.news_listtitle a {
    font-size: 14px;
    color: #949494;
}
.sjfc ul li {
    width: 100%;
    border-bottom: 1px dashed #E4E4E4;
    background: url("https://www.soulrig.com/file/4500000024/img/dd.png") no-repeat left center;
    padding: 15px 0 15px 15px;
    font-size: 16px;
}
.sjfc ul li a {
    color: #575757;
}
.sjfc ul li span {
    color: #B1B1B1;
}
.sjzc_r {
    width: 453px;
    padding: 20px 13px;
    background-color: #EEEEEE;
}
.algs {
    width: 100%;
    margin-top: 12px;
}
.algs .algs_t {
    width: 100%;
}
.algs .algs_t img {
    width: 100%;
}
.algs .algs_t p {
    line-height: 24px;
}
.algs .algs_t p:nth-child(2) a {
    font-size: 16px;
    color: #970009;
    font-weight: bold;
}
.algs .algs_t p:nth-child(3) {
    color: #575757;
    text-indent: 2em;
}
.algs .algs_b {
    width: 100%;
}
.algs .algs_b ul li {
    width: 100%;
    background: url("https://www.soulrig.com/file/4500000024/img/dd.png") no-repeat left center;
    padding: 5px 0 5px 15px;
    font-size: 16px;
}

/*适老化*/
.oldModel .news_listtitle {
    height: 64px;
    line-height: 64px;
}

.oldModel .news_listtitle span {
    width: 130px;
    height: 62px;
    font-size: 32px;
}
.oldModel .news_listtitle a {
    font-size: 28px;
}
.oldModel .sjfc ul li {
    font-size: 28px;
}
.oldModel .sjfc ul li a {
    display: inline-block;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oldModel .algs .algs_b ul li {
    font-size: 28px;
    line-height: 1.5;
}
.oldModel .sjzc_l{
    width: 100%;
}
.oldModel .sjzc_r{
    width: 100%;
    margin-top: 20px;
}