
.swiperBanner {
  width: 100%;
  height: 800px;
}
.swiper_box {
  width: 100%;
  height: 100%;
}
.swiper_img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  cursor: pointer;
}
.swiper_text {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
  background: url(../images/banner_opacity.png) repeat-x;
  padding-top: 180px;
}
.swiper_text>div>a>h3 {
  display: block;
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
  font-weight: bold;
}
.swiper_text>div>a>span {
  display: block;
  font-size: 16px;
  color: #cccccc;
  font-family: Arial;
  line-height: 30px;
  margin-top: 10px;
}
.swiperPrev,.swiperNext {
  width: 50px;
  height: 50px;
}
.swiperPrev:after,.swiperNext:after {
  background: transparent;
  content: '';
}
.swiperPrev {
  right: 170px;
  left: auto;
  top: auto;
  bottom: 60px;
  background: url(../images/icon_prev.png) no-repeat;
}
.swiperNext {
  right: 90px;
  bottom: 60px;
  background: url(../images/icon_next.png) no-repeat;
  top: auto;
}
.swiperPrev:hover {
  background: url(../images/icon_prev_h.png) no-repeat;
}
.swiperNext:hover {
  background: url(../images/icon_next_h.png) no-repeat;
}

/* info */

.infoBg {
  width: 100%;
  background-color: #f5f5f5;
  padding: 70px 0px;
}
.infoBg>div {
  display: flex;
  justify-content: space-between;
}
.news {
  width: calc(100% - 38%);
}
.commonTitle {
  width: 100%;
}
.commonTitle>h3 {
  display: block;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  float: left;
}
.commonTitle>h3>i {
  font-style: normal;
  color: #7C302F;
  font-size: 34px;
}
.commonTitle>a {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  background: url(../images/icon_more.png) no-repeat 0px;
  float: right;
  text-align: center;
}
.commonTitle>a:hover {
  color: #7C302F;
}
.news_cont {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  border-bottom: 2px solid #7C302F;
  margin-top: 36px;
}
.news_focus {
  width: 38%;
}
.news_focus_img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.news_focus_text>h3 {
  display: block;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10px;
}
.news_focus_text>p {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  height: 84px;
  margin: 10px 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_focus_text>span {
  font-size: 15px;
  line-height: 40px;
  color: #666666;
  font-family: Arial;
}
.news_focus_img>img,
.lecture_item_idx_img>img,
.profession_list_idx_item_pic>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;
}
.news_focus>a:hover .news_focus_img>img,
.lecture_item_idx>a:hover .lecture_item_idx_img>img,
.profession_list_idx_item>a:hover .profession_list_idx_item_pic>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);
}
.news_focus>a:hover .news_focus_text>h3,
.news_focus>a:hover .news_focus_text>span,
.lecture_item_idx>a:hover .lecture_item_idx_text>h3,
.profession_list_idx_item>a:hover .profrssion_list_idx_item_text>h3 {
  color: #7C302F;
}
.news_list_idx {
  width: calc(100% - 42%);
}
.news_list_idx_item {
  width: 100%;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.news_list_idx_item_time {
  width: calc(100% - 80%);
  height: 50px;
  border-right: 1px solid #ebebeb;
  padding-right: 20px;
}
.news_list_idx_item_time>span {
  display: block;
  font-size: 24px;
  color: #222222;
  font-family: Arial;
  text-align: right;
  font-weight: bold;
}
.news_list_idx_item_time>span+span {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.news_list_idx_item_title {
  width: calc(100% - 25%);
}
.news_list_idx_item_title>h3 {
  display: block;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.news_list_idx_item + .news_list_idx_item {
  margin-top: 16px;
}
.news_list_idx_item:hover .news_list_idx_item_time span {
  color: #7C302F;
}
.news_list_idx_item:hover .news_list_idx_item_title h3 {
  color: #7C302F;
}
.news_list_idx_item:after,
.notice_idx_item:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #7C302F;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}
.news_list_idx_item:hover:after,
.notice_idx_item:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.notice {
  width: calc(100% - 66%);
}
.notice_idx {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  border-bottom: 2px solid #7C302F;
  margin-top: 36px;
}
.notice_idx_item {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 22px;
  position: relative;
}
.notice_idx_item_time {
  width: 80px;
  height: 60px;
  background-color: #f7f2f2;
  text-align: center;
  -webkit-transition: -webkit-all .3s;
  transition: -webkit-all .3s;
  transition: all .3s;
  transition: all .3s,-webkit-all .3s;
}
.notice_idx_item_time>span {
  display: block;
  font-size: 20px;
  color: #222222;
  line-height: 28px;
  font-weight: bold;
  font-family: Arial;
  margin-top: 8px;
}
.notice_idx_item_time>span+span {
  font-size: 14px;
  color: #666666;
  margin-top: 0px;
  line-height: normal;
}
.notice_idx_item_text {
  width: calc(100% - 120px);
}
.notice_idx_item_text>h3 {
  display: block;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.notice_idx_item + .notice_idx_item {
  margin-top: 24px;
}
.notice_idx_item:hover .notice_idx_item_text>h3 {
  color: #7C302F;
}
.notice_idx_item:hover .notice_idx_item_time {
  background-color: #7C302f;
}
.notice_idx_item:hover .notice_idx_item_time span {
  color: #FFE7C9;
}

/* lectureBg */

.lectureBg {
  width: 100%;
  height: auto;
  background: url(../images/lecture_bg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 73px 0px;
}
.lectureBox {
  display: flex;
  justify-content: space-between;
}
.lecture_detail {
  width: calc(100% - 38%);
}
.leacture_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36px;
}
.leacture_list {
  width: calc(100% - 51%);
  background-color: #ffffff;
  padding: 15px 20px 15px 20px;
  border-bottom: 2px solid #7C302F;
}
.leacture_list>a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leacture_list_img {
  width: calc(100% - 51%);
  height: 283px;
  overflow: hidden;
}
.leacture_list_text {
  width: calc(100% - 51%);
}
.leacture_list_text>h3 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  height: 56px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0px 20px;
}
.leacture_list_text>p {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  padding-left: 20px;
}
.leacture_list_text>p+p {
  margin-top: 5px;
}
.icon_name {
  background: url(../images/icon_name.png) no-repeat 0px 7px;
}
.icon_ardess {
  background: url(../images/icon_ardess.png) no-repeat 0px 7px;
}
.icon_time {
  background: url(../images/icon_time.png) no-repeat 0px 7px;
}
.leacture_list_img>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;
}
.leacture_list>a:hover .leacture_list_img>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);
}
.leacture_list>a:hover  h3 {
  color: #7C302F;
}
.research_idx {
  width: calc(100% - 66%);
}
.research_idx_item {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 25px;
  border-bottom: 2px solid #7C302F;
  margin-top: 36px;
}
.research_idx_list {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 27px;
  position: relative;
}
.research_idx_list>a {
  display: flex;
  justify-content: space-between;
}
.research_idx_pic {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.research_idx_pic>img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.research_idx_list+.research_idx_list {
  margin-top: 27px;
}
.research_idx_text {
  width: calc(100% - 120px);
}
.research_idx_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  height: 56px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.research_idx_text>span {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.research_idx_list:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #7C302F;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}
.research_idx_list:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.research_idx_list:hover h3 {
  color: #7C302F;
}

/* academicBg */

.academicBg {
  width: 100%;
  background: url(../images/academicBg.png) no-repeat bottom;
  background-size: cover;
  padding: 80px 0px;
  overflow: hidden;
}
.academic_idx {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  margin-top: 50px;
}
.swiper_academic_idx {
  width: 100%;
  height: 425px;
}
.academic_item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.academic_list {
  width: 135px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  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;
}
.academic_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
  overflow: hidden;
  width: 135px;
  height: 100%;
  background: url(../images/icon_academic_title.png) no-repeat center center #F5F5F5;
  cursor: pointer;
  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;
}
.academic_title>h3 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #222222;
  font-size: 24px;
  line-height: 1.3;
}
.academic_title>h3>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 24px;
}
.academic_list.cur {
  width: 855px;
}
.academic_list.cur .academic_title {
  background: url(../images/icon_academic_title_h.png) no-repeat center center;
}
.academic_list.cur .academic_title>h3 {
  color: #FFE7C9;
}
.academic_list.cur .academic_title>h3>a {
  color: #FFE7C9;
}
.academic_list.cur .academic_cont {
  display: block;
}
.academic_cont {
  display: none;
  width: calc(100% - 135px);
  background: url(../images/academic_cont.png) no-repeat center center #F5F5F5;
  padding: 45px 35px;
}
.academic_cont>a {
  display: flex;
  justify-content: space-between;
}
.academic_pic {
  width: 349px;
  height: 334px;
  overflow: hidden;
}
.academic_text {
  width: 100%;
}
.academic_text>span {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #7C302F;
  line-height: 25px;
}
.academic_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 30px;
  height: 90px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0px 20px;
}
.academic_text>p {
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.academic_text>h6 {
  display: block;
  width: 120px;
  background: #f5f5f5;
  border: 1px solid #7C302F;
  height: 40px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
}
.academic_pic>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;
}
.academic_cont>a:hover .academic_pic>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);
}
.academic_cont>a .academic_text h6:hover {
  background: #7C302F;
  color: #FFE7C9;
}
.swiperacademicPrev,.swiperacademicNext {
  width: 52px;
  height: 52px;
}
.swiperacademicPrev:after,.swiperacademicNext:after {
  background: transparent;
  content: '';
}
.swiperacademicPrev {
  right: 70px;
  left: auto;
  top: auto;
  bottom: 0px;
  background: url(../images/icon_prev_whirt.png) no-repeat;
}
.swiperacademicNext {
  right: 0px;
  bottom: 0px;
  background: url(../images/icon_next_whirt.png) no-repeat;
  top: auto;
}
.swiperacademicPrev:hover {
  background: url(../images/icon_prev_h.png) no-repeat;
}
.swiperacademicNext:hover {
  background: url(../images/icon_next_h.png) no-repeat;
}
.swiperacademicpagination {
  top: auto !important;
  bottom: 20px;
  height: 2px !important;
  width: 80% !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.swiperacademicpagination .swiper-pagination-progressbar-fill {
  height: 3px !important;
  background-color: #7C302F !important;
}

/* journal_idx */

.journal_idx {
  width: 100%;
  margin-top: 100px;
}
.journal_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.journal_item {
  width: calc(100% - 40%);
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.journal_list {
  width: 200px;
  height: 239px;
  overflow: hidden;
}
.journal_list>a>img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  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;
}
.journal_list>a:hover 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);
}
.journal_link {
  width: calc(100% - 75%);
  margin-top: 50px;
}
.journal_link_detail {
  width: 300px;
  height: 80px;
  background: url(../images/journal_link_detail.png) no-repeat center center;
}
.journal_link_detail>a {
  display: block;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
  font-size: 19px;
  color: #FFE7C9;
  overflow: hidden;
}
.journal_link_detail + .journal_link_detail {
  margin-top: 10px;
}
