.body_content {
    width: calc(1200px - 40px);
    background: #FFF;
    padding: 20px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.body_content h4 {
    font-size: 18px;
    color: #FFF;
    padding: 8px 0px;
    background: rgb(0, 112, 188);
}

.body_content ul.lists {
}
.body_content ul.lists li {
    border-bottom: 1px solid #E8E8E8;
    padding:10px 0;
}
.body_content ul.lists li a {
    font-size: 16px;
    line-height: 2.5;
    color: #404040;
}
.body_content ul.lists li a:hover {
    color: rgb(188, 0, 19);
}
.body_content ul.lists li .zuozhe {
    color: #999;
}
.body_content ul.lists li p {
    text-align: right;
    font-size: 12px;
    color: #a8a8a8;
}

/* 介绍页面 */
.body_content .content{
    margin-top: 20px;
    line-height: 2.2;
    font-size: 16px;
}
.body_content .content p{
    margin-top: 10px;
}
.body_content .content img{
    max-width: 100%;
}

/* .body_content .main_right {
    width: calc(320px - 0px);
    padding: 0px 0px;
}

.body_content .main_right ul.lists li {
    height: 50px;
    border-bottom: 1px solid #F6F6F6;
    font-size: 14px;
    line-height: 50px;
    padding-left: 25px;
    position: relative;
}
.body_content .main_right ul.lists li::after {
    content: '●';
    color: #a1a1a1;
    position: absolute;
    left:0;
    top:0px;
    font-size: 16px;
}
.body_content .main_right ul.lists li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #4f4f4f;
}
.body_content .main_right ul.lists li em {
    float: right;
    font-style: normal;
    color: #a8a8a8;
    font-size: 14px;
}

.body_content .main_right .newsCon{
    padding-top: 20px;
    line-height: 2.2;
} */

.title {
    color: rgb(18, 18, 18);
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title b {
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: 46px;
    border-bottom: 5px solid rgb(188, 0, 19);
    display: inline-block;
}
.title span {
    color: #bbb;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 500;
}

.weizhi{
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 500;
}
.weizhi a{
    color: #a8a8a8;
    font-size: 12px;
}

.item{
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding:20px;
    background: #fff;
}

.ad{
    width: 100%;
    margin: 20px 0;
}

.body_content .main_right .con{
    padding: 20px 0;
    font-size: 14px;
    line-height: 2.5;
    color: #404040;
}