/* env column css */
@charset "utf-8";


.left_box {
    border: 1px solid #ddd;
    background: #fff;
    float: left;
    width: 241px;
    margin-right: 10px;
    height: 10000px;
    margin-bottom: -9990px;
}
.left_box h1 {
    background: #0087cb;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.menu_column {
    min-height: 500px;
}
.menu_column ul li {
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}
.menu_column ul li a {
    display: block;
    padding-left: 90px;
    height: 50px;
    line-height: 50px;
}
.right_box {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}
.nva_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ddd;
}
.nva_title i{
    font-style: normal;
}
.nva_title a {
    font-size: 16px;
    color: #efa254;
}
.list_content ul li {    
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    list-style: none;
    background: url("/_res/image_env/arr1.png") left center no-repeat;
    padding-left: 12px;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-right: 74px;
    box-sizing: border-box;
}
.list_content ul li .date {
    color: #7d7d7d;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}
.list_content ul li a {
    color: #333333;
}
.menu_list_box {
    max-width: 1100px;
    margin: 0 auto 35px;
    overflow: hidden;
}
.env_main {
    overflow: hidden;
}
.l_env_title {
    height: 55px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.news_list ul {
    padding-bottom: 12px;
    margin: 15px 15px 0 15px;
    min-height: 400px;
}
.news_list ul li a {
    display: block;
    max-width:96%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_column ul .active a,
.menu_column ul li a:hover{
    color: #0087cb;
}

/*小于 768px */
@media (max-width: 767px) {
    .news_list ul li a {
        width: 66%;
    }
    .menu_list_box {
        padding: 5px;
    }
    .left_box {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .left_box h1 {
        cursor: pointer;
    }
    .menu_column {
        text-align: center;
        min-height: auto;
        display: none;
    }
    .menu_column ul li a {
        padding-left: 0;
    }
}
@media (max-width: 430px) {
    .nva_title {
        display: none;
    }
}

@media (max-width: 320px) {
    .list_content ul li {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news_list ul li a {
        width: 60%;
    }
}
