/*补充样式*/
@media screen and (max-width: 768px){
.hot-dyanmic{padding-bottom:55px;}

}



.recruit2.dyc {
    background: none;
}
.recruit2 {
    background: #eeebea;
}
.pd120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.title{text-align:center;}
.fz40 {
    font-size: 40px;
    line-height: 1.3;
}
.recruit2 .content {
    margin-top: 50px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.dyanmic-box {
    display: block !important;
}
.tream-box ul {
    display: flex;
    flex-flow: wrap;
    margin-left: -20px;
}
.hot-dyanmic ul {
    display: flex; width:100%;
  
}
.tream-box ul li {
   width: 23%;margin-left: 20px;height:300px;
    margin-buttom: 10px;float:left;    margin-bottom: 65px;
}


.hot-dyanmic li a {
    display: block;
   height:300px;
}
.hot-dyanmic .photo {
    height:300px;
    color: #fff;
}
/*.hot-dyanmic .tream .img {
    overflow: hidden;
    padding-bottom: 150%;
}*/

.hot-dyanmic .photo .img span {
    display: block;height:300px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    background-color: #f7f7f7;
}
.hot-dyanmic .photo .img img {
    height:300px;
    width:100%;
}
.hot-dyanmic .photo .title {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: end;
}
.hot-dyanmic .photo .title h2 {
    font-size: 18px;
    text-align: left;
    line-height: 1.7;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;font-weight: normal;
}
.tream-box .text {
    background: #f7f7f7;
   height: 50px;
  padding-left: 15px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}
#banner{position:relative}




/*移动端样式*/
@media screen and (max-width: 768px){
.total_page,.easysite-jump-page{display:none;}
.tream-box ul li{height:180px;        width: 44%;}
.hot-dyanmic li a{height:180px;}
.hot-dyanmic .photo,.hot-dyanmic .photo .img span{height:180px;}
.hot-dyanmic .tream .img{height:180px;}
.hot-dyanmic .photo .img img{height:180px;}

}