/* 专业介绍 */
.m-introduce-block {
  width: 100%;
  padding: 50px 0;
  background-color: #ffffff;
}
.m-introduce-block .content {
  width: 1200px;
  margin: 0 auto;
}
.m-introduce-block .content .title {
  font-size: 24px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
}
.m-introduce-block .content .tab-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #dedede;
}
.m-introduce-block .content .tab-menu .items {
  margin: 0 100px;
  font-size: 18px;
  font-weight: 800;
  color: #333333;
  padding: 25px 0;
  cursor: pointer;
}
.m-introduce-block .content .tab-menu .items.selected {
  position: relative;
  color: #003F88;
}
.m-introduce-block .content .tab-menu .items.selected::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #003F88;
}
.m-introduce-block .content .tab-content {
  margin-top: 30px;
}
.m-introduce-block .content .tab-content .items {
  display: none;
}
.m-introduce-block .content .tab-content .items.selected {
  display: block;
}
.m-introduce-block .content .tab-content .top .tags {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 15px;
}
.m-introduce-block .content .tab-content .top .tags span {
  font-size: 18px;
  color: #003F88;
}
.m-introduce-block .content .tab-content .top p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.m-introduce-block .content .tab-content .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.m-introduce-block .content .tab-content .bottom .boxs {
  width: 580px;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid #DDDDDD;
}
.m-introduce-block .content .tab-content .bottom .boxs h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
  margin-bottom: 25px;
}
.m-introduce-block .content .tab-content .bottom .boxs .citemList {
  display: flex;
  flex-wrap: wrap;
}
.m-introduce-block .content .tab-content .bottom .boxs .citemList .citems {
  width: 250px;
}
.m-introduce-block .content .tab-content .bottom .boxs .citemList .citems .imgs {
  width: 250px;
  height: 160px;
}
.m-introduce-block .content .tab-content .bottom .boxs .citemList .citems .imgs img {
  display: block;
  width: 250px;
  height: 160px;
}
.m-introduce-block .content .tab-content .bottom .boxs .citemList .citems .name {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  margin-top: 15px;
}
.m-introduce-block .content .tab-content .bottom .boxs .citemList .citems:nth-child(2n) {
  margin-left: 28px;
}
.m-introduce-block .content .tab-content .bottom .boxs .citemList .citems:nth-child(1),
.m-introduce-block .content .tab-content .bottom .boxs .citemList .citems:nth-child(1) {
  margin-bottom: 20px;
}
/* 特色培养 */
.m-feature-block {
  width: 100%;
  background-color: #f5f5f5;
}
.m-feature-block .content {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.m-feature-block .content .title {
  font-size: 26px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
  margin-bottom: 35px;
}
.m-feature-block .content .first {
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  border: solid 1px #DDDDDD;
  overflow: hidden;
}
.m-feature-block .content .first h5 {
  width: 1200px;
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  background: #003F88;
  border-radius: 20px 20px 0px 0px;
}
.m-feature-block .content .first .newslist {
  display: flex;
  padding: 30px 29px;
}
.m-feature-block .content .first .newslist .items {
  width: 220px;
  margin-right: 10px;
}
.m-feature-block .content .first .newslist .items .imgs {
  width: 100%;
  height: 156px;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.m-feature-block .content .first .newslist .items .imgs img {
  display: block;
  width: 100%;
  height: 156px;
}
.m-feature-block .content .first .newslist .items .name {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  line-height: 30px;
}
.m-feature-block .content .first .newslist .items:last-child {
  width: 450px;
  margin-right: 0px;
}
.m-feature-block .content .second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
}
.m-feature-block .content .second .ft {
  width: 580px;
}
.m-feature-block .content .second .ft .ctitle {
  font-size: 24px;
  font-weight: 800;
  color: #003F88;
  line-height: 30px;
  margin-bottom: 15px;
}
.m-feature-block .content .second .ft ul li {
  position: relative;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 20px;
  background: url(../img/index-icon-2.png) no-repeat 0 9px;
}
.m-feature-block .content .second .ft ul li:last-child {
  margin-bottom: 0;
}
.m-feature-block .content .second .ft p {
  font-size: 18px;
  font-weight: 800;
  color: #333333;
  margin-top: 45px;
}
.m-feature-block .content .second .rt {
  width: 580px;
}
.m-feature-block .content .second .rt img {
  display: block;
  width: 100%;
  height: 382px;
  border-radius: 10px;
  overflow: hidden;
}
.m-feature-block .content .thred {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 40px;
  border-bottom: solid 1px #dedede;
}
.m-feature-block .content .thred .imgsList {
  display: flex;
}
.m-feature-block .content .thred .imgsList .items {
  width: 380px;
  height: 240px;
  border-radius: 5px;
  margin-right: 30px;
  overflow: hidden;
}
.m-feature-block .content .thred .imgsList .items img {
  display: block;
  width: 380px;
  height: 240px;
}
.m-feature-block .content .thred .imgsList .items:nth-child(3n) {
  margin-right: 0;
}
.m-feature-block .content .forth {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 40px;
  border-bottom: solid 1px #dedede;
}
.m-feature-block .content .forth .ctitle {
  font-size: 24px;
  font-weight: 800;
  color: #003F88;
  line-height: 30px;
  margin-bottom: 25px;
  text-align: center;
}
.m-feature-block .content .forth .newsList {
  display: flex;
}
.m-feature-block .content .forth .newsList .items {
  width: 280px;
  border-radius: 5px;
  margin-right: 25px;
  overflow: hidden;
  border: solid 1px #dedede;
}
.m-feature-block .content .forth .newsList .items .imgs {
  width: 100%;
}
.m-feature-block .content .forth .newsList .items .imgs img {
  display: block;
  width: 100%;
}
.m-feature-block .content .forth .newsList .items .name {
  padding: 15px;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
}
.m-feature-block .content .forth .newsList .items .name a {
  color: #333333;
}
.m-feature-block .content .forth .newsList .items:nth-child(4n) {
  margin-right: 0;
}
.m-feature-block .content .fifth {
  width: 100%;
  padding-top: 40px;
}
.m-feature-block .content .fifth .ctitle {
  font-size: 24px;
  font-weight: 800;
  color: #003F88;
  line-height: 30px;
  margin-bottom: 25px;
  text-align: center;
}
.m-feature-block .content .fifth .my-table {
  border-radius: 10px;
}
.m-feature-block .content .fifth .my-table th,
.m-feature-block .content .fifth .my-table td {
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 600;
}
.m-feature-block .content .fifth .newslist {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.m-feature-block .content .fifth .newslist .items {
  position: relative;
  width: 580px;
  background: #F8F8F8;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
}
.m-feature-block .content .fifth .newslist .items .imgs {
  width: 100%;
  height: 300px;
}
.m-feature-block .content .fifth .newslist .items .imgs img {
  display: block;
  width: 100%;
  height: 300px;
}
.m-feature-block .content .fifth .newslist .items .type {
  position: absolute;
  top: 220px;
  left: 0;
  width: 580px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  background: #415539;
  z-index: 9;
}
.m-feature-block .content .fifth .newslist .items .infos {
  padding: 20px 30px;
}
.m-feature-block .content .fifth .newslist .items .name {
  font-size: 18px;
  font-weight: 800;
  color: #003F88;
  margin-bottom: 15px;
}
.m-feature-block .content .fifth .newslist .items ul li {
  position: relative;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 5px;
  background: url(../img/index-icon-2.png) no-repeat 0 9px;
}
.m-feature-block .content .fifth .newslist .items ul li:last-child {
  margin-bottom: 0;
}
.m-feature-block .content .fifth .newslist .items:last-child .type {
  background-color: #898680;
}
/* 毕业发展 */
.m-develop-block {
  width: 100%;
  background-color: #f5f5f5;
}
.m-develop-block .content {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.m-develop-block .content .first .ctitle {
  font-size: 26px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
  margin-bottom: 35px;
}
.m-develop-block .content .first .dataList {
  display: flex;
  justify-content: space-around;
  padding: 0 100px;
  margin-bottom: 60px;
}
.m-develop-block .content .first .dataList .items .data {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.m-develop-block .content .first .dataList .items .data span {
  font-size: 18px;
  font-weight: 800;
  color: #003F88;
}
.m-develop-block .content .first .dataList .items .data span.num {
  font-size: 58px;
}
.m-develop-block .content .first .dataList .items .tags {
  font-size: 18px;
  font-weight: 800;
  color: #333333;
  margin-top: 10px;
  line-height: 28px;
  text-align: center;
}
.m-develop-block .content .first .imgs {
  width: 100%;
  text-align: center;
}
.m-develop-block .content .first .imgs img {
  display: block;
  margin: 0 auto;
}
.m-develop-block .content .second {
  margin-top: 50px;
}
.m-develop-block .content .second .ctitle {
  font-size: 26px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
  margin-bottom: 35px;
}
.m-develop-block .content .second .my-table {
  border-radius: 10px;
}
.m-develop-block .content .second .my-table th {
  color: #003F88;
}
.m-develop-block .content .second .my-table th,
.m-develop-block .content .second .my-table td {
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 600;
}
.m-develop-block .content .thred {
  margin-top: 50px;
}
.m-develop-block .content .thred .ctitle {
  font-size: 26px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
  margin-bottom: 35px;
}
.m-develop-block .content .thred .imgs {
  text-align: center;
}
.m-develop-block .content .thred .imgs img {
  display: block;
  margin: 0 auto;
}
.m-develop-block .content .thred .entryData {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.m-develop-block .content .thred .entryData .imgs {
  width: 600px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #DDDDDD;
  padding: 20px 19px;
  margin-right: 50px;
  background-color: #ffffff;
}
.m-develop-block .content .thred .entryData .imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.m-develop-block .content .thred .entryData .entry-ul {
  width: calc(100% - 650px);
  padding-top: 10px;
}
.m-develop-block .content .thred .entryData .entry-ul li {
  position: relative;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  padding-left: 30px;
  margin-bottom: 5px;
  background: url(../img/index-icon-2.png) no-repeat 0 9px;
}
.m-develop-block .content .thred .entryData .entry-ul li:last-child {
  margin-bottom: 0;
}
/* 校园生活 */
.m-school-block .first {
  width: 100%;
  padding: 60px 0 ;
  background: url(../img/campus-bg6.png) no-repeat;
  background-size: 100% 100%;
}
.m-school-block .content {
  width: 1200px;
  margin: 0 auto;
}
.m-school-block .content .live .title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
}
.m-school-block .content .live .box {
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 18px;
  background: #ffffff40;
}
.m-school-block .content .live .box .sub-title {
  margin: 15px 0 35px;
  font-size: 26px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
}
.m-school-block .content .live .box .sub-content {
  width: 100%;
}
.m-school-block .content .live .box .sub-content .table-bordered {
  border-color: #D2D4FF;
}
.m-school-block .content .live .box .sub-content .my-table {
  width: 100%;
}
.m-school-block .content .live .box .sub-content .my-table th,
.m-school-block .content .live .box .sub-content .my-table td {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  padding: 10px;
  border-color: #D2D4FF;
  vertical-align: middle;
}
.m-school-block .content .live .box .sub-content .my-table th {
  padding: 28px 0;
  font-size: 20px;
  font-weight: 800;
  color: #003F88;
}
.m-school-block .content .live .box:last-child {
  margin-bottom: 0;
}
.m-school-block .content .facilities-content {
  display: flex;
  justify-content: space-between;
}
.m-school-block .content .facilities-content .table-bordered {
  border-color: #B2B6FF !important;
}
.m-school-block .content .facilities-content .my-table2 {
  margin-left: 45px;
}
.m-school-block .content .facilities-content .my-table2 th,
.m-school-block .content .facilities-content .my-table2 td {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  padding: 10px;
  border-color: #B2B6FF;
  vertical-align: middle;
}
.m-school-block .content .facilities-content .my-table2 th {
  padding: 28px 0;
  font-size: 20px;
  font-weight: 800;
  color: #003F88;
}
.m-school-block .mySwiper {
  position: relative;
  flex: 0 0 490px;
  width: 490px;
  height: 395px;
  overflow: hidden;
}
.m-school-block .mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 320px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.m-school-block .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.m-school-block .mySwiper .swiper-button-next,
.m-school-block .mySwiper .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 52px;
  background: none;
}
.m-school-block .mySwiper .swiper-button-next {
  left: 100px;
}
.m-school-block .mySwiper .mySwiper-pagination {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 14px;
  width: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.m-school-block .mySwiper .mySwiper-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #003F88;
}
.m-school-block .thred .content {
  width: 1200px;
  margin: 0 auto;
}
.m-school-block .thred .content .features {
  padding: 50px 0 60px;
}
.m-school-block .thred .content .features .title {
  margin-bottom: 36px;
  font-size: 26px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
}
.m-school-block .thred .content #certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.m-school-block .thred .content #certify .swiper-container {
  padding-bottom: 68px;
}
.m-school-block .thred .content #certify .swiper-slide {
  width: 800px;
  height: 430px;
}
.m-school-block .thred .content #certify .swiper-slide.swiper-slide-active p {
  display: block;
}
.m-school-block .thred .content #certify .swiper-slide img {
  display: block;
    border-radius: 20px;
}
.m-school-block .thred .content #certify .swiper-slide p {
  display: none;
  margin: 0;
  line-height: 98px;
  font-size: 26px;
  font-weight: 800;
  color: #003F88;
  text-align: center;
}
.m-school-block .thred .content #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.m-school-block .thred .content #certify .swiper-button-next,
.m-school-block .thred .content #certify .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 240px;
  background: none;
}
.m-school-block .thred .content #certify .swiper-button-next {
  left: 930px;
}
.m-school-block .second {
  background: #003F88;
  padding: 45px 0 80px;
}
.m-school-block .second .culture {
  display: flex;
  justify-content: space-between;
}
.m-school-block .second .culture .text {
  width: 785px;
}
.m-school-block .second .culture .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.m-school-block .second .culture .text p:last-child {
  margin-bottom: 0;
}
.m-school-block .second .culture .imgs {
  width: 208px;
  height: 208px;
}
.m-school-block .second .culture .imgs img {
  display: block;
  width: 208px;
  height: 208px;
}
