.TRS_Editor P,
.TRS_Editor DIV,
.TRS_Editor TD,
.TRS_Editor TH,
.TRS_Editor SPAN,
.TRS_Editor FONT,
.TRS_Editor UL,
.TRS_Editor LI,
.TRS_Editor A {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 2;
  font-family: Arial;
  font-size: 12pt;
}

.subpage{
  margin-bottom: 80px;
  max-width: 1000px;
}
.breadcrumbs{
  width: 1200px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  box-sizing: border-box;
  background: url(/public/images/fw_icon6.png) left center no-repeat;
  padding-left: 30px;
  font-size: 14px;
  color: #1e2123;
}
.breadcrumbs a{
  color: #1e2123;
}
.articlepage .title3{
  padding: 12px 0;
  border-bottom: 1px solid #e4e4e4;
}
.articlepage .title3 h2{
  width: 100%;
  font-size: 26px;
  font-weight: initial;
  line-height: 32px;
  color: #0054a6;
  padding: 12px 0 7px;
  text-align: center;
}
.articlepage .title3 .info{
  margin-top: 28px;
  color: #4c4d4d;
  font-size: 14px;
  text-align: center;
}
.articlepage .info span{
  color: #848789;
}
.conbox{
  padding: 30px 0;
}
.conbox p{
  margin-bottom: 10px;
  /* text-indent: 2em; */
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.conbox div{
  margin-bottom: 10px;
  text-align: center;
}
.conbox img{
  max-width: 1000px;
}
.conbox p img,
.conbox div img{
  max-width: 700px;
  vertical-align: middle;
}
.preinfo a{
  color: #333;
}


/* 嘉宾详情 start */
.articlepage .title4{
  font-size: 26px;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
.articlepage .title4 span{
  width: 36px;
  height: 5px;
  background: #5d5b5b;
  display: block;
  margin: 20px auto 0;
}
.guest-page p{
  margin-top: 5px;
  margin-bottom: 10px;
  /* text-indent: 2em; */
  font-size: 16px;
  line-height: 2;
  color: #888;
}
/* 嘉宾详情 end */

@media (min-width: 320px) and (max-width: 767px) {
  .subpage{
    margin-bottom: 30px;
  }
  .conbox img,
  .conbox p img,
  .conbox div img{
    width: 100%;
    max-width: 100%;
  }
  .articlepage .title3 h2{
    font-size: 16px;
    line-height: 24px;
  }
  .articlepage .title3 .info{
    margin-top: 0;
  }
  .articlepage .info small{
    display: block;
    text-align: center;
  }
  .conbox{
    padding: 10rem 19rem;
  }
  .conbox p{
    font-size: 14px;
    line-height: 24px;
  }
  .articlepage .title4{
    margin-bottom: 10px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .articlepage .title4 span{
    margin-top: 10px;
  }
  .guest-page{
    padding: 10px;
  }
  .guest-page img{
    width: 100%;
  }
  .preinfo{
    padding: 0 19rem;
  }
}