p, h4, h5 {
    margin: 0;
}
/* branch banner */
.branch-banner {
    height: 160px;
    background: #F8F8F8;
}
.branch-banner-box {
    justify-content: space-between;
    padding-top: 28px;
    height: 76px;
}
.branch-logo a {
    display: inline-block;
    margin-right: 28px;
    width: 214px;
    height: 76px;
}
.branch-logo img {
    display: block;
}
.branch-logo span {
    display: inline-block;
    padding-left: 28px;
    line-height: 76px;
    font-size: 32px;
    color: #19A257;
    border-left: 1px solid #ececec;
}
.branch-consult span {
    margin-left: 56px;
    padding-left: 52px;
    font-size: 32px;
}
.branch-qq {
    color: #00AEFF;
    background: url(../images/branch/QQ-icon.png) no-repeat left center;
}
.branch-tel {
    color: #19A257;
    background: url(../images/branch/tel-icon.png) no-repeat left center;
}

/* branch content */
.branch-content {
    padding-bottom: 52px;
    margin-top: 62px;
}
.branch-module-title {
    padding-bottom: 35px;
    font-size: 26px;
    line-height: 1;
    border-bottom: 1px solid #DFDFDF;
}
.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;
}

.branch-course {
    margin: 0 -30px 0 30px;
    padding: 0 10px;
    border: 1px solid #ededed;
}
.branch-course .branch-module-title {
    padding: 20px 0 15px;
}
.branch-course-item {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    height: 120px;
    border-bottom: 1px solid #E4E4E4;
}
.branch-course-item:last-of-type {
    border-bottom: none;
}
.bcitem-img {
    display: block;
    width: 190px;
    height: 120px;
    flex: 0 0 190px;
}
.bcitem-img img {
    display: block;
    width: 190px;
    height: 100%;
}
.bcitem-content {
    margin-left: 10px;
    flex: 1 1 auto;
    overflow: hidden;
}
.bcitem-name {
    display: block;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1;
}
.bcitem-teacher {
    margin-bottom: 26px;
    font-size: 14px;
    color: #7B7B7B;
}
.bcitem-num-price {
    justify-content: space-between;
}
.bcitem-price {
    font-size: 18px;
    color: #FB0000;
}
.bcitem-num {
    font-size: 14px;
    color: #7B7B7B;
    text-indent: 24px;
    background: url(../images/branch/cart-icon.png) no-repeat left center;
}
/* branch info */
.branch-info-title {
    position: relative;
    margin-bottom: 40px;
    height: 1px;
    background: #8C8C8C;
}
.branch-info-title span {
    position: absolute;
    top: -14px;
    left: 0;
    padding-right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #343434;
    background: #fff;
}
.branch-info-left {
    padding-left: 42px;
}
.branch-info-item {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 36px;
}
.branch-info-mtitle {
    padding: 24px 0 16px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #DFDFDF;
}
.branch-info-bank {
    margin-top: 30px;
}
.bank-item {
    float: left;
    width: 46%;
    margin-right: 4%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 36px;
}
.bank-item dt {
    font-weight: bold;
}
.branch-map {
    width: 100%;
}
.branch-map img {
    width: 100%;
}
.branch-address {
    margin-top: 56px;
    font-size: 16px;
}
.branch-address span {
    font-weight: bold;
}