.content {
    min-height: 500px;
    margin: auto;
    position: relative;
}

.content {
    padding: 30px 70px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(25%, #fff), color-stop(75%, #fff), color-stop(100%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
}

.content p {
    margin: 0px;
}

.content .title-position {
    font-size: 12px;
}

.content .title {
    font-size: 12px;
    color: #165BB5;
}

.content .title_box {
    text-align: center;
    padding: 20px 0 15px;
    margin-bottom: 30px;
}

.content .title_box h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}

.content .news-cont {
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
    font-family: 瀹嬩綋;
}

.content .news-cont p {
}

.mobile {
    width: 44px;
    height: 44px;
    background: url(../img/phone.png);
    display: inline-block;
    position: absolute;
    margin-top: -9px;
}

.code {
    position: absolute;
    left: -85px;
    top: 50px;
    width: 187px;
    height: 213px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
    padding: 12px;
    line-height: 30px;
    font-size: 16px;
    display: none;
    border-radius: 3px;
}

.code:before {
    content: " ";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}


/*文章*/
.article-center {
    width: 100%;
    height: auto;
    background-color: #fff;
}