/*头部*/
.mechanismHead {
    border-bottom: 2px solid #F7F7F7;
}

.mechanismHead h5 {
    color: #CD1415;
    font-size: 20px;
    border-bottom: 2px solid #CD1415;
    display: inline-block;
    line-height: 40px;
    margin-bottom: -1px;
}

/*栏目列表模版*/
.columnConBox ul {
    margin-top: 10px;
    margin-bottom: 40px;
}

.columnConBox ul li {
    border-bottom: 1px solid #CCCCCC;
    margin-left: 20px;
    line-height: 48px;
    overflow: hidden;
    height: 130px;
    padding: 15px 0;
}

.columnConBox ul li a {
    display: block;
    overflow: hidden;
}

.columnConBox ul li a img {
    width: 96.3%;
    height: 130px;
}

.columnConBox ul li a h5 {
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: 500;
}

.columnConBox ul li a p {
    color: #999;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: .5px;
    display: flex;
}

.columnConBox ul li a p span {
    color: #999;
    flex: 1;
    font-size: 13px;
    line-height: 25px;
}

/*加载更多*/
.loadMore {
    background: #015293;
    border-radius: 5px;
    text-align: center;
    margin: 50px auto;
    width: 20%;
}

.loadMore span {
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    letter-spacing: 1px;
    cursor: pointer;
}