.newsDetail {
    width: 1200px;
    padding: 0 90px;
    margin: 0 auto;
    box-sizing: border-box;
    background: white;
}

.newsDetail-title {
    border-bottom: 1px solid #D7D7D7;
    padding: 60px 0 10px 0;
}

.newsDetail-title-name {
    font-family: "Microsoft Yahei";
    font-size: 18px;
    color: #1E3F59;
    text-align: center;
}

.newsDetail-title-date {
    padding-top: 20px;
    font-size: 12px;
    color: #597A94;
    text-align: right;
}

.newsDetail-content {
    padding: 80px 50px;
}

.newsDetail-content p {
    text-indent: 2em;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding-bottom: 30px;
}

.newsDetail-content-file li:first-child {
    font: bold 14px/30px "microsoft yahei";
}

.newsDetail-content-file li {
    font: 12px/30px "microsoft yahei";
}

.newsDetail-content-file li a {
    margin: 0 0 0 20px;
    color: #074693;
}