
.banner,
.swiperBanner {
  width: 100%;
  height: 590px;
  overflow: hidden;
}
.swiperBanner .swiper-slide {
  width: 1400px !important;
}
.swiperBanner .swiper-slide-next:after,
.swiperBanner .swiper-slide-prev:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
}
.swiperBanner .swiper_box,
.swiperBanner .swiper_img {
  width: 100%;
  height: 100%;
}
.swiperBanner .swiper_img>a>h3 {
  display: block;
  position: absolute;
  z-index: 2;
  width: 1400px;
  margin-left: -700px;
  left: 50%;
  bottom: 0px;
  font-size: 18px;
  color: #ffffff;
  background-image: linear-gradient(to right, rgb(173 11 41 / 68%), rgb(255 255 255 / 62%));
  padding: 0px 20px;
  height: 54px;
  line-height: 54px;
  max-height: 54px;
  border-radius: 10px;
  overflow: hidden;
}
.swiperBanner .commonWidth {
  position: relative;
  z-index: 2;
}
.swiperIdxpaga {
  width: 150px !important;
  height: 35px;
  bottom: 0px !important;
  left: auto !important;
  right: 10px;
}
.swiperIdxpaga>span {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #ad0b29;
  border-radius: 50px !important;
  margin-top: 0px !important;
}
.swiperIdxpaga .swiper-pagination-bullet-active {
  border: 3px solid #ffffff;
  background: #ad0b29;
}

/* news */

.newsIdxBg {
  width: 100%;
  padding: 60px 0px;
  background: url(../images/newsIdxBg.png) no-repeat center center / cover;
}
.newsIdxTitle {
  width: 100%;
  height: 150px;
  position: relative;
  background: url(../images/news_title_bg.png) no-repeat center center / cover;
  border-radius: 10px;
  transform: translateY(-35px);
  z-index: 1;
}
.newsIdxTitleText {
  width: 100%;
  padding: 45px 0px;
  text-align: center;
}
.newsIdxTitleText>h3 {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 46px;
  position: relative;
}
.newsIdxTitleText>span {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.newsIdxTitleText>h3:after {
  display: block;
  content: '';
  width: 83px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -41.5px;
}
.more {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  padding: 5px 10px;
}
.newsIdxBanner {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsIdxItem {
  width: calc(100% - 76%);
}
.newsIdxItem+.newsIdxItem+.newsIdxItem+.newsIdxItem+.newsIdxItem {
  margin-top: 30px;
}
.newsIdxItemBox {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(18,17,17,0.15);
  border-radius: 0px 0px 0px 40px;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.newsIdxItemBox_img {
  width: 100%;
  height: 208px;
  overflow: hidden;
}
.newsIdxItemBox_text {
  width: 100%;
  padding: 20px 30px;
}
.newsIdxItemBox_text>h3 {
  display: block;
  font-size: 18px;
  color: #262525;
  line-height: 31px;
  text-align: justify;
  height: 62px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsIdxItemBox_text>p {
  font-size: 14px;
  color: #7D7C7C;
  line-height: 25px;
  text-align: justify;
  max-height: 50px;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsIdxItemBox_text>span {
  display: block;
  font-size: 14px;
  color: #7D7C7C;
  margin-top: 20px;
  line-height: 19px;
  background: url(../images/icon_news_arrow.png) no-repeat right;
}
.newsIdxItem:hover .newsIdxItemBox {
  transform: translateY(-20px);
  box-shadow: 0px 20px 20px 0px rgba(124,48,48,0.5);
}
.newsIdxItem:hover .newsIdxItemBox_text>span {
  background: url(../images/icon_news_arrow_h.png) no-repeat right;
}

/* infoIdx */

.infoIdx {
  width: 100%;
}
.scholars_view {
  width: calc(100% - 45%);
  background: url(../images/sch_bg.png) no-repeat center center / cover;
  padding: 60px 20px 60px 20px;
}
.commonTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.commonTitle_cont {
  width: auto;
  padding-left: 30px;
  border-left: 4px solid #002754;
}
.commonTitle_cont>h3 {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #002754;
  line-height: 30px;
  margin-bottom: 5px;
}
.commonTitle_cont>span {
  font-size: 16px;
  color: #7D7C7C;
  line-height: 21px;
}
.commonTitle_more {
  display: block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #7D7C7C;
  border-radius: 20px;
  border: 1px solid #7D7C7C;
  margin-top: 11px;
}
.commonTitle_more:hover {
  border: 1px solid #ad0b29;
  color: #ad0b29;
}
.scholarBox {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.scholarNav {
  width: calc(100% - 28%);
  height: 43px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.scholarNav>div {
  padding: 4px 8px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid #ad0b29;
}
.scholarNav>div>.scholarNavText {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #ad0b29;
  line-height: 30px;
  padding: 0px 13px;
  font-weight: bold;
}
.scholarNav>div>.scholarNavTextNews {
  display: inline-block;
  background-color: #ad0b29;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0px 9px;
  line-height: 42px;
}
.scholarNav> .scholarNavAct {
  background-color: rgba(124, 48, 48, 0.2);
  border: 1px solid rgba(124, 48, 48, 0.2) !important;
}
.scholarMore {
  width: 130px;
  text-indent: 20px;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #ad0b29;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url(../images/icon_arrow_down.png) no-repeat 90% center #ad0b29;
}
.scholarCont {
  width: 100%;
  margin-top: 30px;
}
.scholarDetail {
  width: 100%;
  height: 100%;
}
.scholarDetailItem>a {
  display: flex;
  justify-content: space-between;
}
.scholarDetailTime {
  width: 85px;
  height: auto;
  background-color: #ad0b29;
  border-radius: 14px;
  text-align: center;
}
.scholarDetailTime>span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}
.scholarDetailTime>span+span {
  font-size: 30px;
  line-height: 30px;
}
.scholarDetailItem+.scholarDetailItem {
  margin-top: 30px;
}
.scholarDetailText {
  width: calc(100% - 100px);
  padding: 10px 20px 10px 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(18,17,17,0.15);
  border-radius: 20px;
}
.scholarDetailText>h3 {
  display: block;
  font-size: 18px;
  color: #262525;
  line-height: 30px;
  text-align: justify;
  max-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.scholarDetailText>span {
  display: block;
  font-size: 14px;
  color: #7D7C7C;
  line-height: 20px;
  text-align: right;
}
.scholarDetailItem>a:hover .scholarDetailText {
  background: #FFF7F7;
}
.noticeIdx {
  width: calc(100% - 58%);
  background: linear-gradient(to bottom, RGBA(253, 251, 251, 1) 50%, RGBA(255, 255, 255, 1));
  background-color: RGBA(253, 251, 251, 1);
  padding: 60px 20px 60px 20px;
  position: relative;
}
.noticeIdxItem {
  width: 100%;
  margin-top: 40px;
}
.noticeIdxCont {
  width: 100%;
}
.noticeIdxCont+.noticeIdxCont {
  margin-top: 18px;
}
.noticeIdxCont>a {
  display: flex;
  justify-content: space-between;
}
.noticeIdxTitle {
  width: 80px;
  height: 40px;
  background-color: #ad0b29;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.noticeIdxText {
  width: calc(100% - 100px);
}
.noticeIdxText>h3 {
  display: block;
  font-size: 18px;
  color: #262525;
  line-height: 30px;
  text-align: justify;
  max-height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.noticeIdxText>span {
  display: block;
  font-size: 14px;
  color: #7D7C7C;
  line-height: 20px;
  margin-top: 5px;
}
.noticeIdxCont:nth-child(2n) .noticeIdxTitle {
  background-color: #002754;
}
.noticeIdxCont>a:hover .noticeIdxText>h3 {
  color: #ad0b29;
}
/*.noticeIdxArrow {
  width: 120px;
  height: 123px;
  background: url(../images/icon_noticeIdxArrow.png) no-repeat center center / cover;
  position: absolute;
  right: 30px;
  bottom: 0px;
  z-index: 2;
}*/

/* brandAct */

.brandAct {
  width: 100%;
  background-color: rgba(124, 48, 48, 0.04);
  margin-top: 28px;
  padding: 60px 0px;
}
.brandCont {
  width: 100%;
  margin-top: 50px;
}
.barndContNav {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 5px 5px 0px rgba(124, 48, 48, 0.5)
}
.barndContNav>div {
  width: calc(100% - 50%);
  height: 76px;
  padding: 0px 30px;
  background: url(../images/icon_barndContNav_f.png) no-repeat 30px 20px;
  cursor: pointer;
}
.barndContNav>div>h3 {
  display: block;
  padding-right: 30px;
  padding-left: 70px;
  font-size: 20px;
  margin-top: 20px;
  color: #002754;
  line-height: 30px;
  overflow: hidden;
}
.barndContNav>div+div {
  border-left: 1px solid rgba(124, 48, 48, 0.2);
  background: url(../images/icon_barndContNav_t.png) no-repeat 30px 20px;
}
.barndContNav>div+div+div {
  background: url(../images/icon_barndContNav_s.png) no-repeat 30px 20px;
}
.barndContNav .scholarNavAct {
  background: url(../images/icon_barndContNav_f_h.png) no-repeat 30px 20px #ad0b29 !important;
}
.barndContNav>div+div.scholarNavAct {
  background: url(../images/icon_barndContNav_T_h.png) no-repeat 30px 20px #ad0b29 !important;
}
.barndContNav>div+div+div.scholarNavAct {
  background: url(../images/icon_barndContNav_s_h.png) no-repeat 30px 20px #ad0b29  !important;
}
.barndContNav .scholarNavAct>h3 {
  color: #ffffff !important;
  background: url(../images/icon_barnd_arrow.png) no-repeat right 50%;
}
.barndContDetail {
  width: 100%;
  margin-top: 20px;
}
.barndDetail,
.swiperBrand {
  width: 100%;
  height: 100%;
}
.swiperBrand .swiper_box {
  width: 100%;
  height: 100%;
}
.swiperBrand .swiper_box>a {
  display: flex;
  justify-content: space-between;
}
.swiperBrand .swiper_img {
  width: calc(100% - 50%);
  height: 500px;
  overflow: hidden;
}
.swiperBrand .swiperText {
  width: calc(100% - 50%);
  height: auto;
  padding: 60px 60px;
  position: relative;
}
.swiperBrand .swiperText:after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 46px;
  background: url(../images/icon_swiper_text.png) no-repeat;
  top: 20px;
  right: 60px;
}
.swiperBrand .swiperText>h3 {
  display: block;
  font-size: 22px;
  color: #002754;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  margin-top: 20px;
}
.swiperBrand .swiperText>p {
  font-size: 16px;
  color: #002754;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
  margin-top: 20px;
  text-align: justify;
}

.swiperIdxBrand {
  width: 150px !important;
  height: 35px;
  bottom: 48px !important;
  left: auto !important;
  right: 60px;
}
.swiperIdxBrand>span {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #ad0b29;
  border-radius: 50px !important;
  margin-top: 0px !important;
}
.swiperIdxBrand .swiper-pagination-bullet-active {
  border: 3px solid rgba(255, 255, 255, 0.5);
  background: #ad0b29;
}
/* brandCont新增 */

.brandItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brandList {
  width: calc(100% - 51%);
}
.brandList>a {
  display: flex;
  justify-content: space-between;
}
.brandListPic {
  width: 200px;
  height: 112px;
  overflow: hidden;
}
.brandListText {
  width: calc(100% - 230px);
}
.brandListText>h3 {
  display: block;
  font-size: 18px;
  color: #262525;
  line-height: 30px;
  white-space: nowrap; 
  text-overflow: ellipsis;
  overflow: hidden;
}
.brandListText>p {
  font-size: 14px;
  color: #7D7C7C;
  line-height: 25px;
  text-align: justify;
  max-height: 50px;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brandListText>span {
  display: block;
  font-size: 14px;
  color: #7D7C7C;
  margin-top: 7px;
  line-height: 19px;
}
.brandList+.brandList+.brandList {
  margin-top: 30px;
}
.brandListPic>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.brandList:hover .brandListPic>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.brandList:hover .brandListText>h3 {
  color: #ad0b29;
}



/* interviewBg */

.interviewBg {
  width: 100%;
  padding: 120px 0px 60px 0px;
  background: url(../images/interviewBg.png) no-repeat center center / cover;
}
.interviewCont {
  width: 100%;
  margin-top: 60px;
}
.swiperInterview {
  width: 100%;
  height: 100%;
  padding: 20px 0px 50px;
}
.swiperInterview .swiper-slide {
  width: 460px;
  overflow: hidden;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.swiperInterview .swiper_box {
  width: 100%;
  height: 100%;
}
.swiperInterview .swiper_box .swiper_img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.swiperInterview .swiper_box .swieprText {
  width: 100%;
  padding: 10px;
}
.swiperInterview .swiper_box .swieprText >h3 {
  display: block;
  font-size: 16px;
  color: #262525;
  line-height: 31px;
  text-align: justify;
  height: 62px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiperInterview .swiper_box .swieprText >p {
  font-size: 16px;
  color: #7D7C7C;
  line-height: 25px;
  max-height: 50px;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiperInterview .swiper_box .swieprText >span {
  display: block;
  margin-top: 20px;
  height: 20px;
  background: url(../images/icon_news_arrow.png) no-repeat right;
}
.swiperInterview .swiper-slide:hover {
  transform: translateY(-20px);
  box-shadow: 0px 20px 20px 0px rgba(124,48,48,0.5);
}
.swiperInterview .swiper_box:hover .swieprText>span {
  background: url(../images/icon_news_arrow_h.png) no-repeat right;
}
.swiperInterviewNext,
.swiperInterviewPrev {
  width: 40px;
  height: 40px;
  border: 1px solid #7D7C7C;
  border-radius: 50%;
  color: transparent;
  top: auto;
  bottom: 0px;
}
.swiperInterviewPrev {
  left: 50%;
  margin-left: -60px;
  background: url(../images/icon_swiper_news_prev.png) no-repeat center center;
}
.swiperInterviewNext {
  right: 50%;
  margin-right: -60px;
  background: url(../images/icon_swiper_news_next.png) no-repeat center center;
}

/* video */

.videoIdxBg {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0px;
}
.videoIdxCont {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0px 0px 0px 0px;
}
.videoIdxDetail {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.videoFirstItem {
  width: calc(100% - 65%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.videoIdxDetailFirst {
  width: 100%;
}
.videoIdxDetailFimg {
  width: 100%;
  height: 291px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.videoIdxDetailFimg>.videoBtn {
  width: 80px;
  height: 80px;
  background: url(../images/videoBtn.png) no-repeat center center / cover;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
}
.videoIdxDetailFtext {
  width: 100%;
  margin-top: 20px;
}
.videoIdxDetailFtext>h3 {
  display: block;
  font-size: 18px;
  color: #262525;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.videoIdxDetailFtext>span {
  display: block;
  font-size: 14px;
  color: #7D7C7C;
  line-height: 20px;
  margin-top: 10px;
}
.videoIdxDetailFirst + .videoIdxDetailFirst {
  margin-top: 20px;
}
.videoIdxDetailFimg>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.videoIdxDetailFirst:hover .videoIdxDetailFimg>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.videoIdxDetailFirst:hover h3 {
    color: #ad0b29;
}
.videoIdxDetailSec {
  width: calc(100% - 39%);
  max-height: 810px;
  overflow: auto;
  padding-right: 20px;
}
.videoIdxDetailSecItem>a {
  display: flex;
  justify-content: space-between;
}
.videoIdxDetailSecItemPic {
  width: 220px;
  height: 125px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(124,48,48,0.5);
  position: relative;
}
.videoIdxDetailSecItemPic>.videoBtn {
  width: 48px;
  height: 48px;
  background: url(../images/videoBtn.png) no-repeat center center / cover;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
}
.videoIdxDetailSecItemText {
  width: calc(100% - 240px);
  padding-top: 10px;
}
.videoIdxDetailSecItemText>h3 {
  display: block;
  font-size: 18px;
  color: #262525;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.videoIdxDetailSecItemText>span {
  display: block;
  font-size: 14px;
  color: #7D7C7C;
  line-height: 20px;
  margin-top: 20px;
}
.videoIdxDetailSecItem+.videoIdxDetailSecItem {
  margin-top: 20px;
}
.videoIdxDetailSecItem {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.videoIdxDetailSecItem:hover {
  transform: translateY(-5px);
}
.videoIdxDetailSecItem:hover h3 {
  color: #ad0b29;
}
.videoIdxintersperse {
  width: 134px;
  height: 170px;
  background: url(../images/video_bg.png) no-repeat center center / cover;
  position: absolute;
  z-index: -1;
  top: -53px;
  right: -68px;
}

/* bookBg */

.bookBg {
  width: 100%;
  background-color: #FBF8F8;
  padding-top: 60px;
  padding-bottom: 80px;
}
.bookIdxItem {
  width: calc(100% - 350px);
  float: right;
  display: flex;
  justify-content: space-between;
}
.bookIdxList {
  width: calc(100% - 70%);
  height: 562px;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.report {
  background: url(../images/report.png) no-repeat center center / contain;
}
.series {
  background: url(../images/series.png) no-repeat center center / contain;
}
.periodical {
  background: url(../images/periodical.png) no-repeat center center / contain;
}
.bookIdxList:hover {
  transform: translateY(-15px);
}