.article {
    background-color: #fff;
    min-height: 750px;
    height: auto;
}

.subject {
    height: auto !important;
    padding-top: 0 !important;
}

.content-title {
    width: 1040px;
    padding: 20px 60px;
    color: #04236d;
    font-family: \5FAE\8F6F\96C5\9ED1;
    line-height: 32px;
    text-align: center;
    font-size: 1.5rem;

}

.info {
    width: 1040px;
    margin: 20px 60px;
    overflow: hidden;
    border-bottom: solid 1px #cccccc;

}

.info > .qtinfo{
    color: #666;
    font-size: 13px;
    margin: 0 0 10px 0;
    text-align: center;
}

.content {
    width: 1040px;
    margin: 20px 60px;
    font-size: 14px;
    line-height: 26px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #282828;
}

.prev,.next {
    margin-top: 50px;
    width: 42%;
    float: left;
    background-color: #f3f3f3;
    line-height: 30px;
    border-radius: 20px;
}

.prev > a,.next > a {
    display: block;
    width: 92%;
    height: 100%;
    padding: 0 4%;
}

.prev > a:hover,.next > a:hover {
    background-color: #1296DB;
    border-radius: 20px;
    color: #fff!important;
}

.prev {
    margin-left: 5%;
    margin-right: 2%;
}

.next {
    margin-right: 5%;
    margin-left: 2%;
}

.where {
    width: 1160px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    font-size: .8rem;
}

a.CurrChnlCls:nth-child(2) {display: none}
a.CurrChnlCls:last-child {color: #4C8DC6}
a.CurrChnlCls {color: #000}
.where {font-size: .9rem;padding-left:20px}