[v-cloak]{
    display:none!important;
}
.information{
    min-width:1200px;
    height:1460px;
    padding-top:120px;
    background: url(../images/ih2o/information.jpg) no-repeat center;
}
.information h1{
    font-size:100px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    margin-bottom:50px;
}
.information .information-subtit{
    font-size:26px;
    color:#fff;
    text-align: center;
    letter-spacing: 16px;
}
.information-con{
    width:1220px;
    margin:130px auto 0;
    padding-bottom:40px;
}
.information-list{
    float:left;
    width:255px;
    color:#8c8c8c;
    border-radius:4px;
    background:#fff;
    margin-bottom:80px;
}
.information-list:hover{
    box-shadow: 4px 4px 10px #444;
}
.information-list:not(:nth-of-type(4n)){
    margin-right:60px;
}
.list-block{
    padding:0 20px;
}
.information-list img{
    width:100%;
    height:142px;
    cursor:pointer;
}
.information-list h3{
    font-size:16px;
    color:#000;
    font-weight:bold;
    line-height:24px;
    height:48px;
    margin-top:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;   
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;   
}
.information-list .list-date{
    display:block;
    text-align: right;
    font-size:12px;
    line-height:18px;
    height:18px;
    margin:10px 0;
}
.information-list .list-text{
    font-size:14px;
    line-height:22px;
    height:66px;
    margin-bottom:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;   
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;   
}
.information-list .list-bottom{
    border-top:1px solid #f3f3f3;
    height:38px;
    line-height: 38px;
    text-align:right;
    font-size:12px;
}
.information-list .list-bottom span{
    float:right;
    cursor:pointer;
    color:#8c8c8c;

}