.main_wrap {
    height: auto;
    width: 1400px;
    margin: 20px auto;
    margin-bottom: 30px;
    overflow: hidden
}

.nav_left {
    width: 250px;
    height: 880px;
    float: left;
    background: #f9f9f9;
}

.cont_right {
    width: 1130px;
    float: right;
    min-height: 500px;
    background: #f9f9f9;
}

.lmmc {
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e42500;
    border-bottom: 2px solid #a27a47;
    color: #FFFFFF;
    font-size: 18px;
}

.lmnav {
    width: 250px;
}

.lmnav li {
    float: left;
    text-align: center;
    border-bottom: 1px dashed #a27a47;
    width: 200px;
    margin-left: 25px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin-top: 5px;
}

.lmnav li a {
    color: #a27a47;
    font-size: 17px;
}

.lmnav li a:hover {
    color: #cc0000;
}

.cont_nav {
    width: 1130px;
    border-top: 2px solid #a27a47;
    height: 40px;
    text-indent: 20px;
    text-align: left;
    line-height: 40px;
    font-size: 16px;
    color: #cc0000;
    background: #fbf8f3;
    margin-bottom: 20px;
}

.cont_nav a {
    font-size: 16px;
    color: #cc0000;
}

;
.cont_right ul {
    width: 830px;
    height: 880px;
}

.cont_right ul li {
    width: 1130px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    text-indent: 25px;
}

.cont_right ul li a {
    font-size: 16px;
}

.cont_right .time {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    color: #999;
}

.cont_right ul li a:hover {
    color: #cc0000
}

.fy {
    width: 1130px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #cc0000;
    background: #fbf8f3;
    line-height: 40px;
}

.fy a {
    color: #000000;
    font-size: 16px;
}