.new_list_com {
	position: relative;
	background: #f0f4f7;
}

.new_list_com .img_box {
	height: 40.5rem;
	width: 100%;
	margin-top: 4.5rem;
	position: relative;
	display: flex;
	justify-content: center;
}

.new_list_com .img_box img {
	width: 100%;
	height: 100%;
}

.new_list_com .img_box .line {
	position: absolute;
	left: 0px;
	bottom: 4.9rem;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}

.new_list_com .img_box .link_log {
	/* position: absolute;
	bottom: 0.65rem;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0rem 5rem; */

	position: absolute;
	bottom: 0rem;
	width: 100%;
	height: 5rem;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.new_list_com .img_box .link_log .link_log_item {
	/* width: 23.2rem;
	height: 9.85rem;
	margin: 0.65rem 0.6rem; */
	padding: 0rem 1.6rem;
	height: 5rem;
	font-weight: 600;
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 5rem;
	font-style: normal;
}

.new_list_com .img_box .link_log .link_log_item img {
	width: 100%;
	height: 100%;
}

.new_list_com .notice_content {
	padding: 3rem 12.05rem 4.15rem;
	height: 100%;
	box-sizing: border-box;
}

.new_list_com .notice_content .title_bg {
	position: relative;
}

.new_list_com .notice_content .title_bg h1 {
	font-weight: 600;
	font-size: 1.8rem;
	color: #006ca5;
	position: relative;
	z-index: 10;
}

.new_list_com .notice_content .title_bg .img_bg {
	position: absolute;
	top: 1rem;
	width: 10.85rem;
	height: 1.95rem;
	left: 0rem;
	background-image: url("../img/xin_img/title_bg@2x.png");
	background-size: 100% 100%;
}

.new_list_com .notice_content .notice_content_list {
	margin: 3.05rem 0rem 5rem;
	height: 100%;
	width: 100%;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li {
	height: 100%;
	width: 100%;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li a {
	background: #ffffff;
	box-shadow: 0rem 0.8rem 1.2rem -0.8rem rgba(35, 115, 220, 0.16);
	border-radius: 0.1rem;
	margin-bottom: 0.95rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	padding: 0.8rem;
	cursor: pointer;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li a h2 {
	width: 87.5%;
	font-weight: 400;
	font-size: 1.05rem;
	color: #242939;
	white-space: nowrap;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li a .notice_content_ul_date {
	font-size: 1.05rem;
	font-weight: 400;
	color: #63709c;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li a .notice_content_ul_img {
	background-image: url("../img/arrows.png");
	background-size: 100% 100%;
	height: 0.7rem;
	width: 1.25rem;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li:hover a {
	background: #006ca5;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li:hover a h2 {
	color: white;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li:hover a .notice_content_ul_date {
	color: #fff;
}

.new_list_com .notice_content .notice_content_list .notice_content_ul li:hover a .notice_content_ul_img {
	background-image: url("../img/arrowsb.png");
}

.new_list_com .notice_content .navbar_box .page-item {
	margin: 0px 0.15rem;
}

.new_list_com .notice_content .navbar_box .page-item .page-link {
	color: #666666;
}

.new_list_com .notice_content .navbar_box .page-item .page-link:hover {
	color: #006da6;
}

.new_list_com .notice_content .navbar_box .active .page-link:hover {
	color: #fff !important;
}

.new_list_com .notice_content .navbar_box .page-item .page-link.active,
.new_list_com .notice_content .navbar_box .active>.page-link {
	background-color: #006da6;
	color: #fff;
	border-color: #006da6;
}

/* 导航 */
.new_list_com .nav_flex {
	position: fixed;
	right: 0rem;
	top: 35%;
	cursor: pointer;
}

.new_list_com .nav_flex ul li {
	padding: 0.4rem 1.15rem;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.9rem 0rem 0rem 0.9rem;
	font-weight: 600;
	font-size: 1.2rem;
	color: #434C6A;
	text-align: left;
	line-height: 2rem;
	margin-bottom: 0.5rem;
}

.new_list_com .nav_flex ul .signIcon {
	color: #fff !important;
	background: rgba(0, 108, 165, 0.9) !important;
}

.new_list_com .nav_flex ul .signIcon::before {
	content: '';
	background-image: url('../img/linkLogo/sjx.png');
	background-size: 100% 100%;
	position: absolute;
	left: 0.5rem;
	bottom: 1rem;
	width: 0.4rem;
	height: 0.7rem;
}

/* 移动端 */
/* 小于 768px 宽度的设备 */
@media (max-width: 767px) {

	.new_list_com .img_box {
		margin-top: 4.4rem;
		height: 11rem;
	}

	.new_list_com .tab-container {
		width: 100%;
		padding-right: 1rem;
		box-sizing: border-box;
		overflow-x: auto;
		scrollbar-width: none;
		/* 允许水平滚动 */
		white-space: nowrap;
		/* 防止TAB项换行 */
		position: relative;
		background-color: #ffff;
	}

	.new_list_com .tab-container::-webkit-scrollbar {
		display: none;
	}

	.new_list_com .tab-container::-moz-scrollbar {
		display: none;
	}

	.new_list_com .tab-container::-ms-scrollbar {
		display: none;
	}

	.new_list_com .tab-container .link_log {
		display: flex;
		width: 100%;
		height: 100%;
	}

	.new_list_com .tab-container .link_log li {
		min-width: 0.01rem;
		/* 设置TAB的最小宽度 */
		padding: 0.8rem 0rem;
		margin: 0rem 0.8rem;
		text-align: center;
		color: #1B293E;
		font-size: 1.1rem;
		flex: 0 0 auto;
		/* 防止TAB项伸缩 */
		cursor: pointer;
		user-select: none;
		/* 禁止用户选择文本 */
	}

	.new_list_com .tab-container .link_log .link_log_item {
		color: #006CA5;
		border-bottom: 0.2rem solid #006CA5;
	}


	/* .new_list_com .img_box .link_log {
		height: 6rem;
		flex-wrap: wrap;
	}

	.new_list_com .img_box .link_log .link_log_item {
		height: 3rem;
		font-size: 1.2rem;
		line-height: 3rem;
	} */

	.new_list_com .notice_content {
		padding: 1.1rem;
	}

	.new_list_com .notice_content .notice_content_list {
		margin: 2rem 0rem;
	}

	.new_list_com .notice_content .notice_content_list .notice_content_ul li a h2 {
		width: 100%;
		display: block;
		line-height: 1.7rem;
	}

	.new_list_com .notice_content .navbar_box .page-item .page-link {
		font-size: 0.9rem;
	}

	.new_list_com .notice_content .notice_content_list .notice_content_ul li a {
		display: block;
	}

	.new_list_com .notice_content .notice_content_list .notice_content_ul li a .notice_content_ul_date {
		width: calc(100% - 1.6rem);
		display: inline-block;
		text-align: left;
	}

	.new_list_com .notice_content .notice_content_list .notice_content_ul li a .notice_content_ul_img {
		display: inline-block;
		text-align: right;
	}

	.new_list_com .notice_content .title_bg .img_bg {
		width: 8.85rem;
        height: 1.55rem;
	}
	.new_list_com .notice_content .title_bg h1 {
		font-size: 1.5rem;
	}
	
}