.lmidx_cot {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #1d4d9f;
    padding-left: 10px;
    margin: 0 10px 10px 20px;
}
.cont_list {
    padding: 20px;
}
.cont_list li {
    width: 820px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    position: relative;
}
.cont_list li a {
    display: inline-block;
}
.cont_list li::before {
    content: "\2022";
    color: #dddddd;
    font-size: 15px;
    padding-right: 5px;
}
.ldate {
    position: absolute;
    right: 10px;
    color: #7e7e7e;
    font-size: 14px;
}
/* 多级 */
.duoji{
	margin: 26px 0 6px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}
.duoji span {
    color: #cc0001;
    font-size: 16px;
}
.duoji span a {
    color: #cc0001;
    font-size: 16px;
}
.more {
position: absolute;
top: 0;
right: 10px;
}

.barcon2 ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.barcon2 li {
    display: inline;

}

.barcon2 li span {
    float: none;
}

.barcon2 a {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    padding: 5px;
    padding-top: 0;
    color: black;
}

.barcon2 a:hover {
    color: rgb(255, 0, 0);
}

        /* 文章页 */
        .table_cont h1{
            padding: 30px 0 20px 0;
            color: rgb(153, 0, 0); 
            font-size: 24px;
			line-height:24px;
            display: block;
            text-align: center;
            font-weight: normal;
        }
        .l_title {
            background: #e9e9e9;
            display: block;
            margin: 40px 0 auto;
            text-align: center;
            height: 35px;
            line-height: 35px;
            color: rgb(69, 69, 69); 
            font-size: 14px;
            margin: 0 10px;
        }
        
      .table_content {
          line-height: 40px;
          font-family: 'FangSong';
          font-size: 20px;
          margin: 30px 10px;
      }
        .lmidx ul {
            float: left;
        }
        .share {
            height: 30px;
        }
        .next {
            padding: 30px 0 0 10px;
            line-height: 30px;
        }
        .next a span{
            width: 88px;
            padding-left: 20px;
            font-family:"Microsoft Yahei";
            font-size: 14px;
            color: #333333;
        }
        .b12 {
            font-size: 12px;
        }