.main {
    background-color: #eeeeee;
    padding-top: 20px;
    min-height: 300px;
}

.container {
    width: 1160px;
    margin: auto;
    padding: 0 20px 20px;
    background-color: #fff;
}

.theme-dqwz {
    background: url(../images/njdt_13.png) no-repeat 0 center;
    padding: 14px 0 14px 25px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #838b98;
}

.theme-dqwz a {
    color: #838b98;
}

.detail {
    background: #fff;
    padding: 20px 20px 0;
}

.detail>h1 {
    font-size: 30px;
    text-align: center;
    padding: 20px 25px 30px;
}

.detail>h2 {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
}
.detailText{
  min-height:200px;
}
.detailText p{
  font-size:18px;
  line-height:150%;
}
.inform {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    color: #999;
}

.inform>div {
    display: inline-block;
    margin: 0 10px;
}

#NewsContent {
    padding: 20px;
}
#NewsContent img{
    max-width: 100%;
}

.gnbox {
    text-align: center;
}

.gnbox a{
    color: #838b98;
}

.inform .fontsize img, .inform .fontsize span {
    margin: 0 5px;
    cursor: pointer;
}
.inform .fontsize span.on {
    color: #BD1A2D;
}
.inform .fontsize .big {
    font-size: 24px;
}
.inform .fontsize .middle {
    font-size: 18px;
}
.inform .fontsize .small {
    font-size: 14px;
}