.ar_con,.article_con {
    padding: 10px 3%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.ar_title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.ar_con .title h1 {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    margin: 8px 0;
}

.art_info {
    font-size: 13px;
    line-height: 26px;
    color: #666;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* m正文 */
#contentText {
    margin-top: 1rem;
    color: #000;
    font-size: 1.0625rem;
    line-height: 2em;
    text-align: left;
    padding-bottom: 0.8rem;
    word-break: break-all;
}



#contentText img {
    max-width: 100%!important;
    height: auto!important;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}

#contentText p {

}


.hot_sou {
    background: #fff;
    padding: 20px 3%;
    border-radius: 10px;
    margin-top: 10px;
}

.hot_sou h2,.hot_sou .h2 {
    line-height: 40px;
    font-weight: bold;
    background: #f4f4f4;
    font-size: 17px;
    border-radius: 10px;
    position: relative;
    padding-left: 10px;
}

.hot_sou h2 em,.hot_sou .h2 em {
    position: absolute;
    color: #f4730b;
    left: 10px;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.hot_sou ul {
    margin-top: 10px;
}

.hot_sou li {
    position: relative;
    padding-left: 14px;
}

.hot_sou li:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background: #e1e1e1;
    top: 24px;
    left: 0;
    border-radius: 100%;
}

.hot_sou li a {
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    display: block;
    color: #3366cc;
    font-size: 17px;
}

.hot_sou li strong {
    color: #ff4800;
}