﻿        body {
            font-family:"Microsoft Yahei";
            font-size: 14px;
            color: #333333;
        }
        /*样式*/
        /*css初始化*/
        * {
            margin: 0;
            padding: 0;
        }

        ul {
            list-style: none;
        }

        .clearfix:before,
        .clearfix:after {
            /*清除浮动*/
            display: table;
            content: "";
        }

        .clearfix:after {
            clear: both;
        }

        .clearfix {
            *zoom: 1;
        }

        .lmidx {
            width: 1140px;
            margin: 0 auto;
            background: #ffffff;
            padding: 15px;
            border: 1px solid #eaeaea;
        }

        .lmidx_cot {
            width: 1140px;
            margin: 0 auto;
            height: 40px;
            line-height: 40px;
        }

        .cont_list {
            width: 1140px;
            margin: 0 auto;
            padding-top: 20px;
        }

        .cont_list li {
            padding-left: 10px;
            height: 50px;
            line-height: 50px;
            text-decoration: none;
        }
        .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 {
            width: 1100px;
            margin: 0 auto;
        }
        .table_cont h1{
            padding: 50px 0 10px;
            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;
        }
        
      .table_content {
          line-height: 40px;
          font-family: 'FangSong';
          font-size: 20px;
          margin: 30px auto;
      }
        .lmidx ul {
            float: left;
        }
        .share {
            height: 30px;
        }
        .next {
            padding: 30px 0;
            line-height: 30px;
        }
        .next a span{
            width: 88px;
            padding-left: 20px;
            font-family:"Microsoft Yahei";
            font-size: 14px;
            color: #333333;
        }
        .aboutlink{
            width: 1048px;
            height: 275px;
            background: #ededed;
            margin: 0 auto;
            border: 1px solid #cccccc;
            padding: 10px 20px;
            box-sizing: border-box;
        }
        .aboutlink span{
            font-size: 18px;
            line-height: 38px;
        }
        .about_list {
            padding: 0 10px 5px;
        }
        .about_list li {
            border-bottom: 1px dashed #cacaca;
            line-height: 40px;
        }
        .about_list img {
           padding-right: 10px;
        }
        .about_list li span{
            float: right;
            font-size: 14px;
        }