/* 内容页 */
.banner {
    width: 100%;
    height: 240px;
    position: relative;
    z-index: 0;
}
.banner p {
    width: 1200px;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 220px;
    z-index: 2;
    position: relative;
}


.content {
    width: 1160px;
    padding: 20px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
    display: flex;
}
.newDetail {
    display: block;
}
.newDetail .position1 {
    float: none;
}

.position1 {
    height: 50px;
    background: url("/template/main/images/position.png") left 19px no-repeat;
    padding-left: 25px;
    float: right;
}
a:link {
    text-decoration: none;
}
.position1 a, .position1 span {
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
}
.article_content {
    margin: 20px 100px;
}
.article_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
    text-align: center;
}
.article_title>h1 {
    font-family: "Microsoft YaHei";
    font-size: 2em;
    font-weight: bold;
}
.article_content .source {
    text-align: center;
}
.article_content .source p span {
    color: #999999;
}
.article_content .source p {
    line-height: 50px;
    font-size: 15px;
}
.article_content #zoom {
    color: #333333;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: "å®‹ä½“";
    line-height: 1.8;
}
.article_content #zoom a {
    color: #007bff;
}