.content {
    margin: 0 auto;
    width: 960px;
    font-family: SourceHanSansCN-Regular;
}

a {
    color: #4D4D4D;
    text-decoration: none;
}

    a:hover, a:focus {
        /*color: #197FE6;*/
        /*text-decoration: none;*/
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "microsoft yahei","lvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

hr {
    margin: 0 auto;
    height: 1px;
    border: none;
    border-top: 1px solid #DEDEDE;
}

img {
    padding: 0;
    margin: 0;
    border: 0px;
}


.content h2 {
    font-size: 28px;
    margin-bottom: 23px;
    margin-top: 100px;
    color: #000000;
    text-align: center;
}

.content h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #000000;
}

.content h4 {
    font-size: 16px;
    margin-top: 20px;
    color: #444444;
}

.content .desc {
    color: #808080;
    /*margin: 0 0 30px 0;*/
    padding-bottom: 29px;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    text-align: center;
}

.content .detail {
    margin-top: 18px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

    .content .detail span {
        font-size: 14px;
        color: #666666;
    }

.content .marker {
    margin-top: 28px;
    font-size: 14px;
    color: #666666;
    float: right;
}


.text-left {
    text-align: left;
}

.text-right {
    margin: 20px 0 20px 0;
    text-align: right;
    font-size: 14px;
}

.text-center {
    margin: 25px 0 60px 0;
    text-align: center;
    font-size: 14px;
}

    .text-center a {
        color: #197FE6;
    }

.detail .picture {
    margin: 0 auto;
    text-align: center;
    width: 960px;
    margin-bottom: 20px;
}

    .detail .picture img {
        width: 900px;
        height: 300px;
        border: solid 1px #dedede;
        margin-top: 10px;
    }

.detail .mobilePic {
    margin: 0 auto;
    text-align: center;
    width: 960px;
    height: 500px;
    margin-bottom: 20px;
}

    .detail .mobilePic img {
        float: left;
        width: 292px;
        height: 500px;
        margin: 20px 50px 0px 100px;
        border: solid 1px #dedede;
    }

.detail p {
    text-indent:30px;
}

.detail a {
   color: #197FE6;
}