﻿[v-cloak] {
	display: none !important;
}
* {
  font-family: "PingFang SC", sans-serif;
}


body,
img,
p,
h1 {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

body {
    min-height: 100vh; /* 确保页面至少有一个视口的高度 */
    display: flex;
    flex-direction: column;
}

#app {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.web-container {
	min-height: calc(100vh - 220px);
}

.news-cont-list {
	min-height: calc(100vh - 420px);
}

.information {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}

.flex-row {
	display: flex;
	flex-flow: row;
	align-items: center;
	/* justify-content: center; */
}

.flex-col {
	display: flex;
	flex-flow: column;
	align-items: center;
	/* justify-content: center; */
}

.flex-clo {
	display: flex;
	flex-flow: column;
	align-items: center;
	/* justify-content: center; */
}

.justify-content {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.align-center {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.text-dan {
	overflow: hidden;
	/* 超出的文本隐藏 */
	text-overflow: ellipsis;
	/* 溢出用省略号显示 */
	white-space: nowrap;
	/* 默认不换行； */
}

.text-duo {
	overflow: hidden;
	text-overflow: ellipsis;
	/* 超出的文本隐藏 */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 超出多少行 */
	-webkit-box-orient: vertical;
}

.text-duo-audio {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin: 8px 4px 0;
  width: 280px;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  cursor: default;
  color: #3D3D3D;
}

.danhang {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.daohang {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

a {
	text-decoration: none;
	color: #333;
	 white-space: nowrap;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

/* 搜索框 */
.searchInfor {
	width: 1200px;
	min-width: 250px;
	margin: 30px auto 2px;
}

.searchInfor .search {
	width: calc(38.2% - 80px);
	float: left;
	padding: 7px 10px;
  	height: 34px;
	box-sizing: border-box; 
	border-radius: 9px 0 0 9px;
	border: 0.5px solid #6140BD;
	outline: none;
}

.searchbtn {
	width: 80px;
	height: 34px;
	line-height: 20px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	padding: 7px 20px;
	border-radius: 0 9px 9px 0;
	background: #6140BD;
	color: #fff;
	cursor: pointer;
}

.searchbtn:hover {
	background: #7F12AD;
}

.searchInfor::after {
  content: "";
  display: block;
  clear: both;
}

/* 轮播图超出内容隐藏 */
.sectionbody {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	overflow: hidden;
	/*overflow :auto 必须*/
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../image/left-btn.png);
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/right-btn.png);
	right: 10px;
	left: auto;
}

/* 全局分页样式 */
/* 外面盒子样式---自己定义 */
.page_div {
	padding: 20px 10px 20px 0;
	color: #B3B3B3;
	text-align: center;
	opacity: 1 !important;
}

/* 页数按钮样式 */
.page_div button {
	display: inline-block;
	min-width: 30px;
	height: 28px;
	cursor: pointer;
	color: #6140BD;
	border-radius: 6px;
	font-size: 13px;
	line-height: 28px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
	width: 50px;
	color: #6140BD;
	border: 1px solid #6140BD
}

#nextPage,
#prePage {
	width: 70px
}

.page_div .current {
	background-color: #6140BD;
	border-color: #6140BD;
	color: #FFF
}

/* 页面数量 */
.totalPages {
	margin: 0 10px
}

.totalPages span,
.totalSize span {
	color: #6140BD;
	margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
	opacity: .5;
	cursor: no-drop
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 1200px;
	width: -moz-available;
	/* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available;
	/* Mozilla-based browsers will ignore this. */
	width: fill-available;
	height: 80px;
	z-index: 88;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
	background: #1F2B6C;
	/* box-shadow: 0px 4px 20px 0px rgb(30 30 30 / 40%); */
}

.header-container {
    width: 1200px !important;
    margin: 0 auto !important;
}

.logo img {
	position: absolute;        
	width: 380px;
	height: 55.64px;
}

.logo-name {
	font-size: 38px;
	color: #f8f8f8;
	font-weight: 600;
	font-family: Xingkai SC-Bold, Xingkai SC;
}

.menus-list {
	position: absolute;
  	margin-left: 490px;         
	color: white;
	margin-right: 0;
}

.menus-list .menu-item {
  position: relative; 
  width: auto;     
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;  
  align-items: center;
  padding: 0 15px;
  z-index: 1;
  font-size: 16px;
}

.bg-line,
.showandhiden {
	display: none;
}

.menus-list .menu-item.active {
    background-color: #6140BD; 
}

.menus-list .menu-item.active span {
    color: #ffffff; 
    cursor: pointer;
}

/* .search-icon:hover{
	background-color: #6140BD !important;
}

.search-icon img {
	position: absolute;
  	margin-left: 1180px;
	top: 50%;
  	transform: translateY(-50%);        
	width: 25px;
	height: 22px;
	cursor: pointer;
	user-select: none;
} */

.search-icon {
  position: absolute;
  margin-left: 1160px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon:hover {
  background-color: #6140BD;
}

.search-icon img {
  width: 25px;
  height: 21px;
  cursor: pointer;
}

.submenu {
	box-sizing: border-box;
	border-top: 3px solid #6140BD;
	box-shadow: 0 7px 6px rgb(0 0 0 / 30%);
	position: absolute;
	top: 80px;
	right: 0;
	min-width: 550px;
	height: 120px;
	background: #fff url(../image/menu-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 10px 10px 20px;
	z-index: 9999;
	pointer-events: auto;
}

.bz-img {
	width: 150px;
	height: 150px;
}

.bz-img .menu-img-bg {
	width: 150px;
	height: 150px;
}

.submenu-item {
	cursor: pointer;
	color: #333;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
}

.submenu-item:hover,
.submenu-item a:hover {
	color: #6140BD !important;
}

.submenu-list {
	display: flex;
	padding-left: 20px;
	flex-wrap: wrap;
}

/* 新首页样式 */
.headtop {
	height: 80px;
}

/* 整体轮播容器 */
.newbanner {
  background-image: url('../image/banner-new.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'PingFang SC', sans-serif;
}

/* 限制轮播图整体 */
#certify .swiper-container {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  font-family: "PingFang SC", sans-serif;
  display: flex;
  align-items: center;
}

/* 每一张 slide */
#certify .swiper-slide {
  display: flex;
  padding-top: 15px;
  flex-direction: row; /* 左右布局 */
  width: 1200px;
  height: 400px;
}

/* 左半部分（文字区） */
.slide-left {
  width: 600px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.banner-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fff;
}

.banner-author,
.banner-time {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}

.go-detail {
	font-size: 24px;
	font-weight: 500;
}

.slide-left {
  cursor: default; /* 左列无点击手势 */
}

.slide-left .detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.slide-left .detail-btn:hover {
  color: #fff;
  border-color: #fff;
}

.slide-left .go-detail-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  vertical-align: middle;
}

/* 右半部分（图片区） */
.slide-right {
  position: relative;
  width: 600px;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  align-items: center;
}

.banner-img-right {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-right{
  position: relative;
  height: 380px;
  overflow: hidden;
}

.slide-right .banner-img-right{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* 分页器固定在图片下方 */
.slide-right .swiper-pagination{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 30;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* 分页器小横线样式 */
.slide-right .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 4px !important;
}

.slide-right .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.xw_bg {
	width: 1200px;
	background-image: url(../image/news_bg.png);
	background-size: 100% 100%;
	padding-bottom: 10px;
	margin: 0 auto;
}

 /* 外层容器 */
.grid_play {
  display: flex;                
  justify-content: space-between; 
  gap: 20px;                    
}

.news_border {
  flex: 1;                      
  max-width: 48%;               
  background: #fff;              
  box-sizing: border-box;
}

/* 标题栏：调整颜色/字号/高度 */
.zhxw {
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 24px;  /* 标题字号 */
  color: #6140BD;   /* 标题颜色 */
  height: 40px;     /* 标题栏高度 */
  margin-bottom: 0; 
  position: relative;
}

/* 标题栏与正文之间的分割线（line.png） */
.zhxw::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-size: cover;
  z-index: 1;
  background: #6140BD;
}

/* “更多”按钮 */
.more_btn {
  font-size: 16px;       /* 调整字号 */
  font-weight: normal;
  color: #3D3D3D;        /* 字体颜色 */
  cursor: pointer;
}
.more_btn:hover {
  color: #6140BD;        /* hover 同标题色 */
}

/* 综合新闻和通知公告 */
.zhxw_list {
  position: relative;
  margin-top: 20px;
  height: 276px;   /* 正文高度 */
  overflow: visible;
}

/* 每一条：共八行 */
.zhxw_list_item {
  justify-content: space-between;
  padding: 5px 0;
  height: 24px;  
  line-height: 24px;
  position: relative;
}

/* 小圆点 */
.zhxw_list_item::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #3D3D3D;
	position: absolute;
	left: 0px;
	border-radius: 50%;
}

/* 文章标题 */
.zhxw_title {
  width: calc(100% - 80px);
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;   /* 标题颜色 */
  padding-left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zhxw_list_item:hover .zhxw_title {
  color: #6140BD;
  cursor: pointer;
}

/* 时间 */
.zhxw_time {
  font-size: 14px;
  color: #999999;
}

.audio_visual{
	width: 100%;
	background-color: #FAFAFA;
	margin: 0 20px 0 0;
}

.shiting_news {
	width: 1200px;
	margin: 0 auto;

}
.chang_lang{
	margin-top: 20px;
	margin-bottom: 5px;
}

.st_title {
  display: flex;
  align-items: baseline;
  gap: 16px;
  justify-content: center;
  color: #3D3D3D;
}

.st_title .cn {
  font-size: 24px;
  font-weight: 500;
}

.st_title .en {
  font-size: 16px;
  font-weight: 500;
}

.st_banner {
	/* height: 200px; */
	position: relative;
}

.v_play_img {
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

.v_play_img {
    position: relative; /* 作为参照 */
    width: 280px;
    height: 200px;
    overflow: hidden;
}

.v_play_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1; /* 图片在下层 */
    transition: filter 0.3s ease;
}

.v_play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;  /* 播放按钮尺寸 */
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0;
    z-index: 2; /* 按钮在上层 */
    transition: opacity 0.3s ease;
}

.v_play_img:hover img {
    filter: brightness(50%);
}

.v_play_img:hover .v_play_icon {
    opacity: 1;
}

.swiper-slide:hover .v_play_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide:hover {
	cursor: pointer;
	color: #7F12AD;
}

.v_title {
	cursor: default;
	padding: 10px;
	box-sizing: border-box;
	color: #3D3D3D;      /* 修改文字颜色 */
    font-size: 16px;     /* 可根据需要调整 */
}

.st_banner .swiper-pagination {
    bottom: 0;       /* 调整位置 */
    text-align: center;
}

.st_banner .swiper-pagination-bullet {
    width: 20px;        /* 横条宽度 */
    height: 5px;        /* 横条高度 */
	border-radius: 0;
    display: inline-block;
    background: #75a6f0;   /* 未激活颜色 */
    margin: 0 4px !important;
}

.st_banner .swiper-pagination-bullet-active {
    background: #A654CF;  /* 激活颜色 */
}

.relative_platform {
	background-color: #fff;
	width: 1200px;
	height: 230px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;   
}

.zhengshu {
    background-color: #fff;      
    width: 1200px;
    height: 130px;
    border: 2px dashed #ccc;           
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 12px;
	box-shadow: 0px 4px 20px 0px #E5DAEA;
}

.zs_container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.zs_module {
    flex: 1;
    display: flex;
    align-items: center;       /* logo和文字垂直居中 */
    justify-content: center;
    color: #6140BD;            
    font-family: 'PingFang SC', sans-serif;
    font-size: 24px;           
    position: relative;
    gap: 10px;                 /* logo和文字间距 */
}

.zs_module img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
	cursor: pointer;
}

.zs_module img:hover {
    transform: scale(1.1);
}


.zs_module span {
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
}

.zs_module span:hover {
    font-size: 26px;
}

/* 竖线分隔 */
.zs_module:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); /* 竖线上下居中 */
    width: 1px;
    height: 80px;               /* 可根据实际调整 */
    background-color: #e0e0e0;  
}

.social_services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 180px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}

.ss_cards {
  display: flex;
  gap: 20px; /* 卡片间距 */
}

.ss_card {
  width: 356px;
  height: 120px;
  display: flex;
  justify-content: center; /* 垂直居中 */
  align-items: center;     /* 水平居中 */
  padding: 0 15px;
  cursor: pointer;
  text-align: center;
}

.ss_card img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.ss_card img:hover {
    transform: scale(1.1);
}

.ss_card span {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500px;
  line-height: 1.2;
}

.ss_card span:hover {
    font-size: 26px;
}

#honor-gallery-static {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background-color: #fff; 
    display: flex;
	justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.honor-viewport {
    width: 1040px; /* 可视区域宽度 */
    overflow: hidden; /* 只裁掉可视区外的内容 */
}

.honor-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.3s ease;
}

.honor-item {
    width: 200px;
    flex-shrink: 0;         
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;        
}

.honor-item img {
    width: 200px;
    height: 132px;
    object-fit: cover;
}

.honor-item img:hover {
  -webkit-box-shadow: 0 0 5px #666;
}

.honor-title {
    margin: 0 0 8px 0;
    text-align: center;
    font-size: 16px;
    color: #3D3D3D;
	white-space: normal;
  	overflow-wrap: anywhere;
  	word-break: break-word;
}

/* 控制荣誉长廊的图片容器尺寸 */
.honorSwiper .swiper-slide {
  width: 200px !important;      /* 设置容器宽度 */
  height: 200px !important;     /* 设置容器高度 */
  display: flex;     /* 使用 flexbox 布局，保证图片居中 */
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
}

.honorSwiper .swiper-slide img {
  width: 200px;        /* 图片宽度填充容器 */
  height: 132px;       /* 图片高度填充容器 */
  object-fit: cover;  /* 图片不变形，充满容器 */
}


/* 左右按钮 */
.btn-left, .btn-right {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.btn-left {
    left: 0;
}

.btn-right {
    right: 0;
}

.btn-left img, .btn-right img {
    width: 100%;
    height: 100%;
}

.btn-left:hover img, .btn-right:hover img {
    transform: scale(1.1);
}

.ds_zq {
	margin-top: 30px;
}

.ds_zq img {
	width: 100%;
	cursor: pointer;
}

/* 数字培育 */
.peiyu_list {
    background-color: #F0F4FF; /* 你可以改成任意纯色 */
	height: 320px;
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 内层模块容器 */
.peiyu_body {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 单个模块 */
.py_number {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

/* 图片 */
.py_icon {
    width: 260px; 
    height: 210px;
    margin-bottom: 0;
}

/* 数字 */
.py_num {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
	margin-top: -60px;
}

/* 标题文字 */
.py_num_title {
    font-size: 24px;
	font-weight: 500;
    color: #6140BD;
	margin-top: -10px;
}

/* 容器样式 */
.nav-box {
	width: 1200px; /* 可根据需求调整宽度 */
	margin: 0 auto;
	font-family: "PingFang SC", sans-serif;
}

/* 单个导航项样式 */
.nav-item {
	display: flex;
	align-items: center;
	width: 1200px;
	height: 36px;
	line-height: 36px;
	background-color: #f5f7fa;
	margin: 0 auto 8px;
	overflow: hidden;
}

/* 按钮样式 */
.nav-btn {
	width: 120px;
	text-align: center;
	background-color: #6140BD;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

/* 文本内容样式 */
.nav-text {
	flex: 1;
	padding: 0 20px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.nav-text:hover {
    color: #6140BD;
    cursor: pointer;
}

.animated {
	visibility: hidden;
}


#new_foot .new_foot_body {
    background-color: #1F2B6C;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "PingFang SC", sans-serif;
	width: 100%;
	margin-top: auto;
}

/* 内部内容容器 */
#new_foot .new_foot_body .new_foot_content {
    width: 1200px;
	height: 100%;
	margin-top: 20px;
    display: flex;
    justify-content: space-between; 
    gap: 60px;
}

/* 四列通用样式 */
#new_foot .new_foot_body .new_foot_content > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 22px;
    font-size: 16px;
	font-weight: 400;
	color: #E5DAEA;
}

/* 第一列 Logo */
#new_foot .foot_logo img {
    width: 360px;
	margin-top: -3px;
}

/* 第二列 */
#new_foot .new_foot_content > div:first-child {
    padding-top: 5px; 
    margin-right: 40px; 
}

#new_foot .foot_biaozhi div {
    margin-bottom: 6px;
}

/* 第三列：友情链接标题 */
#new_foot .new_foot_content > div:nth-child(3) > div:first-child {
    font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #E5DAEA;
}

/* 第三列文字间距 */
#new_foot .new_foot_content > div:nth-child(3) a {
    color: #ffffff;
    margin-bottom: 6px;
	line-height: 1.6;
    text-decoration: none;
}

/* 第四列二维码 */
#new_foot .new_foot_content > div:nth-child(4) {
    align-items: center;
}

#new_foot .new_foot_content > div:nth-child(4) .foot_ewm img {
    width: 100px;
    height: 100px;
}

/* 适当微调标题和链接hover效果 */
#new_foot a:hover {
    color: #E5DAEA;
}


.xueyuan {
	font-family: 'Xingkai SC';
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}

.jishu {
	font-family: 'PingFang SC';
	color: #f2f2f2;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.foot-right {
	padding: 20px;
	font-family: 'PingFang SC';
}

.foot-right-topinfo {
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 30px;
}

.foot-icon {
	padding: 3px 0;
}

.foot-icon img {
	width: 28px !important;
}

.foot-icon span {
	font-size: 16px;
	margin-left: 10px;
	font-weight: normal;
}

.erweima img {
	width: 120px !important;
}

.foot-line {
	width: 100%;
	height: 0.5px;
	margin: 10px 0;
	background-color: #EDEDED;
} */

.ziyuan {
	padding: 10px 30px;
	flex-wrap: wrap;
}

.ziyuan a {
	color: #CECECE;
	margin: 0 5px;
}

.ziyuan a:hover {
	color: #8239ba;
}




/* 新闻资讯/通知公告/活动预告页面样式 */
.kong {
	width: 100%;
	height: 80px;
}

.news-menu-bg {
	background-image: url(../image/page-banner.png);
	background-size: 100% 100%;
	height: 200px;
	background-repeat: no-repeat;
	justify-content: flex-end;
	box-shadow: 0px 20px 22px 0px rgba(72, 55, 188, 0.3);
}

.news-menu-cont {
	width: 1200px;
	height: 80px;
	background: white;
	border-radius: 9px 9px 0px 0px;
	opacity: 1;
	padding: 10px 26px;
	box-sizing: border-box;
	user-select: none;
}

.news-xiushi .news-icon {
	width: 28px;
	margin-left: 10px;
	height: auto;
}

.news-xyxw {
	font-size: 24px;
	font-weight: 500;
	color: #6140BD;
	margin-left: 26px;
}

.news-menu-cont .news-lins {
	width: 2px;
	height: 30px;
	background: #cecccc;
	margin: 0 28px;
}

.news-menu-list {
	color: black;
	font-size: 18px;
}

.news-menu-list .news-menu-list-item {
	margin-right: 26px;
	cursor: pointer;
	padding: 10px 0;
	text-align: center;
}

.news-menu-list .news-menu-list-item.active {
	color: #6140BD;
	box-sizing: border-box;
}

.mianbaoxue {
	width: 90%;
	margin: 30px auto;
}

.mbx-menu {
	margin: 10px;
	font-size: 18px;
	font-family: Inter-Light, Inter;
	font-weight: 300;
	color: #666666;
}

.mbx-line {
	width: 260px;
	height: 6px;
	border-radius: 3px;
	background-color: rgba(19, 67, 155, 1);
}

.news-img-head {
	width: 290px;
	max-height: 220px;
	overflow: hidden;
	margin-right: 20px;
}

.news-img-head img {
	width: 280px;
	height: 200px;
	cursor: pointer;
}

.news-img-head img:hover {
	-webkit-box-shadow: 0 0 5px #666;
	cursor: pointer;
}

.news-cont-list {
	width: 1200px;
	flex-direction: column; 
    align-items: center;     
    justify-content: center; 
    margin: 0 auto;          
}

.news-cont-list-infor {
	width: 1200px;
	padding: 10px 0 0 0;
	flex-direction: column; 
    align-items: center;     
    justify-content: center; 
    margin: 0 auto;          
}

.news-body-cont {
	width: 100%;
	height: 160px;
	margin: 0 auto;
}

.news-body-cont-platform {
	width: 900px;
	height: 160px;
	margin: 0 auto;
}

.news-cont-item {
	align-items: flex-start;
	justify-content: space-between;
	/* padding-top: 40px;
	padding-bottom: 40px; */
	border-bottom: 1px solid #6140BD;
	padding: 0;
	margin: 10px 0;
}

.news-cont-item-platform {
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
	margin: 20px 0;
}

.news-cont-item .new-times-platform {
	height: 50px;
	line-height: 50px;
	display: flex;
	font-size: 16px;
	font-family: 'PingFangSC', sans-serif;
	color: #909399;
	align-items: center;
	white-space: nowrap;
}

.news-brief{
	margin-top: 20px;
	word-break: break-word;
    overflow-wrap: break-word; 
    white-space: normal;
}

/* 每条 policy-cont 的底部分割线 */
.news-cont-item.policy-cont {
  border-bottom: 1px solid #6140BD;
  padding: 16px 0;
}

.ov-image {
    position: relative;
    display: inline-block;
}

.ov-image .main-img {
    display: block;
    position: relative;
    z-index: 2;
	width: 430px;
    height: 273px;
	margin-top: 28px;
	border-radius: 8px;
}

.ov-image .shadow-img {
    position: absolute;
    top: 10px; 
    left: 10px;
	width: 430px !important;
    height: 273px !important;
	margin-top: 28px;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.ov-image-structure img {
    width: 1200px;
    height: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}

/* .news-cont-item:hover {
	background-color: #fff;
	border-bottom: 0;
	box-shadow: 0 0px 8px rgb(128 58 183 / 5%);
} */

.news-left {
	align-items: flex-start;
	width: 100%;
	margin-top: 10px;
}

.news-left-platform {
	display: flex;
	align-items: center;
	width: 100%;
	padding-top: 8px;
}

.news-body-cont {
	position: relative;
}

.new-liulan {
	position: absolute;
	bottom: 0;
}

.news-body-cont .new-title {
	font-size: 18px;
	font-family: 'PingFangSC', sans-serif;
	color: #6140BD;
}

.news-body-cont .new-title-platform {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: 'PingFangSC', sans-serif;
	color: #000;
	padding-right: 20px;
	word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
	cursor: pointer;
}

.news-body-cont .new-title-platform:hover {
	color: #6140BD;
	font-weight: bold;
}

.news-body-cont-platform .new-title {
	font-size: 18px;
	font-weight: 500;
	font-family: 'PingFangSC', sans-serif;
	color: #000;
	cursor: pointer;
}

.news-body-cont-platform .new-title:hover {
	color: #6140BD;
	font-weight: bold;
}

.news-body-cont-platform .new-title-platform {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: 'PingFangSC', sans-serif;
	color: #000;
	padding-right: 20px;
	padding-bottom: 10px;
	word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
	cursor: pointer;
}

.news-body-cont-platform .new-title-platform:hover{
	color: #6140BD;
	font-weight: bold;
}

.new-title-policy {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: 'PingFangSC', sans-serif;
	color: #000;
	padding-bottom: 20px;
	word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
	cursor: pointer;
}

.new-title-policy:hover{
	color: #6140BD;
	font-weight: bold;
}

.news-meta {
  display: flex;
  align-items: center;
  font-size: 16px; 
  color: #3D3D3D;
  margin-top: 20px;
}

.news-meta span {
  margin-right: 10px; 
}

.news-meta .icon-readnum {
  width: 24px;
  height: 24px; 
}

.news-meta .icon-time {
  width: 20px;
  height: 20px; 
  vertical-align: middle;
}


.news-body-cont .new-infor {
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	margin-top: 20px;
}

.news-body-cont-platform .new-infor {
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	margin-top: 20px;
}

.news-cont-list .page_div {
	margin-top: 20px;
}

.fabu-sj {
	color: #072C7B;
	font-weight: bold;
}

.fabu-ts {
	font-size: 18px;
	color: #333;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #333;
}


/* -----新闻页面----- */
.news-cont-body,
.tongzhi-cont-body,
.huodong-cont-body {
	display: none;
}

.news-cont-body.active,
.tongzhi-cont-body.active,
.huodong-cont-body.active {
	display: block;
}

.tongzhi-cont-body .news-cont-item {
	width: 1200px;
}

.tz-cont-pad {
	height: auto;
}

.tz-cont-pad .new-title:hover {
	color: rgba(130, 57, 186);
}

.tz_til {
	width: 100%;
}

.other_data {
	font-size: 14px;
	color: #999;
	margin-top: 2em;
}

.other_data .ly-text {
	margin-right: 20px;
}


/* -----活动页面 */
.hd-list {
	display: grid;
	grid-template-columns: 50% 50%;
}

.hd-item {
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.huodong-image {
	min-width: 260px;
	height: 180px;
	overflow: hidden;
}

.hdhb {
	width: 260px;
	max-width: 260px;
	height: 180px;
	object-fit: contain;
	transition: .5s;
}

.hdhb:hover {
	transform: scale(1.1);
}

.hd-cont {
	margin-left: 20px;
}

.hd-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.hd-title:hover {
	color: rgba(130, 57, 186);
}

.hd-text {
	color: #999;
}

.hd-text:hover {
	color: #666;
}

.hd-shijian {
	margin-top: 10px;
}

/* ----------学院招生页面样式---------- */
.xyzs-cont {
	display: grid;
	grid-template-columns: 560px auto;
}

.xyzs-cont-body {
	margin-top: 20px;
	display: none;
}

.xyzs-cont-body.active {
	display: block;
}

.xyzs-policy {
	margin-top: 10px;
}

.jh-img {
	max-width: 560px;
}

.jh-img img {
	width: 100%;
}

.xyzs-cont {
	align-items: flex-start;
}

.jh-list {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.jh-list .jh-items {
	justify-content: space-between;
	font-size: 16px;
	border-bottom: 1px dotted #7f38b5;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.jh-list .jh-items .jh-title {
	font-weight: 600;
	font-size: 18px;
	max-width: 630px;
	display: inline-block;
}

.jh-list .jh-items .jh-title:hover {
	color: #7f38b5;
	cursor: pointer;
}

.jh-title img {
	width: 22px;
	margin-right: 5px;
}

/* ----------教育实践页面------- */
.jysj-tab {
	display: none;
}

.jysj-tab.active {
	display: block;
}

.danhang-cont {
	height: auto;
}

.danhang-contlist .news-cont-item {
	align-items: center;
}

.contlist-entre {
	min-height: 400px;
}

/* 双创政策页面设计 */

.polocy-cont {
	display: none;
}

.polocy-cont.active {
	display: block;
}

.policy-cont .new-title {
	font-size: 18px;
	font-weight: bold;
	background: #f8f8f8;
	padding: 10px 5px;
}

.policy-cont .laiyuan {
	display: flex;
	flex-wrap: wrap;
	color: #909399;
	font-size: 14px;
}

.policy-cont .laiyuan .new-times {
  width: 260px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.policy-cont .ly-text {
	margin-right: 30px;
}

.policy-cont .new-infor {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	margin-top: 20px;
}

/* 信息详情页面设计 */
.infor-title {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
	font-family: 'PingFang SC', sans-serif;
}

.infor-jj {
	margin-top: 20px;
	padding: 10px;
	font-size: 16px;
	color: #000;
	background: linear-gradient(90deg, rgba(238, 238, 255, 0.51) 0%, rgba(210, 210, 210, 0) 100.72%);
	border-left: 3px solid #6140BD;
}

.info-top .bj-text {
	margin-left: 20px;
	margin-right: 20px;
}

.info-bott .bj-text {
	margin-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

.inforconts {
	margin-top: 20px;
	max-width: 1200px;
	height: auto;
}

.inforconts .page3_content_m img{
	max-width: 1200px;
	height: auto;
}

.infor-fujian {
	border-top: 0.5px solid rgb(224, 224, 224);
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

.fujian-text a {
	color: #0073A9;
	margin: 5px 0;
	text-indent: 2em;
	display: inline-block;
}

.fujian-text a:hover {
	cursor: pointer;
	color: #13439B;
}

.fj-div {
	align-items: flex-start;
	width: fit-content;
}

/* 学院总览——页面样式 */
.overview-cont .over-body {
	display: none;
}

.overview-cont .active {
	display: block;
}

/* .ov-image img {
	width: 700px;
} */

.xy-jieshao .flex-row {
	align-items: flex-start;
	margin-top: 20px;
}

.ov-infor {
	margin-left: 20px;
	margin-top: 20px;
}

.js-text {
	text-indent: 2em;
	line-height: 1.5em;
	font-size: 20px;
	font-family: "PingFang SC";
	text-align: justify;
	margin-left: 20px;
}

.xy-jiyu .flex-row {
	justify-content: space-between;
	align-items: flex-start;
}

/* 给每个人员信息模块设置弹性布局基础 */
.person-item {
  display: flex;
  align-items: flex-start; 
  padding: 0;
  border-bottom: 1px solid #6140BD;
  margin-left: 0;
  margin-right: 0; 
  /* 让不同行排版有区分度，可根据需求调整 */
}
/* 奇数行：图片左 + 文字右 */
.person-item:nth-child(odd) {
  flex-direction: row; 
}
.person-item:nth-child(odd) .person-img-box {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px; 
}
/* 偶数行：图片右 + 文字左 */
.person-item:nth-child(even) {
  flex-direction: row-reverse; 
}
.person-item:nth-child(even) .person-img-box {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px; 
}

.person-item:nth-child(even) .person-text-box {
  margin-left: 0;
  flex: 1; /* 占满剩余空间，紧贴左边 */
}

/* 图片容器，可控制图片大小等 */
.person-img-box img {
  width: 200px; 
  height: 240px;
  padding: 0px;
  margin: 0;
}
/* 标题样式 */
.person-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500; 
  /* 与正文拉开距离 */
}

.person-title-text {
  color: #6140BD; /* 紫色 */
}

.person-author {
  color: black; /* 设置作者字体颜色为黑色 */
  margin-left: 5px; /* 设置标题与作者之间的间距 */
}

/* 正文样式：黑色 */
.person-content {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 1.6; 
  padding-bottom: 20px;
  /* 让文字行间距更舒适 */
}

/* 导航标签样式 */
.cx-tab-nav,.zc-tab-nav {
  width: 1200px;
  display: flex; 
  /* 让 Tab 项横向排列 */
  gap: 20px; 
  /* 项与项之间的间距，可调整 */
  align-items: flex-end; 
  /* 让文字底部对齐，方便下划线定位 */
  border-bottom: 1px solid #ccc; /* 灰色分割线 */
  padding-bottom: 0;
  padding-top: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.cx-tab,.zc-tab {
  font-size: 16px; 
  /* 文字大小，可调整 */
  color: #333; 
  /* 未选中时文字颜色，可调整 */
  cursor: pointer; 
  /* 鼠标悬停变手型，提示可点击 */
  position: relative; 
  /* 为绝对定位的下划线做参考 */
  padding-bottom: 20px;
  display: inline-block;
}
.cx-tab.active,.zc-tab.active {
  color: #6140BD; 
  /* 选中标签颜色 */
}
.cx-tab.active::after, .zc-tab.active::after {
  content: ''; 
  position: absolute;
  bottom: -1px; /* 确保下划线与灰色分割线对齐 */
  left: 0;
  width: 100%;
  height: 2px; /* 下划线高度 */
  background-color: #6140BD; /* 紫色下划线 */
}
/* 每行内容容器：图片左 + 文字右 */
.cx-item {
  display: flex;
  align-items: flex-start; 
  /* 文字与图片顶部对齐 */
  padding: 0;
  text-decoration: none;
  width: 1200px;
  margin-bottom: 0;
  margin-top: 20px; /* 设置与上方分割线的间距 */
}
.cx-item-platform {
  display: flex;
  align-items: flex-start; 
  /* 文字与图片顶部对齐 */
  padding: 0;
  text-decoration: none;
  width: 1200px;
  margin-bottom: 10px;
  margin-top: 30px; /* 设置与上方分割线的间距 */
}

.cx-img-box-honor {
	width: 260px;
	height: 190px;
	position: relative;
}

/* 图片容器，控制图片大小 */
.cx-img-box-honor img {
  width: 250px; 
  height: 165px;
  object-fit: cover;
  box-sizing: border-box; 
  /* 保持图片比例，避免拉伸 */
  cursor: pointer;
}

.cx-img-box-honor img:hover {
  -webkit-box-shadow: 0 0 5px #666;
}

.cx-img-box-topic {
	width: 210px;
	height: 270px;
}

.cx-img-box-topic img {
  width: 200px; 
  height: 240px;
  object-fit: cover;
  margin-bottom: 15px; 
  cursor: pointer;
}

.cx-img-box-topic img:hover {
  -webkit-box-shadow: 0 0 5px #666;
}

.cx-img-box {
	width: 300px;
	height: 210px;
}

.cx-img-box img {
  width: 280px; 
  height: 200px;
  object-fit: cover; 
  /* 保持图片比例，避免拉伸 */
  /* 与文字拉开间距 */
  margin-bottom: 20px;
  cursor: pointer;
}

.cx-img-box img:hover {
  -webkit-box-shadow: 0 0 5px #666;
}

/* 标题样式：加粗 */
.cx-text-box {
  margin-top: 0; /* 清除容器自身的顶端间距 */
  margin-left: 20px;
}
.cx-title {
  margin-top: 0; 
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "PingFang SC", sans-serif;
}
.cx-title:hover{
	color: #6140BD;
	cursor: pointer;
	font-weight: bold;
}
/* 正文样式 */
.cx-desc {
  line-height: normal; 
  /* 优化行间距，阅读更舒适 */
  color: #3D3D3D;
  font-size: 16px;
  margin-top: 20px;
  text-decoration: none;
}
/* 默认隐藏所有内容区域 */
.cx-content,.zc-content {
  display: none;
}

/* 只显示带有active类的内容区域 */
.cx-content.active,.zc-content.active {
  display: block;
}



/* 容器：分两行，控制一行排 4 个，两端对齐/均匀分布 */
.sz-container {
  display: flex;
  flex-wrap: wrap; /* 超出换行 */
  justify-content: flex-start; 
  gap: 10px; /* 项之间的间距，替代 margin 更简洁 */
  max-width: 1200px; /* 限制容器宽度，适配不同屏幕 */
  margin: 0 auto; /* 水平居中 */
   /* 让整体内容离上方导航 10px，实现“整体内容往上移动，离上面的导航 10px” */
  padding-top: 30px; 
  padding-left: 0 !important; 
  padding-right: 0 !important; 
}

/* 单个内容项：垂直排列（图片上 + 文字下） */
.sz-item {
    width: calc((100% - 30px) / 4);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin-bottom: 10px;
}

.sz-item-audio {
  width: calc(25% - 10px)/4;
  display: flex;
  flex-direction: column; 
  align-items: center; /* 文字水平居中（可选，看需求） */
  text-align: center;
  margin-bottom: 10px; 
}

.sz-item-audio img {
  cursor: pointer; 
}

.sz-item img {
  width: 280px; 
  height: 200px; 
  display: block; 
  margin-bottom: 10px;
  cursor: pointer; 
}

.sz-item img:hover{
	-webkit-box-shadow: 0 0 5px #666;
}

.sz-item-teaching {
  width: 292px;
  display: flex;
  flex-direction: column; 
  align-items: center; /* 文字水平居中（可选，看需求） */
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px; 
}

.sz-item-teaching img {
  width: 143px; 
  height: 200px;
  object-fit: cover; 
  display: block; 
  margin-bottom: 10px;
  cursor: pointer; 
}

/* 标题 */
.sz-item h3 { 
  width: 100%;
  min-width: 0;
  margin: 4px 0;
  font-size: 16px;
  cursor: pointer;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sz-item:hover{
	color:#6140BD;
}

/* 阅读量、时间等辅助文字 */
.sz-item p {
  margin: 0; 
  font-size: 16px; 
  color: #3D3D3D;
  display: flex;
  align-items: center; 
  justify-content: center;
  gap: 10px;
}
/* 针对 p 标签内的 svg 图片设置大小 */
.sz-item p img {
  width: 20px; /* 设置 svg 宽度，可根据需求调整 */
  height: 20px; /* 设置 svg 高度，可根据需求调整 */
  margin-bottom: -2px;
  margin-right: -5px;
  object-fit: contain; /* 保证 svg 完整显示 */
}

/* 阅读量、时间等辅助文字 */
.sz-item-audio p {
  margin: 0; 
  font-size: 16px; 
  color: #3D3D3D;
  display: flex;
  align-items: center; 
  justify-content: flex-start; /* 文字水平居中，可选 */
  gap: 10px;
}
/* 针对 p 标签内的 svg 图片设置大小 */
.sz-item-audio p img {
  width: 20px; /* 设置 svg 宽度，可根据需求调整 */
  height: 20px; /* 设置 svg 高度，可根据需求调整 */
  margin-bottom: -2px;
  margin-right: -5px;
  object-fit: contain; /* 保证 svg 完整显示 */
}

/* 标题 */
.sz-item-teaching h3 { 
  margin: 4px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.sz-item-teaching:hover{
	color: #6140BD;
}

/* 阅读量、时间等辅助文字 */
.sz-item-teaching p {
  margin: 0; 
  font-size: 16px; 
  color: #3D3D3D;
  display: flex;
  align-items: center; 
  justify-content: flex-start; /* 文字水平居中，可选 */
  gap: 10px;
}
/* 针对 p 标签内的 svg 图片设置大小 */
.sz-item-teaching p img {
  width: 20px; /* 设置 svg 宽度，可根据需求调整 */
  height: 20px; /* 设置 svg 高度，可根据需求调整 */
  margin-bottom: -2px;
  margin-right: -5px;
  object-fit: contain; /* 保证 svg 完整显示 */
}

/* 响应式适配：屏幕变窄时，调整每行数量 */
/* @media (max-width: 992px) {
  .item {
    width: calc(25% - 10px); 
  }
}
@media (max-width: 768px) {
  .item {
    width: calc(50% - 10px);
  }
} */

 .article h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 10px;
	color: #333;
}

/* 文章内容段落 */
.article .article-content {
	font-size: 16px;
	margin-bottom: 15px;
	text-indent: 2em; /* 首行缩进2字符，模拟常规文章排版 */
}

/* 图片容器：让图片水平居中 + 带点间距 */
.article .image-container {
	text-align: center; /* 图片水平居中 */
	margin: 20px 0; /* 上下间距 */
}

.article .image-container img {
	max-width: 100%; /* 图片最大宽度占满容器，防止溢出 */
	height: auto; /* 保持图片比例 */
	border: 1px solid #ccc; /* 模拟你截图里的图片灰色边框 */
	border-radius: 4px; /* 轻微圆角，可选 */
}

/* 图片居中容器 */
.img-center-container {
  text-align: center; /* 子元素水平居中 */
  margin: 20px 0; /* 上下间距 */
}

/* 图片样式 */
.article-img {
  max-width: 100%; /* 自适应宽度 */
  height: auto; /* 保持比例 */
  display: inline-block; /* 配合父容器text-align居中 */
  border: 1px solid #eee;
  padding: 5px;
}

/* 图片说明文字 */
.img-caption {
  text-align: center; /* 文字居中 */
  color: #666;
  font-size: 14px;
  margin: 5px 0 20px;
  text-indent: 0; /* 取消首行缩进 */
}

/* 响应式适配：小屏幕下优化排版 */
@media (max-width: 768px) {
	.article .article-content {
	font-size: 14px;
	}
	.article h1 {
	font-size: 20px;
	}
}


.jy-image img {
	width: 400px;
}

.jy-infor p {
	font-size: 18px;
	text-indent: 2em;
	font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
	padding: 0 20px;
}

.qianming {
	text-align: right;
	font-size: 30px;
}

.sp-cont {
	background: #fff;
	padding: 20px;
	justify-content: space-between;
	align-items: flex-start;
}

.sp-title {
	font-size: 30px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}

.sp-text {
	font-size: 24px;
	color: #999;
}

.sp-play {
	align-items: center;
	justify-content: center;
	width: 700px;
	position: relative;
}

.cont-play-img {
	width: 100%;
}

.play-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	background: rgb(0 0 0 / 10%);
	cursor: pointer;
}

.play-icon img {
	width: 80px;
}

.sp-list {
	height: 250px;
	overflow: hidden;
	margin-top: 20px;
}

.swiper-body {
	height: 220px;
	position: relative;
}

.sp-pagination {
	position: absolute;
	bottom: -30px !important;
}

.sp-pagination span {
	width: 15px;
	height: 15px;
}

.sp-play-list {
	position: relative;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
}

.play-icon-list {
	position: absolute;
	cursor: pointer;
	justify-content: center;
	z-index: 10;
}

.play-icon-list img {
	width: 60px;
	height: 60px;
}

.swiper-slide .cont-play-img-list {
	object-fit: cover;
	height: 100%;
	transition: .5s;
}

.swiper-slide .cont-play-img-list:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.sp-list-body {
	position: relative;
}

.sp-biaoti {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0 0 0 / 60%);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

.video {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgb(0 0 0 / 80%);
	display: flex;
}

.video-play {
	margin: auto;
	width: 60%;
}

.video-play video {
	/* width: 50% !important; */
	height: 560px;
	width: -webkit-fill-available;
}

.videoplay {
	width: 50%;
	height: 50%;
	margin: auto;
}

/* 学院服务样式 */
.other-cont {
	/* display: none; */
}

.other-cont.active {
	/* display: block; */
}

.project-cont {
	cursor: pointer;
}

.project-cont:hover {
	color: #7f38b5;
}


/* 侧边栏悬浮框样式 */
ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.box {
	width: 52px;
	height: 162px;
	position: fixed;
	bottom: 150px;
	right: 0px;
	z-index: 9999;
}

.box ul li {
	width: 48px;
	display: block;
	height: 50px;
	padding: 2px;
	overflow: hidden
}

.weixin {
	background: url(../image/elevator.png) no-repeat;
	background-position: 0 87%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.weixin:hover {
	background-position: 0 93%
}

.weixin:hover .weixin-logo {
	width: 170px;
	height: 204px;
}

.idea {
	background: url(../image/elevator.png) no-repeat;
	background-position: 0 43%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.idea:hover {
	background-position: 0 49%;
}

.idea:hover .idea-logo {
	width: 210px;
	height: 60px;
	padding: 10px;
}

.app {
	background: url(../image/elevator.png) no-repeat;
	background-position: 0 55%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.app:hover {
	background-position: 0 61%;
}

.app:hover .app-logo {
	width: 170px;
	height: 185px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.weixin-logo {
	background: url(../image/elevator.png) no-repeat;
	background-position: 0 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: -154px;
	left: -171px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.idea-logo {
	background-color: #fff;
	background-position: 0 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: -231px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.app-logo {
	background: url(../image/elevator.png) no-repeat;
	background-position: 0 26%;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: -18px;
	left: -171px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

/* 证书查询页面 */
.search_zs_body {
	width: 90%;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.search_btn {
	width: 150px;
	height: 60px;
	cursor: pointer;
	box-sizing: border-box;
	background: #FF7043;
	color: #fff;
	padding: 18px 20px;
	border-radius: 0px;
	border: 0px;
	cursor: pointer;
	user-select: none;
}

.search_btn:hover {
	background: #7e37b4;
}

.serach_text {
	width: 400px;
	height: 60px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	border: 1px;
	border-color: #FF7043;
	font-size: 16px;
}

.serach_text:focus {
	outline: 0px solid #fff;
}

.xiala {
	justify-content: center;
	background-color: #fff;
	width: 140px;
	text-align: center;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	user-select: none;
	z-index: 20;
}

.xl_tab {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
	background-color: #fff;
	box-shadow: 0 3px 3px #e7e7e7;
}

.xl_tab .xiala_item {
	padding: 12px 0;

	box-sizing: border-box;
}

.xl_tab .xiala_item:hover {
	background: #f3f3f3;
	cursor: pointer;
	user-select: none;
}

.active_text {
	align-items: center;
}

.active_text img {
	width: 10px;
	height: auto;
	margin-left: 5px;
}

.search_result {
	width: 100%;
}

.search_result .zhengshu {
	width: 100%;
	margin: 10px auto;
	position: relative;
	margin-bottom: 40px;
}

.zs_result_body {
	position: absolute;
	left: 0;
	right: 0;
	width: 90%;
	z-index: 10;
	/* height: 200px; */
	margin: auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 0 3px 6px #eee;
}

.zs_close {
	user-select: none;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

.zs_close img {
	width: 20px;
	height: 20px;
}

.zs_result_til {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.zs_cont_list {
	padding: 20px 0;
	box-sizing: border-box;
}

.zs_img img {
	width: 300px;
	height: auto;
}

.zs_text .zs_text_item {
	padding: 5px 0;
}

.zs_img_item {
	width: 300px;
	padding: 0 40px;
}

.zs_img_item .zs_img {
	width: 100%;
	height: 430px;
	overflow: hidden;
}

.zs_download {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
	color: #fff;
	border-radius: 3px;
	background-color: #5a0ea7;
}

.zs_download:hover {
	background-color: #7F12AD;
}

.kongdata {
	text-align: center;
}

.kongdata img {
	width: 300px;
	height: auto;
}

.kong_tip {
	color: #999;
}

.news_list {
	width: 55%;
}

.zscx_body {
	width: 40%;
	border: 3px solid #8239bb;
	border-radius: 6px;
	padding: 10px;
	box-sizing: border-box;
	background: rgb(253 250 255);
}

.zscx_tip {
	margin-bottom: 20px;
	/* text-align: center; */
	background-image: url(../image/zscx.png);
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #f4f4f4;
}

.zscx_title {
	font-size: 24px;
}

.zscx_text {
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
}

.zscx_input {
	width: 400px;
	margin: 40px auto;
	text-align: center;
}

.cxzs_btn {
	background: #8239ba;
	color: #fff;
	padding: 10px 20px;
	margin-top: 40px;
	cursor: pointer;
	user-select: none;
}

.zscx_inp {
	width: calc(100% - 110px);
	padding: 10px;
}

.zscx_input_text {
	margin: 10px 0;
}

/* 证书查询结果弹出层 */
.mark_result {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
	background-color: rgb(0 0 0 / 60%);
}

.zs_body_bg {
	width: 1200px;
	padding: 10px 10px;
	padding-bottom: 40px;
	box-sizing: border-box;
	margin: auto;
	background-color: #fff;
}

.zs_mark_close {
	text-align: right;
	cursor: pointer;
}

.zs_mark_close img {
	width: 30px;
	height: 30px;
	display: block;
}

.zs_cont_img {
	width: 300px;
}

.zs_cont_img img {
	width: 100%;
	height: auto;
}

.zs_cont_text {
	padding-left: 30px;
	box-sizing: border-box;
}

.zs_c_text {
	padding: 10px;
	font-size: 20px;
}

.download {
	width: 200px;
	padding: 10px;
	color: #fff;
	background: #8239ba;
	text-align: center;
	cursor: pointer;
	user-select: none;
	margin-top: 30px;
}

.dhcontlist .news-cont-item {
	width: 20%;
	border: 0;
}

.dhcontlist .news-body-cont .new-title {
	padding: 10px 0;
}

.dh_img {
	height: 200px;
	overflow: hidden;
}

.dh_img img {
	width: 100%;
	height: auto;
	display: block;
}

.dhcontlist {
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-end;
}
.dhcontlist .news-cont-item:hover{
	border: 1px solid #eee;
}


/* 1200px ~ 1366px */
@media screen and (min-width:1200px) and (max-width:1366px) {
	.menus-list .menu-item {
		padding: 0 5px;
	}

	.lunbo-body {
		width: 714px;
		height: 450px;
		top: 24%;
		padding: 47px;
	}

	.duxing-img .dxzy-img {
		width: 220px;
	}

	.duxing-img {
		position: absolute;
		left: 7%;
		top: 45%;
	}

	.notice-cont-list {
		padding-bottom: 22px;
		cursor: pointer;
	}

	.chuangye-lunbo .swiper-container {
		height: 160px;
	}

	.cysj-cymx {
		height: 270px;
		width: 86%;
	}

	#cysj_lunbo {
		height: 270px;
	}

	.cysj-cyxm,
	.cysj-cyqy {
		height: 270px;
	}

	#newslist {
		height: 185px;
	}

	.jy-by-ms {
		position: absolute;
		top: 35%;
		left: 0;
	}

	.jy-by-text {
		top: 5%;
		left: 9%;
	}

	.jy-by-ms-2 {
		text-indent: 0em;
	}

	.foot-list {
		grid-template-columns: 43.5% 56.6%;
	}


}

.index-icon-menu {
	display: none;
}

.menu-icons {
	display: inline-block;
	width: 20px;
	height: 10px;
	background-image: url(../image/sx-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.menu-list-phone {
	display: none;
}

@media screen and (max-width:1200px) {
	.index-icon {
		display: none;
	}


	.index-icon-menu {
		display: block;
	}

	.menus-list {
		display: none;
	}

	.menu-phone-1 {
		/* background: #8239b9; */
		padding: 8px;
		border-top: 1px solid #2750a2;
	}

	.bgcolor {
		background: #8239b9;
	}

	.menu-item-phone {
		text-align: center;
		font-size: 18px;
	}

	.menu-list-phone {
		color: #fff;
		background: #15439c;
		box-shadow: -3px 3px 8px rgb(0 0 0 / 30%);
		width: 300px;
		position: fixed;
		top: 100px;
		right: 0;
		height: calc(100vh - 100px);
		cursor: pointer;
		user-select: none;
		overflow: scroll;
	}

	.bgcolor .menu-icons {
		background-position: 0px -12px;
	}

	.menu-phone-list {
		display: none;
	}

	.menu-phone-list-item {
		padding: 5px;
		font-size: 16px;
		text-indent: 1em;
	}

	.menu-phone-list-item:hover {
		background-color: #2c59af;
		cursor: pointer;
	}

	/* 首页第一屏轮播图 */
	.lunbo-body {
		position: absolute;
		top: 10%;
		right: 0;
		z-index: 10;
		width: 100%;
		height: 40%;
		background-image: url(../image/lunbo-bg.png);
		background-size: 100% 100%;
		padding: 60px;
		box-sizing: border-box;
	}

	.duxing-img {
		position: absolute;
		left: 23%;
		top: auto;
		bottom: 15%;
	}

	.duxing-img .dxzy-img {
		width: 250px;
	}

	.by-text {
		writing-mode: vertical-rl;
		display: flex;
		flex-flow: column;
		position: absolute;
		left: auto;
		right: 18%;
		top: auto;
		bottom: 15%;
		font-size: 40px;
		color: #fff;
	}
}

.erweima {
	width: 12%;
	text-align: center;
}

.erweima img {
	width: 100% !important;
	margin: auto;
}

@media screen and (max-width:600px) {
	.head {
		padding: 0 10px;
		height: 60px;
	}

	.logo img {
		height: 40px;
	}

	.logo-name {
		font-size: 16px;
	}

	.menu-list-phone {
		top: 60px;
	}

	.menu-list-phone {
		height: calc(100vh - 60px);
	}

	.section1 {
		height: 65%;
		background: #15439C url(../image/section1-bg.png);
		background-repeat: no-repeat;
		background-size: 140% 90%;
		position: relative;
	}

	.lunbo-body {
		position: absolute;
		top: 13%;
		right: 0;
		z-index: 10;
		width: 100%;
		height: 45%;
		background-image: url(../image/lunbo-bg.png);
		background-size: 100% 100%;
		padding: 24px;
		box-sizing: border-box;
	}

	.duxing-img .dxzy-img {
		width: 100px;
	}

	.by-text {
		font-size: 18px;
		bottom: 10%;
	}

	.fazhan {
		padding-top: 55px;
	}

	/* 第一屏 新闻资讯 */
	.news-cont {
		display: block;
	}

	.news-list,
	.notice-list,
	.activity-list {
		padding: 0;
	}

	.news-head {
		padding: 5px 20px;
		align-items: center;
	}

	.index-news-title {
		font-size: 18px;
	}

	.news-head img {
		width: 30px;
	}

	#newslist {
		height: 180px;
	}

	.newstable-list {
		font-size: 14px;
	}

	.newstable-times {
		font-size: 12px;
	}

	.notice-cont-list {
		padding-bottom: 15px;
		cursor: pointer;
	}

	.notice-left {
		align-items: flex-end;
		min-width: 60px;
	}

	.notice-time-y {
		font-size: 12px;
		font-family: Source Han Serif CN-Bold, Source Han Serif CN;
		font-weight: bold;
		color: #999999;
	}

	.notice-time-m {
		width: 35px;
		height: 35px;
		/* background: #999; */
		border-radius: 6px 6px 6px 6px;
		border: 1px solid #D6D6D6;
		text-align: center;
		font-size: 20px;
		font-family: Source Han Serif CN-Bold, Source Han Serif CN;
		font-weight: bold;
		color: #999999;
		margin-top: 5px;
	}

	.notice-right .notice-title {
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}

	.news-notice {
		height: auto;
	}

	newslist #activitylist {
		height: 100% !important;
	}

	.activity-list-title {
		font-size: 14px;
	}

	.activity-list-jianjie {
		font-size: 12px;
		color: #666;
	}

	#activitylist {
		height: 100% !important;
	}

	/* 首页 教学育人 */
	.jiaoyu-cont {
		padding-top: 0px;
		display: block;
	}

	.jy-tab-list.active .yuan-line {
		position: absolute;
		width: 50px;
		height: 50px;
	}

	.icon-jy-list img {
		width: 30px;
		height: auto;
		text-align: center;
	}

	.jy-list-title {
		margin: 20px auto;
		height: 60%;
	}

	.jy-title {
		font-size: 16px;
	}

	.jy-jianjie {
		color: #fff;
		font-size: 12px;
	}

	.jy-biaoyu-bg {
		height: 360px;
	}

	.jysj-body {
		height: auto;
	}

	.jy-by-text {
		font-size: 28px;
		font-family: PingFang SC-Semibold, PingFang SC;
		font-weight: 600;
		color: #13439B;
		line-height: normal;
		text-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
		position: absolute;
		top: 10%;
		left: 15%;
	}

	.jy-biaoyu-bg {
		background-image: url(../image/S-bg.png);
		background-size: 70% 100%;
		background-repeat: no-repeat;
		position: relative;
	}

	.jy-by-ms {
		position: absolute;
		top: 30%;
		left: 15%;
	}

	.jy-by-ms-1,
	.jy-by-ms-2 {
		font-size: 20px;
		line-height: 40px;
	}

	.jy-more-text {
		border: 1px solid rgba(76, 137, 225, 1);
		position: absolute;
		top: -8px;
		left: 5px;
		width: 120px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		color: #15439C;
		cursor: pointer;
	}

	.jy-more-btn {
		position: absolute;
		bottom: 10%;
		left: 10%;
		border: 1px solid rgba(166, 196, 240, 1);
		width: 120px;
		height: 40px;
		background: #fff;
	}

	/* 首页 创业实践 */
	.chuangye-cont {
		display: block;
		padding-top: 0;
	}

	.cy-biaoyu-bg {
		height: 400px;
	}

	.cy-more-text {
		width: 120px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}

	.cy-more-btn {
		position: absolute;
		bottom: 10%;
		left: 10%;
		border: 1px solid rgba(166, 196, 240, 1);
		width: 120px;
		height: 40px;
		background: rgba(21, 85, 173, 1);
	}

	.cy-by-text {
		font-size: 28px;
		line-height: 28px;
		top: 12%;
		left: 12%;
	}

	.cy-by-ms {
		position: absolute;
		top: 45%;
		left: 15%;
	}

	.cy-by-ms-1,
	.cy-by-ms-2 {
		font-size: 24px;
		font-family: PingFang SC-Light, PingFang SC;
		font-weight: 300;
		color: #fff;
		line-height: 24px;
		text-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
	}

	#cysj_lunbo {
		width: 100%;
		height: 180px;
	}

	.cysj-cymx {
		width: 100%;
		height: 180px;
	}

	.cysj-cont-items {
		margin: 10px;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}

	.swiper-pagination {
		font-size: 12px;
		user-select: none;
	}

	.cysj-fenye,
	.chuangyexiangmu-fenye,
	.chuangyeqiye-fenye {
		bottom: 5px;
		color: #666;
	}

	.cy-tab-list-bg .swiper-button-next,
	.cy-tab-list-bg .swiper-button-prev {
		bottom: 5%;
		top: auto;
	}

	.cysj-xmqy {
		display: flex;
		flex-flow: column;
	}

	.chuangyeshijain {
		height: auto;
	}

	.cysj-xmqy {
		width: 100%;
	}

	.cysj-cyxm,
	.cysj-cyqy {
		width: 100%;
		height: auto;
		margin: 0;
		/* margin-top: 10px; */
		position: relative;
	}

	.cy-title-bg {
		background-image: url(../image/index-icon-cysj.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 80px;
		height: 30px;
		line-height: 40px;
		padding-left: 14px;
		font-size: 16px;
		font-weight: bold;
		color: #9747FF;
	}

	.fenyeqi2 {
		position: absolute;
		top: 12px;
		right: 20px;
		height: 30px;
		width: 100px;
	}

	.chuangye-lunbo .swiper-container {
		height: 180px;
	}

	.cyxm-cont-list-item {
		padding: 10px;
		font-size: 14px;
	}

	.zhaosheng {
		height: auto;
		/* display: none; */
	}

	.jy-tab-list-bg {
		height: 250px;
		/* display: none; */
	}

	.foot-list {
		display: block;
	}

	.foot-right-topinfo {
		padding: 0;
	}

	.foot-icon span {
		font-size: 14px;
	}

	.erweima {
		width: 30% !important;
		text-align: center;
	}

	.foot-logo-img {
		width: 190px !important;
		height: auto;
	}

	.xueyuan {
		font-size: 20px;
	}

	.jishu {
		position: unset;
		font-size: 12px;
		font-weight: normal;
	}

	#footer {
		height: auto;
	}

	.ziyuan {
		padding: 0;
		font-size: 12px;
	}



	/* 信息详情页面 */
	.kong {
		height: 60px;
	}

	.page3_content_m p img {
		max-width: 1200px;
		height: auto;
	}


	.news-menu-list .news-menu-list-item {
		padding: 0;
	}

	.news-menu-bg {
		height: 140px;
	}

	.news-menu-cont {
		width: 90%;
		height: 52px;
		background: rgba(130, 57, 186, 0.97);
		border-radius: 9px 9px 0px 0px;
		opacity: 1;
		padding: 10px;
		box-sizing: border-box;
		user-select: none;
	}

	.news-menu-list {
		color: #fff;
		font-size: 12px;
	}

	.news-menu-cont .news-lins {
		width: 1px;
		height: 27px;
		background: #fff;
		margin: 0 7px;
	}

	.news-xyxw {
		width: max-content;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
	}

	.news-xiushi .news-icon {
		width: 36px;
		height: auto;
	}

	.mbx-menu {
		font-size: 12px;
		margin: 5px;
	}

	.infor-title {
		font-size: 20px;
	}

	.infor-jj {
		font-size: 12px;
	}

	.info-bott .bj-text {
		margin-top: 10px;
	}

	.inforconts {
		margin-top: 30px;
		max-width: 1200px;
		height: auto;
	}

	.page3_content_m p {
		background-color: transparent !important;
		max-width: 1200px;
		height: auto;
	}

	.inforconts .page3_content_m img{
		max-width: 1200px;
		height: auto;
	}

	/* 学院总览 */
	.xy-jieshao .flex-row {
		align-items: flex-start;
		flex-flow: column;
	}

	.xy-jiyu .flex-row {
		justify-content: space-between;
		align-items: flex-start;
		flex-flow: column;
	}

	.ov-image img,
	.jy-image img {
		width: 100%;
	}

	.js-text {
		margin: 0;
		font-size: 14px;
	}

	.news-cont-list {
		padding-bottom: 30px;
	}

	.jy-infor p {
		font-size: 14px;
		padding: 0;
	}

	.sp-cont {
		flex-flow: column;
		padding: 10px;
	}

	.sp-play {
		width: 100%;
	}

	.sp-title {
		font-size: 20px;
	}

	.sp-text {
		font-size: 16px;
	}

	.sp-list .swiper-slide {
		width: auto !important;
		margin-right: 15px;
	}

	.swiper-body {
		height: 150px;
	}

	.sp-list {
		height: 180px;
	}

	.sp-biaoti {
		font-size: 12px;
	}

	.videoplay {
		width: 90%;
		height: 40%;
		margin: auto;
	}

	.news-cont-list {
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	/* 面包屑导航 */
	.mianbaoxue {
		flex-flow: column;
		align-items: baseline;
	}

	.searchinfor {
		margin-left: 0;
		padding: 10px 0 0 0;
	}

	.searchinfor .sousuo {
		width: 65%;
	}

	/* 正文 */
	.news-body-cont .new-title {
		font-size: 14px;
	}

	.news-body-cont .new-infor {
		font-size: 12px;
		margin-top: 10px;
	}

	.fabu-ts {
		display: none;
		font-size: 14px;
		color: #333;
		margin-top: 5px;
		padding-top: 5px;
		border-top: 1px solid #333;
	}

	.fabu-sj {
		color: #072C7B;
		font-weight: normal;
		font-size: 12px;
	}

	.news-body-cont {
		height: auto;
	}

	.news-img-head {
		margin-right: 5px;
	}

	.news-cont-item {
		padding: 0;
	}

	.new-times {
		margin-left: 5px;
		text-align: right;
		font-size: 12px;
	}

	.totalNum,
	.totalList {
		display: none;
	}

	.jh-img {
		display: none;
	}

	.xyzs-cont {
		display: block;
	}

	.jh-list .jh-items {
		font-size: 12px;
		text-align: right;
	}

	.jh-list .jh-items .jh-title {
		font-size: 12px;
		width: 90%;
		text-align: left
	}

	.jh-list {
		padding: 0 5px;
	}

	.zhaosheng .news-menu-list-item,
	.jiaoyu .news-menu-list-item,
	.chuangye .news-menu-list-item {
		padding: 0;
		width: 34px;
		text-align: center;
		margin-right: 8px;
	}

	.jysj-tab .news-left {
		align-items: flex-start;
		width: 100%;
	}

	.news-img-head {
		width: 80px;
		max-height: 260px;
		overflow: hidden;
		margin-right: 50px;
	}

	.news-img-head {
		width: 170px;
		max-height: 50px;
		margin-right: 5px;
	}

	.jysj-tab .news-body-cont {
		width: auto;
	}

	/* 政策 */
	.polocy-cont .new-title.danhang {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal
	}

	.policy-cont .new-title {
		font-size: 14px;
		font-weight: bold;
		background: #f8f8f8;
		padding: 0 5px;
		box-sizing: border-box;
		margin: 10px;
	}

	.policy-cont .laiyuan {
		flex-flow: wrap;
		font-size: 12px;
	}

	.policy-cont .ly-text {
		margin-right: 5px;
	}

	#firstPage,
	#lastPage,
	#nextPage,
	#prePage {
		width: 44px;
	}

	#nextPage,
	#prePage {
		width: 55px;
		display: none;
	}

	/* 常用下载 */
	.other-cont .news-left {
		width: 70%;
	}

	.other-cont .news-body-cont {
		width: auto;
	}

	.other-cont .new-times {
		font-size: 12px;
	}

	.box {
		display: none;
	}

	.new_foot {
		width: 100%;
		height: 630px;
		min-width: auto;
	}

	.new_foot_body {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.foot_logo {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.foot_logo img {
		width: 100px;
		height: auto;
	}

	.foot_dh_til a,
	.foot_dh_til {
		font-size: 12px;
	}

	.foot_dh {
		flex-wrap: wrap;
		justify-content: center;
	}

	.animated {
		visibility: visible;
	}

	.headtop {
		height: 60px;
	}

	.kong {
		height: 60px;
	}

	#certify {
		width: auto;
		padding-top: 30px;
		margin-bottom: 20px;
	}

	#certify .swiper-slide {
		width: 300px;
		height: 200px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	.xinwen_list {
		width: auto;
	}

	.peiyu_list {
		min-width: auto;
		height: auto;
		padding-bottom: 20px;
	}

	.tz-cont-pad {
		height: auto;
		width: 100%;
	}

	.grid_play {
		grid-template-columns: minmax(0, 1fr);
	}

	/* .news_border.tongzhi {
		margin: 0px;
	} */

	.news_border {
		margin: 10px;
		box-sizing: border-box;
	}

	.menu-list-phone {
		height: calc(100vh - 60px);
		position: absolute;
		top: 60px;
		right: -10px;
	}

	.head {
		display: flex;
  		align-items: center;   
		justify-content: center; 
		position: relative;
		height: 80px;  
	}

	.peiyu_body {
		width: auto;
		flex-wrap: wrap;
		justify-content: center;
	}

	/* .shiting_news {
		margin-top: 10px;
		margin-bottom: 10px
	} */

	.st_banner {
		height: 210px;
	}

	.st_banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 9px !important;
	}

	.peiyu_title {
		padding-top: 10px;
		margin-bottom: 10px;
	}

	.peiyu_title img,
	.st_title img {
		width: 100px;
	}

	.py_number {
		width: 180px;
		padding: 10px;
		margin: 5px;
	}

	.py_num_title {
		font-size: 14px;
	}

	.py_num {
		font-size: 26px;
	}
}
