.detail1{
    width: 95%;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 50px;
}
.detail-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.detail-text h3 {
    color: #444;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 0;
    margin-top: 16px;
}
.detail-text span {
    width: 100px;
    height: 1px;
    margin-top: 10px;
    display: inline-block;
    background-color: #444;
}
.detail1 p{
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
}
.detail1 h3 {
    font-size: 16px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.news_Date {
    color: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 25px;
}
