.wrapper_news {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.contentBox {
    width: 100%;
    height: auto;
    padding: 0 0 100px;
}

.contentBox .newsDetailBox {
    position: relative;
    top: -90px;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #f2f1f1;
    box-shadow: 0px 4px 10px rgba(0,0,0,.08);
}

.newsDetailBox .newsDetail {
    width: 1100px;
    height: auto;
    margin: 50px;
    color: #333;
}

.newsDetailBox .newsDetail .newsTitle {
    font-size: 32px;
    line-height: 100px;
    text-align: center;
}

.newsDetailBox .newsDetail .newsSource {
    width: 100%;
    height: 50px;
    text-align: center;
}

.newsDetail .newsSource .textBox {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    font-size: 14px;
    margin: 0 25px;
}

.newsDetail .newsSource .textBox .title {
    line-height: 50px;
}

.newsDetail .newsSource .textBox .content {
    line-height: 50px;
    color: #808080;
}

.newsDetailBox .newsDetail .underline {
    width: 100%;
    height: 1px;
    margin-top: 35px;
    background: url(../images/underline.png) no-repeat center;
}

.newsDetailBox .newsDetail .newsContent {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.newsDetail .newsContent span {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.newsDetail .newsContent .figcaption {
    display: block;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 8px 0;
}

.newsDetail .newsContent p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
}

.newsDetail .newsContent .figure {
    display: block;
    margin: 20px auto 0;
    max-width: 80%;
}
