/*--九宫格start--*/
.body-box{
    max-width: 900px;
    margin: 0 auto;
}
.main-container-bg{
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: #150D97;
    background: url(/templates/main/images/me/main-container-bg01.jpg?version=1.5) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow: hidden;
    position:relative;
}

.main-container-logo {
    
    /*position:absolute;
    left:50%;
    top:50%;
    transform:translateX(-50%);
    transform:translateY(-50%);*/
    width:65px;
    height:65px;
    border:0 none;
    z-index:999999;
    margin: 0 auto;
    margin-top: 2vh;
    
}
.main-container-logo img{
    display:block;
    width:100%;
    height:100%;
    border:0 none;
}


.main-container-logo img{
    display:block;
    width:100%;
    height:100%;
    border:0 none;
}


.main-container{
    margin-top: 22vh;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 0;
    justify-content: space-around /* margin: 52rpx 0; */;
}
.main-container .main-container-contents{
    background-color: rgba(24, 144, 255, 0.4);
    background-color: #fff;
    width: 28%;
    padding: 10px 1%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 2.5%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(255, 133, 253, 0.5);
    box-shadow: 0 4px 20px 0 rgba(255, 133, 253, 0.5);
}
.main-container-contents .con_icon{
    width:32px;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.main-container-contents .con_icon img{
    border: 0 none;
    width: 100%;
    height: 100%;
}
.main-container-contents .con_info {
    font-size: 15px;
    color: #0863D8;
    font-weight:bold;
}

/*--九宫格end--*/

/*--内容页start--*/

.news-show-container{
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    padding: 6px;
    min-height:100vh;
    background-color:#fff;
}
.news-show-contents {
    background: rgba(255, 255, 255, 0.25);
    padding: 5px 15px;
    margin: 0 0 5px 0;
    border-radius:10px;
}
.news-show-contents .title{
   /* border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid #ffffff;*/
}
.news-show-contents .title_info{
    border-bottom: 1px solid #293890;
    border-bottom: 1px solid #ffffff;
    min-height: 40px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #3b3b3b;
    color: #ffffff;
    font-size: 18px;
    font-family: microsoft yahei;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    width: 100%;
}
.news-show-contents .news-show-contents-main{
    padding: 18px 0 0 0;
    line-height: 24px;
    min-height:100vh;
    color:#fff;
}

.news-show-contents .news-show-contents-main img{
    margin-bottom: 10px;
    width:100%;
    max-width: 100%;
    height:auto;
    border:0 none;
    border-radius:10px;
}
.news-show-contents .news-show-contents-main p{
    /*text-indent: 2em;
    text-align: justify;
    padding: 0 90px;*/
    font-size: 17px;
    line-height:35px;
    
}
.news-show-contents .news-show-contents-main p video{
    width:100%;
    height:auto;
}

/*--内容页end--*/


/*--列表页start--*/
.news-list-container {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    padding: 5px;
    padding: 10px;
    min-height: 100vh;
    background-color: #fff;
}
.news-list-contents {
    /*background: #fff;*/
    background: rgba(255, 255, 255, 0.25);
    padding: 5px 15px;
    margin: 0 0 5px 0;
    min-height:100vh;
    border-radius:10px;
}
.news-list-contents .title{
    /*border-bottom: 1px solid #eaeaea;*/
    border-bottom: 1px solid #ffffff;
    color:#fff;
}
.news-list-contents .title_info{
    border-bottom: 1px solid #293890;
    border-bottom: 1px solid #ffffff;
    height: 40px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #3b3b3b;
    color: #ffffff;
    font-size: 18px;
    font-family: microsoft yahei;
}
.news-list-contents .news-list-contents-list{
    position: relative;
    margin-top: 20px;
    min-height: 52px;
    background-color: transparent;
    overflow:hidden;
    margin-bottom:30px;
}

.news-list-contents .news-list-contents-list .list-img{
    border: 0 none;
    width: 100%;
    object-fit: cover;
}
.news-list-contents .news-list-contents-list .list-img-info{
    box-sizing: border-box;
    /*padding: 10px 0 30px 0;*/
    padding: 15px;
    /*background-color:aliceblue;*/
    margin-bottom:20px;
}
.list-img-info .title-nav {
    font-weight: 600;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    color: #fff;
}
.list-img-info .tishi-nav {
    color: #0863D8;
    color: #fff;
    margin: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list-img-info .address-nav {
    color: rgb(169, 169, 169);
    color: #fff;
    margin: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list-img-info .address-nav02 {
    color: rgb(169, 169, 169);
    color: #fff;
    width: 100%;
    /*text-align: justify;*/
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 5px 0;
}  

/*
.news-list-contents .news-list-contents-main{
    
    position: relative;
    display: flex;
    min-height: 52px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 10px !important;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 10px;
    box-sizing: border-box;
}
*/

/*--列表页end--*/

/* 搜索*/
.zhangshan_screen_box {
    display: block;
    position: relative;
    margin: 0 0 15px;
    /*padding: 0 15px;*/
    background: transparent;
    margin-bottom: 30px;
}

    .zhangshan_screen_box dl {
        margin: 0;
        padding: 0;
        clear: both;
        display: block;
        border-bottom: 1px dashed #f7f7f7;
        font-size: 12px;
    }

        .zhangshan_screen_box dl:first-child {
            border-top: none;
        }

        .zhangshan_screen_box dl dt {
            display: block;
            float: left;
            padding-left: 10px;
            width: 100px;
            color: #555;
            color: #fff;
            line-height: 40px;
            font-size: 15px;
        }

        .zhangshan_screen_box dl dd a {
            display: inline-block;
            margin: 6px 6px 6px 0;
            padding: 8px 10px;
            border: 1px solid #fff;
            line-height: 12px;
            color: #333;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            border-radius: 20px;
        }
         .zhangshan_screen_box dl dd span.leibie_span{
            display: inline-block;
            margin: 6px 6px 6px 0;
            padding: 8px 10px;
            border: 1px solid #fff;
            line-height: 12px;
            color: #808080;
            text-decoration: none;
            font-size: 15px;
            border-radius: 20px;
        }

            .zhangshan_screen_box dl dd a.selected {
                border-color: #0863D8;
                color: #fff;
                background: #0863D8;
            }

    .zhangshan_screen_box input {
        width: 100%;
        float: left;
        position: relative;
        height: 40px;
        line-height: 1.5;
        padding: 4px 7px;
        font-size: 15px;
        border: 1px solid #fff;
        border-right:0 none;
        border-radius: 4px 0 0 4px;
        color: #ffffff;
        background-color: transparent;
        background-image: none;
        border-radius: 20px 0 0 20px;
    }
    .zhangshan_screen_box input::placeholder {
       color:#fff;
    }
    .zhangshan_screen_box input:focus{
        outline: 0 none;
    }

    .zhangshan_screen_box .search_btn {
        display: table-cell;
        cursor: pointer;
        padding: 0 16px !important;
        background: #0863D8 !important;
        color: #fff !important;
        border-color: #0863D8 !important;
        transition: all .1s ease-in-out;
        position: relative;
        z-index: 2;
        width: 85px;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 40px;
        text-align: center;
        border-radius:0 20px 20px 0;
    }

    .search-tit {
    display: block;
    /*margin: 0 30px;*/
    padding-top: 15px;
    line-height: 38px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom:30px;
}

    .search-tit h3 {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
    }

    .search-tit span {
        margin-left: 15px;
        color: #fff;
        font-size: 14px;
    }

        .search-tit span strong {
            margin: 0 2px;
            color: #ffffff;
            font-weight: 600;
        }
.page-box {
    margin: 15px 30px;
    padding-bottom: 30px;
}
.page-box div.digg span{
    color:#ffffff;
}

.me_news_list_bg {
    width: 100%;
    /*height: 100vh;*/
    background: url(/templates/main/images/me/main-container-bg-list.jpg?version=1.0) no-repeat center center;
    background-size: 100% 100%;
    background-attachment: fixed; /* 背景图片固定不动，不随页面滚动 */
    background-position: center;
    background-repeat: no-repeat;
    /* position: fixed; */ /* 使背景固定，相对于视口 */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; /* 确保背景在其他内容之下 */
}

.me_news_list_bg02 {
    width: 100%;
    /*height: 100vh;*/
    background: url(/templates/main/images/me/main-container-bg-list02.jpg?version=1.0) no-repeat center center;
    background-size: 100% 100%;
    background-attachment: fixed; /* 背景图片固定不动，不随页面滚动 */
    background-position: center;
    background-repeat: no-repeat;
    /* position: fixed; */ /* 使背景固定，相对于视口 */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; /* 确保背景在其他内容之下 */
}
.me_contact_zhanting_nav {
    position: fixed;
    z-index: 999999;
    width:auto;
    top: 75px;
    right: 20px;
}


.me_contact_zhanting_nav a{
    display: block;
    background-color: #C4E33A;
    color: #0863D8;
    border-radius: 10px;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    font-size: 17px;
    max-width:890px;
    margin:0 auto;
    padding:0 10px;
}

.me_contact_zhanting_phone {
    width: 16rem;
    min-height: 10rem;
    padding:2rem 1rem 2rem 1rem;
    background-color: rgba(19,99,216,0.8);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius:10px;
    color:#fff;
    z-index:9999
}

.me_contact_zhanting_phone_shadow {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.me_contact_zhanting_phone .close{
    position:absolute;
    right:5px;
    top:5px;
    width:15px;
    height:15px;
}
.me_contact_zhanting_phone .close img{
    border:0 none;
    width:100%;
    height:100%;
}

.me_contact_zhanting_phone input{
    margin: 6px 6px 6px 0;
    padding: 8px 10px;
    border: 1px solid #fff;
    line-height: 12px;
    color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 20px;
    background-color:transparent;
    width:100%;
}
.me_contact_zhanting_phone input::placeholder {
       color:#fff;
    }
.me_contact_zhanting_phone a{
    display: block;
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    height: 2.3rem;
    line-height: 2.3rem;
    font-size: 17px;
    margin-top:15px;
}
.me_contact_zhanting_phone input:focus{
        outline: 0 none;
    }