﻿* {
    font-family: '微软雅黑' !important;
}

._view {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    overflow: hidden;
    margin-top: 0px;
}

    ._view img {
        /*width: 100%;*/
    }

    ._view p {
        margin-left: 0px;
    }

.content_title {
    width: 100%;
    text-align: center;
}

.list_items {
    width: 150px;
    height: 100%;
    float: left;
}

.menu_filter {
    border: none;
}

    .menu_filter li {
        display: block;
        /*width: 100%;
        height: 35px;
        line-height: 35px;*/
        max-width:150px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .menu_filter li:hover {
            background: #2da237;
            color: #fff;
        }
        .menu_filter li a {
        background:none;  
            
        }
        .menu_filter li a:link {
            width: 100%;
            height: 100%;
            border: none;
            background: none;
            /*padding: 0px;*/
            font-size: 16px;
        }

        .menu_filter li a:visited {
            color: #7d797a;
        }

        .menu_filter li:hover a {
            color: #fff;
        }

.view_content {
    width: 970px;
    padding-left: 20px;
    float: right;
    border-left: 1px solid #bfc0c0;

}

.content_title h3 {
    margin-top: 10px;
    margin-bottom:10px;
}

.content_info_mobi {
    font-size: 10px;
    text-align: left;
    color: #d1d1d1;
    border-bottom:dashed 1px #d1d1d1;
    margin-bottom:20px;
    padding-bottom:10px;
}

.content_info {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.contents {
    width: 100%;
}
@media screen and (max-width:1200px) {
    ._view {
        width: 90%;
    }

    .view_content {
        width: 800px;
    }

    .list_items {
        width: 200px;
    }
}

@media screen and (max-width:1100px) {
    ._view {
        width: 90%;
    }

    .view_content {
        width: 700px;
    }

    .list_items {
        width: 170px;
    }
}

@media screen and (max-width:1000px) {
    ._view {
        width: 100%;
    }

    .view_content {
        width: 600px;
    }

    .list_items {
        width: 170px;
    }
}

@media screen and (max-width:820px) {
    ._view {
        width: initial;
    }

    .list_items {
        width: 100%;
        margin-bottom: 5px;
    }

    .view_content {
        width: 100%;
        padding-left: 0px;
    }

    .menu_filter li {
        display: inline;
        width: auto;
        margin-right: 5px;
    }  .menu_filter li a {
         background: #E2E0E1 !important;
         margin-top:5px;
        }

        .menu_filter li a:link {
            background: #2da237; 
            border-radius: 5px;
            display: inline-block;
            color: #7D797A;
            font-size: 14px;
        }

        .menu_filter li:hover {
            background: none;
            color: #fff;
        }

    .view_content {
        border: none;
    }
}

@media screen and (max-width:640px) {
    ._view {
        overflow: hidden;
    }

    .txt_path {
        display: none;
    }

    ._view img {
        width: 100%;
    }

    .mbArticleSharePic {
        width: initial !important;
    }
}
