.article {
    width: 75%;
    background-color: #fff;
    min-height: 750px;
    height: auto;
}

.subject {
    height: auto !important;
    padding-top: 0 !important;
}

.content-title {
    width: 90%;
    padding: 20px 5%;
    color: #04236d;
    font-family: \5FAE\8F6F\96C5\9ED1;
    line-height: 32px;
    text-align: center;
    font-size: 1.5rem;

}

.info {
    width: 90%;
    margin: 20px 5%;
    overflow: hidden;
    border-bottom: solid 1px #cccccc;

}

.info > .qtinfo{
    color: #666;
    font-size: 13px;
    margin: 0 0 10px 0;
    text-align: center;
}

.content {
    width: 90%;
    margin: 20px 5%;
    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}

/*边栏*/
.sub-menu {
    background-color: #fff;
    width: 22%;
    border-radius: 5px;
}

.sub-menu .parent-menu {
    line-height: 65px;
    width: 84%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 2px #4C8DC6 solid;
}

.sub-menu ul {
    width: 84%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 45px;
    padding-bottom: 15px;
}
.sub-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #3f3f3f;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}