.page-title {
  font-size: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-title .more-btn {
  color: #666;
  font-size: 14px;
  vertical-align: middle;
}
.apply-form .page-title {
  color: #333;
  font-weight: bold;
}
.width_1280 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.new__main__content {
  font-size: 18px;
  text-align: justify;
}
.cont-wrap {
  padding: 80px 0 80px;
}
.top_50 {
  margin-top: 50px;
}
.flex__between {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.text__ellipsis__3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text__ellipsis__2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text__ellipsis__1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.journalism {
  background: url(../../emba20190806/images/pc/advantage_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.activities {
  background: url(../images/bg1.png) no-repeat;
  background-size: 100% 100%;
}
.activities .activity-list .item {
  width: 45.313%;
  padding-right: 40px;
}
.activities .activity-list .inner {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 20px 0px rgba(3, 21, 95, 0.26);
  box-sizing: border-box;
  padding: 30px;
  padding-right: 0;
  color: #333;
}
.activities .activity-list .inner:hover {
  box-shadow: 0px 2px 20px 0px rgba(3, 21, 95, 0.4);
}
.activities .activity-list .title {
  font-size: 40px;
  line-height: 1;
  color: #0095d9;
  font-weight: lighter;
  margin-bottom: 30px;
}
.activities .activity-list .title span {
  display: inline-block;
  color: #fff;
  background-color: #0095d9;
  line-height: 24px;
  font-size: 20px;
  padding: 0 10px;
}
.activities .activity-list .desc {
  font-size: 20px;
  line-height: 1.7;
}
.activities .activity-list .l {
  flex: 1;
}
.activities .activity-list .r {
  margin-right: -40px;
  width: 288px;
  height: 170px;
  margin-left: 40px;
}
.activities .activity-list .r img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.new_advantage {
  background: url(../images/bg2.png) no-repeat;
  background-size: 100% 100%;
}
.new_advantage .tabs .tab-item {
  width: 19.0625%;
  border: 1px solid #003088;
  text-align: center;
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.new_advantage .tabs .tab-item:hover,
.new_advantage .tabs .tab-item.active {
  background-color: #003088;
}
.new_advantage .tabs .tab-item:hover .title,
.new_advantage .tabs .tab-item.active .title,
.new_advantage .tabs .tab-item:hover .index,
.new_advantage .tabs .tab-item.active .index {
  color: #fefefe;
}
.new_advantage .tabs .index {
  font-weight: lighter;
  font-size: 38px;
  line-height: 1;
  color: #003088;
  margin-right: 12px;
}
.new_advantage .tabs .title {
  font-size: 16px;
  word-break: keep-all;
  text-align: left;
}
.new_advantage .tab-changes {
  margin-top: 30px;
}
.new_advantage .tab-changes .item {
  display: none;
  padding: 20px;
  background: #003088;
}
.new_advantage .tab-changes .item.active {
  display: flex;
}
.new_advantage .tab-changes .item .r {
  flex: 1;
  margin-left: 40px;
  color: #fff;
}
.new_advantage .tab-changes .item .title {
  color: #ffd700;
  font-weight: bold;
  font-size: 20px;
  margin: 25px 0;
}
.new_advantage .tab-changes .item .desc {
  line-height: 1.8;
  height: 180px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.new_advantage .tab-changes .item .desc::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: red;
}
.new_advantage .tab-changes .item .desc::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 5px #000000;
  background: #FFFFFF;
  scrollbar-arrow-color: red;
}
.new_advantage .tab-changes .item .desc:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.new_advantage .tab-changes .item .page-change-btns {
  width: 82px;
  border: 1px solid #fff;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
}
.new_advantage .tab-changes .item .page-change-btns span {
  cursor: pointer;
  flex: 1;
  font-size: 16px;
  text-align: center;
}
.new_advantage .tab-changes .item .page-change-btns::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.yangtze_video .video_button {
  margin-top: 0;
  width: 186px;
}
.yangtze_video .certify-outer {
  position: relative;
}
.yangtze_video .certify-outer .swiper-button-next.swiper-button-white,
.yangtze_video .certify-outer .swiper-button-prev.swiper-button-white {
  top: 40%;
  width: 15px;
  font-size: 15px;
}
.yangtze_video .certify-outer .swiper-button-next.swiper-button-white::after,
.yangtze_video .certify-outer .swiper-button-prev.swiper-button-white::after {
  font-size: 24px;
}
.yangtze_video .certify-outer .swiper-button-next.swiper-button-white {
  right: -30px;
}
.yangtze_video .certify-outer .swiper-button-prev.swiper-button-white {
  left: -30px;
}
.yangtze_video #certify .objectfill {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.yangtze_video #certify .swiper-slide div,
.yangtze_video #certify .swiper-slide p {
  background: none;
}
.apply-form {
  background: url(../images/bg3.png) no-repeat;
  background-size: 100% 100%;
}
.apply-form .form-desc {
  margin-top: 30px;
}
.apply-form .form-desc .title {
  font-weight: bold;
  color: #003088;
  font-size: 18px;
  margin-bottom: 15px;
}
.apply-form .form-desc .desc {
  color: #003088;
  font-size: 14px;
  line-height: 2;
}
.apply-form .form-line {
  margin: 30px auto;
  height: 1px;
  background: #003088;
  opacity: 0.2;
}
.apply-form .form-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.apply-form .form-content .form-item {
  width: 32.35%;
  margin-bottom: 10px;
}
.apply-form .form-content .form-item select,
.apply-form .form-content .form-item input {
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  border: none;
  background: #fff;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #333;
  outline: none;
}
.apply-form .form-content .form-item select:active,
.apply-form .form-content .form-item input:active,
.apply-form .form-content .form-item select:focus,
.apply-form .form-content .form-item input:focus {
  border: none;
}
.apply-form .form-content .form-item .submit-btn {
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  border: none;
  outline: none;
  background-color: #003088;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
  letter-spacing: 5px;
  cursor: pointer;
}
.apply-form .form-content .form-item .submit-btn:hover {
  background-color: #04235c;
}
.apply-form .form-content .form-item.form__col2 {
  width: 66.3%;
}
.new_inner_banner {
  background-color: #f6fafd;
  min-height: 126px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.new_inner_banner .banner-title {
  font-size: 42px;
  color: #003088;
}
.new_inner_banner .banner-title span {
  display: inline-block;
  border-bottom: 2px solid #003088;
}
.new_inner_content {
  padding: 40px 0;
}
.video-list {
  flex-wrap: wrap;
}
.video-list .item {
  width: 46.25%;
  margin-bottom: 40px;
  position: relative;
}
.video-list .item .video {
  width: 100%;
  box-shadow: 20px 60px 0 0 #eee;
}
.video-list .item .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin: auto;
  cursor: pointer;
}
.video-list .item .title {
  text-align: center;
  font-size: 22px;
  margin: 15px 0;
}
.new_pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.new_pagination .pagination-item {
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  margin: 0 15px;
  text-align: center;
  cursor: pointer;
}
.new_pagination .pagination-item:not(.page-btn) {
  font-style: italic;
}
.new_pagination .pagination-item.active,
.new_pagination .pagination-item:hover {
  color: #fff;
  background-color: #0095d9;
}
.new_pagination .pagination-item.active a,
.new_pagination .pagination-item:hover a{
  color: #fff;
}
.project-aa {
  margin: 40px 0;
}
.project-aa .item {
  padding-left: 48px;
  width: 47.75%;
  box-sizing: border-box;
  color: #003088;
  position: relative;
}
.project-aa .item .titme {
  font-weight: bold;
  font-size: 22px;
  width: 80px;
  height: 80px;
  background-image: linear-gradient(0deg, #d5e0f5 0%, #ffffff 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 10px solid #fff;
}
.project-aa .item .intro {
  background-color: #f2f6fc;
  padding-left: 80px;
  padding-right: 30px;
  height: 130px;
  display: flex;
  align-items: center;
}
.nn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nn-list .item {
  width: 23.75%;
  margin-bottom: 30px;
  background-image: linear-gradient(0deg, #efefef 0%, #ffffff 100%);
}
.nn-list .item .title {
  line-height: 60px;
  background: #003088;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.nn-list .item .title img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.nn-list .item .content__ {
  padding: 20px;
  padding-right: 0;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.nn-list .item .content__ p {
  line-height: 2;
}
.nn-list .item .content__ .dist {
  margin-left: 20px;
  position: relative;
  display: list-item;
  list-style-type: disc;
}
.nn-list .item .content__ .ddd {
  color: #003088;
  font-size: 14px;
}
.nn-list .item:last-child {
  width: 100%;
  background: url(../images/bg4.png) no-repeat center right;
  background-size: cover;
  margin-bottom: 50px;
}
.categary-list {
  align-items: center;
  margin-top: 35px;
}
.categary-list .item {
  font-size: 18px;
  color: #999;
  padding: 10px 20px;
  cursor: pointer;
}
.categary-list .item:hover,
.categary-list .item.active {
  color: #fff;
  background-color: #003088;
  border-radius: 6px;
  position: relative;
}
.categary-list .item:hover::after,
.categary-list .item.active::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 7px solid transparent;
  border-top-color: #003088;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
}
.professor-title {
  font-size: 24px;
  color: #003088;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
}
.professor-title .desc {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-left: 25px;
}
.professor-title .desc .color-red {
  color: #db0101;
}
.professor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.professor-list .item {
  width: 46.67%;
  background-color: #f6fafd;
  margin-top: 40px;
}
.professor-list .item .p {
  width: 180px;
  height: 220px;
  position: relative;
  top: -10px;
  margin-right: 30px;
}
.professor-list .item .p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.professor-list .item .text {
  flex: 1;
  padding-top: 30px;
  position: relative;
}
.professor-list .item .text .name_cn,
.professor-list .item .text .name_en {
  color: #003088;
}
.professor-list .item .text .name_en {
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid #003088;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.professor-list .item .text .name_cn {
  font-size: 20px;
  font-weight: bold;
}
.professor-list .item .text .desc {
  color: #333;
  font-size: 14px;
  margin-bottom: 50px;
}
.professor-list .item .text .main {
  font-size: 14px;
  color: #003088;
}
.professor-list .item .text .main img {
  vertical-align: middle;
}
.professor-list .item .text .personal-page {
  position: absolute;
  right: 0;
  top: 30px;
  color: #fff;
  display: block;
  background-color: #0095d9;
  line-height: 34px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  padding: 0 20px;
}
.professor-list .item .text .personal-page.light {
  opacity: 0.5;
}
.p-view-list .item {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}
.p-view-list .l {
  flex: 1;
}
.p-view-list .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.p-view-list .title:hover {
  color: #0095d9;
}
.p-view-list .desc {
  color: #999;
  font-size: 14px;
  line-height: 2;
}
.p-view-list .r {
  margin-left: 50px;
  padding-left: 20px;
  border-left: 1px solid #dcdcdc;
  color: #0095d9;
}
.p-view-list .date {
  font-size: 50px;
  font-weight: lighter;
}
.p-view-list .year {
  font-size: 22px;
}
.content_list_100 {
  flex-wrap: wrap;
}
.content_list_100 .item {
  width: 47.5%;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d2d2d2;
}
.content_list_100 .item .l{
  width: 190px;
  position: relative;
}
.content_list_100 .item .l::after{
  content: '';
  display: block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:-1;
  background-image: linear-gradient(180deg, #0a99da, #fff)
}

.content_list_100 .item .l img{
  border-bottom-left-radius: 95px;
  border-bottom-right-radius: 95px;
  overflow: hidden;
}
.content_list_100 .item .r {
  flex: 1;
  margin-left: 30px;
}
.content_list_100 .item .name {
  font-weight: bold;
  color: #333;
  font-size: 24px;
}
.content_list_100 .item .name img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 5px;
  transition: 300ms;
}
.content_list_100 .item .name img:hover {
  transform: scale(1.2);
}
.content_list_100 .item .title {
  font-size: 17px;
  margin: 15px 0 20px;
}
.content_list_100 .item .desc {
  padding-left: 40px;
  font-size: 16px;
  position: relative;
  line-height: 1.8;
}
.content_list_100 .item .desc::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon7.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
}
.advantage-list .item {
  display: flex;
  background-image: linear-gradient(0deg, #003088 18%, #0063b1 66%, #0095d9 100%);
  border-radius: 20px;
  margin-bottom: 40px;
}
.advantage-list .item .l {
  width: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.advantage-list .item .l::after {
  content: '';
  width: 45px;
  height: 100%;
  display: block;
  background: url(../images/bg10.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.advantage-list .item .l .index {
  color: #fff;
  opacity: 0.16;
  font-size: 96px;
  font-weight: bold;
}
.advantage-list .item .r {
  flex: 1;
  background-color: #f2f6fc;
  height: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 210px;
  padding-top: 35px;
  padding-bottom: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.advantage-list .item .r .title {
  color: #003088;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}
.advantage-list .item .r .desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0;
  color: #333;
}
.advantage-list .item:nth-child(1) .r {
  background-image: url(../images/bg5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.advantage-list .item:nth-child(2) .r {
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.advantage-list .item:nth-child(3) .r {
  background-image: url(../images/bg7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.advantage-list .item:nth-child(4) .r {
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.advantage-list .item:nth-child(5) .r {
  background-image: url(../images/bg9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.advantage_img {
  position: fixed;
  right: 60px;
  top: 30%;
  cursor: pointer;
  z-index: 99;
}
.form__col2{
  position: relative;
}
.form__col2 img{
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border-radius: 10px;
  cursor: pointer;
}
/*面包屑*/
.crumbs {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  width: 100%;
}
.v_content {
  width: 1280px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.crumbs_list li {
  float: left;
  color: #e0e0e0;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin-right: 10px;
}
.crumbs_list li a {
  color: #333;
  font-size: 12px;
  line-height: 40px;
  display: block;
  height: 40px;
}
.index_home {
  background: url(/public/ckgsb/emba/images/home_icon.png) no-repeat left center;
  -webkit-background-size: 13px 12px;
  background-size: 13px 12px;
  padding-left: 28px;
}

#newAdd {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 76px;
}

#newAdd .fl, #newAdd .fr {
  border: 1px solid #cbcbcb;
  padding: 10px;
  color: #303030;
  width: 480px;
}

#newAdd .tit {
  margin-bottom: 10px;
  font-size: 20px;
}

#newAdd .text div {
  font-size: 14px;
  margin-bottom: 5px;
}

#newAdd .text div::before {
  content: "●";
  margin-right: 10px;
  color: #343434;
}

#newAdd .text div a:hover {
  text-decoration: underline;
}

#newAdd .fl {
  float: left;
}

#newAdd .fr {
  float: right;
}
.hide{
  display: none;
}
.btn-more{
  color: #fff;
  background-color: #003088;
  line-height: 40px;
  border-radius: 17px;
  padding: 0 20px;
  width: 160px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.xiangxia{
  margin: 0 auto;
  width: 50px;
}