.layout-content {
  width: 1200px;
  margin: 165px auto 0;
}

.vision-detail-title {
  font-size: 26px;
  line-height: 30px;
}

.vision-detail-header {
  display: flex;
  align-items: center;
  margin-top: 30px;
  height: 25px;
}
.vision-detail-header .source {
  font-size: 16px;
  color: #999999;
  display: flex;
}
.vision-detail-header .source a {
  font-size: 16px;
  color: #4860d3;
}
.vision-detail-header .source p {
  color: #4f4e4e;
  margin-left: 5px;
}
.vision-detail-header .time {
  margin-left: 40px;
  color: #999;
}

.vision-detail-share {
  display: flex;
  height: 25px;
  margin-left: auto;
}
.vision-detail-share a {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
.vision-detail-share a.share_wb {
  background: url("../images/invest2/share_wb.png");
}
.vision-detail-share a.share_wx {
  background: url("../images/invest2/share_wx.png");
  position: relative;
}
.vision-detail-share a.share_wx .qrcode {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: -170px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  z-index: 1002;
  display: none;
}
.vision-detail-share a.share_wx .qrcode img {
  width: 128px;
  height: 128px;
  display: block;
}
.vision-detail-share a.share_wx:hover .qrcode {
  display: block;
}
.vision-detail-share a.share_wx .tip {
  width: 34px;
  height: 18px;
  background: url(../images/invest2/tip_03.png);
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: -22px;
  z-index: 1003;
  display: none;
}
.vision-detail-share a.share_wx:hover .tip {
  display: block;
}
.vision-detail-share a.share_zone {
  background: url("../images/invest2/share_zone.png");
}

.vision-detail-describ {
  margin-top: 30px;
  background: #f9f9fe;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 33px;
  color: #737388;
}

.vision-detail-video {
  margin-top: 34px;
  height: 94px;
  background: #f5faff url("../images/invest2/video_bg.jpg") left no-repeat;
}

.vision-detail-content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
}
.vision-detail-content img {
  max-width: 100%;
  padding: 10px 0 0 0;
}
.vision-detail-content p {
  margin-bottom: 18px;
}

.vision-detail-copyright {
  font-size: 14px;
  color: #b4b4b4;
  margin-top: 50px;
}
.vision-detail-copyright span {
  color: #757575;
  margin-right: 5px;
}

.vision-detail-bottom {
  display: flex;
  margin-top: 30px;
}
.vision-detail-bottom .vision-detail-tags {
  display: flex;
}
.vision-detail-bottom .vision-detail-tags span {
  display: block;
  height: 26px;
  background: #a3afe9;
  padding: 0 10px;
  margin-right: 8px;
  color: #fff;
  line-height: 26px;
}

.con-press {
  color: #888888;
  font-size: 14px;
  margin: 10px 0;
}

.detail-colum-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}

.vision-detail-comment {
  margin-top: 55px;
}
.vision-detail-comment .comment {
  border: 1px solid #dde8ec;
}
.vision-detail-comment .comment .comment-area {
  border: 0;
  width: 100%;
  padding: 20px 20px 10px 20px;
  height: 100px;
  resize: none;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.vision-detail-comment .comment .counts {
  font-size: 14px;
  color: #b8b8b8;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 5px;
}
.vision-detail-comment .comment .counts span {
  color: #dd1410;
}
.vision-detail-comment .comment .submit {
  height: 53px;
  background: #f9faff;
  padding: 12px 20px 0 0;
}
.vision-detail-comment .comment .submit .btn-submit {
  display: block;
  width: 77px;
  height: 29px;
  background: #4860d3;
  color: #fff;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  margin-left: auto;
}
.vision-detail-comment .comment .submit .btn-submit:hover {
  background: #5b73e4;
}

.vision-detail-cnxh {
  margin-top: 50px;
}
.vision-detail-cnxh .vision-recommend .item {
  width: 268px;
  height: 184px;
}
.vision-detail-cnxh .vision-recommend .item img {
  width: 268px;
  height: 184px;
}

.column-introduction {
  border: 1px solid #e2e2e2;
  margin-top: 60px;
  position: relative;
  padding-top: 70px;
}
.column-introduction .column-logo {
  width: 92px;
  height: 92px;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: -46px;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.column-introduction .column-logo img {
  display: block;
  max-width: 80px;
  max-height: 80px;
}
.column-introduction .company-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}
.column-introduction .counts {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999;
  height: 20px;
  margin-top: 6px;
}
.column-introduction .counts i {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/invest2/icon_article.png");
  margin-right: 8px;
}
.column-introduction .profile {
  width: 262px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.column-introduction .btn-guanzhu {
  display: block;
  width: 80px;
  height: 34px;
  background: #5b73e4;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  margin-top: 15px;
}
.column-introduction .btn-guanzhu:hover {
  color: #fff;
  background: #4860d3;
}

.news-content {
  margin-top: 35px;
  padding: 0 20px;
}
.news-content .news-content-title {
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  display: flex;
}
.news-content .news-content-title .more {
  font-size: 14px;
  color: #4860d3;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.news-content .news-content-title .more i {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/home/home045.png");
  margin-left: 5px;
}
.news-content .news-content-list {
  margin-top: 20px;
}
.news-content .news-content-list .item {
  display: flex;
  margin-bottom: 20px;
}
.news-content .news-content-list .item i {
  display: block;
  width: 6px;
  height: 6px;
  background: #99b2e3;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 7px;
}
.news-content .news-content-list .item a {
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

trjcn-audio.trjcn-audio-default-style {
  height: 94px !important;
}

trjcn-audio.trjcn-audio-default-style [controller] {
  padding: 0 !important;
  background-color: transparent !important;
  height: auto !important;
}

trjcn-audio.trjcn-audio-default-style [play-button] {
  width: 45px !important;
  height: 45px !important;
  left: 750px !important;
  top: 23px !important;
}

trjcn-audio.trjcn-audio-default-style [play-button].trjcn-audio-stopped-icon {
  background: url(../images/invest2/icon_play.png) !important;
}

trjcn-audio.trjcn-audio-default-style [play-button].trjcn-audio-playing-icon {
  background: url(../images/invest2/icon_pause.png) !important;
}

trjcn-audio.trjcn-audio-default-style [playing] {
  display: none;
}

trjcn-audio.trjcn-audio-default-style [titlecon] {
  left: 30px !important;
  top: 10px !important;
  width: 676px;
}

trjcn-audio.trjcn-audio-default-style [title] {
  font-size: 16px !important;
  font-weight: bold !important;
  max-width: 70% !important;
}

trjcn-audio.trjcn-audio-default-style [current-time] {
  font-size: 14px !important;
  color: #8e8d8d !important;
  top: 65px !important;
  left: 30px !important;
  height: 14px;
  line-height: 14px !important;
}

trjcn-audio.trjcn-audio-default-style [current-time]::after {
  content: "" !important;
}

trjcn-audio.trjcn-audio-default-style [total-time] {
  font-size: 14px !important;
  color: #8e8d8d !important;
  top: 65px !important;
  left: 670px !important;
  height: 14px;
  line-height: 14px !important;
}

trjcn-audio.trjcn-audio-default-style [seekbar] {
  width: 676px !important;
  top: 49px !important;
  left: 30px !important;
  height: 2px !important;
}

trjcn-audio.trjcn-audio-default-style [seekbar-button] {
  width: 2px !important;
  height: 9px !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-top: -4px !important;
}

trjcn-audio.trjcn-audio-default-style [seekbar-fill] {
  height: 2px !important;
}
