/**!
* æœåŠ¡ä¸€ä»¶äº‹
* date:2020-05-28
* author: huangweiping;
*/

.banner-wrap {
    height: 184px;
}

.things-list {
    margin-right: -25px;
    margin-top: 28px;
    min-height: 280px;
}

.things-list > li {
    float: left;
    width: 25%;
    margin-bottom: 30px;
    padding-right: 25px;
    box-sizing: border-box;
}

.things-list > li > a {
    display: block;
    border-radius: 10px;
    background-color: rgb(242, 246, 248);
    height: 242px;
    box-sizing: border-box;
    padding: 30px 30px 0;
    transition: all 0.3s;
}

.things-list > li > a:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 15px 0px rgba(175, 183, 191, 0.8);
    transition: all 0.3s;
}

.icon-wrap {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.icon-wrap > img {
    width: 100%;
    height: 100%;
}

.things-content > h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 18px;
    text-align: center;
}

.things-content > p {
    margin-top: 14px;
    font-size: 16px;
    color: #777a89;
    line-height: 28px;
}
