/* 部门展示页面banner */

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.banner_bumen {
    width: 100%;
    height: 340px;
    background: url(11.jpg) no-repeat center;
}
.xzjd-title{
    margin:  0 auto;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    background: url(jdjjBg.png) no-repeat center;
}
.bumen_address span {
    font-size: 14px;
    display: block;
    padding-top: 13px;
}

.banner_left {
    position: relative;
    width: 660px;
    float: left;
    padding: 0;
}

.banner_left .guanfang {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
} 

.banner_title {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

.banner_info {
    display: inline;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    max-height: 130px;
    overflow: hidden;
}

.banner-center {
    width: 500px;
    height: 200px;
    margin: 28px 0 40px 0;
}

.banner-center img {
    width: 500px;
    height: 200px;
    
}

.banner_left .banner_left_long {
    width: 88px;
    height: 28px;
    text-align: center;
    color: white;
    line-height: 28px;
    background: #0C69F0;
    border-radius: 14px;
}

.banner_left .banner_left_short {
    width: 60px;
    height: 28px;
    text-align: center;
    color: white;
    line-height: 28px;
    background: #0C69F0;
    border-radius: 14px;
}

.banner_right {
    width: 500px;
    margin-top:12px;
    color: #fff;
    background: #0d69f0;
    border-radius: 4px;
    margin-top: 12px;
    padding: 5px 0;
    overflow: hidden;
}

.banner_right li {
    float: left;
    min-width: 360px;
    max-width: 660px;
}

.banner_right p {
    float: left;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 12px;
}

.banner_right span {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}






