﻿body {max-width: 650px;
    margin: 0 auto;
}
a:active, a:hover {
    color: #4caf50;
}

/**首页 导航分类 媒体资讯 服务开始**/
.loginHeard {
        background-color: #F5F5F5;
        width: 100%;
        height: 45px;
        line-height: 45px;
    }
    .nav_ul {
        display: inline-block;
        position: absolute;
        z-index: 100;
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        overflow: hidden;
        clear: both;
        background-color: #FFFFFF;
    }
      
        .nav_ul li.switch_nav {
            width: 49%;
            float: left;
            overflow: hidden;
                margin: 0 0.5% 0 0.5%;
            color: #000000;
            font-size: 14px;
            text-align: center;
            border-bottom: 3px solid #C7C5C5;
            background-color: #FFFFFF;
        }
        .nav_ul li.nav_on {
            color: #2eb872;
           
            border-bottom: 3px solid #2eb872;
        }
 /**首页 导航分类 媒体资讯 服务结束**/
 /**首页 导航分类 媒体资讯 开始**/
    .wrap{
        display: block;
        padding: 0 12px;
    }
        .wrap .inner {
            display: block;
            position: relative;
            border-bottom: 1px solid #eaeaea;
        }
        .wrap .inner a.link {
            display: block;
            width: 100%;
            box-sizing: content-box;
            -webkit-text-decoration: none;
            text-decoration: none;
            padding: 10px 12px;
            margin-left: -12px;
        }
    .Articelimage {
        width: 33%;
        float: right;
        position: relative;
        overflow: hidden;
        margin-left: 15px;
        pointer-events: none;
    }
        .Articelimage img {
            display: block;
            width: 100%;
            height: 100%;
            max-width: unset;
           max-height: 80px;
            margin-left: 0px;
            margin-top: 0px;
            border: 0px none;
            vertical-align: top;
            visibility: visible;
            transition: opacity 200ms ease-out;
            opacity: 1;
            backface-visibility: hidden;
            background-color: rgb(255, 255, 255);
        }
    .Articeltitle {
        color: #111;
        line-height: 22px;
        margin-bottom: 15px;
        min-height: 49px;
        overflow: hidden;
        font-size: 17px;

    padding-top: 6px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .info{
       
        margin: 0;
        line-height: 16px;
       
        font-size: 12px;
    }


    .ArticetitleTow {
        color: #111;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 2px;
    }
    .ArticeimagesTow {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        margin-bottom: 11px;
    }
        .ArticeimagesTow .image-item {
            flex: 1 1 0;
            overflow: hidden;
            position: relative;
            pointer-events: none;
        }


            .ArticeimagesTow .image-item img {
                display: block;
                width: 100%;
                height: 100%;
                max-width: unset;
                max-height: unset;
                margin-left: 0px;
                margin-top: 0px;
                border: 0px none;
                vertical-align: top;
                visibility: visible;
                transition: opacity 200ms ease-out;
                opacity: 1;
                backface-visibility: hidden;
                background-color: rgb(255, 255, 255);
            }
 /**首页 导航分类 媒体资讯 结束**/
 /**首页 导航分类 服务 开始**/
 .sptitle {
                position: absolute;
                color: white;
                text-indent: 1em;
                z-index: 99999;
                margin-top: 5px;
                font-size: 17px;
            }
            .masklayer {
                position: absolute;
                width: 100%;
                z-index: 9999;
                
            }
            .inner .sp2 {
                margin-bottom: 11px;
                margin-top: 10px;
            }

            .m-navList ul {
                display: :-webkit-box;
                overflow: hidden;
                width: 100%;
                
                background: #fff;
            }
                .m-navList ul li {
                    float: left;
                    -webkit-box-flex: 1;
                    flex: 1;
                    width: 25%;
                    text-align: center;
                    padding-top: 20px;
                }
            .m-navList .ico {
                display: inline-block;
                height: 40px;
                width: 40px;
                background: #fff;
                margin-bottom: 5px;
            }

.m-navList ul li p {
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    margin-left: 10%;
}
            img {
                border: 0 none;
                vertical-align: middle;
                max-width: 100%;
            }


            .members_goodspic ul li.mingoods {
                display: inline-block;
              
                width: 48%;
                position: relative;
                vertical-align: top;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                background-color: #FFFFFF;
                 margin: 0 1% 6px 1%;
            }
            .members_goodspic ul li img {
                display: block;
                padding: 0;
                margin: 0 auto;
                border: 0;
                width: 96%;
                padding: 4px;
            }
            .dath {
                height: 30px;
               white-space: nowrap;
               padding: 0 5px;
            }
                .dath a {
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }
            .members_goodspic ul li.mingoods a {
                display: block;
                width: 100%;
                font-size: 14px;
            }
            .members_goodspic ul li.mingoods span.replace {
                display: block;
                position: relative;
                width: 100%;
                padding: 0;
                background: none !important;
                color: #ec4076;
                border-radius: 0;
                right: 0;
                bottom: 0;
                font-size: 14px;
                padding-left: 4px;
            }
             /**首页 导航分类 服务 结束**/
/***文章内容页开始**/
.mainasc {
            position: fixed;
            top:60px;
              bottom: 0px;
            width: 100%;
            overflow-y: auto;
            overflow-x: hidden;
        }
        .art_add_c img {
            width: 100%;
        }

        .pbox1 {
            padding: 0 10px 0 10px;
            background-color: #fff;
        }

        .articledetail .art_add_date {
            text-align: center;
        }

        .ArticleTitle {
            color: #000;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            font-weight: bolder;
            text-align: left;
            font-size: 18px;
            margin-left: 60px;
            text-overflow: ellipsis;
            overflow: hidden;
            webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }