/* 研报页面样式 */

.articleDialog {
  width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
  padding-top: 0px;
}

.news_content {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0 12px 0;
}

.crumbs {
  height: 45px;
  line-height: 45px;
}

.crumbs p {
  height: 40px;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9C9C9C;
  letter-spacing: 0;
}

.crumbs p a {
  height: 40px;
  line-height: 40px;
  color: #9C9C9C;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-decoration: none;
}

.crumbs p a:hover {
  color: #0081CC;
  text-decoration: none;
}

.crumbs p a.cur {
  color: #0081CC;
}

.detail {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 450px;
}

.detail .cont {
  font-family: "Microsoft YaHei", SimHei;
  background-color: #fff;
  padding: 0 30px;
  float: left;
  overflow-x: auto;
  width: 100%;
}

.detail .cont p {
  font-size: 13px;
  color: #505050;
}

.detail .cont .title06 {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.detail .cont .title06 h2 {
  font-size: 24px;
  font-weight: normal;
}

.detail .tit {
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  padding-top: 25px;
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: #333333;
}

.detail .related {
  padding: 25px 0 12px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9C9C9C;
  letter-spacing: 0;
}

.share {
  float: right;
  width: 120px;
  height: 40px;
  text-align: center;
}

.share img {
  width: 35px;
  cursor: pointer;
}

.detail .related span {
  padding: 0 10px;
}

.detail .text {
  padding: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}

.detail .text table {
  font-size: 14px;
}

.detail .text table tbody td,
.detail .text table tbody th {
  padding: 5px 10px;
}

.detail .text .photo {
  text-align: center;
}

.detail .pagedown {
  padding: 8px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
}

.detail .pagedown a {
  display: inline-block;
  width: 86px;
  height: 27px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  text-align: center;
  color: #6f6d6d;
}

.detail .pagedown a:hover {
  color: #0081CC;
}

.embedcontainer {
  width: 300px;
  height: 100%;
  min-height: 0;
  float: right;
  overflow-x: hidden;
}

.embed {
  width: 100%;
}

.news_content .text body,
.news_content .text form,
.news_content .text div,
.news_content .text ul,
.news_content .text ol,
.news_content .text li,
.news_content .text h1,
.news_content .text h2,
.news_content .text h3,
.news_content .text h4,
.news_content .text h5,
.news_content .text h6,
.news_content .text table,
.news_content .text tr,
.news_content .text th,
.news_content .text td,
.news_content .text p,
.news_content .text input,
.news_content .text dl,
.news_content .text dt,
.news_content .text dd,
.news_content .text span,
.news_content .text a,
.news_content .text select,
.news_content .text option,
.news_content .text textarea {
  font-family: 'Microsoft YaHei' !important;
}