/**!
* 服务清单
* date:2019-10-26
* author: huangweiping;
*/

.server-top {
    height: 150px;
    background: url("../images/server_list/bg.png") no-repeat center;
}

.server-top>div {
    width: 1200px;
    margin: 0 auto;
    height: 150px;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    padding-top: 45px;
}

.main-box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.main-box>h3 {
    height: 32px;
    background: url("../images/server_list/title-bg.png") no-repeat left bottom;
    font-size: 22px;
    font-weight: bold;
    padding-left: 52px;
    line-height: 20px;
    margin-top: 40px;
}

.server-list{
    margin-right: -40px;
}

.server-list>li {
    float: left;
    margin: 20px 40px 0 0;
}

.server-list>li>a {
    display: block;
    background-color: rgb(240, 243, 246);
    width: 270px;
    height: 56px;
}

.server-list>li>a:hover {
    background-color: #e5f2ff;
}

.server>div {
    float: left;
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.server>div>img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -2px;
}

.server>span {
    display: block;
    margin-left: 55px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
}