.hebei{
    padding:22px 0 77px 0;
}
.hebei .title{
    margin-bottom: 40px;
}
.hebei .title b{
    font-size:24px;
    color:#00245F;
    display: block;
    font-weight: normal;
    letter-spacing:4px;
}
.hebei .title span{
    font-size:30px;
    color:#CCC;
    display: block;
    margin-top:20px;
}
.hebei .txts{
    font-size:14px;
    color:#666;
    line-height: 30px;
}
.hebei .txts p{
    margin-top:15px;
}
.hebei .txts p:nth-child(1){
    margin-top:0;
}
.hebei .lists .tab{
    margin:31px 0 44px 0;
}
.hebei .lists .tab li{
    width:50px;
    height: 50px;
    float:left;
    cursor: pointer;
}
.hebei .lists .tab li:nth-child(1){
    background:#E5E9EE url(../img/hebei_icon3.png) no-repeat;
}
.hebei .lists .tab li:nth-child(2){
    background:#E5E9EE url(../img/hebei_icon2.png) no-repeat;
}
.hebei .lists .tab li:nth-child(1).active,.lists .tab li:nth-child(1):hover{
    background:#00255B url(../img/hebei_icon1.png) no-repeat;
}
.hebei .lists .tab li:nth-child(2).active,.lists .tab li:nth-child(2):hover{
    background:#00255B url(../img/hebei_icon4.png) no-repeat;
}
.hebei .lists .cnt dl{
    width:380px;
    margin-right:30px;
    float:left;
    margin-bottom: 44.5px;
}
.hebei .lists .cnt dl:nth-child(3n+3){
    margin-right: 0;
}
.hebei .lists .cnt dl dt{
    width:100%;
    height: 220px;
    position: relative;
}
.hebei .lists .cnt dl dt:after{
    position: absolute;
    content: '';
    width:100%;
    height: 100%;
    left:0;
    top:0;
    background:rgba(0,37,91,.5);
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.hebei .lists .cnt dl:hover dt:after{
    opacity: 1;
}
.hebei .lists .cnt dl dt img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.hebei .lists .cnt dl dd h1{
    font-size:18px;
    line-height: 30px;
    color: #00265C;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    margin-top:14.5px;
    font-weight: normal;
}
.hebei .lists .cnt dl dd p{
    display: none;
}
.hebei .lists .cnt.active dl{
    float: inherit;
    width:100%;
    background: #F5F5F5;
    margin-bottom: 50px;
    overflow: hidden;
}
.hebei .lists .cnt.active dl{
    background: #F5F5F5;
    margin-bottom: 50px;
    overflow: hidden;
}
.hebei .lists .cnt.active dl dt{
    width:380px;
    height: 220px;
    float:left;
    position: relative;
}    
.hebei .lists .cnt.active dl dd{
    float:right;
    width:820px;
    height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 59px 0 40px;
    display: table;
}
.hebei .lists .cnt.active dl dd div{
    display: table-cell;
    vertical-align: middle;
}
.hebei .lists .cnt.active dl dd h1{
    margin-top: 0;
    margin-bottom: 22px;
    text-align: left;
}
.hebei .lists .cnt.active dl dd p{
    display: block
    font-size:14px;
    color:#9A9A9A;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* 详情 */
.hebeiShow{
    padding:80px 0 100px 0;
}
.hebeiShow .title{
    font-size:16px;
    color:#00255B;
}
.hebeiShow .title .name{
    font-size:24px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 27px;
}
.hebeiShow .title .address{
    width:644px;
    background: url(../img/brigade_icon1.png) left top no-repeat;
    padding-left:40px;
    padding-right:10px;
    height: 30px;
    line-height: 30px;
}
.hebeiShow .title .tel{
    width:556px;
    background: url(../img/brigade_icon2.png) left top no-repeat;
    padding-left:40px;
    height: 30px;
    line-height: 30px;
}
.hebeiShow .slideImg{
    margin:50px 0 27px 0;
}
.hebeiShow .texts{
    font-size:14px;
    line-height: 30px;
    color:#666;
}
.hebeiShow .texts h1{
    font-size:22px;
    font-weight: normal;
    margin-bottom: 16px;
}
.slideImg{
    position:relative; 
    height:434px; 
    overflow:hidden; 
}
.slideImg .bd li{
    float:left; 
    margin-right: 30px; 
    height:434px; 
    width:750px;
}
.slideImg .bd li img{
    height: 100%;
    width:100%;
}
.slideImg .pon_box{
    position:absolute; 
    right:0; 
    top:0; 
    z-index: 5; 
    height:434px; 
    width:420px; 
    background:rgba(0,37,91,.8);
}
.slideImg .pon_box .next{
    position:absolute; 
    left:50%; 
    top:50%; 
    margin:-34px 0 0 -34px; 
    width:68px; 
    height:68px; 
    background:url("../img/brigade_arrow.jpg") no-repeat center;
}
