.content-wrap {
  margin-top: 20px;
}
.content-right {
  margin: 0 0 0 30px;
}
.content-detail-left {
  width: 820px;
  display: flex;
}
.news-side-bar {
  width: 50px;
  flex: none;
  margin-right: 10px;
}

.news-side-item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  color: #333333;
  margin-bottom: 20px;
  background-color: #fff;
}
.news-side-item > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140% 0 0;
  transition: all 0.2s;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0);
}
.news-side-item > div span {
  display: block;
  text-align: center;
}
.news-side-item:hover > div {
  padding: 0 0 0;
  background: rgba(255, 255, 255, 1);
}
.news-side-item .icon {
  font-size: 20px;
}
.news-side-wrap {
  position: relative;
}
.news-side-wrap .tag-style-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 12px;
}
.news-content {
  flex: 1;
}
.news-title {
  font-size: 28px;
  margin: 20px 0 0;
  padding: 0;
  font-weight: bold;
}

.news-authnor-box {
  margin: 20px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-authnor-box .right-text {
  display: flex;
  align-items: center;
  color: #0099ff;
}
.news-authnor-box .right-text .icon {
  margin: 0 5px 0 0;
}
.news-authnor-box .news-authnor-left-box a {
  color: rgba(51, 51, 51, 1);
  margin: 0 10px 0 0;
}
.news-authnor-box .news-authnor-left-box span {
  color: rgba(51, 51, 51, 0.5);
}
.news-relevance-content {
  padding: 10px 20px;
  background: rgb(249, 249, 249);
}
.news-relevance-item {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}
.news-relevance-item:first-of-type {
  margin-top: 0;
}
.news-relevance-item:last-of-type {
  margin-bottom: 0;
}
.news-relevance-item div span:first-of-type {
  margin: 0 15px 0 0;
}
.news-relevance-item div span {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
}
.news-relevance-content a {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px;
}
.news-relevance-content a:hover {
  color: rgb(245, 50, 50);
}
.news-content-navbar {
  font-size: 13px;
}
.news-content-navbar a {
  margin: 0 5px 0 0;
}
.news-content-navbar a:hover {
  color: rgb(245, 50, 50);
}
.news-body-content {
  line-height: 1.8;
  color: #000;
}
.news-body-content img,
.news-body-content video {
  max-width: 100%;
  vertical-align: bottom;
}
.news-banner-box {
  margin: 30px 0 0;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 150px;
}
.news-banner-box img {
  width: 100%;
  height: 100%;
}
.news-relevance-title {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
}
.news-relevance-title .prev-icon {
  margin: 0 10px 0 0;
  font-size: 16px;
}

.news-relevance-box {
}

.news-declare-box {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin: 30px 0 0;
  line-height: 26px;
}
.news-declare-box a {
  color: #0066ff;
}
.news-declare-box a:hover {
  color: rgb(0, 204, 255);
}

.tabbar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabbar-picture-switch {
  display: flex;
  font-size: 16px;
}

.tabbar-picture-switch a {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 0 0 2px;
}
.tabbar-picture-switch a.selected {
  color: #fff;
  background: #f53232;
}

.content-left.news-detail-content-left {
  padding: 15px 35px;
  border: none;
}

.news-body-content {
  font-size: 16px;
  line-height: 29px;
  text-align: left;
}
.news-body-content h1 {
  line-height: 39px;
  font-size: 26px;
  color: #444444;
  font-weight: normal;
  padding: 10px 0;
}
.news-body-content img {
  max-width: 100%;
  height: auto !important;
}
.news-body-content .type {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  background: #cc5252;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
}
.news-body-content .pdflink {
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  color: #a0a0a0;
  text-decoration: none !important;
  background: url(../images/detail-pdf-icon.png) left center no-repeat;
  float: right;
}
.news-body-content .pdflink:hover {
  color: #cc2929;
}
.news-body-content p {
  line-height: 29px;
  text-align: justify;
  padding: 1px 0;
}
.news-body-content p.demo1,
.news-body-content p.demo2,
.news-body-content p.demo3,
.news-body-content p.demo4,
.news-body-content p.demo5 {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px;
  margin: 5px 0;
  background: #eeeeee;
}
.news-body-content p.demo2:before {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #cccccc;
  left: 0;
  top: 0;
  content: "";
}
.news-body-content p.demo3:before,
.news-body-content p.demo3:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #cccccc;
  content: "";
}
.news-body-content p.demo3:before {
  left: 0;
  top: 0;
}
.news-body-content p.demo3:after {
  right: 0;
  bottom: 0;
}
.news-body-content p.demo4:before {
  position: absolute;
  width: 3px;
  background: #cccccc;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.news-body-content p.demo5:before,
.news-body-content p.demo5:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border: #cccccc 3px solid;
  content: "";
}
.news-body-content p.demo5:before {
  border-right: none;
  border-bottom: none;
  left: 0;
  top: 0;
}
.news-body-content p.demo5:after {
  border-top: none;
  border-left: none;
  right: 0;
  bottom: 0;
}
.news-body-content p.demo6 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #cc2929;
  padding: 0 15px;
  margin: 10px 0;
}
.news-body-content p.demo6:before {
  position: absolute;
  width: 4px;
  background: #cc2929;
  left: 0;
  top: 3px;
  bottom: 3px;
  content: "";
}
.news-body-content a {
  color: #e00;
}
.news-body-content a:hover {
  text-decoration: underline;
}
.news-body-content figure {
  margin-top: 20px;
  font-size: 16px;
  line-height: 0;
}
.news-body-content .share {
  height: 42px;
  margin: 20px 0;
}
.news-body-content .share a {
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: #eeeeee 1px solid;
  text-align: center;
  cursor: pointer;
  color: #666666;
  margin-left: 10px;
  float: left;
}
.news-body-content .share a:first-child {
  margin-left: 0;
}
.news-body-content .share a:hover {
  border-color: #ffbe33;
}

.news-content-share-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.news-content-share-box .news-share-item-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  color: #333333;
  background-color: rgba(242, 242, 242, 1);
  margin: 0 10px;
}
.news-content-share-box .news-share-item-box > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140% 0 0;
  transition: all 0.2s;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0);
}
.news-content-share-box .news-share-item-box > div span {
  display: block;
  text-align: center;
}
.news-content-share-box .news-share-item-box:hover > div {
  padding: 0 0 0;
  background: rgba(255, 255, 255, 1);
}
.news-content-share-box .news-share-item-box .icon {
  font-size: 20px;
}

.specialtopic-box:not(.not-image-box) .info-list-item .photo-image {
  margin: 0;
  width: 100%;
  height: 265px;
  position: relative;
}
.specialtopic-box:not(.not-image-box) .info-list-item .photo-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 2
}
.specialtopic-box:not(.not-image-box) .info-list-item .info-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0 30px 20px;
  color: #fff;
  z-index: 3;
}
.specialtopic-box:not(.not-image-box) .info-item-content-title {
  font-size: 18px;
}

.reportdetail-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(242, 242, 242, 0.5);
  margin: 20px 0;
  padding: 10px 10px;
  border-radius: 6px;
}
.reportdetail-info .reportdetail-left-info {
  display: flex;
}
.reportdetail-info .reportdetail-left-info .company-logo-avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: none;
  margin: 0 10px 0 0;
  border: 1px solid #e4e4e4;
}

.reportdetail-info .secu-title-box a:hover,
.reportdetail-info .secu-title-box a:hover *,
.reportdetail-info .right-text:hover {
  color: rgb(0, 116, 254);
}
.reportdetail-info .secu-title {
  font-weight: bold;
}
.reportdetail-info .right-text {
  font-size: 12px;
}
.reportdetail-info .operat-style-box {
  display: flex;
  font-size: 12px;
}
.reportdetail-info .operat-style-box > div {
  margin: 0 10px 0 0;
}
.reportdetail-info .operat-style-box > div:last-of-type {
  margin: 0;
}
.pdf-style-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}
.pdf-style-box img {
  width: 114px;
  height: 160px;
}
.pdf-style-box a {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #808080;
  font-size: 12px;
  margin-top: 10px;
}
.pdf-style-box a:hover {
  color: #f53232;
  border-color: #f53232;
}
.pdf-style-box a:active {
  color: #fff;
  background: #f53232;
}

.gray-text {
  color: rgba(51, 51, 51, 0.5);
}

.uncollect {
  background: rgb(255, 204, 0) !important;
  color: #fff !important;
}
.uncollect:hover > div {
  background: rgb(255, 204, 0) !important;
}

.tabbar-sub-wrap ul {
  display: flex;
  height: 40px;
  align-items: center;
}
.tabbar-sub-wrap ul li {
  height: 22px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.7);
}
.tabbar-sub-wrap ul li a {
  display: block;
  padding: 0 18px;
}
.tabbar-sub-wrap ul li:hover {
  border-color: #fa9999;
  color: rgb(245, 50, 50);
}
.tabbar-sub-wrap ul li.selected {
  font-weight: 900;
  color: rgb(245, 50, 50);
  border-color: #feebeb;
  background: #feebeb;
}

.digetst-box {
  color: rgba(51, 51, 51, 0.75);
  font-size: 13px;
  padding: 15px 45px;
  position: relative;
  margin: 5px 0 10px;
}

.digetst-box .iconprev {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  color: rgb(228, 228, 228);
}
.digetst-box .iconnext {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 26px;
  color: rgb(228, 228, 228);
}
