
li {
	list-style-type: none;
}
.section .swiper-container {
  width: 100%;
  height: 6.5rem;
}
.section .swiper-container img {
  width: 100%;
}
.section .module {
  margin-top: 0.3rem;
  padding: 0.3rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.section .module .module-list {
  width: 2.93rem;
  height: 1.8rem;
  color: #ffffff;
  text-align: center;
  transition: transform 0.3s;
  cursor: pointer;
	display: block;
}
.section .module .module-list .module-list-title {
  margin-top: 1rem;
  font-size: 0.3rem;
  letter-spacing: 0.07rem;
}
.section .module .module-list .module-list-english {
  font-size: 0.12rem;
}
.section .module .module-list img {
	width: 0.5rem;
	
}
.section .module .module-list.yygh {
  background: #32a63d url("../image/module_yygh.png") no-repeat center 0.2rem;
  background-size: 0.7rem 0.7rem;
}
.section .module .module-list.ksdh {
  background: #42bdb5 url("../image/module_ksdh.png") no-repeat center 0.2rem;
  background-size: 0.7rem 0.7rem;
}
.section .module .module-list.zjjs {
  background: #9046c2 url("../image/module_zjjs.png") no-repeat center 0.2rem;
  background-size: 0.7rem 0.7rem;
}
.section .module .module-list.czxx {
  background: #307ec2 url("../image/module_czxx.png") no-repeat center 0.2rem;
  background-size: 0.7rem 0.7rem;
}
.section .module .module-list.jyzn {
  background: #cc4b3d url("../image/module_jyzn.png") no-repeat center 0.2rem;
  background-size: 0.7rem 0.7rem;
}
.section .module .module-list.jkkp {
  background: #bf923d url("../image/module_jkkp.png") no-repeat center 0.2rem;
  background-size: 0.7rem 0.7rem;
}
.section .module .module-list:hover {
  transform: scale(1.1);
}
.section .keshidaohang {
  margin-top: 0.2rem;
  padding: 0.3rem 0.2rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
	position: relative;
}
.section .keshidaohang .keshidaohang-left {
  position: relative;
  width: 5.9rem;
  height: 4rem;
}
.section .keshidaohang .keshidaohang-left .keshidaohang-left-title {
  width: 100%;
  height: 0.6rem;
  color: #ffffff;
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-indent: 0.2rem;
  background: #0551a9;
}
.section .keshidaohang .keshidaohang-left .keshidaohang-left-img {
  width: 100%;
  height: 3.4rem;
}
.section .keshidaohang .keshidaohang-left .keshidaohang-left-info {
  position: absolute;
  bottom: 0;
  padding: 0.13rem 0.46rem 0.05rem 0.14rem;
  width: calc(100% - 0.6rem);
  height: calc(1rem - 0.18rem);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
.section .keshidaohang .keshidaohang-left .keshidaohang-left-info .info-title {
  font-size: 0.18rem;
}
.section .keshidaohang .keshidaohang-left .keshidaohang-left-info .info-text {
  margin-top: 0.08rem;
  font-size: 0.16rem;
}

@keyframes horizantalBecomeSmall {
	from {width: 6.4rem;}
	to {width: 1.4rem;}
}
@keyframes horizantalBecomeLarge {
	from {width: 1.4rem;}
	to {width: 6.4rem;}
}
@-webkit-@keyframes horizantalBecomeSmall {
	from {width: 6.4rem;}
	to {width: 1.4rem;}
}
@-webkit-@keyframes horizantalBecomeLarge {
	from {width: 1.4rem;}
	to {width: 6.4rem;}
}

@keyframes titleBoxShow {
	from {left: -1.4rem;}
	to {left: 0rem;}
}
@keyframes titleBoxHide {
	from {left: 0rem;}
	to {left: -1.4rem;}
}
@-webkit-@keyframes titleBoxShow {
	from {left: -1.4rem;}
	to {left: 0rem;}
}
@-webkit-@keyframes titleBoxHide {
	from {left: 0rem;}
	to {left: -1.4rem;}
}

.section .keshidaohang .keshidaohang-right {
	height: 4rem;
	overflow: hidden;
  width: 9.5rem;
  font-size: 0.18rem;
}
.section .keshidaohang .keshidaohang-right .base-box-class {
	float: left;
	position: relative;
	width: 1.4rem;
	height: 4rem;
	margin-right: 0.1rem;
	overflow: hidden;
}
/* .section .keshidaohang .keshidaohang-right .base-box-class.fold-box {
	animation: horizantalBecomeSamll 2s 1;
	-webkit-animation: horizantalBecomeSamll 2s 1;
	animation-fill-mode: forwards;
} */
/* .section .keshidaohang .keshidaohang-right .base-box-class.expand-box {
	animation: horizantalBecomeLarge 2s 1;
	-webkit-animation: horizantalBecomeLarge 2s 1;
	animation-fill-mode: forwards;
} */
/* .section .keshidaohang .keshidaohang-right .base-box-class.expand-box .title-vertical {
	left: -1.4rem;
} */
.section .keshidaohang .keshidaohang-right .base-box-class .title-vertical {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4rem;
	height: 4rem;
	padding: 0.5rem 0.42rem 0 0.42rem;
	box-sizing: border-box;
	z-index: 2;
	cursor: pointer;
}
.section .keshidaohang .keshidaohang-right .base-box-class .title-vertical img {
	width: 0.55rem;
	height: 0.57rem;
}
.section .keshidaohang .keshidaohang-right .base-box-class .title-vertical span {
	display: block;
	font-size: 0.3rem;
	color: #fff;
	text-align: center;
	margin-top: 0.2rem;
}
.section .keshidaohang .keshidaohang-right .base-box1 .title-vertical {
	background: url(../image/yzy_vertical_bg.png) no-repeat;
	background-size: 100% 100%;
}
.section .keshidaohang .keshidaohang-right .base-box2 .title-vertical {
	background: url(../image/yzx_vertical_bg.png) no-repeat;
	background-size: 100% 100%;
}
.section .keshidaohang .keshidaohang-right .base-box3 .title-vertical {
	background: url(../image/qita_vertical_bg.png) no-repeat;
	background-size: 100% 100%;
}

.section .keshidaohang .keshidaohang-right .base-box-class.base-box1 .content-horizantal .title-horizantal a {
	color: #0551A9;
}
.section .keshidaohang .keshidaohang-right .base-box-class.base-box2 .content-horizantal .title-horizantal a {
	color: #00A8A3;
}
.section .keshidaohang .keshidaohang-right .base-box-class.base-box3 .content-horizantal .title-horizantal a {
	color: #E6A225;
}

.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal {
	width: 6.4rem;
	height: 4rem;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0.2rem;
	position: absolute;
	left: 0;
	top: 0;
}

.section .keshidaohang .keshidaohang-right .base-box1 .content-horizantal {
	background: url(../image/yzy_horizantal_bg.png) no-repeat;
	background-size: 100% 100%;
}
.section .keshidaohang .keshidaohang-right .base-box2 .content-horizantal {
	background: url(../image/yzx_horizantal_bg.png) no-repeat;
	background-size: 100% 100%;
}
.section .keshidaohang .keshidaohang-right .base-box3 .content-horizantal {
	background: url(../image/qita_horizantal_bg.png) no-repeat;
	background-size: 100% 100%;
}
.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal .title-horizantal {
	margin: 0;
}
.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal .title-horizantal a {
	display: block;
	color: #0551a9;
	font-size: 0.28rem;
	margin-bottom: 0.2rem;
}
.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal .list-flex {
	display: flex;
	
}
.section .keshidaohang .keshidaohang-right .base-box1.base-box-class .content-horizantal .list-flex a,
.section .keshidaohang .keshidaohang-right .base-box3.base-box-class .content-horizantal .list-flex a{
	width: 2.8rem;
}
.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal .list-flex a {
	border: 0.01rem solid #333;
	border-radius: 0.05rem;
	color: #333;
	font-size: 0.16rem;
	padding-left: 0.4rem;
	background-image: url(../image/keshidaohang_black_icon.png);
	background-repeat: no-repeat;
	background-size: 0.15rem 0.15rem;
	background-position: 0.2rem 0.15rem;
	height: 0.45rem;
	line-height: 0.45rem;
	width: 1.4rem;
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
	white-space: nowrap; /* 确保文本在一行内显示 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}
.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal .list-flex a:last-child {
	margin-right: 0;
}

.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal::-webkit-scrollbar {
  width: 3px; /* 设置滚动条的宽度 */
}
.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal::-webkit-scrollbar-thumb {
  background-color: #888; /* 设置滚动条滑块的颜色 */
  border-radius: 0.03rem; /* 设置滚动条滑块的圆角 */
}
 
.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 设置滚动条滑块在悬停时的颜色 */
}
 
.section .keshidaohang .keshidaohang-right .base-box-class .content-horizantal::-webkit-scrollbar-track {
  background-color: #eee; /* 设置滚动条背景的颜色 */
}

.section .keshidaohang .keshidaohang-right .child-ks-container .back-icon {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../image/back.png) no-repeat;
	background-size: 100% 100%;
	width: 0.4rem;
	height: 0.3rem;
	cursor: pointer;
}
.section .keshidaohang .keshidaohang-right .keshidaohang-right-content .list {
	display: inline-block;
  margin-bottom: 0.31rem;
	margin-right: 0.8rem;
  width: 2.4rem;
  height: 0.5rem;
  color: #333333;
  border: 0.01rem solid #cccccc;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.5rem;
  cursor: pointer;
	white-space: nowrap; /* 确保文本在一行内显示 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}
.section .keshidaohang .keshidaohang-right .keshidaohang-right-content .list:nth-child(3n+3) {
	margin-right: 0rem;
}
.section .keshidaohang .keshidaohang-right .keshidaohang-right-content .list:hover {
  color: #ffffff;
  background: #0551a9;
}
.section .zhuanjiajieshao {
  position: relative;
  margin-top: 0.2rem;
  background-color: #ffffff;
}
.section .zhuanjiajieshao .zhuanjiajieshao-content {
  position: relative;
  padding: 0.3rem;
  overflow: hidden;
}
.section .zhuanjiajieshao .zhuanjiajieshao-content .swiper-wrapper .swiper-slide {
  display: flex;
  /* justify-content: space-between; */
}
.section .zhuanjiajieshao .zhuanjiajieshao-content .swiper-wrapper .swiper-slide .zhuanjiajieshao-content-list {
  width: 2.84rem;
  display: block;
	margin-right: 0.3rem;
}
.section .zhuanjiajieshao .zhuanjiajieshao-content .swiper-wrapper .swiper-slide .zhuanjiajieshao-content-list .list-img {
  position: relative;
  margin: 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  overflow: hidden;
	border-radius: 50%;
}
.section .zhuanjiajieshao .zhuanjiajieshao-content .swiper-wrapper .swiper-slide .zhuanjiajieshao-content-list .list-img img {
  position: absolute;
  left: 50%;
  width: 2.2rem;
  transform: translateX(-50%);
}
.section .zhuanjiajieshao .zhuanjiajieshao-content .swiper-wrapper .swiper-slide .zhuanjiajieshao-content-list .list-describe {
  color: #333333;
  font-size: 0.16rem;
	text-align: center;
	margin-top: 0.1rem;
}
.section .zhuanjiajieshao .zhuanjiajieshao-content .swiper-wrapper .swiper-slide .zhuanjiajieshao-content-list .list-describe .list-describe-title {
  padding: 0.08rem 0;
  color: #111111;
  font-size: 0.24rem;
}
.section .zhuanjiajieshao .zhuanjiajieshao-content .swiper-wrapper .swiper-slide .zhuanjiajieshao-content-list:hover .list-describe {
  color: #0551a9;
}
.section .zhuanjiajieshao .zhuanjiajieshao-content .swiper-wrapper .swiper-slide .zhuanjiajieshao-content-list .list-describe .list-describe-text {
	max-height: 0.7rem;
	line-height: 0.23rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 定义显示的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
}
.section .zhuanjiajieshao .zhuanjiajieshao-swiper-next,
.section .zhuanjiajieshao .zhuanjiajieshao-swiper-prev {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.section .zhuanjiajieshao .zhuanjiajieshao-swiper-next.zhuanjiajieshao-swiper-prev,
.section .zhuanjiajieshao .zhuanjiajieshao-swiper-prev.zhuanjiajieshao-swiper-prev {
  top: 50%;
  left: -0.6rem;
  background: url("../image/zhuanjiajieshao_left.png") no-repeat;
  background-size: 100% 100%;
}
.section .zhuanjiajieshao .zhuanjiajieshao-swiper-next.zhuanjiajieshao-swiper-next,
.section .zhuanjiajieshao .zhuanjiajieshao-swiper-prev.zhuanjiajieshao-swiper-next {
  top: 50%;
  right: -0.6rem;
  background: url("../image/zhuanjiajieshao_right.png") no-repeat;
  background-size: 100% 100%;
}
.section .xinwenGonggao {
  margin-top: 0.2rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.section .xinwenGonggao .yiyuanxinwen,
.section .xinwenGonggao .yiyuanggonggao {
  width: 7.85rem;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content {
  padding: 0.2rem;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper {
  display: flex;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper .yiyuanxinwen-swiper-container,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper .yiyuanxinwen-swiper-container,
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper .yiyuanggonggao-swiper-container,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper .yiyuanggonggao-swiper-container {
  position: relative;
  width: 3.2rem;
  height: 2rem;
  flex-shrink: 0;
  overflow: hidden;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper .yiyuanxinwen-swiper-container .swiper-button-white,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper .yiyuanxinwen-swiper-container .swiper-button-white,
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper .yiyuanggonggao-swiper-container .swiper-button-white,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper .yiyuanggonggao-swiper-container .swiper-button-white {
  margin-top: -5px;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100% 100%;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper .xinwenGonggao-swiper-news,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper .xinwenGonggao-swiper-news {
  padding-left: 0.2rem;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
	height: 2rem
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper .xinwenGonggao-swiper-news .news-title,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper .xinwenGonggao-swiper-news .news-title {
  font-size: 0.2rem;
	width: 100%;
	max-height: 0.58rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 定义显示的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper .xinwenGonggao-swiper-news .news-text,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper .xinwenGonggao-swiper-news .news-text {
  font-size: 0.16rem;
	width: 100%;
	max-height: 0.9rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* 定义显示的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper .xinwenGonggao-swiper-news .news-date,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper .xinwenGonggao-swiper-news .news-date {
  font-size: 0.14rem;
	width: 100%;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-swiper:hover .xinwenGonggao-swiper-news,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-swiper:hover .xinwenGonggao-swiper-news {
  color: #0551a9;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-list,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-list {
  margin-top: 0.2rem;
  border-top: dashed 0.01rem #eeeeee;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-list .list,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-list .list {
  height: 0.44rem;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.44rem;
  border-bottom: dashed 0.01rem #eeeeee;
  display: flex;
  justify-content: space-between;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-list .list span,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-list .list span {
	max-width: 5rem;
	white-space: nowrap; /* 确保文本在一行内显示 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-list .list .list-date,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-list .list .list-date {
  color: #999999;
}
.section .xinwenGonggao .yiyuanxinwen .xinwenGonggao-content .xinwenGonggao-content-list .list:hover .list-title,
.section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content .xinwenGonggao-content-list .list:hover .list-title {
  color: #0551a9;
}
.section .fuyuan {
  padding-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.section .fuyuan .kepuzaixian,
.section .fuyuan .yiliaojishu,
.section .fuyuan .bangyangliliang, 
.section .fuyuan .yihuangushi,
.section .gonggaoShipinYuanbaoMeiti .gonggaoShipin,
.section .gonggaoShipinYuanbaoMeiti .yuanbaoMeiti {
  width: 7.85rem;
  border: solid 0.01rem #f0f0f0;
	box-shadow: 2px 2px 5px #e0e0e0;
	background-color: #fff;
	
}
.section .fuyuan .kepuzaixian .fuyuanTitle,
.section .fuyuan .yiliaojishu .fuyuanTitle,
.section .fuyuan .bangyangliliang .fuyuanTitle,
.section .fuyuan .yihuangushi .fuyuanTitle {
  background-color: #0551a9;
}

/* tanmengwen */
.section .fuyuan .fuyuanContent {
	display: flex;
	justify-content: space-between;
	flex: 1;
	box-sizing: border-box;
	padding: 0.2rem 0.2rem 0 0.2rem;
	min-height: 4rem;
}
.section .fuyuan .fuyuanContentLeft img {
	width: 3.6rem;
	height: 3.6rem;
}
.section .fuyuan .fuyuanContentRight a {
	display: block;
	width: 3.6rem;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #333;
	white-space: nowrap; /* 确保文本在一行内显示 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}
.section .fuyuan .fuyuanContentRight a:hover {
	color: #0551a9;
}
/* .section .fuyuan .bangyangliliang .fuyuanTitle,
.section .fuyuan .yihuangushi .fuyuanTitle {
  background-color: #4dc49a;
} */
.section .fuyuan .fuyuanContentList {
	margin-bottom: 0.2rem;
}
.section .fuyuan .fuyuanContentList .list-item {
	line-height: 0.45rem;
	display: flex;
	justify-content: space-between;
}
.section .fuyuan .fuyuanContentList .list-item span:first-child {
	color: #333;
	font-size: 0.18rem;
	width: 6.2rem;
	white-space: nowrap; /* 确保文本在一行内显示 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}
.section .fuyuan .fuyuanContentList .list-item span:last-child {
	color: #999;
	font-size: 0.16rem;
	text-align: right;
	width: 1.2rem;
}
.section .gonggaoShipinYuanbaoMeiti {
	padding: 0.2rem 0;
	display: flex;
	flex: 1;
}
.section .gonggaoShipinYuanbaoMeiti .gonggaoShipin,
.section .gonggaoShipinYuanbaoMeiti .yuanbaoMeiti {
	background-color: #e5eef6;
	display: flex;
	justify-content: space-between;
	box-shadow: none;
	margin-right: 0.25rem;
}
.section .gonggaoShipinYuanbaoMeiti .yuanbaoMeiti{
	margin-right: 0;
}
.section .gonggaoShipinYuanbaoMeiti .yuanneigonggao,
.section .gonggaoShipinYuanbaoMeiti .shipinzhongxin,
.section .gonggaoShipinYuanbaoMeiti .yuanbaoxinshang, 
.section .gonggaoShipinYuanbaoMeiti .meitibaodao{
	width: 3rem;
	height: 3.6rem;
	background-color: #fff;
	box-shadow: 2px 2px 5px #e0e0e0;
}
.section .gonggaoShipinYuanbaoMeiti .yuanneigonggao {
	background: url(../image/yuanneigonggao2.png) no-repeat;
	background-size: 100% 100%;
}
.section .gonggaoShipinYuanbaoMeiti .shipinzhongxin,
.section .gonggaoShipinYuanbaoMeiti .meitibaodao {
	width: 4.55rem;
}
.section .gonggaoShipinYuanbaoMeiti .title {
	padding: 0 0.1rem;
	line-height: 0.6rem;
	color: #fff;
	font-size: 0.24rem;
	display: flex;
	justify-content: space-between;
	background-color: #0551A9;
}
.section .gonggaoShipinYuanbaoMeiti .more-icon img {
	width: 0.18rem;
}
.section .gonggaoShipinYuanbaoMeiti .yuanneigonggao .gonggao-content {
	/* padding: 0.6rem 0; */
	text-align: center;
}
.section .gonggaoShipinYuanbaoMeiti .yuanneigonggao .gonggao-content img {
	width: 1rem;
}
.section .gonggaoShipinYuanbaoMeiti .yuanneigonggao .gonggao-content p {
	font-size: 0.18rem;
	color: #4d84c4;
	line-height: 0.36rem;
}
.section .gonggaoShipinYuanbaoMeiti .shipinzhongxin .video-img {
	width: 100%;
	height: 3rem;
}
.section .gonggaoShipinYuanbaoMeiti .yuanbaoxinshang .ybxs-paper-box {
	height: 2.9rem;
	overflow: hidden;
}
.section .gonggaoShipinYuanbaoMeiti .yuanbaoxinshang .paper,
.section .gonggaoShipinYuanbaoMeiti .meitibaodao .mtbd-list {
	width: 100%;
}
.section .gonggaoShipinYuanbaoMeiti .meitibaodao .mtbd-list {
	box-sizing: border-box;
	padding: 0.1rem 0.2rem;
}
.section .gonggaoShipinYuanbaoMeiti .meitibaodao .mtbd-list a {
	display: block;
	width: 100%;
	line-height: 0.45rem;
	font-size: 0.16rem;
	color: #333;
	white-space: nowrap; /* 确保文本在一行内显示 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}
.section .gonggaoShipinYuanbaoMeiti .meitibaodao .mtbd-list a:hover {
	color: #0551a9;
}

/* 轮播图分页样式 */
.banner-swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.8;
	width: 0.1rem;
	height: 0.1rem;
}
.banner-swiper-pagination .swiper-pagination-bullet-active {
	width: 0.2rem;
	border-radius: 0.05rem;
	opacity: 1;
}
.banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0551A9!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.05rem;
}
.banner-swiper-container .swiper-button-next, 
.banner-swiper-container .swiper-button-prev {
	width: 0.27rem;
	height: 0.44rem;
	background-size: 0.27rem 0.44rem;
	margin-top: -0.22rem;
}
.banner-swiper-container .swiper-button-next {
	right: 0.1rem;
}
.banner-swiper-container .swiper-button-prev {
	left: 0.1rem;
}
#yiyuanggonggaoList li {
	height: 0.44rem;
	line-height: 0.44rem;
}
.xinwenGonggao .title {
	background-color: #0551A9;
	color: #ffffff;
}
 .section .xinwenGonggao .yiyuanggonggao .xinwenGonggao-content {
	 padding-top: 0;
 }