﻿
.content {
    width: 1200px;
    margin: 0 auto;
}
.mdcont {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
}
.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 {
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px dashed #f0f0f0;
}
.clt {
    display: block;
    text-align: left;
    width: 1100px;
    font-size: 18px;
    color: #666666;
}
.cont_list li::before {
    content: "\2022";
    color: #dddddd;
    font-size: 15px;
    padding-right: 5px;
}
.ldate {
    display: block;
    width: 100px;
  color: #198ce7;
  font-size: 16px;
  text-align: center;
}
/* 多级 */
.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;
}
.lmmore {
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;
    }
    .l_title span {
        display: inline;
    }
  .table_content {
      line-height: 40px;
      font-family: 'FangSong';
      font-size: 20px;
      margin: 30px 10px;
  }
  .table_content img{
    width: 100%;
 }
    .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;
    }
    .table_cont {
        display: block;
    }