/*list页面*/
.margint30{margin-top:30px}
.crumbs-font{font-weight: 400;font-size: 16px;color: #2151AB;}/**/
.crumbs-font span, .crumbs-font a{color: #000000bf;}
.f-left{float:left;}
.f-right{float:right;}
.main950{width:950px;position:relative;padding:0;overflow:hidden;}
.main420{width:420px;position:relative;padding:0;overflow:hidden;}
.list-all{padding-right:30px;}
.left-date{ width:80px;height:82px;padding:24px 28px 30px 12px;}
.right-font{width:803px;padding:20px 23px 30px 0;}
.list-all li{margin-top:30px;height:136px;position: relative;border-bottom:1px solid #EEEEEE;cursor:pointer;}
.left-date .dd{font-family: Roboto-Bold;font-weight: 700;font-size: 24px;color: #000000;text-align: center;}
.left-date .xx { text-align: center;}
.left-date .xx .xx-image { width: 10px; height: 10px;}
.left-date .yymm{opacity: 0.45;font-family: Roboto-Regular;font-weight: 400;font-size: 14px;color: #000000;text-align: center;z-index: 2;}
.left-date .shu-image {
  position: absolute; /* 绝对定位 */
  top: 76px; /* 顶部对齐 */
  ledt: 12px; /* 左边边对齐 */
  width: 80px; /* 图片宽度 */
  height: 30px; /* 图片高度 */
  z-index: 1; /* 图片在背景之上 */
}
.list-all .overlay-image {
  position: absolute; /* 绝对定位 */
  display: block‌;
  top: 0; /* 顶部对齐 */
  right: 0; /* 右边对齐 */
  width: 128px; /* 图片宽度 */
  height: 100%; /* 图片高度 */
  z-index: 1; /* 图片在背景之上 */
  opacity: 0;
}
.list-all h1{font-weight: 900;font-size: 18px;color: #000000;position: relative;z-index: 2;}
.list-all h1 a{color: #000000;}
.list-all .content{font-weight: 400;font-size: 14px;color: #000000;line-height: 22px;margin-top:14px;opacity: 0.57;position: relative;z-index: 2; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;  text-overflow: ellipsis;}


.list-all li:hover{margin-top:30px;height:136px;background-image: linear-gradient(90deg, #F6F8FF 50%, #E8EDFF 100%);position: relative;}
.list-all li:hover::before {
  content: ''; /* 必须设置content属性，即使是空内容 */
  position: absolute; /* 绝对定位相对于li */
  left: 0; /* 根据需要调整位置 */
  top: 0;
  width: 4px; /* 竖线的宽度 */
  height: 100%; /* 竖线的高度，100%表示与li元素同高 */
  background: #2880E2; /* 竖线的颜色 */
}
.list-all li:hover .overlay-image {
  position: absolute; /* 绝对定位 */
  display: block‌;
  top: 0; /* 顶部对齐 */
  right: 0; /* 右边对齐 */
  width: 128px; /* 图片宽度 */
  height: 100%; /* 图片高度 */
  z-index: 1; /* 图片在背景之上 */
  opacity: 1;
}
.list-all li:hover h1{font-weight: 900;font-size: 18px;color: #2751AB;position: relative;z-index: 2;}
.list-all li:hover h1 a{color: #2751AB;}
.list-all li:hover .content{font-weight: 400;font-size: 14px;color: #000000;line-height: 22px;margin-top:14px;opacity: 0.57;position: relative;z-index: 2;}

.mt_20{margin-top:20px;}
.mt_30{margin-top:30px;}
.mt_32{margin-top:32px;}
.mb_24{margin-bottom:24px;}
.right_title_header{position: relative;width:320px;height:37px;}
.right_title_header img{width:36px;height:37px; position: absolute;  top: 0; left: 0;  z-index: 1;}
.right_title_header span{font-family: SourceHanSerifCN-Heavy;font-weight: 900;font-size: 22px;color: #000000;letter-spacing: 1.57px;position: relative;z-index: 2;padding-left:22px;top:5px;}
.right-pic-list ul{width:420px;}
.right-pic-list ul li{padding-bottom:15px;}
.right-pic-list ul li:last-child{padding-bottom:0px;}
.right-pic-list ul li img{width:420px;height:144px;}
.right-list{background: #F6F8FF;}
.right-list .right-list-header{position: relative;height:37px;padding-left:25px;padding-top:29px;}
.right-list .right-list-header img{width:36px;height:37px; position: absolute;  z-index: 1;}
.right-list .right-list-header span{font-family: SourceHanSerifCN-Heavy;font-weight: 900;font-size: 22px;color: #000000;letter-spacing: 1.57px;position: relative;z-index: 2;padding-left:22px;top:5px;}
.right-list .right-list-header-right{padding-right:25px;padding-top:40px;}
.right-list ul{padding-top:36px;padding-bottom:12px;padding-right:24px;padding-left:25px;}
.right-list ul li{position: relative;padding-bottom:20px;padding-left: 23px;}
.right-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 12px;
  background-image: url('../images2025/icon_title.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.right-list ul li a{font-family: SourceHanSerifCN-SemiBold;font-weight: 600;font-size: 16px;color: #000000;}


/*分页样式*/
.t-center {
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 100px;
	border-radius: 4px;
	font-size: 14px;
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 10px;
	margin-left: -1px;
	color: #444444;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 6px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-right: 10px;
	border-radius: 6px;
	border: 1px solid #f2f2f2;
	padding: 0;
	width: 58px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #444444;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 6px;
	margin-right: 10px;
	border: 1px solid #f2f2f2;
	padding: 0;
	width: 58px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #444444;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #444444;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline;
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.pager .next>a, .pager .next>span {
	float: right;
}

.pager .previous>a, .pager .previous>span {
	float: left;
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

.pageJump {
	display: inline-block;
	font-size: 14px;
	padding-left: 0;
	margin: 20px 10px;
	border-radius: 4px;
	vertical-align: top;
}

.pageJump .button, .pageJump input {
	font-size: 14px;
	padding: 0;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #444444;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pageJump input {
	width: 60px;
	height: 25px;
	border-radius: 6px;
	text-align: center;
}

.pageJump .button {
	width: 40px;
	height: 25px;
	margin-left: 10px;
	border-radius: 6px;
}

.pageJump-lg .button, .pageJump-lg input {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pageJump-sm .button, .pageJump-sm input {
	padding: 5px 10px;
	line-height: 1.5;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #2880E1;
	border-color: #2880E1;
}