h2 {
    font-weight: normal;
}

.text-center {
    text-align: center;
}

.center {
    text-align: center;
}

.left {
    text-align: left!important;
}

.news-wrapper {
    margin: 0 auto;
    background: #fff;
    width: 1000px;
}
.news-wrapper .part {
    margin: 10px 60px;
    padding: 10px 0;
    color: #444;
}
.news-wrapper .part-title {
    overflow: auto;
    padding: 10px;
    border-bottom: 1px #ccc dashed;
}
.news-wrapper .title {
    font-size: 18px;
    color: #333;
    padding: 20px 0 10px;
    text-align: center;
    margin: 0;
}
.news-wrapper .time {
    font-size: 14px;
    color: #999;
    float: right;
    padding: 20px;
}
.news-wrapper .text {
    line-height: 1.75em;
    font-size: 14px;
    margin: 10px 0 5px;
    text-indent: 28px;
}
.news-wrapper .text.blue {
    color: #5234ff;
}
.news-wrapper .news-img {
    text-align: center;
    margin: 10px 0;
}
.news-wrapper .img-tip {
    text-align: center;
    font-size: 12px;
    margin: 10px 0 20px;
}
.middle.text-center {
    font-size: 14px;
    font-style: italic;
}
