/**
 *  * Created by yuanvp on 2019/9/19.
 */
body {
    padding: 0.3rem;
}
.news_title {
    width: 100%;
}
.news_title p:nth-child(1) {
    font-size: 0.44rem;
    color: #151515;
}
.news_title .news_sj {
    font-size: 0.26rem;
    color: #969CA0;
    margin-top: 0.3rem;
}
.news_title .news_sj span:nth-child(2) {
    margin-left:0.1rem;
}
.news_content {
    font-size: 0.3rem;
    color: #000;
    line-height: 0.52rem;
    margin-top: 0.3rem;
}
.news_content p {
    /*text-indent: 2em;*/
    margin-bottom: 10px;
    padding-left: 12px;
}
.news_content .title {
    text-indent: inherit;
    margin-bottom: 0px;
    padding-left: 0;
    font-weight: bold;
}
.news_content .title_t {
    font-weight: bold;
}
.news_content img {
    width: 100%;
    text-align: center;
}
.news_content iframe {
    height: auto;
}
.videos {
    width: 100%;
}
.videos iframe {
    height: auto;
}
.layui-input-block {
    margin-left: 40px;
}
.layui-form-label {
    width: 35px;
    padding: 3px 0;
    color: #909090;
}
