.showmain {
    margin: auto;
    background-color: #eff3f4;
    padding: 24px 0;
}

.page_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-width: 320px;
    max-width: 1200px;
    background-color: #fff;
    padding: 24px 0;
    z-index: 9;
}

.content {
    padding: 0 100px;
}

.nav_daohang {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    color: #a2a2a2;
    margin-bottom: 14px;
    background: url(../images/mian.png) no-repeat 0 0;
    padding-left: 25px;
}

.nav_daohang a.new {
    margin-left: 0px;
}

.nav_daohang .i {
    display: inline-block;
    margin-left: 10px;
    margin-right: 4px;
    cursor: default;
}

.nav_daohang a {
    margin-left: 6px;
    color: #666;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
}

.title_area {
    color: #333;
    margin-bottom: 35px;
}

.title_area h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
}

.title_area h2 {
    position: relative;
    font-size: 22px;
    font-weight: normal;
    margin-top: 9px;
    line-height: 30px;
}

.title_area .info {
    color: #999;
    margin-top: 21px;
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.content_area {
    overflow: hidden;
}

.content_area p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #333;
    word-break: break-all;
}

.content_area .photo_img {
    line-height: 0px;
    text-align: center;
}

.content_area img {
    max-width: 100%;
}

.is-tipsr {
    text-align: center;
    margin: 20px auto;
}

.is-tipsr a {
    color: black;
}