/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    overflow-x: hidden;
}

body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
    outline: 0 none;
    color: #333;
}

em, i {
    font-style: normal;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

img {
    -ms-interpolation-mode: bicubic;
    border: none;
}

.view {
    z-index: 1;
    position: absolute;
}

.horizontal .view {
    position: relative;
    float: left;
}

.vertical .view {
    position: relative;
}

.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box; /*添加后，模块的内边距和边框不会再溢出*/
}

.layout {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    z-index: 1;
}

.layout > .view_contents { /*overflow: visible;*/
    cursor: default;
}

/*流布局*/
.flow .view_contents > .view {
    float: left;
}

.clear {
    clear: both;
}

/*苹果去除样式*/
select, input[type='button'], input[type="reset"], input[type='submit'], input[type='text'], input[type="password"], input[name='query'], input[name='d'] {
    -webkit-appearance: none;
    border-radius: 0px
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

/*模块分页*/
.page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.page_btn .old_page a {
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.page_btn .old_page a.cur, .page_btn .old_page a:hover {
    border: 1px solid #4c4c4c;
}

.old_page .prev_btn, .old_page .next_btn {
    border: 0 !important;
    font-family: '黑体';
}

.no_page {
    border: 0 !important;
}

/* 新分页 */
.page_btn .new_page .page {
    display: inline-block;
    border: none;
    background: white;
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin: 0 .5px;
    height: auto;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.page_btn .new_page .page {
    width: auto;
    margin: 0 5px 10px 5px;
    border-radius: 5px;
}

.page_btn .new_page .cur {
    background: red;
    color: white;
    cursor: pointer;
}

.page_btn .new_page .page:hover {
    background: red;
    color: white;
    cursor: pointer;
}

.page_btn .new_page {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.page_btn .new_page a {
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    font-family: 'microsoft YaHei';
}

.page_btn .new_page a:nth-child(n+12) {
    display: none;
}

.page_btn .new_page a:nth-last-child(1), .page_btn .new_page a:nth-last-child(2), .page_btn .new_page a:nth-last-child(3) {
    display: inline-block !important;
}

.page_btn .new_page .prev_btn, .page_btn .new_page .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.page_btn .new_page .no_page {
    border: 0 !important;
}

.page_btn .new_page a:nth-child(n+10) {
    display: none;
}

.page_btn .new_page .all_page {
    display: inline-block;
    margin: 0 10px;
}

.submit_div {
    display: inline-block;
}

.page_btn .new_page .submit_div input {
    width: 50px;
    margin: 0 5px;
}

.page_btn .new_page .submit_div input:hover {
    cursor: default;
    background: white;
    color: #333;
}

.page_btn .new_page .page_submit {
    margin-left: 5px;
}

.page_btn .new_page .page.sty04 {
    margin: 0 -1px 12px;
    border-radius: 0px;
    line-height: 32px;
    z-index: 3;
}

.page_btn .new_page .sty04.cur {
    border-color: red #e5e5e5;
    border-left-color: #e5e5e5 !important;
    border-right-color: #e5e5e5 !important;
    z-index: 5;
}

.page_btn .new_page .sty04 .page:hover {
    border-color: red #e5e5e5;
}

.page_btn .new_page .sty04.new_prev_btn {
    border-radius: 200px 0px 0px 200px !important;
    font-family: '黑体';
    vertical-align: top;
}

.page_btn .new_page .sty04.new_next_btn {
    border-radius: 0px 200px 200px 0px !important;
    font-family: '黑体';
    vertical-align: top;
}

@media screen and (max-width: 1200px) {
    .page_btn .new_page .page {
        margin: 0 3px 10px;
        padding: 0px 12px;
        line-height: 32px;
    }
}

@media screen and (max-width: 640px) {
    .page_btn .new_page .page {
        margin: 0 2px 10px;
        padding: 0px 10px;
        line-height: 28px;
    }

    .page_btn .new_page .page.sty02 {
        padding: 0px 7px;
    }

    .page_btn .new_page .page.sty04 {
        padding: 0px 11px;
        margin-bottom: 0;
        line-height: 28px;
    }

    .page_btn .new_page {
        font-size: 12px;
    }

    .page_btn .new_page .submit_div {
        display: none;
    }
}

/*图片放大样式*/
.imgBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgBox img {
    position: absolute;
    width: auto;
    max-width: 80%; /*max-height: 65%;*/
    border: 20px solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imageButton {
    position: fixed;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imageButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imageButton span:hover {
    opacity: .8;
}

.imageButton span.closeShowPic {
    font-size: 40px;
    border-radius: 100%;
    font-family: serif;
    line-height: 1;
    background-color: #fff;
    padding: .2em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    /*mobi*/
    .imgBox img {
        border-width: 10px;
    }

    .imgBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

.jurisdiction_mask {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2147483647;
    display: none;
}

.jurisdiction_tips {
    width: 400px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 45%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 23px 20px;
    box-sizing: border-box;
    text-align: center;
}

.jurisdiction_tips img {
    display: block;
    margin: 0 auto;
}

.jurisdiction_tips h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #575757;
    text-align: center;
    margin: 5px 0 0;
}

.jurisdiction_tips p {
    color: #999;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin: 0;
}

.jurisdiction_tips button {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    margin: 10px 3px 0;
    background-color: #aaa;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    width: 98px;
}

.jurisdiction_tips .jurisdiction_login {
    background: #ff0099;
}

.jurisdiction_tips button:hover {
    opacity: 0.8;
}

.jurisdiction_tips_mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .jurisdiction_tips {
        width: 80%;
        padding: 20px 15px;
    }

    .jurisdiction_tips p {
        display: none;
    }

    .jurisdiction_tips .jurisdiction_tips_mobile {
        display: block;
    }

    .jurisdiction_tips img {
        width: 60px;
    }

    .jurisdiction_tips h3 {
        font-size: 16px;
    }

    .jurisdiction_tips p {
        font-size: 14px;
    }

    .jurisdiction_tips button {
        margin-top: 12px;
        padding: 8px 0;
    }
}

/*内链替换的继承父样式*/
.inherit_the_style {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    background: inherit;
    display: unset;
    margin: 0;
    padding: 0
}

.hideScroll {
    overflow: hidden;

}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.fa-bars {
    display: none;
}

.imgsss {
    height: auto;
    width: 17.416666666666668%;
}

.imgsss img {
    width: 100%;
    height: 100%;
}

.menuStyle_11 .maxWidth {
    margin: auto;
    display: block;
}

@media (max-width: 768px) {

    .fa-bars {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 40px;
        z-index: 10;
        cursor: pointer;
    }

    .menuStyle_11 .dflex {
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: block;
        display: -ms-flexbox;
        position: relative;
        top: 60px;
        z-index: 15;
        background: #fffc;
        w: 10px 0 30px 0;
        height: 340px;
    }

    #dh_style_11_1527024915260 {
        display: block;
        left: 0;
        position: absolute;
        top: 12px;
        width: 100%;
        z-index: 2;
    }

    #dh_style_11_1527024915260 .mainMenuSet {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        line-height: 25px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #text_style_01_1503126413284 {
        width: 100%;
        left: 0;
    }

    #text_style_01_1503126413284 > .view_contents {
        font-size: 18px;
    }

}

.pcsss .on {
    background: #3e9aed;
    color: #FFFFFF !important;;
}

.pcsss .on a {
    color: #FFFFFF !important;;
}

.newsContainer {

    padding: 30px 0;
}

.newsContainer .row {

    padding: 10px 0;
}

.news_img_box {
    height: 100px;
    padding-right: 10px;
}

.news_img_box img {
    width: 100%;
    height: 100%;
}

.newsContainer .title {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
}

.newsContainer .time {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    padding: 5px 0;
}

.newsContainer .info {
    color: #BFBFBF;
    font-size: 12px;
    line-height: 1.6;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*详情上下页*/
.pagebtn {
    position: relative;

    padding: 18px 0;
}

.pagebtn .pre {
    float: left;
}

.pagebtn .next {
    float: right;
}

/*轮播大图*/
.banner {
    position: relative;
}

.banner img {
    width: 100%;
    hight: auto;
}

.banner h5 {
    position: absolute;
    bottom: 55%;
    left: 10%;
    color: #3E9AED;
    font-family: Microsoft YaHei;
    font-size: 3vw;
    line-height: 35px;
}

.pcsss {
    text-align: right;

}

.pcsss li {
    width: 15%;
    float: left;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2.5% 1% !important;
    margin-right: 1% !important;
}

.pcsss li:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #3e9aed !important;
}

.pcsss li a {
    width: 150px;
    line-height: 1.5;
    text-align: center;
    padding: 17px 6px;
}

.pcsss li:hover a {
    color: #FFFFFFFF;
}

