
.swiperBanner {
  width: 100%;
  height: 780px;
}
.swiper_box {
  width: 100%;
  height: 100%;
}
.swiper_img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  cursor: pointer;
}
.swiperPrev,.swiperNext {
  width: 60px;
  height: 60px;
}
.swiperPrev:after,.swiperNext:after {
  background: transparent;
  content: '';
}
.swiperPrev {
  background: url(../images/icon_prev.png) no-repeat;
  background-size: cover;
}
.swiperNext {
  background: url(../images/icon_next.png) no-repeat;
  background-size: cover;
}


/* card_info */

.card_info {
  width: 100%;
  -webkit-transform: translateY(-75px);
  -moz-transform: translateY(-75px); 
  -ms-transform: translateY(-75px);
  -o-transform: translateY(-75px);
  transform: translateY(-75px);
  position: relative;
  z-index: 10;
}
.card_info_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.card_info_list {
  width: calc(100% - 76%);
  padding: 20px;
  height: 149px;
  text-align: right;
  overflow: hidden;
  background: url(../images/card_info_list_01.png) no-repeat center center / cover;
}
.card_info_list:nth-child(2) {
  background: url(../images/card_info_list_02.png) no-repeat center center / cover;
}
.card_info_list:nth-child(3) {
  background: url(../images/card_info_list_03.png) no-repeat center center / cover;
}
.card_info_list:nth-child(4) {
  background: url(../images/card_info_list_04.png) no-repeat center center / cover;
}
.card_info_list:hover {
  background: url(../images/card_info_list_01_h.png) no-repeat center center / cover;
}
.card_info_list:nth-child(2):hover {
  background: url(../images/card_info_list_02_h.png) no-repeat center center / cover;
}
.card_info_list:nth-child(3):hover {
  background: url(../images/card_info_list_03_h.png) no-repeat center center / cover;
}
.card_info_list:nth-child(4):hover {
  background: url(../images/card_info_list_04_h.png) no-repeat center center / cover;
}
.card_info_list_title {
  padding-left: 75px;
}
.card_info_list_title>h3 {
  display: block;
  padding-top: 5px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 30px;
}
.card_info_list_title>span {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  opacity: 0.2;
}
.card_info_list>a>span {
  display: inline-block;
  text-align: left;
  width: 113px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid rgba(150, 96, 65, 0.5);
  text-indent: 18px;
  font-size: 14px;
  color: #966041;
  line-height: 32px;
  background: url(../images/icon_arrow_more.png) no-repeat 90%;
  margin-top: 11px;
}
.card_info_list:hover h3 {
  color: #ffffff;
}
.card_info_list:hover>a>span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  background: url(../images/icon_arrow_more_h.png) no-repeat 90%;
}

/* idx_news_notice */

.idx_news_notice {
  width: 100%;
  background: RGBA(247, 247, 247, 1);
  padding-bottom: 70px;
}
.idx_news_notice .commonWidth {
  display: flex;
  justify-content: space-between;
}

.idx_news {
  width: calc(100% - 27%);
}
.commonTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.common_title_menu>span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #966041;
  padding-right: 40px;
  line-height: 30px;
  background: url(../images/icon_title_line.png) no-repeat right 15px;
}
.common_title_menu>h3 {
  display: block;
  font-weight: bold;
  font-size: 40px;
  color: #222222;
}
.common_title_more {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding-right: 15px;
  background: url(../images/icon_more.png) no-repeat right 12px;
  margin-top: 50px;
}
.common_title_more:hover {
  color: #AF8051;
  background: url(../images/icon_more_h.png) no-repeat right 12px;
}
.idx_news_cont {
  width: 100%;
  position: relative;
}
.idx_news_menu {
  width: 90%;
  text-align: right;
  -webkit-transform: translateY(-34px);
  -moz-transform: translateY(-34px); 
  -ms-transform: translateY(-34px);
  -o-transform: translateY(-34px);
  transform: translateY(-34px);
}
.idx_news_menu>a {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 30px;
  position: relative;
  padding-bottom: 5px;
}
.idx_news_menu>a:after {
  display: block;
  content: '';
  height: 1px;
  background-color: rgba(150, 96, 65, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all .5s ease-out .1s;
  -webkit-transition: all .5s ease-out .1s;
  -moz-transition: all .5s ease-out .1s;
  -ms-transition: all .5s ease-out .1s;
  -o-transition: all .5s ease-out .1s;
}
.idx_news_menu>a+a {
  margin-left: 30px;
}
.idx_news_menu>a:hover,
.idx_news_menu>.act {
  color: rgba(150, 96, 65, 1) !important;
}
.idx_news_menu>a:hover:after,
.idx_news_menu>.act:after {
  width: 100% !important;
}
.idx_news_detail {
  width: 100%;
  margin-top: 16px;
}
.idx_news_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.idx_news_list {
  width: calc(100% - 68%);
  background-color: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  position: relative;
  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;
}
.idx_news_list_pic {
  width: 100%;
  height: 236px;
  overflow: hidden;
}
.idx_news_list_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;
}
.idx_news_list:hover .idx_news_list_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);
}
.idx_news_list_time {
  width: 88px;
  height: 26px;
  background-color: rgba(175, 128, 81, 1);
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px); 
  -ms-transform: translateY(-26px);
  -o-transform: translateY(-26px);
  transform: translateY(-26px);
}
.idx_news_list_text {
  width: 100%;
  padding: 0px 20px 20px;
}
.idx_news_list_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.idx_news_list_text>p {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  height: 50px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 30px 0px;
}
.idx_news_list_text>span {
  font-weight: 400;
  font-size: 15px;
  color: #966041;
  line-height: 25px;
}
.idx_news_list:hover h3 {
  color: #966041;
}
.idx_news_list:hover {
  -webkit-box-shadow: 0px 0px 10px #c8c8c8; 
  -moz-box-shadow: 0px 0px 10px #c8c8c8;
  box-shadow: 0px 0px 10px #c8c8c8;
}
.idx_notice {
  width: calc(100% - 76%);
}
.idx_notice_item {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  overflow: hidden;
  margin-top: 50px;
}
.idx_notice_list {
  width: 100%;
  padding: 0px 20px;
}
.idx_notice_list>a {
  border-bottom: 1px solid #EDEDED;
  padding: 21px 0px;
  display: flex;
  justify-content: space-between;
}
.idx_notice_list_time {
  width: calc(100% - 80%);
}
.idx_notice_list_time>span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
}
.idx_notice_list_time>span+span {
  font-size: 14px;
  font-weight: 400;
}
.idx_notice_list_title {
  width: calc(100% - 25%);
}
.idx_notice_list_title>h3 {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.idx_notice_list:hover {
  background-color: #AF8051;
}
.idx_notice_list:hover >a {
  border-bottom: 1px solid #AF8051;
}
.idx_notice_list:hover span,
.idx_notice_list:hover h3 {
  color: #ffffff;
}

/* alumni_bg */

.alumni_bg {
  width: 100%;
  padding: 70px 0px;
  background: url(../images/alumni_bg.png) no-repeat center center / cover;
  min-height: 920px;
}
.alumni_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.alumni_item>h3 {
  display: block;
  position: absolute;
  top: -7px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 15px;
  color: #966041;
  background: url(../images/icon_c.png) no-repeat 0px 7px;
}
.alumni_list {
  width: calc(100% - 52%);
  position: relative;
}
.alumni_list:after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(150, 96, 65, 0.5);
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 4px;
}
.alumni_list>a {
  display: flex;
  justify-content: space-between;
}
.alumni_list_text {
  width: calc(100% - 370px);
  padding-left: 40px;
  background: url(../images/icon_c.png) no-repeat 0px 14px;
}
.alumni_list_text>span {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  color: #966041;
  padding: 5px 10px;
  background: rgba(175, 128, 81, 0.1);
  border-radius: 4px;
}
.alumni_list_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 0px 25px;
}
.alumni_list_text>h2 {
  display: block;
  width: 100px;
  height: 40px;
  background: RGBA(246, 236, 225, 1);
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  line-height: 40px;
  text-align: center;
  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;
}
.alumni_list_pic {
  width: 330px;
  height: 185px;
  overflow: hidden;
  position: relative;
}
.alumni_list_pic>img {
  display: block;
  width: 100%;
}
.alumni_list_pic>div {
  width: 67px;
  height: 65px;
  background: url(../images/icon_pic_text.png) no-repeat center center;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
}
.alumni_list_pic>div>i {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 30px;
  font-style: normal;
  text-align: right;
  transform: rotate(45deg);
  transform-origin: center center;
}
.alumni_list {
  padding-top: 30px;
}
.alumni_list_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;
}
.alumni_list:hover .alumni_list_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);
}
.alumni_list:hover .alumni_list_text>h2 {
  background: #AF8051;
  color: #ffffff;
}

/* topic_bg */

.topic_bg {
  width: 100%;
  min-height: 800px;
  padding: 70px 0px;
  background: url(../images/topic_bg.png) no-repeat center center / cover;
}
.topic_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topic_list {
  width: calc(100% - 51%);
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  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;
  margin-bottom: 20px;
}
.topic_list>a {
  display: flex;
  justify-content: space-between;
}
.topic_list_pic {
  width: 230px;
  height: 215px;
  overflow: hidden;
}
.topic_list_text {
  width: calc(100% - 260px);
  padding-top: 5px;
}
.topic_list_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.topic_list_text>p {
  font-weight: 400;
  font-size: 15px;
  color: #444444;
  line-height: 25px;
  margin: 25px 0px 35px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topic_list_text>span {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #966041;
  line-height: 25px;
}
.topic_list:hover {
  border: 1px solid #966041;
}
.topic_list:hover h3 {
  color: #966041;
}

/* view_bg */

.view_bg {
  width: 100%;
  background: url(../images/view_bg.png) no-repeat center center / cover;
  min-height: 680px;
  padding: 70px 0px;
}
.view_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.view_menu {
  width: 386px;
}
.view_menu>a {
  display: block;
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0px 20px;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 72px;
  overflow: hidden;
}
.view_menu>a+a {
  margin-top: 10px;
}
.view_menu>a:hover {
  background-color:#AF8051;
  color: #ffffff;
}
.view_menu>.act {
  background-color:#AF8051 !important;
  color: #ffffff !important;
}
.view_detail {
  width: calc(100% - 426px);
}
.view_tab_cont {
  width: 100%;
}
.view_tab_list>a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.view_tab_cont_pic {
  width: 677px;
  height: 400px;
  overflow: hidden;
}
.view_tab_cont_text {
  width: calc(100% - 717px);
  padding-top: 5px;
}
.view_tab_cont_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 38px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.view_tab_cont_text>p {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 40px 0px;
}
.view_tab_cont_text>span {
  display: block;
  font-weight: bold;
  font-size: 15px;
  height: 110px;
  color: #966041;
  line-height: 110px;
  padding-left: 120px;
  background: url(../images/view_play.png) no-repeat 0px;
}
.view_tab_list:hover h3 {
  color: #AF8051;
}

/* campus_memories_bg */

.campus_memories_bg {
  width: 100%;
  min-height: 715px;
  background: url(../images/campus_memories_bg.png) no-repeat top center / cover;
  padding-top: 50px;
}

.campus_memories_bg .common_title_menu>span,
.campus_memories_bg .common_title_menu>h3,
.campus_memories_bg .common_title_more {
  color: #ffffff;
}
.campus_memories_bg .common_title_more {
  background: url(../images/icon_more_white.png) no-repeat right 12px;
}
.campus_memories_bg .common_title_menu>span {
  background: url(../images/icon_title_line_w.png) no-repeat right 15px;
}
.campus_memories_box .idx_news_menu>a {
  color: #ffffff;
}
.campus_memories_box .idx_news_menu>a:hover,
.campus_memories_box .idx_news_menu>.act {
  color: rgba(255, 255, 255, 1) !important;
}
.campus_memories_box .idx_news_menu>a:after {
  background-color: rgba(255, 255, 255, 1.0);
}
.graphic_image {
  width: 100%;
}
.swiper_graphic_image,
.swiper_graphic_image .swiper_box,
.swiper_video_image,
.swiper_video_image .swiper_box {
  width: 100%;
  height: 100%;
}
.swiper_graphic_image .swiper_box,
.swiper_video_image .swiper_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.graphic_image_item {
  width: calc(100% - 75%);
  height: 260px;
  position: relative;
  overflow: hidden;
}
.graphic_image_pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.graphic_image_pic>img {
  display: block;
  width: 100%;
  height: 100%;
}
.graphic_image_text {
  width: 100%;
  height: 100%;
  background: url(../images/images_opacity.png) no-repeat center center / cover;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  padding: 50px;
  cursor: pointer;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  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;
}
.graphic_image_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.graphic_image_text>a {
  display: block;
  width: 113px;
  height: 34px;
  margin: 48px auto;
  border-radius: 50px;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  text-indent: 20px;
  background: url(../images/icon_arrow_more_h.png) no-repeat 85% RGBA(150, 96, 63, 1);
}
.graphic_image_item:hover .graphic_image_text {
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
.swipergraphiPrev,
.swipergraphiNext {
  width: 24px;
  height: 40px;
}
.swipergraphiPrev:after,.swipergraphiNext:after {
  background: transparent;
  content: '';
}
.swipergraphiPrev {
  background: url(../images/swipergraphiPrev.png) no-repeat;
}
.swipergraphiNext {
  background: url(../images/swipergraphiNext.png) no-repeat;
}

/* service_platform */

.service_platform {
  width: 100%;
  background-color: #ffffff;
  padding: 70px 0px;
  position: relative;
}
.service_platform_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.service_platform_box .service_info {
  width: calc(100% - 51%);
}
.service_info p {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-top: 30px;
}
.service_info p+p {
  margin-top: 20px;
}
.service_info>h3 {
  display: inline-block;
  width: 113px;
  height: 34px;
  background: #966041;
  border-radius: 17px;
  margin-top: 50px;
  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;
}
.service_info>h3>a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 34px;
  text-indent: 15px;
  background: url(../images/icon_arrow_more_h.png) no-repeat 80%;
}
.service_info>h3:hover {
  transform: translateY(-5px);
}
.service_pic {
  width: calc(100% - 51%);
  height: 395px;
  overflow: hidden;
}