@charset "utf-8";

/*样式*/
/*css初始化*/
* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    /*清除浮动*/
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #333333;
    text-decoration: none;
}

input {
    border: 0;
    /*所有表单边框为0*/
    box-sizing: border-box;
    /*css3盒子模型 border 和padding 都包含到width里*/
}

.container {
    /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
    width: 1140px;
    margin: 0 auto;
}

/*css初始化结束*/

.clear {
    height: 20px;
    clear: both;
}

.mdcont {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
}

.lmidx_cot {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f2;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 18px;
    color: #666666;
}
.lmidx_cot a {
    font-size: 18px;
    margin-left: 5px;
    color: #666666;
}
.cont_list {
    padding: 0 24px;
    box-sizing: border-box;
}

.cont_list li {
    height: 50px;
    line-height: 50px;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    border-bottom: #eee 1px dashed;
}

.cont_list li:last-child {
    border-bottom: none;
}

.clt::before {
    content: "\2022";
    color: #dddddd;
    font-size: 15px;
    padding-right: 5px;
}

.clt {
    font-size: 18px;
    color: #464a55;
}

.ldate {
    width: 90px;
    color: #a5a5a5;
    font-size: 16px;
}

/* 翻页 */
.barcon2 {
    height: 60px;
}

.barcon2 ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.barcon2 li {
    display: inline;
    margin-left: 5px;
    color: #555666;
}

.barcon2 li span {
    float: none;
}

.barcon2 a {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color: #f2f2f2;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #555666;
}

.barcon2 a:hover {
    background-color: #288df0;
    color: #ffffff;
}

/* 多级 */
.duoji {
    margin: 10px;
    padding-bottom: 10px;
}

.duoji:last-child {
    border-bottom: none;
}

.mrtitle {
    height: 48px;
    line-height: 48px;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    background-color: #f6f7fb;
    padding: 0 20px;
    box-sizing: border-box;

}
.mtitle {
    font-size: 20px;
    color: #464a55;
    font-weight: 700;
}
.lmmore {
    display: block;
    width: 50px;
    font-size: 16px;
    color: #868a93;
}
.lmmore:hover {
    color: #c9171e;
}
/* 文章页 */
.table_main {
    height: 120px;
    border-bottom: 1px solid #eee;
    padding: 0 24px;
    box-sizing: border-box;
    margin-top: 20px;
}
.doctitle {
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #464a55;
    font-weight: 700;
    text-align: center;
}
.l_title {
    font-size: 16px;
    color: #868a93;
   text-align: center;
}
.size {
    height: 30px;
    line-height: 30px;
    background: #F5F5F7;
    border-radius: 20px;
    padding: 0 14px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    float: right;
}
.size img {
    vertical-align: middle;
    margin-right: 5px;
}
.size i {
    font-style:normal;
}
.table_cont {
    padding: 0 24px;
    box-sizing: border-box;
}
.table_content {
    line-height: 40px;
      font-size: 20px;
      margin: 30px 10px;
      text-indent: 2em;
      color: #464a55;
}
.table_content img {
    max-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;
}
