.banner{position:relative;}
.recruit2.dyc {
    background: none;
}
.pd120 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.recruit2 {
    background: #eeebea;
}
.title {
    text-align: center;
}
.fz40 {
    font-size: 32px;
    line-height: 3;
}
.recruit2 .content {
    margin-top: 50px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
width: 100%;
  margin: 0 auto;
}
.dyanmic-box {
    display: block !important;
}
.dyanmic-list {
    padding-top: 30px;
}

/*.hot-dyanmic ul {
    display: flex;
    margin-left: -20px;
}*/
.hot-dyanmic li {
    float:left;
    width: 23.3%;
    margin-left: 20px;margin-bottom:15px;
}
.hot-dyanmic li a {
    display: block;
    position: relative;
}
.hot-dyanmic .photo {
    position: relative;
    color: #fff;
}
.hot-dyanmic .photo .img {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}
.hot-dyanmic .photo .img span {
    display: flex;
    position: absolute;
    width: 100%;
    padding-top: 10px;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    background-color: #f7f7f7;
}
.hot-dyanmic .photo .img img {
    height: 100%;
    max-width: inherit;
}
.hot-dyanmic .photo .date {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    z-index: 1;
    font-size: 14px;
}
.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: 16px;
    text-align: left;
    line-height: 1.7;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hot-dyanmic .text {
    background: #f7f7f7;
    padding: 0 0px 0px;
    line-height: 26px;
    text-align: left;
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 11 !important;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}
.hot-dyanmic .photo .title h2 a{color:#fff}
.date{color:#fff}


/*移动端样式*/
@media screen and (max-width: 768px){
.total_page,.easysite-jump-page{display:none;}
.hot-dyanmic li{width:43%;}
.hot-dyanmic .photo .img{width:100%;}
}