.con {
    width: 1200px;
    margin-bottom: 20px;
    margin: 30px auto;
}

#con-right-bom-fy {
    text-align: center;
    margin: 25px 0px;
}

#list-ul > li {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #0000001a;
}
/*所内动态*/
.li-img {
    height: 145px;
    width: 210px;
}

    .li-img > img {
        max-height: 145px;
        max-width: 210px;
    }

.li-content {
    width: 800px;
    padding: 5px 15px;
}

.c-title {
    font-size: 20px;
    font-weight: 600;
}

.c-txt {
    padding: 10px;
    color: #000000a8;
}

.c-sum {
    color: #0000008a;
}

    .c-sum > img {
        margin-right: 10px;
    }

.li-time {
    padding: 40px 10px;
    text-align: center;
    color: #DAB366;
}

    .li-time > span {
        font-size: 40px;
    }

.weituo-t {
    font-size: 18px;
    line-height: 40px;
}
/*头部*/
.mbx {
    width: 1200px;
    margin: 0px auto;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
}

.model-item {
    width: 800px;
    display: flex;
    justify-content: flex-end;
    line-height: 60px;
}

    .model-item > ul > li {
        display: inline-block;
        float: left;
        padding: 0px 10px;
    }

.itme-select {
    background-color: #DAB366;
}

    .itme-select > a {
        color: white !important;
    }

.new-l {
    width: 840px;
    margin-right: 10px;
}

.new-r {
    width: 340px;
    margin-left: 10px;
    height: 500px;
}

.new-xx {
    color: #999;
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

.new-content {
    margin-bottom: 30px;
}

.new-v {
    display: inline-block;
    margin-left: 30px;
}

    .new-v > img {
        margin-right: 10px;
    }

.new-ra {
    padding: 10px;
    background-color: #b8b8b81f;
    height: 350px;
    margin-bottom: 35px;
}

.new-ra-h {
    font-size: 20px;
    padding-left: 10px;
    border-left: 3px solid #bf8b23;
    color: #c78f1e;
    margin-bottom: 10px;
}

.new-ra-c {
    padding: 10px 0px;
}

.new-ra-c-title {
    font-size: 18px;
}

.new-ra-c-time {
    font-size: 15px;
    margin: 5px 0px;
    color: #d0992b;
}

.new-ra-c-content {
    margin-top:10px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.new-ra li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 9px 0px;
    font-size: 15px;
    color: #333 !important;
}

    .new-ra li a {
        color: #333 !important;
    }

    .new-ra li img {
        margin-right: 5px;
    }

.new-pn a {
    padding: 15px 55px;
    border: 1px solid #a9a9a9;
}

    .new-pn a:first-child {
        border: 1px solid #bd8516;
        color: #ab7711;
        margin-right: 15px;
    }
