/*banner开始*/
.banner {
    background-image: url(../img/public/banner2.jpg);}
/*banner结束*/

/*内容标题栏开始*/
.ft .hgroup .btn-return {
    width: 51px;
    height: 15px;
    line-height: 15px;
    text-align: right;
    background: url(../img/public/btn-reuturn.jpg) left center no-repeat;
    float: right;
    cursor: pointer;
    font-size: 14px;
    color: #09386e;}
/*内容标题栏结束*/

/*招生信息详情开始*/
.article-paging {
    width: 100%;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin-top: 47px;
    padding: 0 17px;
    box-sizing: border-box;
    border-top: 1px solid #e7e7e7;}

.stu-info-detail .article-title h4 {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    color: black;
    margin-top: 32px;
    margin-bottom: 14px;}

.stu-info-detail .article-title span {
    font-size: 12px;
    color: #999999;
   
    text-align: center;
    margin-bottom: 15px;}

.stu-info-detail .article-content {
    margin: 0 23px;
    margin-bottom: 55px;}

.stu-info-detail .article-content p {
    font-size: 14px;
    color: black;
    line-height: 40px;}

.article-paging span:hover {
    color: #09386e;}

.article-paging span {
    width: 284px;
    font-size: 14px;
    color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;}

.article-content img {
    width: 710px;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.ca .article-title h4 {
    margin-top: 60px;}

/*招生信息详情结束*/