:root {
  --color-primary: #2042ac;
  --color-light: #f04548;
  --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04),
    0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08),
    0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-border-color-light: #e4e7ed;
  --el-table-td-bg-color: #f5f7fa;
}
.line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: "simkai";
  src: url("../css/kaiti/simkai.eot");
  /* IE9 */
  src: url("../css/kaiti/simkai.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../css/kaiti/simkai.woff") format("woff"), /* chrome、firefox */ url("../css/kaiti/simkai.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("../css/kaiti/simkai.svg#simkai") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  font-size: 625%;
  color: #333333;
  font-weight: 400;
  font-family: PingFang SC, Microsoft YaHei, system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 0.24rem;
}
.fixed_top_nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.fixed_top_nav .top_nav {
  width: 100%;
  max-width: 750px;
  height: 0.96rem;
  margin: 0 auto;
  padding: 0 0.3rem;
  background-image: linear-gradient(#385bc8, var(--color-primary));
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--el-box-shadow-dark);
}
.fixed_top_nav .top_nav .logo img {
  display: block;
  width: 2.26rem;
  height: auto;
}
.fixed_top_nav .top_nav .nav_bar {
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/shouqi.png) no-repeat center center;
  background-size: 0.42rem 0.34rem;
}
.fixed_top {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.fixed_top .top_content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 750px;
  height: 0.96rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #6d16d0;
  background-image: linear-gradient(#385bc8, var(--color-primary));
  box-shadow: var(--el-box-shadow-lighter);
}
.fixed_top .top_content .shadow {
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 0.4rem;
  z-index: 2;
  background: url(../images/shadow_bg.png) no-repeat top center;
  background-size: cover;
}
.fixed_top .top_content .logo {
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
}
.fixed_top .top_content .logo img {
  display: block;
  width: 2.38rem;
  height: auto;
}
.fixed_top .top_content .logo .txt {
  color: #fff;
  margin-left: 0.1rem;
  font-family: 'simkai';
}
.fixed_top .top_content .navbar {
  width: 0.42rem;
  height: 0.42rem;
  position: relative;
  margin-right: 0.4rem;
  background: url(../images/shouqi.png) no-repeat center;
  background-size: 0.42rem 0.34rem;
}
.fixed_top .top_content .navbar.cur {
  background: url(../images/close_nav.png) no-repeat center;
  background-size: 0.34rem 0.34rem;
}
.fixed_top .slide_nav_fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.96rem;
  overflow: hidden;
}
.fixed_top .slide_nav_fixed .slide_nav {
  height: 100%;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: var(--color-primary);
  overflow: auto;
  padding-top: 0.2rem;
}
.fixed_top .slide_nav_fixed .slide_nav .item {
  border-bottom: 1px solid #385bc8;
  overflow: hidden;
}
.fixed_top .slide_nav_fixed .slide_nav .item:last-child {
  border-bottom: none !important;
}
.fixed_top .slide_nav_fixed .slide_nav .subNav {
  width: 100%;
  height: 1.01rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.4rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_top .slide_nav_fixed .slide_nav .subNav .arrow {
  display: block;
  width: 0.27rem;
  height: auto;
  transition: all 0.2s ease-in;
}
.fixed_top .slide_nav_fixed .slide_nav .subNav.cur .arrow {
  transform: rotate(-180deg);
}
.fixed_top .slide_nav_fixed .slide_nav .navContent {
  display: none;
}
.fixed_top .slide_nav_fixed .slide_nav .navContent li {
  padding-left: 0.8rem;
}
.fixed_top .slide_nav_fixed .slide_nav .navContent li:last-child a {
  border-bottom: none;
}
.fixed_top .slide_nav_fixed .slide_nav .navContent li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.94rem;
  font-size: 0.3rem;
  color: #fff;
}
.zhanwei {
  width: 100%;
  height: 0.95rem;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .swiper-slide .slideImg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner .swiper_dot {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.08rem;
  z-index: 100px;
  width: 100%;
}
.banner .swiper_dot .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 0.08rem;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .swiper_dot .swiper-pagination-bullet {
  height: 0.08rem;
  display: inline-block;
  border-radius: 0;
  background: #f5f7f9;
  opacity: 0.5;
  margin: 0;
  width: 50%;
}
.banner .swiper_dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-primary);
}
._nav_section {
  width: 100%;
  padding: 0 0.3rem 0.6rem;
}
._nav_section .icon {
  width: 0.5rem;
  height: 0.5rem;
  fill: currentColor;
  overflow: hidden;
}
._nav_section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
}
._nav_section ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
  padding: 0.3rem 0;
}
._nav_section ul li a p {
  margin-top: 0.1rem;
}
._nav_section .card_nav {
  display: flex;
  justify-content: space-between;
}
._nav_section .card_nav .item_nav {
  width: 3.35rem;
  height: 1.25rem;
  border-radius: 0.2rem;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
._nav_section .card_nav .item_nav h4 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}
._nav_section .card_nav .item_nav p {
  font-size: 0.2rem;
  color: #bc8cff;
}
._nav_section .card_nav .item_nav:nth-child(1) {
  background-color: var(--color-primary);
}
._nav_section .card_nav .item_nav:nth-child(1) .bgimg {
  position: absolute;
  top: -0.4rem;
  right: -0.07rem;
  width: 1.65rem;
  height: 2.38rem;
  opacity: 0.37;
}
._nav_section .card_nav .item_nav:nth-child(2) {
  background-color: #cc880e;
}
._nav_section .card_nav .item_nav:nth-child(2) .bgimg {
  position: absolute;
  top: 0.1rem;
  right: -0.3rem;
  width: 2.3rem;
  height: 1.36rem;
  opacity: 0.54;
}
._nav_section .card_nav .item_nav:nth-child(2) p {
  color: #ffd384;
}
.section_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_head h4 {
  font-size: 0.32rem;
  line-height: 1.2;
  font-weight: bold;
  color: #222222;
}
.section_head p {
  font-size: 0.16rem;
  color: #b3b3b3;
  text-transform: uppercase;
  line-height: 1.2;
}
.project_section {
  background-color: #e2e8ff;
  padding-top: 0.57rem;
}
.project_section .section_main {
  padding: 0.45rem 0.3rem 0.6rem;
  overflow: hidden;
}
.project_section .section_main .tabs_project {
  width: 100%;
  overflow: hidden;
  background-color: #f8f9fc;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.project_section .section_main .tabs_project .content {
  padding: 0.33rem 0.3rem 0.4rem;
}
.project_section .section_main .tabs_project .content h4 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
}
.project_section .section_main .tabs_project .content h4 a {
  color: #333;
}
.project_section .section_main .tabs_project .content .txt {
  font-size: 0.26rem;
  line-height: 0.38rem;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  margin-top: 0.16rem;
  text-indent: 2em;
}
.project_section .section_main .tabs_project .content .txt a {
  color: #333;
}
.project_section .section_main .tabs_project .content .txt b {
  height: 0.38rem;
  line-height: 0.38rem;
  font-weight: bold;
  border-radius: 0.1rem;
  color: var(--color-primary);
  margin-left: 0.2rem;
}
.project_section .section_main .tabs_project .content .txt b .iconfont {
  font-size: 0.26rem;
  line-height: 0.38rem;
}
.project_section .section_main .tabs_project .content .imgs {
  margin-top: 0.34rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 0.14rem;
}
.project_section .section_main .tabs_project .content .imgs .item {
  display: flex;
  justify-content: center;
}
.project_section .section_main .tabs_project .content .imgs img {
  display: block;
  width: 100%;
  height: 1.32rem;
  object-fit: cover;
}
.project_section .section_main .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  background-color: var(--color-primary);
  font-size: 0.26rem;
  font-weight: bold;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.project_section .section_main .tabs p {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.15rem;
  text-align: center;
}
.project_section .section_main .tabs p:nth-child(1) {
  border-bottom-left-radius: 0.2rem;
}
.project_section .section_main .tabs p:nth-child(3) {
  border-bottom-right-radius: 0.2rem;
}
.project_section .section_main .tabs .active {
  background-color: #17338a;
}
.news_section {
  background-color: #E2E8FF;
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
}
.news_section .section_main {
  padding-top: 0.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news_section .section_main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.news_section .section_main ul li {
  width: 3.34rem;
  margin-bottom: 0.4rem;
}
.news_section .section_main ul li a {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.2rem;
}
.news_section .section_main ul li a .title_pic {
  width: 100%;
  height: 2.12rem;
  object-fit: cover;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.news_section .section_main ul li a .txtinfo {
  padding: 0.22rem 0.2rem;
  word-break: break-all;
  text-align: justify;
}
.news_section .section_main ul li a .txtinfo .title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.38rem;
  min-height: 0.76rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_section .section_main ul li a .txtinfo .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.32rem;
  margin-top: 0.1rem;
  min-height: 0.64rem;
}
.news_section .section_main ul li a .txtinfo .datetime {
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.32rem;
  margin-top: 0.06rem;
}
.morebtn {
  background-color: var(--color-primary);
  color: #fff;
  height: 0.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
  font-weight: bold;
  border-radius: 0.1rem;
  padding: 0 0.36rem;
}
.morebtn .iconfont {
  font-size: 0.3rem;
  margin-left: 0.1rem;
}
.college_section {
  background-color: #FFFFFF;
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
}
.college_section .section_main {
  overflow: hidden;
  padding-top: 0.47rem;
}
.college_section .section_main #nav .swiper-slide {
  display: flex;
  justify-content: flex-end;
}
.college_section .section_main #nav .swiper-slide span {
  background-color: #d0daff;
  border-radius: 0.58rem;
  height: 0.58rem;
  width: 1.97rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.college_section .section_main #nav .swiper-slide span.cur {
  background-color: var(--color-primary);
  color: #fff;
}
.college_section .section_main #page {
  padding-top: 0.15rem;
}
.college_section .section_main #page .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.college_section .section_main #page .swiper-slide ul {
  width: 100%;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-bottom: 0.5rem;
}
.college_section .section_main #page .swiper-slide ul li {
  margin-top: 0.7rem;
}
.college_section .section_main #page .swiper-slide ul li a {
  width: 100%;
  display: flex;
  position: relative;
  height: 2.42rem;
  border-radius: 0.2rem;
  background-color: #f8f9fc;
  padding: 0 0.31rem;
}
.college_section .section_main #page .swiper-slide ul li .title_pic {
  position: absolute;
  left: 0.3rem;
  top: -0.3rem;
  height: 2.44rem;
  width: 1.8rem;
  border-radius: 0.2rem;
}
.college_section .section_main #page .swiper-slide ul li .title_pic img {
  display: block;
  height: 2.44rem;
  width: 1.8rem;
  object-fit: cover;
  border-radius: 0.2rem;
}
.college_section .section_main #page .swiper-slide ul li .txtinfo {
  padding-left: 2.11rem;
  overflow: hidden;
}
.college_section .section_main #page .swiper-slide ul li .txtinfo .txt_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.college_section .section_main #page .swiper-slide ul li .txtinfo .txt_top .side_txt {
  width: 100%;
  overflow: hidden;
}
.college_section .section_main #page .swiper-slide ul li .txtinfo .txt_top h4 {
  width: 100%;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.34rem;
}
.college_section .section_main #page .swiper-slide ul li .txtinfo .txt_top .en {
  font-size: 0.22rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.college_section .section_main #page .swiper-slide ul li .txtinfo .txt_top .dot {
  flex-shrink: 0;
  width: 0.36rem;
  height: auto;
  margin-top: 0.3rem;
}
.college_section .section_main #page .swiper-slide ul li .txtinfo .txts {
  margin-top: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.38rem;
  text-align: justify;
  word-break: break-all;
}
.campus_section {
  background-image: linear-gradient(#385bc8, var(--color-primary));
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
}
.campus_section .section_head h4 {
  color: #fff;
}
.campus_section .section_head p {
  color: #b3b3b3;
}
.campus_section .section_main {
  padding-left: 0.3rem;
  padding-top: 0.45rem;
}
.campus_section .section_main .swiper-slide {
  width: 2.9rem;
  margin-right: 0.2rem;
}
.campus_section .section_main .swiper-slide img {
  display: block;
  width: 2.9rem;
  height: 1.8rem;
  object-fit: cover;
  border-radius: 0.2rem;
}
.campus_section .section_main .swiper-slide p {
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
  margin-top: 0.14rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.copyright {
  background-color: #18348d;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.32rem;
  padding: 0.4rem 0.3rem;
}
.bottom_zw {
  width: 100%;
  height: 1rem;
}
.fixed_bar {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
}
.fixed_bar .tab_bar {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: 1rem;
  background-color: #fefefe;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.04);
}
.fixed_bar .tab_bar .middle_logo {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -0.565rem;
  width: 1.13rem;
  height: 1.13rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.fixed_bar .tab_bar .middle_logo .logo_box {
  width: 0.97rem;
  height: 0.97rem;
  border-radius: 50%;
  background-color: #053092;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_bar .tab_bar .middle_logo .logo_box img {
  display: block;
  width: 0.79rem;
  height: auto;
}
.fixed_bar .tab_bar .side_bar {
  width: calc((100% - 56px) / 2);
  display: flex;
}
.fixed_bar .tab_bar .side_bar a {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: #96979c;
}
.fixed_bar .tab_bar .side_bar a:hover {
  text-decoration: none;
}
.fixed_bar .tab_bar .side_bar a .iconfont {
  font-size: 0.39rem;
  font-weight: 500;
}
.fixed_bar .tab_bar .side_bar a.nav3 {
  position: relative;
}
.fixed_bar .tab_bar .side_bar a.nav3::before {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -0.28rem;
  top: 0.08rem;
  width: 0.09rem;
  height: 0.09rem;
  background: url(../images/tips.png) no-repeat top center;
  background-size: 100%;
}
.fixed_bar .tab_bar .side_bar a.nav2 .iconfont {
  font-weight: normal;
}
.pageimg {
  width: 100%;
}
.pageimg img {
  display: block;
  width: 100%;
  height: auto;
}
.cooperation_list {
  background-color: #f5f6fa;
  padding-top: 0.6rem;
}
.cooperation_list .page_column .paddimg {
  background-color: #f5f6fa;
}
.cooperation_list .cooperation_list_box .list_tab {
  background-color: #eaeaea;
  margin-top: 0.4rem;
}
.cooperation_list .cooperation_list_box .tab_countries {
  padding-left: 0.3rem;
}
.cooperation_list .cooperation_list_box .tab_countries .swiper-slide a {
  display: flex;
  height: 0.58rem;
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
  color: #333333;
}
.cooperation_list .cooperation_list_box .tab_countries .active a {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 0.58rem;
}
.cooperation_list .cooperation_list_box .list_content {
  padding-bottom: 0.6rem;
}
.cooperation_list .cooperation_list_box .list_content ul {
  width: 100%;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-bottom: 0.5rem;
}
.cooperation_list .cooperation_list_box .list_content ul li {
  margin-top: 0.7rem;
}
.cooperation_list .cooperation_list_box .list_content ul li a {
  width: 100%;
  display: flex;
  position: relative;
  height: 2.42rem;
  border-radius: 0.2rem;
  background-color: #f8f9fc;
  padding: 0 0.31rem;
  box-shadow: var(--el-box-shadow-light);
}
.cooperation_list .cooperation_list_box .list_content ul li .title_pic {
  position: absolute;
  left: 0.3rem;
  top: -0.3rem;
  height: 2.44rem;
  width: 1.8rem;
  border-radius: 0.2rem;
}
.cooperation_list .cooperation_list_box .list_content ul li .title_pic img {
  display: block;
  height: 2.44rem;
  width: 1.8rem;
  object-fit: cover;
  border-radius: 0.2rem;
}
.cooperation_list .cooperation_list_box .list_content ul li .txtinfo {
  padding-left: 2.11rem;
  overflow: hidden;
}
.cooperation_list .cooperation_list_box .list_content ul li .txtinfo .txt_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cooperation_list .cooperation_list_box .list_content ul li .txtinfo .txt_top .side_txt {
  width: 100%;
  overflow: hidden;
}
.cooperation_list .cooperation_list_box .list_content ul li .txtinfo .txt_top h4 {
  width: 100%;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.34rem;
}
.cooperation_list .cooperation_list_box .list_content ul li .txtinfo .txt_top .en {
  font-size: 0.22rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.cooperation_list .cooperation_list_box .list_content ul li .txtinfo .txt_top .dot {
  flex-shrink: 0;
  width: 0.36rem;
  height: auto;
  margin-top: 0.3rem;
}
.cooperation_list .cooperation_list_box .list_content ul li .txtinfo .txts {
  margin-top: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.38rem;
  text-align: justify;
  word-break: break-all;
}
.page_column {
  height: 0.84rem;
  position: relative;
  padding: 0 0.3rem;
}
.page_column::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  top: 0.3rem;
  width: calc(100% - 0.6rem);
  height: 1px;
  background-color: #f4ecff;
}
.page_column .paddimg {
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  top: 0;
  width: 2rem;
  padding: 0 0.14rem;
  background-color: #fff;
}
.page_column .paddimg .bbgu {
  display: block;
  width: 1.72rem;
  height: 0.63rem;
}
.page_column .txt {
  position: relative;
  top: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_column .txt h2 {
  font-size: 0.38rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  margin-top: 0.12rem;
}
.page_column .txt .en {
  line-height: 1.2;
  font-size: 0.18rem;
  color: #999999;
  text-transform: uppercase;
  margin-top: 0.05rem;
}
.list_page {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.26rem;
  display: flex;
  justify-content: center;
}
.list_page .total {
  background-color: #fff;
}
.list_page a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  padding: 0 0.22rem;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  color: #666666;
  margin: 0 0.04rem;
  background-color: #fff;
  border-radius: 2px;
}
.list_page a b {
  background-color: #ffffff;
  border: none;
  color: #666666;
  font-weight: normal;
  padding: 0;
  height: 0.54rem;
}
.list_page b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  padding: 0 0.22rem;
  box-sizing: border-box;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #ffffff;
  border-radius: 2px;
}
.detail_banner {
  height: 5rem;
  width: 100%;
  position: relative;
}
.detail_banner .college_name {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 5rem;
  background: url(../images/shadow_bg2.png) no-repeat bottom center;
  background-size: cover;
}
.detail_banner .college_name .txt {
  position: absolute;
  left: 0.3rem;
  width: 100%;
  bottom: 0.46rem;
  z-index: 10;
  color: #f5f7f9;
  line-height: 1.1;
  font-family: Microsoft YaHei;
  width: 4.8rem;
  overflow: hidden;
}
.detail_banner .college_name .txt h2 {
  font-size: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail_banner .college_name .txt .en {
  text-transform: uppercase;
  font-size: 0.16rem;
  margin-top: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail_banner .bannerSwiper {
  position: relative;
  height: 5rem;
  width: 100%;
}
.detail_banner .bannerSwiper .swiper-slide {
  opacity: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.detail_banner .bannerSwiper .swiper-slide .slideImg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5rem;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.detail_banner .swiper_dot {
  position: absolute;
  right: 0.3rem;
  bottom: 0.49rem;
  width: 100%;
  height: 10px;
  z-index: 100px;
}
.detail_banner .swiper_dot .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 10px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.detail_banner .swiper_dot .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.06rem;
  display: inline-block;
  border-radius: 0;
  background: #f5f7f9;
  opacity: 0.3;
}
.detail_banner .swiper_dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.detail_content {
  font-size: 0.26rem;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  padding: 0 0.3rem 0.6rem;
}
.detail_content .college_info {
  margin-bottom: 0.3rem;
  padding-top: 0.45rem;
  line-height: 1.8;
}
.detail_content .college_info span {
  color: #999;
}
.detail_content .college_info p {
  margin-bottom: 10px;
}
.detail_content p {
  margin-bottom: 0.3rem;
}
.detail_content h2 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.detail_content h3 {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.detail_content table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  border: 1px solid var(--el-border-color-light);
}
.detail_content table tr {
  transition: all 0.3s linear;
}
.detail_content table tr:nth-child(even) {
  background-color: var(--el-table-td-bg-color);
}
.detail_content table th {
  text-align: center;
}
.detail_content table td {
  padding: 0 15px;
}
.detail_content table td,
.detail_content table th {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid var(--el-border-color-light);
}
.detail_content img {
  max-width: 100%;
  height: auto !important;
}
.detail_content .detail_head {
  padding-top: 0.27rem;
  padding-bottom: 0.3rem;
}
.detail_content .detail_head h1 {
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.5rem;
  text-align: justify;
}
.detail_content .detail_head .label {
  margin-top: 0.12rem;
  font-size: 0.22rem;
  color: #999999;
}
.detail_content .category {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_content .category a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.16rem;
  height: 0.56rem;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  background-color: #eaeaea;
  margin: 0 0.2rem;
}
.detail_content .category a.next {
  background-color: var(--color-primary);
  color: #fff;
}
.project_page {
  padding-top: 0.6rem;
}
.project_page .sub_nv {
  width: 100%;
  background-color: #eaeaea;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.project_page .sub_nv a {
  display: flex;
  height: 0.58rem;
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
  color: #333333;
  padding: 0 0.3rem;
}
.project_page .sub_nv .active {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 0.58rem;
}
.campus_page {
  padding: 0.6rem 0;
  background-color: #f5f6fa;
}
.campus_page .page_column .paddimg {
  background-color: #f5f6fa;
}
.campus_page .imglist {
  padding-bottom: 0.28rem;
  padding-top: 0.4rem;
  overflow: hidden;
}
.campus_page .imglist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.3rem;
}
.campus_page .imglist ul li {
  margin-bottom: 0.22rem;
}
.campus_page .imglist ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.34rem;
  height: 3.16rem;
  border-radius: 0.1rem;
}
.campus_page .imglist ul li a img {
  flex-shrink: 0;
  display: block;
  width: 3.34rem;
  height: 2.5rem;
  object-fit: cover;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.campus_page .imglist ul li a p {
  flex: 1;
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background-color: #e8e8e8;
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.campus_page .show_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.6);
}
.campus_page .show_box .set_poistion {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campus_page .show_box .set_poistion .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.campus_page .show_box .slideimg {
  width: 100%;
  height: 5.58rem;
  color: #fff;
}
.campus_page .show_box .slideimg .items {
  height: 5.58rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campus_page .show_box .slideimg .items img {
  flex-shrink: 0;
  display: block;
  width: 6.3rem;
  height: 4.72rem;
  object-fit: cover;
  border-radius: 0.1rem;
}
.campus_page .show_box .slideimg .items p {
  flex: 1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.campus_page .show_box .slideimg .swiper-button-next,
.campus_page .show_box .slideimg .swiper-button-prev {
  bottom: 0.2rem;
  top: auto;
  width: 0.44rem;
  height: 0.44rem;
}
.campus_page .show_box .slideimg .swiper-button-next::after,
.campus_page .show_box .slideimg .swiper-button-prev::after {
  content: "";
}
.campus_page .show_box .slideimg .swiper-button-next img,
.campus_page .show_box .slideimg .swiper-button-prev img {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  opacity: 1;
}
.news_page {
  padding: 0.6rem 0;
  background-color: #f5f6fa;
}
.news_page .page_column .paddimg {
  background-color: #f5f6fa;
}
.news_page .newslist {
  padding-top: 0.46rem;
}
.news_page .newslist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.news_page .newslist ul li {
  width: 3.34rem;
  margin-bottom: 0.4rem;
}
.news_page .newslist ul li a {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.2rem;
}
.news_page .newslist ul li a .title_pic {
  width: 100%;
  height: 2.12rem;
  object-fit: cover;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.news_page .newslist ul li a .txtinfo {
  padding: 0.22rem 0.2rem;
  word-break: break-all;
  text-align: justify;
}
.news_page .newslist ul li a .txtinfo .title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_page .newslist ul li a .txtinfo .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.32rem;
  margin-top: 0.1rem;
}
.news_page .newslist ul li a .txtinfo .datetime {
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.32rem;
  margin-top: 0.06rem;
}
.s_page {
  padding-top: 0.6rem;
  min-height: 8rem;
}
.s_page .s_content {
  padding: 0.4rem 0.3rem 0.6rem;
  font-size: 0.26rem;
  color: #333333;
  line-height: 1.8;
}
.s_page .s_content p {
  margin-bottom: 0.1rem;
}
.s_page .s_content p a {
  color: #333;
}
.s_page .s_content .ewm {
  display: flex;
  align-items: center;
}
.s_page .s_content .ewm .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.1rem;
  margin-top: 0.2rem;
}
.s_page .s_content .ewm .item img {
  display: block;
  width: 1.78rem;
  height: 1.78rem;
  object-fit: cover;
}
.s_page .s_content .ewm .item p {
  font-size: 0.24rem;
}
.bming_content {
  padding: 0.48rem 0.3rem 1rem;
  overflow: hidden;
}
.bming_content .tips {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #333333;
  padding-bottom: 0.04rem;
}
.bming_content form ul li {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  padding-top: 0.45rem;
}
.bming_content form ul li label {
  font-size: 0.26rem;
  color: #232323;
  font-weight: bold;
}
.bming_content form ul li label span {
  color: red;
}
.bming_content form ul li input {
  margin-top: 0.2rem;
  height: 0.58rem;
  font-size: 0.3rem;
  color: #232323;
  border: none;
  background-color: transparent;
}
.bming_content form ul li input::placeholder {
  color: #b4b4b4;
}
.bming_content form ul li .placeholder {
  color: #b4b4b4;
}
.bming_content form ul li select {
  margin-top: 0.2rem;
  height: 0.58rem;
  font-size: 0.3rem;
  color: #232323;
  border: none;
  background-color: transparent;
}
.bming_content form ul li #major2 {
  display: none;
}
.bming_content form .submitbtns {
  color: #fff;
  background-color: var(--color-primary);
  font-size: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  border: none;
  cursor: pointer;
  margin: 0.51rem auto 0;
}
.bming_content form .submitbtns.disabled {
  background-color: #ececec;
  color: #333;
}
.bming_content form .agree_box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.bming_content form .agree_box #agree_checkbox {
  display: block;
  margin-right: 5px;
  width: 0.24rem;
  height: 0.24rem;
}
.bming_content form .agree_box a {
  color: var(--color-primary);
  cursor: pointer;
}
.success_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.35rem 0.3rem 0;
}
.success_content .ssimg {
  display: block;
  width: 1.84rem;
  height: 1.27rem;
}
.success_content .info {
  padding-top: 0.27rem;
  padding-bottom: 1.29rem;
}
.success_content .info h4 {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #b6171b;
  margin-bottom: 0.28rem;
}
.success_content .info p {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #333333;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 0.2rem;
}
.success_content .info p a {
  color: #b6171b;
}
.admission {
  background: url(../images/luqubg.png) no-repeat bottom center #ffffff;
  background-size: contain;
  padding: 0.24rem 0.3rem 2.03rem;
  overflow: hidden;
}
.admission form li {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  padding-top: 0.45rem;
}
.admission form li label {
  font-size: 0.26rem;
  color: #232323;
  font-weight: bold;
}
.admission form li label span {
  color: red;
}
.admission form li input {
  margin-top: 0.2rem;
  height: 0.58rem;
  font-size: 0.3rem;
  color: #232323;
  border: none;
  background-color: transparent;
}
.admission form li input::placeholder {
  color: #b4b4b4;
}
.admission form .submitbtn {
  color: #fff;
  background-color: var(--color-primary);
  font-size: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  border: none;
  cursor: pointer;
  margin: 0.51rem auto 0;
}
.admission .tips {
  padding-top: 0.95rem;
  overflow: hidden;
}
.admission .tips p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #999999;
  overflow: hidden;
}
.admission .tips .tel {
  margin-top: 0.1rem;
}
.admission .tips a {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #333333;
}
.res_admission {
  background: url(../images/luqubg.png) no-repeat bottom center #ffffff;
  background-size: contain;
  padding: 0.64rem 0.3rem 2.12rem;
  overflow: hidden;
}
.res_admission .result_body {
  background: url(../images/enroll_logo.png) no-repeat center;
  background-size: contain;
}
.res_admission .res_top {
  display: flex;
  flex-direction: column;
}
.res_admission .res_top .info {
  font-size: 0.3rem;
  line-height: 0.58rem;
  color: #232323;
}
.res_admission .res_top .avatar {
  width: 2.13rem;
  height: 2.6rem;
  border-radius: 0.1rem;
  margin: 0.47rem auto 0.55rem;
}
.res_admission .res_top .avatar img {
  display: block;
  width: 2.13rem;
  height: 2.6rem;
  border-radius: 0.1rem;
  object-fit: cover;
}
.res_admission .res_middle {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #333333;
}
.res_admission .res_middle span {
  padding: 0 0.5rem;
  position: relative;
}
.res_admission .res_middle span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #444444;
}
.res_admission .res_middle .first_col {
  margin-bottom: 0.11rem;
}
.res_admission .res_middle .sec_col {
  text-indent: 0em;
}
.res_admission .res_middle .last_col {
  text-align: right;
  margin-top: 0.87rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  position: relative;
}
.res_admission .res_middle .last_col .pass {
  position: absolute;
  top: -0.28rem;
  right: 0.3rem;
  width: 1.48rem;
  height: 1.17rem;
}
.res_admission .res_txt {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.4rem;
  margin-top: 0.6rem;
}
.error_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.35rem 0.3rem 0;
}
.error_content .ssimg {
  display: block;
  width: 1.29rem;
  height: 1.3rem;
}
.error_content .info {
  padding-top: 0.27rem;
  padding-bottom: 1.29rem;
}
.error_content .info h4 {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.28rem;
}
.error_content .info p {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #b6171b;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 0.2rem;
  text-align: center;
}
.error_content .info p a {
  color: #b6171b;
}
.notice_section {
  background-color: #FFFFFF;
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
}
.notice_section .section_main {
  padding-top: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notice_section .section_main ul {
  width: 100%;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
}
.notice_section .section_main ul li:last-child a {
  border-bottom: none;
}
.notice_section .section_main ul li a {
  display: flex;
  border-bottom: 1px dashed #D3D3D3;
  padding: 0.3rem 0;
}
.notice_section .section_main ul li a .date {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.98rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #b9b8ba;
}
.notice_section .section_main ul li a .date .yearmonth {
  font-size: 0.16rem;
}
.notice_section .section_main ul li a .date .day {
  font-size: 0.36rem;
}
.notice_section .section_main ul li a .title {
  flex: 1;
  width: 100%;
  padding-left: 0.4rem;
  position: relative;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.49rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice_section .section_main ul li a .title::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 50%;
  margin-top: -0.38rem;
  width: 1px;
  height: 0.76rem;
  background-color: #D3D3D3;
}
.student_section {
  background-color: #E2E8FF;
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
}
.student_section .section_main {
  padding-top: 0.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.student_section .student_exc_swiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.student_section .student_exc_swiper .swiper-slide {
  width: 6.84rem;
  padding-left: 0.3rem;
}
.student_section .student_exc_swiper .swiper-slide .slide_item {
  width: 6.54rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.student_section .student_exc_swiper .swiper-slide .title_pic {
  position: relative;
}
.student_section .student_exc_swiper .swiper-slide .title_pic img {
  width: 6.54rem;
  height: 4.17rem;
  object-fit: cover;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.student_section .student_exc_swiper .swiper-slide .title_pic .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.54rem;
  height: 2.41rem;
  background: url(../images/studentbg.png) no-repeat left bottom;
  background-size: 6.54rem 2.41rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0.3rem 0.25rem 0.3rem;
}
.student_section .student_exc_swiper .swiper-slide .title_pic .bg .title {
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #fff;
}
.student_section .student_exc_swiper .swiper-slide ul {
  padding-bottom: 0.21rem;
  padding-top: 0.2rem;
}
.student_section .student_exc_swiper .swiper-slide ul li {
  padding: 0 0.3rem;
}
.student_section .student_exc_swiper .swiper-slide ul li:last-child a {
  border-bottom: none;
}
.student_section .student_exc_swiper .swiper-slide ul li a {
  display: block;
  width: 5.7rem;
  background: url(../images/icon_dot.png) no-repeat left center;
  background-size: 0.13rem 0.12rem;
  border-bottom: 1px dashed #D3D3D3;
  font-size: 0.26rem;
  color: #333333;
  padding-left: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 0.65rem;
  line-height: 0.65rem;
}
.college_section.college_section_1027 {
  background-color: #FFFFFF;
}





.notice_list {
  padding: 0 0.3rem;
}
.notice_list ul {
  padding-top: 0.46rem;
}
.notice_list ul li a {
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.notice_list ul li .txts {
  width: 100%;
}
.notice_list ul li .txts h4 {
  font-size: 0.32rem;
  line-height: 1.4;
  color: #333;
  font-weight: normal;
}
.notice_list ul li .txts .desc {
  font-size: 0.28rem;
  line-height: 1.6;
  color: #9999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.15rem 0 0.2rem 0;
}
.notice_list ul li .txts .labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.24rem;
}
.notice_list ul li .txts .labels .datetime {
  display: flex;
  align-items: center;
  color: #999;
}
.notice_list ul li .txts .labels .datetime .dateitme {
  display: block;
  width: 0.3rem;
  height: auto;
  margin-right: 0.05rem;
}
.notice_list ul li .txts .todetail {
  color: var(--color-primary);
}

