.content {
    width: 900px;
    min-height: 500px;
    margin: auto;
    position: relative;
}

.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(../images/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;
}
