@import "mixins/mixins";
@import "common/var";
@include b(twinfo_show_detail_pc_1) {
  .newsbody{
    width: 100%;
    margin-top: 18px;
  }
  .newsbody .container{
    background-color: #fff;
    padding: 50px;
  }
  .newsbody-title{
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
  }
  .newsbody-info{
    border-bottom: 1px solid #337ab7;
    text-align: center;
    margin-top: 40px;
  }
  .newsbody-info-p{
    color: #000000;
    margin-bottom: 10px;
  }
  .newsbody-info-p span{
    color: #a0a0a0;
  }
  .newsbody-article{
    padding: 20px 10px 0px 10px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
  .newsbody-article p{
    margin-top: 30px;
    text-indent: 32px;
    text-align: justify;
  }
  .newsbody-article p img{
    max-width: 100%;
  }
  .newsbody-article-img{
    text-indent:0px !important;
    text-align: center !important;
  }
}
