/**!
 * 首页
 * author: gaojian
 * date:2020-03-09
 */

.mian {
    background: url('../images/bg.jpg') top center no-repeat;
}

.main-bottom {
    padding-bottom: 120px;
    background: url('../images/bgbottom.png') bottom center no-repeat;
}

.col {
    padding-top: 40px;
}

.col-hd {
    height: 203px;
}

.col-hd img {
    display: block;
    height: 203px;
    margin: 0 auto;
}

.col-bd {
    padding-top: 31px;
}

.list {
    width: 285px;
    height: 60px;
    text-align: center;
    background: url('../images/listbg.png') no-repeat;
    margin: 20px 20px 0 0;
}

.col-bd>ul {
    margin-right: -20px;
}

.list a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #615025;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list a:hover {
    color: #ff1900;
}

/* 20200420 新增*/
.list.prohibit {
    cursor: not-allowed;
}

.list.prohibit a {
    color: #999;
    pointer-events: none;
}