/**!
* æœåŠ¡ä¸€ä»¶äº‹
* date:2020-05-28
* author: huangweiping;
*/

.things-wrap {
    border-radius: 15px;
    background: url("../images/server_things/thing-wrap-bg.png") no-repeat
        center bottom -10px;
    background-color: rgb(242, 245, 248);
    padding-bottom: 60px;
}

.column-wrap {
    height: 142px;
    overflow: hidden;
    background: url("../images/server_things/column.png") no-repeat center;
}

.column-wrap .icon-wrap {
    float: left;
    width: 104px;
    height: 104px;
    margin: 21px 0 0 30px;
    text-align: center;
    line-height: 104px;
}

.icon-wrap > img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    margin-top: -2px;
}

.column-title {
    margin-left: 165px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    margin-top: 45px;
}

.column-tip {
    margin-left: 165px;
    font-size: 18px;
    color: #fff;
    margin-top: 14px;
    line-height: 18px;
}

.things-list {
    margin: 25px 5px 0 30px;
}

.things-list > li {
    float: left;
    width: 33.3%;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding-right: 25px;
}

.things-list > li > a {
    display: block;
    height: 129px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s;
    overflow: hidden;
}

.things-list > li > a:hover {
    box-shadow: 0px 5px 15px 0px rgba(176, 187, 198, 0.8);
    transition: all 0.3s;
}

.things-list > li > a:hover .things-name {
    color: #2966ab;
    transition: all 0.3s;
}

.things-content .things-icon {
    height: 97px;
    float: left;
    width: 100px;
    background: url("../images/server_things/icon-bg.png") no-repeat right
        center;
    line-height: 97px;
    margin-top: 17px;
    text-align: center;
}

.things-icon > img {
    vertical-align: middle;
    margin-top: -2px;
}

.things-content .things-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 36px;
    line-height: 18px;
    margin-left: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.things-content .things-tip {
    color: #c0bfbf;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 5px 0 114px;
}
