/* banner */
.news-banner img {
    display: block;
    width: 100%;
}
/* content */
.news {
    margin-top: 50px;
    padding-bottom: 50px;
}
.news-category {
    justify-content: flex-start;
    padding-bottom: 40px;
    font-size: 16px;
    color: #4d4d4d;
    border-bottom: 1px solid #DFDFDF;
}
.news-category dt {
    margin-right: 26px;
}
.news-category dd a {
    margin-right: 20px;
}
.news-category dd a:hover {
    font-weight: bold;
}
.news-category dd .active {
    font-weight: bold;
    color: #19A257;
}
.branch-news-item {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 26px 0 30px;
    height: 172px;
    border-bottom: 1px solid #DFDFDF;
}
.bitem-img {
    width: 262px;
    height: 100%;
    flex: 0 0 262px;
}
.bitem-img img {
    display: block;
    width: 100%;
}
.bitem-content {
    margin-left: 3%;
    flex: 1 1 auto;
    overflow: hidden;
}
.bitem-title {
    justify-content: space-between;
    align-items: flex-end;
}
.bitem-title a {
    width: 80%;
    font-size: 24px;
    font-weight: bold;
    color: #343434;
    line-height: 1;
}
.bitem-title a:hover {
    color: #19A257;
}
.bitem-img span {
    font-size: 14px;
}
.bitem-summary {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
}
.bitem-read-link {
    text-align: right;
}
.bitem-read-link {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: block; 
    width: 110px;
    height: 46px;
    background: url(../images/branch/ReadAll-btn.png) no-repeat center;
}
.bitem-read-link:hover {
    background: url(../images/branch/Read-All-hover.png) no-repeat center;
}
.news-more {
    margin-top: 50px;
    text-align: center;
}
.news-more a {
    display: inline-block;
    width: 216px;
    height: 64px;
    background: url(../images/news/news-more-btn.png) no-repeat center;
}
.news-more a:hover {
    background: url(../images/news/news-more-hove-btn.png) no-repeat center;
}

.news-relate-module {
    padding: 6% 10% 0 8%;
    margin-bottom: 26px;
    border: 1px solid #ededed;
}
.news-relate-title {
    margin: 0;
    font-size: 26px;
    line-height: 1;
}
.reg-going-title {
    padding-left: 30px;
    background: url(../images/news/reg-going-icon.png) no-repeat left center;
}
.reg-going-list {
    margin-top: 28px;
}
.reg-going-list li a {
    display: block;
    margin-bottom: 10%;
    padding-left: 16px;
    width: 100%;
    line-height: 1;
    font-size: 16px;
    background: url(../images/index/list-img.png) no-repeat left center;
}
.reg-going-list li a:hover {
    background: url(../images/index/list-img-hover.png) no-repeat left center;
}

.books-onsale-list {
    margin-top: 28px;
}

.books-onsale-list li a, .books-onsale-list li img {
    display: block;
}
.books-onsale-list li a {
    margin-bottom: 36px;   
}
.books-onsale-list li img {
    width: 100%;
    box-shadow:0px 0px 10px 0px rgba(191,191,191,0.45);
}
.book-info {
    justify-content: space-between;
    margin-top: 26px;
    font-size: 16px;
}
.book-name {
    display: block;
    width: 70%;
}
.book-price {
    color: #FB0000;
}

/* news detail */
.news-det-nav {
    justify-content: flex-start;
    font-size: 16px;
}
.news-det-content {
    padding: 50px 0 10px;
    border-bottom: 1px solid #ededed;
}
.news-det-head {
    margin-bottom: 34px;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    color: #7A7A7A;
}
.news-det-head h5 {
    margin: 0 0 16px 0;
    font-size: 24px;
    font-weight: bold;
    color: #343434;
}
.news-det-head p {
    margin-bottom: 16px;
}
.news-det-head-info span {
   margin-right: 20px;
}
.news-det-head-info span i {
    margin-left: 6px;
    font-style: normal;
 }
 .news-det-body p {
     margin-bottom: 30px;
     font-size: 18px;
     color: #4d4d4d;
     line-height: 42px;
 }
 .news-det-body img {
     display: block;
     margin: 0 auto;
     max-width: 658px;
     text-align: center;
 }
.news-prev-next {
    justify-content: space-between;
    margin-top: 32px;
    font-size: 16px;
}

/* ms course detail */
.ms-course-head {
    justify-content: space-between;
    padding: 20px 2% 12px;
    background: #FAFAFA;
}
.ms-course-brief {
    width: 79%;
}
.ms-course-brief dt {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #343434;
}
.ms-course-brief dd {
    font-size: 16px;
    line-height: 36px;
}
.ms-course-reg {
    margin-top: 40px;
    text-align: center;
}
.ms-course-reg-btn {
    display: inline-block;
    width: 18%;
    height: 56px;
    font-size: 22px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    background: #FB0000;
    border-radius: 6px;
}
.ms-course-reg-btn:hover {
    color: #fff;
}