/* ==================================== 分页内容主体样式（新闻内容） ==================================== */
.right-content .content-main-title {
  text-align: center;
}
.right-content .content-main-title h2 {
  font-size: 24px;
  color: #2b479f;
  line-height: 36px;
  display: -webkit-box;

  overflow: hidden;
}
.content img{
width: 90%;
}
.right-content .content-main-title p {
  font-size: 13px;
  color: #999;
  line-height: 30px;
}
.right-content .content {
  border-bottom: 1px solid #666;
}
.right-content .content p {
  margin: 20px;
}
.right-content .content .text-p {
  text-indent: 2em;
  font-size: 15px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.right-content .content .img-p {
  padding: 0 10%;
  text-align: center;
}
.right-content .content .img-p a {
  display: block;
  margin: 8px 0;
  font-size: 14px;
  color: #999;
}
.right-content .content .subtitle {
  font-size: 17px;
  font-weight: bold;
  text-indent: 2em;
  text-align: left;
  margin: 20px 0;
}
.content-cut {
  padding: 5px 0;
}
.content-cut p {
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #999;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-cut p a {
  color: #999;
}
.content-cut p a:hover {
  color: #2b479f;
}
.content-cut p:hover {
  color: #2b479f;
}

