/* 文章页通用样式·开始 */

.headerWrap {
    margin-bottom: 20px;
}

.newslistWrap li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    text-align: left;
    height: 46px;
    line-height: 46px;
    padding-right: 100px;
    position: relative;
}

.newslistWrap li a span {
    display: block;
    width: 100px;
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    text-align: right;
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslistWrap li a:hover {
    color: #1369c0;
}

.newslistWrap li a:hover span {
    color: #1369c0;
}

.lanmuname{font-size:18px;border-left:solid 5px #1369c0;padding:0 0 0 10px;margin:10px 10px 10px 10px;}
.henglist{overflow:hidden;}
.henglist li{width:23%;float:left;border:solid 1px #1369c0;height:40px;line-height:40px;margin:1% 1%;overflow:hidden;text-align:center;border-radius:5px;}
.henglist li a:hover{color: #1369c0;}
/* 文章页通用样式·结束 */


/* 新闻·单栏目 */

.containkWrap .newsDanListWrap .rightBreadcrumbNavigation {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.containkWrap .newsDanListWrap, .containkWrap .newsDuoListWrap {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 1200px;
}

.newsDanListWrap > .layui-col-md12 {
    min-height: 551px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    padding: 0 30px;
}


/* ******************** 文章·多栏目· ******************** */


/* 左侧 */

.newsDuoListWrap.layui-panel {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
    padding: 0 40px;
}

.newsDuoListWrap.layui-panel .rightBreadcrumbNavigation {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.newsDuoListWrap > .layui-col-md3 .leftTopMenu {
    background: url(../images/bg_shadow.png?v=2210262226) no-repeat center bottom;
    background-size: 256px 20px;
    height: 78px;
    padding-top: 12px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu {
    margin-top: 0;
    padding-right: 20px;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li {
    position: relative;
    margin-bottom: 8px;
    background-color: #dfdfdf;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li > .layui-menu-body-title {
    overflow: visible;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li > .layui-menu-body-title a {
    display: block;
    padding-left: 21px;
    font-size: 16px;
    color: #333;
    height: 54px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li:hover::after, .newsDuoListWrap > .layui-col-md3 > .layui-menu > li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1764ce;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li:hover > .layui-menu-body-title a, .newsDuoListWrap > .layui-col-md3 > .layui-menu > li.active > .layui-menu-body-title a {
    color: #fff;
    background-color: #1b6ecc;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group {
    padding-right: 0;
    padding-left: 0;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group {
    padding-top: 0;
    padding-bottom: 0;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > ul {
    margin-top: 0;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > ul > li {
    height: 31px;
    line-height: 21px;
    font-size: 14px;
    color: #333;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > ul > li:hover, .newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > ul > li.active {
    background-color: #eaf3fc;
    color: #fff;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > ul > li .layui-menu-body-title {
    overflow: visible;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > ul > li .layui-menu-body-title a {
    display: block;
    padding-left: 45px;
    width: 100%;
    height: 31px;
    line-height: 21px;
    overflow: hidden;
}


/* 右侧 */

.newsDuoListWrap > .layui-col-md9 {
    min-height: 551px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    padding-left: 30px;
}

.newsDuoListWrap > .layui-col-md9 .rightBreadcrumbNavigation {
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .layui-col-md3 {
        width: 20%;
    }
    .layui-col-md9 {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .headerWrap {
        margin-bottom: 10px;
    }
    .newsDuoListWrap.layui-panel {
        box-shadow: none;
        padding: 0 10px;
    }
    .newsDuoListWrap > .layui-col-md3 {
        padding-right: 20%;
    }
    .newsDuoListWrap > .layui-col-md9 {
        padding-top: 20px;
        min-height: 0;
        padding-bottom: 50px;
        padding-left: 0;
    }
}