/**!
* 青海
* date:2020-07-01
* author: huangweiping;
*/

.article-title {
    font-size: 30px;
}

.article-header {
    height: 46px;
}

.article-title {
    height: 44px;
}

.server-list {
    margin-top: 30px;
    margin-right: -20px;
}

.server-list > li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 24px;
}

.server-list > li > a {
    display: block;
    height: 80px;
    background: #f4f6f9;
    line-height: 80px;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    white-space: nowrap;
}

.server-list > li > a:hover {
    background-color: #2a72c5;
    color: #fff;
}
