@charset "utf-8";

/* CSS Document */

/*
* @description: 网站内页样式
* @author: ishang_pan
* @update: ishang_pan (2017-09-22 13:30)
*/

/** 通用颜色值 **/

.red {
    color: #f50000;
}
.topbg {
    width: 100%;
    margin-bottom: 20px;
}

/**************list**********************/

/* 左栏 */
.m-listleft {
    float: left;
    width: 238px;
    overflow: hidden;
}

.m-listleft h3 {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-indent: 50px;
    background: #026cb1;
}

.m-listleft #list-h {
    display: none;
    float: right;
    margin: 27px 15px 0 0;
}

.m-listleft .listleft-box {
    padding: 12px 17px;
    min-height: 771px;
    border: 1px solid #ddd;
    border-top: none;
}

.m-listleft ul li {
    margin-bottom: 6px;
    border: 1px solid #bedaf7;
    position: relative;
}

.m-listleft li a {
    display: block;
    padding: 8px 35px 8px 28px;
    text-align: justify;
}

.m-listleft li a span {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -11px;
    color: #ddd;
}

.m-listleft li a:hover,
.m-listleft li.hover a {
    color: #026cb1;
}

.m-listleft li a:hover span,
.m-listleft li.hover a span {
    color: #026cb1;
}

/* 右栏 */

.m-listright {
    margin-left: 258px;
    padding: 0 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.m-listright h3 {
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    /* overflow: hidden; */
}

.m-listright h3 span {
    display: inline-block;
    position: relative;
    padding: 0 10px 12px;
    color: #026cb1;
    font-size: 18px;
    font-weight: bold;
}

.m-listright h3 span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 5px;
    background: #026cb1;
    border-radius: 5px;
}

.m-listright h3 a {
    display: inline-block;
    margin: 0 10px;
    padding: 0 15px;
    line-height: 48px;
    color: #026cb1;
    /* border-bottom: 2px solid #026cb1; */
    box-shadow: 0px 4px 1px -2px #026cb1;
    font-size: 18px;
    font-weight: bold;
}

.m-listright .hed {
    padding: 15px 0 5px;
}

.m-listright .hed ul {
    margin-left: -5px;
    overflow: hidden;
}

.m-listright .hed li {
    float: left;
    margin: 0 0 5px 5px;
    line-height: 30px;
    border: 1px solid #026cb1;
    border-radius: 3px;
}

.m-listright .hed li a {
    display: block;
    padding: 0 10px;
    color: #026cb1;
}

.m-listright .hed li a:hover,
.m-listright .hed li.on a {
    color: #fff;
    background: #026cb1;
}

.m-listright .bod ul {
    padding-bottom: 15px;
}

.m-listright .bod li {
    padding-left: 14px;
    height: 38px;
    line-height: 38px;
    background: url(/Content/images/home/arr.png) 0 16px no-repeat;
    overflow: hidden;
}

.m-listright .bod li span {
    float: right;
    font-size: 15px;
    color: #666;
}

@media (max-width: 500px) {
    .m-listright .bod li span {
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    .bmllistlefteft-box {
        display: none;
    }

    .m-listleft #list-h {
        display: block;
    }

    .m-listleft .listleft-box {
        min-height: auto;
    }

    .m-listleft,
    .m-listright {
        width: 100%;
        margin-left: 0;
    }
}

/*****************************************/

/********************detail*********************/

.m-body {
    padding: 0 20px;
    border: 1px solid #ddd;
}

.m-body h1 {
    padding: 35px 60px 40px;
    color: #026cb1;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.m-body h2 {
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    padding: 0 60px 30px;
}

/*作者  发布时间*/

.u-funs {
    padding: 10px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

.u-funs span {
    margin: 0 10px;
}

.u-funs a {
    color: #999;
}

.u-funs .ziti,
.u-funs .ziti a {
    color: #000;
}

/*内容*/

.m-contnet {
    font-size: 16px;
    min-height: 165px;
    padding: 30px;
}

.m-contnet p {
    margin-bottom: 20px;
    line-height: 30px;
    text-align: justify;
}

.m-contnet p img {
    max-width: 100%;
}

.m-contnet table {
    border-collapse: collapse;
}

.m-contnet table td {
    border: 1px solid #333;
}

/* 改变内容左右间距的问题 */
@media (max-width: 768px) {
    .m-contnet .MsoNormal {
        margin-left: 0 !important;
    }
}

/*二维码*/

.wzewm {
    text-align: center;
    margin: 0 auto;
}

.wzewm span {
    display: block;
    font-size: 12px;
    color: #c0c0c0;
}

#qrcode img {
    margin: 10px auto;
    background: #fff;
}

/* 附件 */

.is-downlist {
    margin: 0 30px;
}

/*顶部  打印  关闭*/

.m-btfuns {
    margin: 30px;
    line-height: 24px;
    padding: 10px 150px 10px 0;
    position: relative;
    overflow: hidden;
}

.m-btfuns ul {
    float: right;
    overflow: hidden;
}

.m-btfuns li {
    float: left;
}

.m-btfuns li a {
    display: block;
    color: #5e5e5e;
    font-size: 14px;
    padding-left: 15px;
}

.m-btfuns li a img {
    margin: 5px 5px 0 0;
}

.m-btfuns li a:hover {
    color: #c51d3e;
}

/*分享按钮*/

.bshare-custom {
    position: absolute;
    bottom: 14px;
    right: 0;
}

/*上一条*/
.detail-zy {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid#ddd;
    padding: 20px 0;
    overflow: hidden;
}

.detail-zy .detail-prev img {
    margin-right: 15px;
    float: left;
}

.detail-zy .detail-next img {
    margin-left: 15px;
    float: right;
}
/*****************************************/

/********************detail-video*********************/
.m-video {
    margin: 0 auto 20px;
    width: 800px;
}

/********************datail-picture*********************/
.m-detailimage {
    font-size: 16px;
    min-height: 165px;
    padding: 30px;
    text-align: center;
}

.m-detailimage li {
    margin-bottom: 15px;
}

.m-detailimage img {
    max-width: 100%;
}

/*媒体查询*/

@media (max-width: 1200px) {
    .m-body h1 {
        width: auto;
    }
}

@media (max-width: 992px) {
    .bshare-custom {
        display: none;
    }

    .u-funs {
        text-align: center;
        line-height: 26px;
    }

    .wzewm {
        display: none;
    }

    #zoom {
        width: 100%;
    }

    .detail-zy div {
        width: 100%;
    }

    .detail-zy .detail-next {
        margin-top: 15px;
    }

    .detail-zy .detail-next img {
        float: left;
        margin-right: 15px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .m-body {
        padding: 40px 15px;
    }

    .u-funs .ziti {
        position: initial;
    }

    .m-btfuns {
        margin: 30px 0;
    }

    .m-btfuns span {
        display: block;
        text-align: center;
        float: none;
    }

    .m-btfuns ul {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .m-btfuns ul li {
        float: none;
        display: inline-block;
    }

    .is-downlist {
        margin: 0;
    }
}

@media (max-width: 414px) {
    .m-body {
        padding: 15px;
    }

    .m-body h1 {
        font-size: 20px;
        margin: 0;
        line-height: 35px;
        padding: 0 20px 10px;
    }

    .u-funs .dis-block {
        display: block;
    }

    .m-contnet {
        padding: 10px 0;
    }
}

/********************list-picture*********************/

.is-listpicture {
    overflow: hidden;
    padding: 20px 10px;
}

.is-listpicture li {
    float: left;
    width: 25%;
    height: 160px;
    background: none;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    border-bottom: none;
}

.is-listpicture a {
    display: block;
    padding: 0 10px;
}

.is-listpicture img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

/*媒体查询*/

@media (max-width: 1200px) {
    .is-listpicture li {
        width: 33.33%;
    }
}

@media (max-width: 620px) {
    .is-listpicture li {
        width: 50%;
    }
}

@media (max-width: 414px) {
    .is-listpicture li {
        width: 100%;
        height: auto;
    }

    .is-listpicture img {
        height: 45vw;
    }
}

/*****************************************/

.u-newscontnet {
    width: 800px;
    margin: 20px auto;
}

/*****************************************/

/* 站点地图 */

.is-sitemap {
    height: auto !important;
    min-height: 400px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.is-sitemap h2 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}

.is-sitemap h2 a {
    color: #c61e3f;
}

.is-sitemap ul {
    overflow: hidden;
    padding: 10px 0;
}

.is-sitemap ul li {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.is-sitemap ul li a {
    display: block;
    background: #f5f5f5;
    margin: 0 10px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.is-sitemap ul li a:hover {
    background: #c61e3f;
    color: #fff;
}

/*媒体查询*/

@media (max-width: 600px) {
    .is-sitemap ul li {
        width: 50%;
    }
}

@media (max-width: 380px) {
    .is-sitemap ul li {
        width: 100%;
    }
}

/* 分页 */
/*pagination*/
#pagination {
    margin: 20px 0 10px;
    text-align: right;
}

.m-pagination {
    display: inline-block;
}

.m-pagination li {
    float: left;
    margin: 3px;
    height: 28px;
    font-size: 14px;
}

.m-pagination li a {
    display: block;
    padding: 0 10px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #fff;
}

.m-pagination li.u-redirect {
    line-height: 28px;
}

.m-pagination li.u-redirect input {
    padding: 0 5px;
    vertical-align: middle;
    width: 42px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    margin: -2px 0 0 3px;
    *margin: -2px 0 0 3px;
    _margin: -2px 0 0 3px;
}

.m-pagination li.active a,
.m-pagination li a:hover {
    background: #0069b9;
    border: 1px solid #0069b9;
    color: #fff;
}

.m-pagination li.page-info a,
.m-pagination li.page-info a:hover {
    border: 1px solid #ccc;
    cursor: default;
    color: #666;
    background: #fff;
}

.m-pagination li.disabled a,
.m-pagination li.disabled a:hover {
    background: #eee;
    border: 1px solid #ccc;
    cursor: default;
    color: #666;
}
