@charset "UTF-8";
.detail-container {
    padding: 30px 0 30px 0;
}

.detail-container .detail-content {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #CFD4D8;
    background: #fff;
    box-shadow: 0 0 6px #888888;
}

.detail-container .detail-content .news-head {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #FF0101;
    text-indent: 30px;
    font-weight: bold;
    background: #F5F5F5;
}

.detail-container .detail-content .news-head a {
    color: #FF0101;
}

.news-title-container {
    width: 1134px;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    padding: 30px 0 20px 0;
    margin: 0 auto;
}

.news-title-container .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.news-title-container .publicity {
    color: #4C4C4C;
    text-align: center;
    padding-top: 10px;
}

.news-title-container .bold {
    font-weight: bold;
}

.detail-content .news-content {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 40px;
}
