body,html {
    padding: 0;
    margin: 0;
    height: 100%;
    /* overflow: hidden;
    height: 100%;
    font-size: 100%; */
}

img {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
    color: #333333;
}

.clear {
    clear: both;
}

/*富文本样式控制*/
.article {
    font-size: 15px;
    line-height: 1.8em;
    color: #666;
}

.article img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.article video {
    max-width: 100%;
    display: block;
    margin: auto;
}
    .article p {
        margin:0;
        padding: 0px !important;
        white-space: pre-line;
    } 
.nav {
    height: 64px;
    background: rgba(27, 27, 27, 0.3);
    color: white;
    box-sizing: border-box;
    padding: 0px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

    .nav a {
        color: white;
    }

.logocon {
    width: 300px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .logocon img {
        width: 100%;
    }

.navcon {
    float: right;
    font-size: 15px;
}

.navitem {
    display: inline-block;
    margin: 0px 20px;
    line-height: 60px;
    box-sizing: border-box;
    font-size:18px;
}

.navstyle {
    box-sizing: border-box;
    border-bottom: 4px solid #26cf6b;
}

.layout {
    max-width: 1600px;
    margin: auto;
    position: relative;
   
}

.navcon2 {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    display: none;
    float: right;
    cursor: pointer;
}

    .navcon2 img {
        width: 30px;
        height: 30px;
    }

/* 导航 */
.rightnav {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    color: white;
    z-index: 10;
    transition: all ease 1s;
}

.rightactive {
    right: 0%;
    display: block;
}

.close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    left: -80px;
}

    .close img {
        width: 40px;
        height: 40px;
    }

.navback {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    /* background: rgba(13, 140, 12, 0.8);*/
    /*    background: rgba(255, 255, 255, 0.5);*/
    background: #689ee9;
}
        
        .topnav_list {
    width: 260px;
    position: relative;
    z-index: 13;
}



.topnav_list {
    width: 260px;
    position: relative;
    z-index: 13;
}

.topnav_item {
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0px 20px;
}

    .topnav_item:hover {
        text-decoration: underline;
    }

.topnav_inner {
    color: white;
    border-bottom: 1px solid #cfcfcf;
}

.bottom {
    margin-top: 80px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 13px;
    z-index: 20;
    line-height: 30px;
}

.picon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

    .picon img {
        width: 20px;
        height: 20px;
    }

.botext {
    display: inline-block;
}

.botext2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.botext3 {
    margin-top: 10px;
}

.bottomlast {
    display: none;
}

.title a {
    color: white;
}

@media screen and (max-width:1200px) {

    .layout {
        box-sizing: border-box;
        padding: 0px 50px;
        width: 100%;
    }


    .navcon {
        display: none;
    }

    .navcon2 {
        display: block;
    }
}

@media screen and (max-width:700px) {
    .layout {
        padding: 0px 10px;
    }
    .navitem {
        display: inline-block;
        margin: 0px 20px;
        line-height: 60px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .nav {
        height: 40px;
        padding: 0px 10px;
    }

    .logocon {
        width: 220px;
    }

    .navcon2 {
        width: 20px;
        height: 20px;
        margin-top: 10px;
        display: block;
    }
    .topnav_list {
        width: 160px;
       
    }
        .navcon2 img {
            width: 20px;
            height: 20px;
        }
}

/*//分页组件颜色重写*/
.Hot {
    background-color: #0ba349;
}
/*.span:hover {
    background-color: #0ba369;
}*/
.pageBar span.Hot {
    color: white;
    background-color: #0ba349;
    font-weight: bold
}

.pageBar span:hover {
    background-color: rgba(13, 140, 12, 0.8) !important;
}
