.w1440{
	width:1440px;
	margin: 0 auto;
}
.big-scroll {
	width: 100%;
	margin-top:53px;
}
.m_t_45 {
	margin-top: 45px;
}
.m_t_120 {
	margin-top: 120px;
}

.main-body-one{
	position:relative;
	margin: 0 auto;
	padding: 0;
}
.main-body-one:before{
	content:'';
	position:absolute;
	right:0;
	height: 773px;
	background: #F9F9F9;
	width: 80%;
	top: -52px;
}

/*大图幻灯 开始*/
.scroll-container {
  display: flex!important;
  width: 100%;
  height: 653px; /* 大图高度 */
  position: relative;
  background: #fff;
}

/* 左侧大图区域样式 */
.large-img-section {
  flex: 0 0 980px; /* 大图宽度 */
  position: relative;
}

.large-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.large-img-wrapper.active {
  display: block;
  opacity: 1;
}

.large-img-link {
  display: block;
  width: 100%;
  height: 100%;
}

.large-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.calendar {
  position: absolute;
  top: -10px;
  left: 14px;
  background-color: #fff;
  z-index: 133;
  text-align: center;
  height: 76px;
  width: 72px;
  border-top: 4px solid #004EB3;
}

.calendar .day {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 8px;
  color: #000121;
}
.calendar .day::after {
    content: '';
    position: absolute;
    top: 52%;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #000121;
    opacity: 0.4;
    transform: rotate(-7deg);
}

.calendar .month {
  font-size: 12px;
  line-height: 12px;
  margin-top: 12px;
  color: #000121;
  opacity: 0.4;
}

.img-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  z-index: 10;
  background: linear-gradient(
	to top, 
	rgba(0, 0, 0, 0.9) 0%, 
	rgba(0, 0, 0, 0.7) 20%, 
	rgba(0, 0, 0, 0.3) 50%, 
	rgba(0, 0, 0, 0) 80%
  );
  padding-top: 60px;
}

.title, .summary {
  display: none;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 20;
}

.title {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.title-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.title-link:hover {
  color: #4db8ff;
  text-decoration: underline;
}

.summary {
  font-size: 16px;
  line-height: 1.6;
  max-width: 97%;
  opacity: 0.9;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.title.active, .summary.active {
  display: block;
  opacity: 1;
}

/* 右侧小图区域样式 */
.small-img-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  overflow: hidden;
  justify-content: space-between;
  position: absolute;
  right: 0;
  width: 456px;
  height:100%;
}

.small-img-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 12px;
  padding-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  height: 129px; /* 固定高度与大图比例匹配 */
}

.small-img-item:last-child {
  margin-bottom: 0;
}

.small-img-item:hover {
  background: #f0f5ff;
  transform: translateY(-2px);
}

.small-img-item.active {
  background-image: linear-gradient(252deg, #004EB3 0%, #0F9AF2 100%);
  margin-left: -15px;
  padding-left: 30px;
  z-index: 11;
}

.small-img-item.active .item-info {
  color: #fff;
}

.small-img-item.active .date {
  color: #ffffff94;
}

.item-info {
  flex: 1;
  margin-right: 15px;
}

.date {
  font-size: 14px;
  color: #00012175;
  transition: color 0.3s ease;
  font-weight: 500;
  line-height: 22px;
}

.item-title {
  font-size: 18px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 26px;;
  white-space: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.small-img {
  width: 194px; /* 小图宽度 */
  height: 129px; /* 小图高度 */
  object-fit: cover;
}
/*大图幻灯 结束*/


/*“动态”区 开始*/
.dt_content {
	display: flex;
	justify-content: space-between;
}
.four_pic_scroll {
	width: 703px;
}
.dt_list {
	width: 695px;
}


/*四图轮换 开始*/
.image-container {
  width: 703px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.large-image-container {
  position: relative;
  overflow: hidden;
}

.large-image {
  width: 100%;
  height: 469px;
  display: block;
  object-fit: cover;
}

.title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background: linear-gradient(to top, black, transparent);
  color: white;
}

.image-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.small-images {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 8px;
}

.small-image-link {
  display: block;
  position: relative;
  flex: 1;
  overflow: hidden;
}

.small-image-link.active {
  border: 3px solid #004EB3;
}

.small-image {
  width: 100%;
  height: 107px;
  object-fit: cover;
  display: block;
}
/*四图轮换 结束*/

/*文字列表 结束*/
.ul_hot_list {
	width:100%;
	margin:0;
	padding:0;
}
.ul_hot_list li{
    display: flex;
    justify-content: flex-start;
	align-items: center;
    height: 68px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #DFDFDF;
	transition: all 0.3s ease;
	position: relative;
}
.ul_hot_list li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #004EB3;
    transition: width 0.4s ease;
    z-index: 1;
}
.ul_hot_list li:hover::before {
	width: 100%;
}
.ul_hot_list li div{
	margin-left:30px;
    width: 100%;
}
.ul_hot_list li a{
	width:100%;
	font-weight: 700;
	font-size: 18px;
	color: #000121;
	line-height: 26px;
	text-decoration: none;
	transition: color 0.3s ease;
	position: relative;
    z-index: 2;
}
.ul_hot_list li.active, .ul_hot_list li:hover{
	cursor:pointer;
}
.ul_hot_list li.active a, .ul_hot_list li:hover a{color:#004EB3;text-decoration: none;}
.ul_hot_list li dt{
    display: flex;
    align-items: center;
    width: 72px;
}
.ul_hot_list li dt span.div_day{
    font-weight: 500;
    font-size: 28px;
    color: #000121;
    margin: 0 auto;
    line-height: 1.5;
}
.ul_hot_list li dt span.div_m_y{
    margin-left: 10px;
}
.ul_hot_list li dt span.div_m_y i{
    font-weight: 500;
    font-size: 20px;
    color: #000121;
    line-height: 20px;
    font-style: normal;
    position: relative;
}
.ul_hot_list li dt span.div_m_y i:after{
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    border-left: 0.5px solid #00012199;
    height: 14px;
    transform: rotate(25deg);
}
.ul_hot_list li dt span.div_m_y p{
    font-size: 10px;
    color: #00012166;
    line-height: 10px;
	margin-top: 10px;
}
/*文字列表 开始*/

/*“动态”区 结束*/



/*“聚焦”区 开始*/
.jujiao {
	width:890px;
}

/*“聚焦”区 结束*/


/*“政务”区 开始*/
.zhengwu {
	width:500px;
	position:relative;
}
.zhengwu:after{
	content:'';
	position:absolute;
	width: 731px;
	height:690px;
	background: url(../202509images/bg_area_box1@2x.png) center no-repeat;
	background-size: cover;
	left:0;
	top:0;
	z-index: -1;
}
.zw_hot_list {
    width: 427px;
    margin: 0;
    padding: 0;
    margin-left: 69px;
}
.zw_hot_list li{
    display: flex;
    justify-content: flex-start;
	align-items: center;
    height: 60px;
    padding-bottom: 9px;
    margin-bottom: 9px;
}
.zw_hot_list li div{
	margin-left:30px;
    width: 100%;
}
.zw_hot_list li a{
	width:100%;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-decoration: none;
}
.zw_hot_list li.active, .zw_hot_list li:hover{
	cursor:pointer;
}
.zw_hot_list li.active a, .zw_hot_list li:hover a{color:#000121;font-weight: 900;text-decoration: none;}
.zw_hot_list li dt{
    display: flex;
    align-items: center;
    width: 72px;
}
.zw_hot_list li dt span.div_day{
    font-weight: 500;
    font-size: 28px;
    color: #000121;
    margin: 0 auto;
    line-height: 1.5;
}
.zw_hot_list li dt span.div_m_y{
    margin-left: 10px;
}
.zw_hot_list li dt span.div_m_y i{
    font-weight: 500;
    font-size: 20px;
    color: #000121;
    line-height: 20px;
    font-style: normal;
    position: relative;
}
.zw_hot_list li dt span.div_m_y i:after{
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    border-left: 0.5px solid #00012199;
    height: 14px;
    transform: rotate(25deg);
}
.zw_hot_list li dt span.div_m_y p{
    font-size: 10px;
    color: #00012166;
    line-height: 10px;
	margin-top: 10px;
}

.zw_more {
    margin: 31px 0 39px 0;
    text-align: center;
}
/*“政务”区 结束*/


.main-body-four {
	margin: 0 auto;
	float: left;
	width: 100%;
}

.main-body-five {
	margin: 0 auto;
	float: left;
	width: 100%;
	overflow:hidden;
    position: relative;
}
.jzs_content {
	display: flex;
	justify-content: space-between;
}
.jzs_l {
	width: 450px;
	height: 577px;
	background-image: url(../202509images/bg_area_box2@2x.png); 
    background-size: 100%; 
    background-position: center; /* 可选：设置背景图位置，center表示居中 */
    background-repeat: no-repeat; /* 可选：设置背景图不重复 */
}
.big_img {
	text-align: center;
}
.big_img img{
	margin-top: 91px;
	width: 382px;
	height: 256px;
}

.jzs_l dt{
    display: flex;
    align-items: center;
    width: 72px;
	margin-top: 22px;
}
.jzs_l dt span.div_day{
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 auto;
    line-height: 1.5;
}
.jzs_l_content {
	margin: 0 auto;
	width:382px;
}
.jzs_l dt span.div_m_y{
    margin-left: 10px;
}
.jzs_l dt span.div_m_y i{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    font-style: normal;
    position: relative;
}
.jzs_l dt span.div_m_y i:after{
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    border-left: 0.5px solid #FFFFFF99;
    height: 14px;
    transform: rotate(25deg);
}
.jzs_l dt span.div_m_y p{
    font-size: 10px;
    color: #FFFFFF66;
    line-height: 10px;
	margin-top: 10px;
}
.big_title {
	width:295px;
	margin-top: 19px;
}
.big_title a{
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	text-decoration: none;
	white-space: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.big_title a:hover{
	text-decoration: underline;
}
.big_content {
	margin-top: 21px;
	width:100%;
	font-weight: 500;
	font-size: 14px;
	color: #ffffffba;
	text-align: justify;
	line-height: 22px;
	text-decoration: none;
	white-space: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.jzs_r {
	width: 952px;
	margin-left:39px;
}
.jzs_r ul li {
    float: left;
    width: 450px;
    height: 250px;
    background: #E6EBFF;
	background-image: url(../202509images/bg_area_box3@2x.png); 
    background-size: 100%; 
    background-position: center; /* 可选：设置背景图位置，center表示居中 */
    background-repeat: no-repeat; /* 可选：设置背景图不重复 */
}

.jzs_r ul li dt{
    display: flex;
    align-items: center;
    width: 72px;
	margin-top: 58px;
	margin-left:22px;
}
.jzs_r ul li dt span.div_day{
    font-weight: 500;
    font-size: 28px;
    color: #000121;
    margin: 0 auto;
    line-height: 1.5;
}
.jzs_r ul li dt span.div_m_y{
    margin-left: 10px;
}
.jzs_r ul li dt span.div_m_y i{
    font-weight: 500;
    font-size: 20px;
    color: #000121;
    line-height: 20px;
    font-style: normal;
    position: relative;
}
.jzs_r ul li dt span.div_m_y i:after{
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    border-left: 0.5px solid #00012199;
    height: 14px;
    transform: rotate(25deg);
}
.jzs_r ul li dt span.div_m_y p{
    font-size: 10px;
    color: #00012166;
    line-height: 10px;
	margin-top: 10px;
}
.four_img_title {
	width:300px;
	margin-top: 58px;
	margin-right: 32px;
}
.four_img_title a{
	font-weight: 500;
	font-size: 18px;
	color: #000121;
	line-height: 24px;
	text-decoration: none;
	white-space: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.four_img_title a:hover{
	text-decoration: underline;
}
.four_img_content {
	margin-top: 19px;
	margin-left: 26px;
	margin-right: 31px;
	font-weight: 500;
	font-size: 14px;
	color: #00012175;
	text-align: justify;
	line-height: 22px;
	text-decoration: none;
	white-space: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.main-body-three{
    overflow: hidden;
    clear: both;
    padding-top: 44px;
}

/**聚焦**/
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 480px;
	height: 510px;
	/* background: #fff;
	box-shadow: 0 8px 30px #ddd;
	overflow:hidden; */
}
#certify  .swiper-slide div{
	display:none;
    width: 790px;
    height: 164px;
    position: absolute;
    left: -156px;
    padding: 5px 0;
    text-align: left;
    background: #E9F3FF;
    margin-top: 20px;
}
#certify  .swiper-slide div:after{
	content:'';
	position:absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #E9F3FF;
	top: -15px;
	left: 50%;
	margin-left: -12.5px;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
    height: 326px;
    opacity: 0.13;
}
#certify .swiper-slide-prev img, #certify .swiper-slide-next img{
    opacity: 0.4;
}
#certify  .swiper-slide-active img{
    opacity: 1;
    filter: none;
}
#certify  .swiper-slide p {
    line-height: 1.5;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
    padding: 0 30px;
}
#certify .swiper-slide-active div{
	display:block;
}
#certify .swiper-slide-active div h2{
	font-weight: 900;
	font-size: 18px;
	color: #004EB3;
    line-height: 24px;
    text-align: center;
    margin: 14px auto;
}
#certify .swiper-slide-active div h2 a{color: #004EB3;text-decoration: none;}
#certify .swiper-slide-active div p{
	font-weight: 500;
	font-size: 14px;
	color: #000121;
	text-align: justify;
	line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
#certify .swiper-slide-active div i{
	font-style:normal;font-weight: 700;
	font-size: 24px;
	color: #D8D8D8;
	line-height: 24px;
    margin: 24px;
    float: left;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
    top: 35%;
	left: 100px;
	width: 45px;
	height: 45px;
	background: url(../202509images/icon_higher_school_arrow_up@2x.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
    transform: rotate(-90deg);
}

#certify .swiper-button-prev:hover {
	background-size: 100%
}

#certify .swiper-button-next {
    top: 35%;
	right: 100px;
	width: 45px;
	height: 45px;
	background: url(../202509images/icon_higher_school_arrow_up@2x.png) no-repeat;
	background-size: 100%;
    transform: rotate(90deg);
}

#certify .swiper-button-next:hover {
	background-size: 100%
}

/****/
.main-body-four{
	background: url(../202509images/bg_area_box1_foot@2x.png) center bottom no-repeat;
	background-size:100%;
	height:838px;
	width:100%;
	position:relative;
}
.main-body-four:after{
	content:'';
	position:absolute;
	background: url(../202509images/bg_area_triangle@2x.png) right no-repeat;
	background-size: contain;
	width: 155px;
	height: 189px;
	right: 0;
	top: 94px;
}
.main-body-four:before{
	content:'';
	position:absolute;
	background:url(../202509images/bg_area_logo@2x.png) left no-repeat;
	background-size: contain;
	width: 358px;
	height: 326px;
	left: 110px;
}
.sp_hd, .div_container{
	background:url(../202509images/bg_area_video@2x.png) right no-repeat;
	background-size: contain;
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: relative;
}

.sp_hd .thumbs-container {
      width: 15%;
      height: 500px;
      margin-left: auto;
      margin-right: auto;
      float: right;
	  position:relative;
    }
.sp_hd .thumbs-container .swiper-container{
	width:100%;
	height:500px;
	float:none;
}

.sp_hd .swiper-slide {
      background-size: cover;
      background-position: center;
    }

.sp_hd .swiper-container {
      height: 80%;
      width: 82%;
      float: left;
    }

.sp_hd .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
      float: right;
    }

.sp_hd .mySwiper .swiper-slide {
		width: 138px;
		height: 92px!important;
		opacity: 0.4;
    }

.sp_hd .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.sp_hd .swiper-slide img {
		display: block;
		object-fit: cover;
    }

.sp_hd .div_slide_box{
    width: 400px;
    height: 313px;
    position: absolute;
    background-image: linear-gradient(115deg, #D8E7F8 0%, #e9f3ff00 100%);
    bottom: 0;
    z-index: 1;
    padding: 30px;
    padding-right: 320px;
}

.sp_hd .div_slide_box dt{
    display: flex;
    align-items: center;
    width: 72px;
    margin: 17px 0;
}
.sp_hd .div_slide_box dt span.div_day {
    font-weight: 500;
    font-size: 28px;
    color: #000121;
    margin: 0 auto;
    line-height: 1.5;
}
.sp_hd .div_slide_box dt span.div_m_y {
    margin-left: 10px;
}
.sp_hd .div_slide_box dt span.div_m_y i {
    font-weight: 500;
    font-size: 20px;
    color: #000121;
    line-height: 20px;
    font-style: normal;
    position: relative;
}
.sp_hd .div_slide_box dt span.div_m_y i:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    border-left: 0.5px solid #00012199;
    height: 14px;
    transform: rotate(25deg);
}
.sp_hd .div_slide_box dt span.div_m_y p {
    font-size: 10px;
    color: #00012166;
    line-height: 10px;
    margin-top: 10px;
}

.sp_hd .div_slide_box h2{
	font-weight: 900;
	font-size: 22px;
	color: #004EB3;
	text-align: justify;
	line-height: 40px;
	margin: 20px 0;
}
.sp_hd .div_slide_box h2 a{color: #004EB3;}
.sp_hd .div_slide_box p{
	text-align:right;
    float: right;
}
/* 缩略图样式 */

.sp_hd .thumbs-slide {
    width: 137px;
    padding: 0px 0px;
    margin: 0 5px;
    height: 92px!important;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}
.sp_hd .thumbs-container .thumbs-slide-active {
    margin-left: 50px;
}
.sp_hd .thumbs-container .swiper-slide-next{
    margin-left: 50px;
}
.sp_hd .thumbs-slide:hover {
	opacity: 0.8;
}

.sp_hd .thumbs-slide-active {
	opacity: 1;
	border-color: #0066cc;
	transform: scale(1.05);
}
.sp_hd .thumbs-slide-active:before{
	background:none!important;
	content:'';
}
.sp_hd .slide-image{
	width:710px;
	height:474px;
	float:right;
	margin-right: 15px;
	margin-top: 15px;
	position: absolute;
	right: 0;
	z-index: 2;
}
.sp_hd .swiper-slide-active:before{
	content:'';
	position:absolute;
	width:739px;
	height:504px;
	background: url(../202509images/videoBorder2@2x.png) center repeat-y;
	background-size: 100%;
	right: 0px;
	top: 0;
	z-index: 2;
}
.thumbs-container .swiper-button-next{
    top: 420px;
    background: url(../202509images/icon_higher_school_arrow_up@2x.png) center no-repeat;
    background-size: contain;
    width: 50px;
}
.thumbs-container .swiper-button-prev{
    top: 450px;
    background: url(../202509images/icon_higher_school_arrow_up@2x.png) center no-repeat;
    background-size: contain;
    width: 50px;
    transform: rotate(180deg);
    left: auto;
    right: 10px;
}

























