.list-page {
    position: relative;
    /* margin-top: 50px; */
    z-index: 2;
    /* padding-bottom: 20px; */
}

.list-right {
    padding-left: 50px;
    width: 100%;
    padding-right: 50px;
    background-color: white;
    margin-bottom: 50px;
}

.lmmc2 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 30px;
    position: relative;
}

.lmmc2:after {
    position: absolute;
    content: "";
    width: 98px;
    height: 3px;
    background-color: #870000;
    left: 0;
    bottom: -2px;
}

.list-main {
    min-height: 400px;
    margin-top: 30px;
}

.list_ul>ul {
    min-height: 500px;
}

.child_bg {
    width: 100%;
}

.child_bg img {
    width: 100%;
}


/* 侧边栏 */

.sidebar {
    width: 23%;
}

.sidebar h1 {
    background-color: #c00000;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 95px;
    position: relative;
    color: #fff;
    margin-bottom: 18px;
}

.sidebar h1:after {
    content: "";
    width: 46%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -23%;
    top: 80%;
}

.sidebar>ul li {
    background: #f5f5f5;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
}

.sidebar>ul li:hover {
    background: #c00000;
}

.sidebar>ul li:hover a {
    color: #fff;
}

.sidebar>ul .current {
    background: #c00000;
}

.sidebar>ul .current a {
    color: #fff;
}

.sidebar>ul li a {
    font-size: 16px;
    color: #424243;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

.sidebar>ul li:hover a {
    color: #fff;
}

.sidebar>ul li a:after {
    content: ">>";
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -27px;
    transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.sidebar>ul .current a:after,
.sidebar>ul li:hover a:after {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}


/* 当前位置开始 */

.Breadcrumbs {
    /* border-bottom: solid 1px #d2d2d2; */
}

.Breadcrumbs p,
.Breadcrumbs a {
    display: inline-block;
    font-size: 18px;
    color: #010101;
    line-height: 50px;
}

.Breadcrumbs p {
    padding-left: 23px;
 
}

.Breadcrumbs a:hover {
    color: #015697;
}


/* 当前位置结束 */


/* 内容页 */

.content h2 {
    font-size: 24px;
    color: #040404;
    text-align: center;
    margin-bottom: 20px;
    /* font-weight: bold; */
    text-align: center;
}

.Author {
    margin-bottom: 20px;
    text-align: center;
}

.Author span {
    display: inline-block;
    font-size: 15px;
    color: #707070;
    margin: 0 20px 0 0;
}

.content {
    margin-top: 15px;
}

.content-main p {
    font-size: 17px;
    color: #2f2f2f;
    line-height: 1.8;
 
}

.content-main table p {
    text-indent: 0;
}

.content-main {
    padding-bottom: 40px;
    border-bottom: solid 1px #a0a0a0;
    margin-bottom: 20px;
}

.content-main img {
    max-width: 100%;
    display: inline-block;
}

.content-main p img {
    margin-left: -2em;
}

.page_ a {
    color: #7d7d7d;
    line-height: 30px;
}


/* 列表页 */

.list_ul ul li {
    position: relative;
    /* padding-left: 15px; */
    transition: all .3s;
    border-bottom: 1px dashed #eee;
}

.list_ul ul li:hover {
    transform: translateY(-5px);
}

.list_ul ul li a {
    font-size: 20px;
    color: #010101;
    line-height: 65px;
}

.list_ul ul li:hover a {
    color: #c00000;
}

.list_ul ul li:hover span {
    color: #c00000;
}

.list_ul ul li span {
    float: right;
    line-height: 65px;
    font-size: 20px;
    color: #010101;
}

.content #vsb_content_2 P {
    font-size: 17px;
    color: #2f2f2f;
    line-height: 1.8;
 
}

.gd {
    position: relative;
    padding: 0;
    background: none;
    background-color: #870000;
}

.gd .nav_box {
    margin: 0;
    padding-top: 28px;
    padding-bottom: 26px;
}

.cdh1 {
    width: 125px;
    height: 45px;
    background: url(../images/lmmc.png) no-repeat center #e6e6e6;
    background-size: 100% 100%;
    text-align: center;
    line-height: 45px;
    color: white;
    font-size: 24px;
}

.cdh1 {}

.cdh_l {
    display: flex;
    align-items: center;
}

.cdh_l ul {
    display: flex;
    background-color: #e6e6e6;
}

.cdh_l ul li {
    height: 45px;
    line-height: 45px;
    margin: 0 18px;
}

.cdh_l ul li a {
    font-size: 20px;
}

.cdh {
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.list_bg {
    width: 100%;
    background-color: #f5f5f5;
}

.cdh_l ul li a:hover {
    color: #870000;
}