﻿.headerWrap {
    margin-bottom: 20px;
}

.containkWrap .newsDuoListWrap {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 1200px;
}


/* ******************** 文章·多栏目· ******************** */


/* 左侧 */

.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;
}

.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 .menuTitle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    padding-left: 59px;
    padding-right: 21px;
    background: url(../images/icon_chapter_active.png?v=2210262226) #1b6ecc no-repeat 25px center;
    background-size: 16px 18px;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu {
    margin-top: -1px;
}

.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, .newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > .layui-menu-body-title {
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    color: #333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > .layui-menu-body-title>.layui-icon {
    right: 21px;
    top: 5px;
}

.newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group > .layui-menu-body-title {
    padding-top: 5px;
}

.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, .newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group:hover > .layui-menu-body-title, .newsDuoListWrap > .layui-col-md3 > .layui-menu > li.layui-menu-item-group.layui-menu-item-down > .layui-menu-body-title {
    color: #fff;
    background-color: #2a8ef4;
}

.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;
}

.newsDuoListWrap > .layui-col-md9 .newsList {}

.newsDuoListWrap > .layui-col-md9 .newsList dt {
    margin-bottom: 20px;
}

.newsDuoListWrap > .layui-col-md9 .newsList dt span {
    text-align: center;
    min-width: 252px;
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #1369c0;
    border-radius: 25px;
}

.newsDuoListWrap > .layui-col-md9 .newsList dd.squareWrap {}

.newsDuoListWrap > .layui-col-md9 .newsList dd.squareWrap:after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

.newsDuoListWrap > .layui-col-md9 .newsList dd.squareWrap ul li {
    height: 38px;
    float: left;
    border: solid 1px #1e74cf;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.newsDuoListWrap > .layui-col-md9 .newsList dd.squareWrap ul li a {
    padding: 0 50px;
    min-width: 250px;
    display: block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
}

@media screen and (min-width: 992px) {
    .layui-col-md3 {
        width: 23%;
    }
    .layui-col-md9 {
        width: 77%;
    }
}

@media screen and (max-width: 992px) {
    .headerWrap {
        margin-bottom: 10px;
    }
    .newsDuoListWrap.layui-panel {
        box-shadow: none;
        padding: 0 10px;
    }
    .newsDuoListWrap > .layui-col-md9 {
        min-height: 0;
        padding-bottom: 50px;
    }
}