
.graduate_center_bg {
  width: 100%;
  height: 488px;
  overflow: hidden;
}
.graduate_main {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
  padding: 40px 0px;
}
.graduate_item {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(154,154,154,0.25);
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.graduate_item_title {
  width: 10%;
}
.graduate_item_title>h3 {
  display: block;
  font-size: 18px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding-left: 35px;
  background: url(../images/icon_graduate_introduction.png) no-repeat 0px;
}
.graduate_item_title.graduate_item_intro>h3 {
  background: url(../images/icon_graduate_introduction.png) no-repeat 0px;
}
.graduate_item_cont {
  width: calc(100% - 13%);
}
.graduate_item_cont p {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.graduate_item_cont p+p {
  margin-top: 10px;
}
.graduate_item_cont p>span {
  color: #AE0C2A;
}
.graduate_item + .graduate_item {
  margin-top: 20px;
}
.graduate_item+.graduate_item .graduate_item_title>h3 {
  background: url(../images/icon_graduate_goal.png) no-repeat 0px;
}

/* 专业硕士 */
.graduate_item {
  margin-top: 20px;
}
.master_item {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(154,154,154,0.25);
/*  padding: 22px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.master_item .graduate_item_title {
  padding-left: 20px;
  width: 11%;
}
.master_item .graduate_item_title>h3 {
  background: url(../images/icon_graduate_introduction.png) no-repeat 0px;
}
.master_item_cont {
  width: calc(100% - 45%);
}
.master_item_cont p {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.master_item_cont p+p {
  margin-top: 10px;
}
.master_menu {
  width: calc(100% - 70%);
  background-color: #D6AA6D;
  padding: 20px 35px 20px 0px;
}
.master_menu>a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 90px;
  position: relative;
}
.master_menu>a+a {
  margin-top: 10px;
}
.master_menu>a:after {
  content: '';
  display: block;
  width: 37px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -2px;
  left: 40px;
}
.master_menu>a:hover {
  background: linear-gradient(90deg, #FFFFFF 0%, #D6AA6D 100%);
  background-color: #ffffff;
  color: #10193A;
}
.master_menu>a:hover:after {
  background-color: #10193A;
}
.graduate_item_title>h3 {
  background: url(../images/icon_graduate_goal.png) no-repeat 0px;
}
.master_nav {
  width: 95%;
  margin: 0px auto 30px;
  height: 86px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -90px;
}
.master_nav>a {
  display: block;
  width: calc(100% - 75%);
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 86px;
}
.master_nav>a:hover {
  background-color: #D6AA6D;
  color: #ffffff;
}
.master_nav_act {
  background-color: #D6AA6D !important;
  color: #ffffff !important;
}
.master_introduction {
  width: 95%;
  margin: 0 auto;
  padding: 25px;
  background-color: #ffffff;
}
.master_intro_img {
  width: 430px;
  height: 285px;
  overflow: hidden;
}
.master_intro_img>img {
  display: block;
  width: 100%;
}
.master_intro_cont {
  width: calc(100% - 460px);
  padding-top: 30px;
}
.master_intro_cont>h2 {
  display: block;
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}
.master_intro_cont>h2:after {
  content: '';
  display: block;
  width: 29px;
  height: 3px;
  background: #D6AA6D;
  margin-top: 5px;
}
.master_intro_cont>h3 {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #D6AA6D;
  line-height: 21px;
  margin-top: 5px;
}
.master_intro_cont p {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 15px;
}
.master_intro_cont p + p {
  margin-top: 10px;
}
.master_position {
  width: 95%;
  margin: 0 auto;
}
.master_position_item {
  width: calc(100% - 51%);
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #ffffff;
  min-height: 240px;
}
.master_position_item>h3 {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  width: 327px;
  height: 68px;
  line-height: 78px;
  text-align: center;
  background: url(../images/icon_master_position.png) no-repeat;
  font-weight: bold;
  margin-left: -10px;
  margin-bottom: 20px;
}
.master_position_item p {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  padding: 0px 30px;
}
.master_position_item + .master_position_item + .master_position_item {
  margin-top: 30px;
}
.master_position_item:nth-child(2n) {
  float: right;
}
.master_course,
.master_advant {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.master_course_item {
  width: calc(100% - 51%);
  background: url(../images/course_first.png) no-repeat center center;
  padding: 60px 30px;
}
.master_course_item>h3 {
  display: block;
  font-size: 40px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 64px;
  margin-bottom: 30px;
}
.master_course_item p {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.master_course_item:nth-child(2n) {
  background: url(../images/course_sce.png) no-repeat center center;
}
.master_advant_item {
  width: calc(100% - 68%);
  padding: 0px 30px;
  background: url(../images/icon_advant.png) no-repeat top center / cover;
  margin-bottom: 20px;
  min-height: 240px;
}
.master_advant {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.master_advant_item>h3 {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.master_advant_item p {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.master_advant_item+.master_advant_item {
  margin-left: 2%;
}
.master_advant_item:nth-child(3n+1) {
  margin-left: 0px;
}


/* 本科生 */

.undergraduate_item {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(154,154,154,0.25);
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.undergraduate_item_title {
  width: 10%;
}
.undergraduate_item_title>h3 {
  display: block;
  font-size: 18px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding-left: 35px;
  background: url(../images/icon_umdergraduate_introduction.png) no-repeat 0px;
}
.undergraduate_item_cont {
  width: calc(100% - 13%);
}
.undergraduate_item_project {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.undergraduate_item_project_cont {
  width: 31%;
  height: 80px;
  background: #F8F8F8;
  opacity: 1;
  border: 1px solid #CACACA;
  position: relative;
}
.undergraduate_item_project_cont>a {
  display: block;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  text-align: center;
  padding: 28px 0px;
}
.undergraduate_item_project_cont>span {
  display: block;
  position: absolute;
  z-index: 2;
  top: -13px;
  left: 0px;
  width: 82px;
  height: 26px;
  background: url(../images/icon_undergraduate_item_project.png) no-repeat 0px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.undergraduate_item_project_cont:hover {
  background-color: #D6AA6D;
  border: 1px solid #D6AA6D;
}
.undergraduate_item_project_cont:hover >a {
  color: #ffffff;
}
.undergraduate_item_project_tab {
  width: 100%;
  margin-top: 30px;
  background: #F8F8F8;
  padding: 20px 25px;
}
.undergraduate_item_project_tab_menu {
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  justify-content: space-around;
}
.undergraduate_item_project_tab_menu>div {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  height: 45px;
  line-height: 26px;
  position: relative;
  cursor: pointer;
}
.undergraduate_item_project_tab_menu>div:after {
  content: '';
  display: block;
  width: 120%;
  height: 5px;
  border-bottom: 5px solid #D6AA6D;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 50%;
  margin-left: -60%;
  -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;
}
.undergraduate_item_project_tab_menu .customTabMenuAct {
  color: #D6AA6D;
}
.undergraduate_item_project_tab_menu .customTabMenuAct:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.undergraduate_item_project_tab_menu>div:hover {
  color: #D6AA6D;
}
.undergraduate_item_project_tab_menu>div:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.undergraduate_item_project_tab_menu_cont {
  width: 100%;
  margin-top: 30px;
}
.undergraduate_item_project_tab_menu_cont>div p {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  padding-left: 30px;
  background: url(../images/icon_umdergraduate_item.png) no-repeat 0px 5px;
}
.undergraduate_item_project_tab_menu_cont>div p + p {
  margin-top: 20px;
}

.undergraduate_article {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(154,154,154,0.25);
  padding: 22px;
}
.undergraduate_article h2 {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  color: #333333;
  margin-bottom: 20px;
}
.undergraduate_article p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.undergraduate_article img {
  display: block;
  max-width: 80%;
  margin: 10px auto;
}
.undergraduate_article table p {
  text-indent: 0em !important;
}