html,body{
    background: #f5f5f5;
}


.footer-img{
    margin-top: 100px;
    width: 100%;
}
.baise{
    padding-top: 20px;
    background: #fff;
}
.hhhhf {
    width: 100%;
}

.h1 {
    margin-top: 30px;
    font-size: 25px;
    text-align: center;
    color: #333333;
    font-weight: normal
}

.english {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 10px;
    text-align: center;
    color: #999999
}

.zixun-list {

}

.zixun-list li {
    margin: 20px 0;
    padding: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 5px 5px lightgray
}

.zx-time {
    flex: 2;
    /* padding-top: 30px; */
    font-size: 15px;
    color: #999999
}

.zx-info {
    height: 200px;
    flex: 8;
}
.createTime{
    margin-left: 20px;
    color: #999999;
    font-size: 14px;
}
.zx-info h4 {
    margin: 10px 0 10px 20px;
    font-size: 23px;
    color: #333333
}

.zx-info p {
    height: 114px;
    display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 6;    
overflow: hidden;
    margin: 10px 20px;
    font-size: 14px;
    color: #666666
}

.zixunImg {
    width: 350px;
    height: 200px;
}

.plations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.plation-item {
    padding-bottom: 5px;
    width: 380px;
    height: 220px;
    margin: 25px 0;
    background: #fff;
    cursor: pointer;
}

.plation-item.red {
    box-shadow: none
}

.plation-item.red:hover {
    background: #fff;
}

.plation-item.red:hover h3 {
    color: red
}

.plation-item.red:hover p {
    color: #999999
}

.plation-item:hover {
    background: #305DC3;
    box-shadow: 0px 0px 5px 5px lightgray
}

.plation-item:hover h3,
.plation-item:hover p {
    color: #fff
}

.plation-item img {
    width: 100%;
    height: 128px;
}

.plation {
    padding-bottom: 1px;
}

.plation-item h3 {
    margin: 10px 0;
    color: #333333;
    text-align: center;
    font-size: 18px;
}

.plation-item .dex {
    width: 90%;
    height: 32px;
    margin: 0 auto;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    overflow: hidden;
}