.news {
    margin-bottom: 30px;
}

#main {
    margin-top: 30px;
}

.article-title {
    font-size: 18px;
    color: #484b6c;
    padding: 30px 32px 35px 27px;
    border: 1px solid #eee;
}

.border-top-none {
    border-top: none;
}

.article-title>h2 {
    margin-bottom: 15px;
}

.article-title>h2 span:last-child {
    line-height: 35px;
    word-break: break-all
}

.article-title>p {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
}

.article-more {
    color: #f80000;
    font-weight: bold;
}

.article-more:hover {
    text-decoration: underline;
}

.article-mark {
    padding: 5px 8px;
    font-size: 14px;
    color: #fff;
    margin-right: 30px;
}

.article-mark.bgred {
    background: #f80000;
}

.article-mark.bgyellow {
    background: #f97d21;
}

.article-list {
    border-bottom: 1px solid #eee;
    padding: 45px 0;
}

.article-list:hover .right-container p:first-child {
    color: #6379fa;
}

.article-list:hover .list-more {
    color: #f80000;
}

.article-list-img {
    width: 200px;
    height: 133px;
    border-radius: 8px;
    margin-right: 24px;
}

.right-container {
    width: 560px;
    word-break: break-all
}

.right-container h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.right-container p:last-child {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all
}

.right-container p:last-child a:hover {
    text-decoration: underline
}

/*********实用工具*************/
.shiyong {
    font-size: 20px;
    text-align: center;
    color: #424a5c;
    height: 60px;
    line-height: 60px;
    border: 1px solid #eee;
    border-bottom: none;
}

.tool {
    border: 1px solid #eee;
    padding-top: 30px;
}

.tool li {
    width: 33%;
    height: 75px;
    float: left;
    text-align: center;
    margin-bottom: 35px;
}

.tool li p {
    font-size: 14px;
    color: #4b4f67;
    font-weight: bold;
    margin-top: 10px;
}

.tool li:hover p {
    color: #4d68ff;
}