/*************************** banner样式 *******************************/

.banner {
  width: 100%;
  height: 419px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .banner_main {
  width: 1920px;
  height: 419px;
  position: relative;
}
#swiper1 {
  height: 100%;
}

#swiper1 .swiper-slide .swiper-slide-link {
  height: 100%;
}

#swiper1 .swiper-slide img {
  width: 1920px;
  height: 438px;
}

#swiper1 .swiper-pagination {
  bottom: 40px;
}

.form-list-card {
  position: absolute;
  top: 80px;
  right: 320px;
  z-index: 2;
}

.form-card-unlogin {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8fcfd;
  width: 224px;
  height: 240px;
  border-radius: 4px;
}


.form-card-unlogin img {
  height: 102px;
  width: 91px;
  margin-top: 33px;
}

.form-card-unlogin .untip {
  font-size: 12px;
  color: #999;
  padding-top: 16px;
}

.form-card-unlogin .form-btn-wrap {
  padding-top: 21px;
}

.form-card-unlogin .card-form-btn {
  width: 50px;
}

.card-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  color: #5573aa;
  font-size: 14px;
  height: 28px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #5573aa;
  cursor: pointer;
}

.form-card-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8fcfd;
  width: 224px;
  height: 240px;
  border-radius: 4px;
}

.form-tit-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}

.tip-box:hover .question-tip {
  display: block;
}

.form-card-data .untip {
  font-size: 12px;
  color: #999;
}

.form-card-data .form-btn-wrap {
  padding-top: 14px;
}

.form-card-data .form-btn {
  width: 64px;
}

.form-card-data .tip-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-tip {
  width: 150px;
  border-radius: 2px;
  position: absolute;
  right: -8px;
  top: 30px;
  background: #fff;
  padding: 6px 10px;
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, .05), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12);
  color: rgba(0, 0, 0, .85);
  line-height: 22px;
  font-weight: 400;
  display: none;
  font-size: 14px;
  color: #333;
}

.question-tip::after {
  content: '';
  position: absolute;
  top: -6px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
}

.form-card-tit {
  font-size: 18px;
  color: #253368;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.form-card-tit img.question-img {
  height: 16px;
  cursor: pointer;
  width: 16px;
  margin: 0 0 0 8px;
}

.form-tit-more {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.form-tit-more:after {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  margin-top: 1px;
  margin-left: 2px;
}

.form-tit-more:hover,
.form-tit-more:hover.form-tit-more::after {
  cursor: pointer;
  color: #d71518;
  border-color: #d71518;
}



.form-list {
  padding: 0 21px;
  width: 100%;
  box-sizing: border-box;
  max-height: 180px;
  /* overflow-y: auto; */
}

.form-list .form-list-item {
  font-size: 12px;
  margin-bottom: 10px;
  color: #5573aa;
  cursor: pointer;
}


/******************** 快速入口样式 *******************/

.quick_entry {
  width: 100%;
  height: 150px;
}

.quick_entry .entry_main {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  top: -40px;
  z-index: 2;
  height: 100%;
}

.quick_entry .entry_main .entry_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.quick_entry .entry_main .entry_list a {
  text-decoration: none;
  color: #253554;
  font-size: 14px;
}

.entry_list_center {
  width: 200px;
  height: 130px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.entry_list_center::after {
  content: '';
  width: 1px;
  height: 64px;
  display: inline-block;
  background: linear-gradient(rgba(244, 0, 0, 0) 0%, #ee0000 49%, rgba(230, 0, 0, 0) 100%);
  position: absolute;
  right: 0;
  opacity: 0.57;
}

.entry_list>a:last-child .entry_list_center::after {
  display: none;
}

.quick_entry .entry_right {
  flex: 1;
}

.entry_right .entry_right_content {
  height: 130px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
}

.erc_btn {
  width: 156px;
  height: 44px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(85, 115, 170, .12);
}

.entry_icon {
  width: 74px;
  height: 74px;
}

.entry_list {
  flex: 1;
}

.erc_btn .erc_btn_name {
  color: #162e64;
  font-weight: 400;
  font-size: 14px;
}

.erc_btn_name img {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 4px;
}

/* .erc_btn_name::before {
  content: '';
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url('../imgs/icon/search-icon.svg') no-repeat 100% 100%;
  background-size: cover;
  position: relative;
  top: 3px;
  margin-right: 4px;
} */


.qe_dongmi_img {
  position: relative;
  cursor: pointer;
}

.qe_dongmi_hover_back {
  display: none;
  position: absolute;
  top: 30px;
  background: transparent;
}

.qe_dongmi_hover {
  width: 156px;
  box-shadow: 0px 2px 11px 0px rgba(85, 115, 170, .34);
  box-sizing: border-box;
  background: #fff;
  margin-top: 18px;
  height: 80px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qe_dongmi_hover .sanjiao {
  display: none;
}

.qe_dongmi_img:hover .qe_dongmi_hover_back {
  /* display: block; */
}

.qe_dongmi_1 {
  width: 156px;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 40px;
}

.qe_dongmi_1:hover {
  background: rgba(85,115,170,.1);
}

.sanjiao {
  position: absolute;
  top: -9px;
  right: 24px;
  width: 0px;
  height: 0px;
  border: 10px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.qe_dongmi_top {
  border-top: 1px solid rgba(130, 130, 130, .2);
  padding-top: 8px
}

.qe_dongmi .erc_btn_img_hover {
  display: none
}

.qe_dongmi:hover .erc_btn_img {
  display: none;
}

.qe_dongmi:hover .erc_btn_img_hover {
  display: block;
}


/* .qe_dudong:hover .erc_btn_name{
  color: #fff;
} */

.qe_dudong .erc_btn_img_hover {
  display: none
}

.qe_dudong:hover .erc_btn_img {
  display: none;
}

.qe_dudong:hover .erc_btn_img_hover {
  display: block;
}

.erc_btn_img,
.erc_btn_img_hover {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.erc_btn_name {
  font-size: 16px;
  color: #828282;
  margin-left: 5px;
}

/* .entry_icon {
  width: 60px;
  height: 60px;
} */

.entry_name {
  text-align: center;
  margin-top: 8px;
}


/******************* 最新培训报名&持续开放报名 ***********************/

.Title {
  display: flex;
  justify-content: space-between;
  /* height: 38px; */
  margin-bottom: 24px;
}

.Title_left {
  height: 100%;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}

.Title_right {
  display: inline-block;
  color: #666;
  font-size: 14px;
  height: 100%;
  line-height: 36px;
  text-decoration: none;
}

.train-open {
  margin-left: 48px;
}

.newest_prepare {
  width: 100%;
  padding-bottom: 60px;
}

.newest_prepare .container {
  display: flex;
  justify-content: space-between;
}

.newest {
  width: 676px;
  flex: 1;
}

.newest_content {
  height: 656px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(22, 46, 100, .1);
  padding: 10px 32px 0;
  box-sizing: border-box;
}

/* .newest_title {
  padding: 0 32px;
} */

.newest_content ul {
  margin: 0;
  padding: 0;
}

.newest_content ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 13px 0 18px;
  border-bottom: 1px dashed rgba(85, 115, 170, 0.2);
}

.newest_content ul li .c-item {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newest_content ul li:last-child {
  border-bottom: 0
}

.newest_content ul li .list_left {
  display: flex;
  align-items: center;
}

.newest_content .item-bom .time-span {
  color: #999;
  font-size: 12px;
}

.newest_content ul li .list_left a,
.newest_content ul li a {
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.newest_content ul li .list_left a:hover {
  color: #e5191c;
}

.newest_content .newest_ul li a:hover {
  color: #e5191c;
}

.newest_content ul li .list_left img {
  height: 16px;
}

/******************* 深交所创新成长学院 - new ***********************/

.sjs-school {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sjs-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sjs-tit span {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}

.sjs-tit .tit-more {
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 0;
}

.sjs-pc-tit {
  display: flex;
}

.pc-btsk:first-child {
  margin-right: 8px;
}

.pc-btsk:last-child {
  margin-left: 8px;
}

.sjs-container {
  background: #fff;
  box-shadow: inset 2px 2px 3px 0 rgba(85, 115, 170, .2);
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 32px;
}

.sjs-main {
  width: 1400px;
}

.sjs-main-top {
  display: flex;
  padding-top: 10px;
}

.column .column-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.column .column-tit .tit-inset {
  display: flex;
  align-items: flex-end;
}

.tit-inset span:nth-child(1) {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-right: 12px;
}

.tit-inset span:nth-child(2) {
  font-size: 16px;
  color: #666;
}

.tit-more {
  font-size: 14px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.tit-more img {
  width: 11px;
  margin-left: 5px;
}

.tit-more:hover,
.tit-more:hover.tit-more::after {
  color: #d71518;
  border-color: #d71518;
}

.column-items {
  display: flex;
  flex-wrap: wrap;
  width: 924px;
}

.column-items .col-item {
  width: 450px;
  height: 252px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 24px 24px 0;
}

.column-items .col-item:nth-child(2n) {
  margin-right: 0;
}
.column-items .col-item:nth-child(3) {
  margin-bottom: 0;
}
.column-items .col-item:nth-child(4) {
  margin-bottom: 0;
}

.column-items .col-item img {
  transition: .2s ease;
  width: 100%;
  height: 100%;
  display: block;
}

.column-items .col-item img:hover {
  transform: scale(1.2);
}

.insitution {
  width: 450px;
  margin-left: 24px;
}

.insitution-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.insitution-tit span:nth-child(1) {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.insitution-main {
  width: 100%;
  height: 529px;
  overflow: hidden;
  cursor: pointer;
}

.insitution-main .img-wrap {
  width: 100%;
  height: 100%;
}

.insitution-main img {
  transition: .2s ease;
  width: 100%;
  height: 100%;
}

.insitution-main img:hover {
  transform: scale(1.2);
}

.free-class .fc-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  /* margin-bottom: 18px; */
}

.free-class .fc-tit .tit-inset {
  display: flex;
  align-items: flex-end;
}

.tit-inset span:nth-child(1) {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-right: 12px;
}

.tit-inset span:nth-child(2) {
  font-size: 16px;
  color: #666;
}

.fc-items {
  display: flex;
}

.fc-item {}

.fc-item:nth-child(2) {
  margin: 0 25px;
}

.fc-item-img {
  width: 450px;
  height: 252px;
  overflow: hidden;
  cursor: pointer;
}

.fc-item-img img {
  width: 100%;
  height: 100%;
  transition: .2s ease;
}

.fc-item-img img:hover {
  transform: scale(1.2);
}

.fc-item-tit {
  font-size: 18px;
  color: #333;
  margin-top: 17px;
}


/******************* 创享荟 研究报告 ***********************/
.container-box1 {
  /* background-color: #fff; */
  padding: 30px 0 30px;
}

.cxh-swiper-box{
  position: relative;
}

.cxh-button-prev,
.cxh-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(85, 115, 170, .1);
  background-image: none !important;
}

.cxh-button-prev {
  left: -70px;
}

.cxh-button-next {
  right: -70px;
}

.cxh-button-prev::before,
.cxh-button-next::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
}

.cxh-button-prev::before {
  left: 50%;
  transform: rotate(45deg);
  margin-left: -5px;
}

.cxh-button-next::before {
  right: 50%;
  margin-right: -5px;
  transform: rotate(225deg);
}

.cy-main-container {
  width: 100%;
  display: flex;
  align-items: center;
  /* padding: 60px 0 30px; */
  flex-direction: column;
  background-color: #EEF1F8;
  overflow: hidden;
}

.cxh-bg-up,
.cxh-bg-down {
  width: 100%;
  background-color: #fff;
  background-size: cover;
  margin: auto;
  text-align: center;
}
.cxh-bg-up img,
.cxh-bg-down img {
  width: 100%;
} 

.cxh-bg-down {
  margin-top: -25px;
}

.cy-main {
  display: flex;
}

.cy-item {
  display: flex;
  padding-bottom: 50px;
}


#swiper-cxh .swiper-pagination {
  bottom: 0;
}


.cy-item-view {
  display: flex;
  justify-content: center;
  margin-right: 40px;
  width: 672px;
  height: 392px;
}

.cy-item-view .item-link {
  display: block;
  width: 100%;
  height: 100%;
}

.cy-item-view-2 {
  display: flex;
  flex-direction: column;
  width: 675px;
  margin-left: 50px;
}


.cyit-tit {
  color: #333;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.cy-item-view img {
  display: block;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.cy-item-cx {
  /* width: 569px; */
  width: calc(100% - 672px);
  flex: 1;
}

.cy-item-main:hover .cy-item-main-tit,
.cy-item-main:hover .cy-item-main-con {
  cursor: pointer;
}

.cy-item-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ci-tit-m {
  color: #333;
  font-size: 32px;
  font-weight: bold;
}

.cy-item-main {
  /* margin-top: 36px; */
  padding-bottom: 32px;
  padding-top: 16px;
  /* border-bottom: 1px dashed #dcdcdc; */
}

.cy-item-bg a:last-child .cy-item-main {
  border-bottom: 0;
}

.cy-item-main-tit {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cy-item-main-subtit {
  color: #000;
  font-size: 16px;
  margin-top: 12px;
}

.cy-item-main-con {
  color: #999;
  font-size: 14px;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}

.cy-item-main-con a {
  color: #999;
  font-size: 14px;
}

.line-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-hide-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  word-break: break-all;
}

.cy-item-bg {
  box-sizing: border-box;
  width: 675px;
  /* height: 376px; */
}
.rep-item-wrap {
  display: flex;
}
.rep-item {
  width: 209px;
  margin-right: 24px;
}

.rep-item:last-child {
  margin-right: 0;
}

.rep-item:hover .cyit-tit {
  color: #d71518;
}

.rep-item:hover img {
  transform: scale(1.2);
}

.rep-item a {
  width: 209px;
  height: 282px;
  display: block;
  overflow: hidden;
}

.rep-item img {
  width: 100%;
  height: 100%;
  transition: .2s ease;
  margin-bottom: 14px;
}


/******************* 精彩回顾 & 新闻动态 ***********************/
.bg-linear {
  background: linear-gradient(180deg,#ffffff 0%,#f1f2f5 100%);
}
.newsletter_special {
  /* background-color: #F2F5Fb; */
  /* background-color: rgba(241, 242, 245, 1); */
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 30px;
}

.newsletters {
  width: 100%;
}

.newsletters_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.newsletters_title_left {
  display: flex;
}

.more-box {
  display: flex;
  align-items: center;
}

.more-box .more-item {
  display: none;
}

.more-box .more-item:first-child {
  display: block;
}

.newsletters_nav {
  font-size: 24px;
  color: #333;
  margin-right: 24px;
  padding-bottom: 8px;
}

.newsletters_nav:hover {
  cursor: pointer;
}

.newsletters_nav.active {
  font-weight: bold;
  border-bottom: 4px solid #e60000;
  color: #e60000;
}


.newsletters_content {
  margin-top: 24px;
}


.newsletters_page {
  display: flex;
}

.news-img-box {
  width: 676px;
  height: 394px;
}

.newsletters_content_page {
  display: none;
}

.newsletters_content_page:first-child {
  display: block;
}

.news-img-box .newsletter_imglink {
  display: none;
}

.news-img-box .newsletter_imglink:first-child {
  display: block;
}

.news-img-box .newsletter_imgwrap {
  width: 676px;
  height: 394px;
}

.news-img-box .newsletter_imgwrap img {
  width: 100%;
  height: 100%;
}

.newsletters_list {
  width: 724px;
  flex: 1;
  box-sizing: border-box;
}

.newsletters_list ul {
  height: 100%;
  width: 100%;
}

.newsletters_list ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.home-jchg .nl_ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.newsletters_list .nl_ul .Time {
  font-size: 14px;
  color: #999;
}

.newsletters_list .nl_li {
  position: relative;
}

.newsletters_list .nl_li.active {
  background-color: #ecf0f6;
  height: 118px;
}

.newsletters_list .li-title {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.newsletters_list .nl_li.active .li-title {
  font-weight: bold;
}

.newsletters_list .nl_li_top {
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding: 0 16px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletters_list .nl_li.active .nl_li_top {
  border-bottom: 1px solid #D9D9D9;
}

.newsletters_list .nl_li_bottom {
  display: none;
  height: 65px;
  line-height: 24px;
  font-size: 14px;
  padding: 7px 16px 8px 32px;
  color: #666;
  box-sizing: border-box;
}

.newsletters_list .nl_li.active .nl_li_bottom {
  display: block;
}

.special {
  box-sizing: border-box;
  position: relative;
  width: 245px;
}

.special .title {
  font-size: 22px;
  color: #333333;
  height: 55px;
  line-height: 55px;
  padding-left: 30px;
}

.special .circle {
  width: 11px;
  height: 11px;
  background: #eaeaea;
  border-radius: 50%;
  position: absolute;
  left: -4.5px;
  top: 7%;
}

.special .border {
  width: 2px;
  background-color: #eaeaea;
  height: 93%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.special ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: -4px;
  bottom: 0;
}

.special ul li {
  list-style: none;
  width: 100%;
  height: 65px;
  background: url(../icon/index/special-box.png) no-repeat;
  margin-top: 30px;
}

.special ul li a {
  margin-left: 33px;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.special ul li a img {
  width: 50px;
  height: 50px;
  margin-left: 5px;
}

.special_event {
  margin-left: 5px;
}

.special_event_name {
  font-size: 18px;
  color: #555;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 142px;
}

.special_event_introduce {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 146px;
}

.special ul li a:hover .special_event_name {
  color: #000;
}

.special ul li a:hover .special_event_introduce {
  color: #666;
}

.special ul li a:hover img {
  transform: scale(1.05, 1.05);
}