body{
  background-color: #f5f5f5;
}
.banner{
  width:100%;
  height:auto;
  margin-bottom:20px;
}
.main{
  width:1200px;
  margin:0 auto;
  .mianbaoxie{
    width:100%;
    height:110px;
    a{
      color: #999;
      line-height:110px;
    }
    a:hover{
      color: #4bb79d;
    }
    a:last-child{
      color: #4bb79d;
    }
  }
  .content{
    width:100%;
    box-sizing: border-box;
    background-color: #fff;
    padding:40px;
    margin-bottom:20px;
    h2{
      font-size: 24px;
      display: block;
      height:50px;
      line-height: 50px;

    }
    span{
      //height:50px;
      //line-height:50px;
      //color: #999;
      //font-size: 14px;
    }
    .contentin{
      width:100%;
      height:auto;
      overflow: hidden;
      margin-top: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #eee;
      img{
		width:100%;
		height:auto;
        max-width: 600px;
        margin: 10px auto;
      }
      p{
        //line-height: 30px;
      }
      .KolEditor{
        p{
          width: 100%!important;
        }
      }
    }
    .next{
      width:100%;
      margin-top: 40px;
      a{
        //display: block;
        line-height:40px;
        margin-right: 20px;
      }
    }

  }
  .tj{
    width:100%;
    background-color: #fff;
    margin-top: 30px;
    h3{
      height:80px;
      line-height:80px;
      padding-left: 40px;
      box-sizing: border-box;
      border-bottom: 1px solid #eee;
    }
    .listbox{
      width:100%;
      padding:40px;
      box-sizing: border-box;
      overflow: hidden;
      .newin{
        float: left;
        width:50%;
        height:60px;
        margin-bottom: 30px;
        .l{
          float: left;
          width:60px;
          height:60px;
          border-right:1px solid #ccc;
          padding-right: 20px;
          h6{
            font-size: 40px;
            color: #333;
            line-height:36px;
            font-weight: normal;
            s:before{
              content: "0";
            }
          }
          p{
            font-size: 12px;
            color: #b6b6b6;
            line-height: 30px;
          }
        }
        .r{
          width:430px;
          float: left;
          margin-left: 20px;
          text-align: left;
          p{
            width:430px;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
            line-height: 30px;
            font-size:14px;
            color: #b6b6b6;
            b{
              font-size:16px;
              color: #333;
            }
          }
        }
      }
    }
  }
}
