/* 面包屑 */
.breadcrumb-container {
	margin-top: 10px;
	font-size: 14px;
	line-height: 36px;
}
.app-main-container {
	margin: 10px 0 50px;
}
/* 左侧nav 菜单 */
.app-container-nav {
	width: 226px;
	height: auto;
	padding: 18px 0;
	background: #ffffff;
}

.app-container-nav .nav-item {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	border-left: 5px solid transparent;
	padding-left: 60px;
	cursor: pointer;
}
.app-container-nav .nav-item.active,
.app-container-nav .nav-item:hover {
	color: #0056ff;
	background-color: #eaf1ff;
	border-left-color: #0056ff;
}
.app-container-content {
	width: 964px;
	padding: 20px 30px 30px;
	background: #ffffff;
}

.app-container-detail {
	width: 100%;
	min-height: 255px;
	padding: 20px 30px 30px;
	background: #ffffff;
}

.search-criteria-box {
	padding: 30px 24px;
	background-color: #ffffff;
}
.criteria-box {
	margin-bottom: 18px;
}
.criteria-box:last-child {
	margin-bottom: 0;
}
.criteria-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.criteria-item {
	line-height: 1;
	color: #7a7a7a;
	margin: 0 20px;
	padding: 5px 6px;
	cursor: pointer;
}
.criteria-item.active,
.criteria-item:hover {
	color: #ffffff;
	background: #2252e7;
}

/* 新闻列表样式一 */
.info-list-container {
	margin-top: 40px;
	padding: 20px 8px;
	background-color: #fff;
}

.info-list-item {
	padding: 26px 10px;
	border-bottom: 1px solid #d6d6d6;
	cursor: pointer;
	
}
.info-list-item:hover .list-left-content {
	/* 向右移动20px */
	transform: translateX(20px);
	color: #0056FF;
}
.info-list-item:hover .list-right-content,
.info-list-item:hover .list-left-content .list-bttom-box {
	color: #0056FF
}
.list-left-content {
	width: 80%;
	/* 初始位置 */
	transform: translateX(0);
	/* 过渡动画设置 */
	transition: transform 0.3s ease;
}
.list-left-content .list-bttom-box {
	margin-top: 20px;
	color: #7d7d7d;
}
.list-right-content {
	width: 20%;
	text-align: right;
}

/* 新闻列表样式二 */
.info-list-container-s {
	padding-top: 6px;
	min-height: 440px;
}
.info-list-container-s .info-list-sitem {
	margin-top: 16px;
	cursor: pointer;
	/* 初始位置 */
	transform: translateX(0);
	/* 过渡动画设置 */
	transition: transform 0.3s ease;
}

.info-list-container-s .info-list-sitem:hover .info-list-stitle,
.info-list-container-s .info-list-sitem:hover .info-left-sdes,
.info-list-container-s .info-list-sitem:hover .list-right-scontent {
	color: #0056FF;
}


.info-list-container-s .info-list-sitem:hover { 
	/* 向右移动20px */
	transform: translateX(20px);
}

.info-list-container-s .info-list-simg {
	width: 134px;
	height: 87px;
	margin-right: 18px;
}
.list-scontent {
	width: 100%;
	justify-content: center;
	flex-direction: column;
}

.info-left-content .info-list-stitle,
.info-left-sdes { 
	width: 80%;
}

.info-list-stitle {
	font-size: 18px;
	line-height: 25px;
	color: #000;
}
.info-list-sdes {
	font-size: 14px;
	line-height: 20px;
	color: #6c6c6c;
	margin-top: 16px;
}
.list-right-scontent {
	width: 20%;
	text-align: right;
	font-size: 14px;
	line-height: 20px;
	color: #6b6b6b;
}
/* 新闻列表样式三 */
.info-list-container-t .info-list-titem {
	margin-bottom: 20px;
	cursor: pointer;
}
.info-list-container-t .info-list-titem:last-child {
	margin-bottom: 0;
}
.info-list-timg {
	width: 134px;
	height: 87px;
	margin-right: 18px;
}
.info-list-tcontent {
	flex: 1;
}
.list-left-tcontent {
	width: 80%;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
}
.list-right-tcontent {
	width: 20%;
	text-align: right;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}

.app-content-title {
	font-weight: 500;
	font-size: 22px;
	color: #000000;
	line-height: 34px;
	text-align: center;
	margin-bottom: 14px;
}

.app-content-stitle {
	font-size: 17px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 14px;
}

.app-content-des {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
}

.app-content-title{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.system-left-container {
  width: 943px;
	padding: 16px 10px;
	background-color: #ffffff;
	margin: 14px 0;
}
.system-left-box {
  flex: 1;
	position: relative;
}
.see-more {
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 12px;
	color: #2577FF;
}
.system-left-container .system-img {
	width: 340px;
	height: 221px;
	margin-right: 12px;
}
.system-tabs {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.system-tabs .tabs-item {
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	background: #d5d7d9;
	border-radius: 2px;
	margin-right: 10px;
	cursor: pointer;
}
.system-tabs .tabs-item:last-child {
	margin-right: 0;
}
.system-tabs .tabs-item.active,
.system-tabs .tabs-item:hover {
	background: #1f82ee;
	color: #ffffff;
}
.system-news-list { 
  padding: 16px 0 0;
}

.system-news-item:hover .left-content,
.system-news-item:hover .right-content { 
	color: #1f82ee;
}
.system-news-item .left-content {
	width: 80%;
	font-size: 14px;
	line-height: 32px;
  padding-left: 10px;
	color: #2e2f30;
  position: relative;
	/* 初始位置 */
	transform: translateX(0);
	/* 过渡动画设置 */
	transition: transform 0.3s ease;
	
}
.system-news-item .left-content:hover {
	transform: translateX(10px);
}
.system-news-item .left-content::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
	content: '';
	width: 6px;
	height: 6px;
	background: #1f82ee;
	border-radius: 50%;
}
.system-news-item .right-content {
	width: 20%;
	font-size: 14px;
	color: #989898;
	line-height: 20px;
	text-align: right;
}
.system-right-container {
  width: 248px;
  margin: 14px 0;
}
.system-login-top {
  padding: 8px 10px;
  background-color: #ffffff;
}
.system-btn-1 {
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #2577FF;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #3983FF;
}
.system-btn-2 {
  width: 111px;
  height: 56px;
  background: url('../images/btn_bg_2.png') center no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 8px;
  margin: 8px 0;
}
.system-btn-2 img {
  width: auto;
  height: 17px;
}
.system-btn-3 {
  width: 228px;
  height: 56px;
  background: url('../images/btn_bg_1.png') center no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 8px;
}
.system-btn-4 {
  width: 100%;
  height: 53px;
  font-size: 14px;
  color: #131415;
  line-height: 53px;
  background: #FFFFFF;
  text-align: center;
  margin-top: 8px;
}

.img-text-box {
	width: 192px;
	padding: 10px;
	margin: 0px 45px 30px 0;
	cursor: pointer;
}
.img-text-box:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.img-text-box:nth-child(4n) {
	margin-right: 0;
}
.graphic-img {
	width: 172px;
	height: 211px;
	position: relative;
}
.graphic-img img { 
	width: 172px;
	height: 211px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.graphic-img::before { 
	width: 172px;
	height: 211px;
	background: url('../images/person_img_bg.png') center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	left: -12px;
	top: -12px;
}
.graphic-name {
	padding: 6px 0;
	font-size: 14px;
	color: #0056FF;
	line-height: 20px;
  text-align: center;
}
.graphic-des {
	padding: 6px 0;
	font-size: 12px;
	line-height: 18px;
	color: #929292;
}

.video-core {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.search-container {
	margin: 10px 0;
	padding: 10px 20px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 4px;
}
.search-container .site-input-box,
.search-container .site-input-box .site-input {
	width: 360px;
	background: #f2f4f9;
}
.search-content {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
}
.search-content .search-item {
	display: block;
	padding: 14px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.search-content .search-item h4 {
	line-height: 40px;
}

.app-img-box {
	margin-top: 30px;
	text-align: center;
}
.app-img-box .app-img-item { 
	width: 49%;
}
.app-img-box .img-text {
	line-height: 32px;
	margin-bottom: 20px;
}
.app-siteimg-box .site-img-box {
	padding: 15px 18px;
	width: 335px;
	height: 278px;
	background: #F3F4F6;
	margin-right: 67px;
	cursor: pointer;
}
.app-siteimg-box .site-img-box:nth-child(3n) {
	margin-right: 0;
}
.site-img-box .site-img-item {
	width: 100%;
	height: 184px;
	background: #FFFFFF;
}
.site-img-box .site-img-item img {
	width: 100%;
}
.site-img-box .site-text {
	text-align: center;
	font-size: 21px;
	margin-top: 24px;
}


.list-item,
.tabs-content {
	display: none; /* 默认隐藏所有列表项 */
	animation: fadeIn 0.5s ease;
}

.list-item.active,
.tabs-content.active {
	display: block;
}
.list-item.active-flex,
.tabs-content.active-flex {
	display: flex;
}

.paginator {
	padding: 5px 0;
	text-align: center;
	background: #fff;
}
.paginator .link {
	margin: 0 5px;
	background-color: #f4f4f5;
	color: #606266;
	min-width: 30px;
	border-radius: 2px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 4px;
}
.paginator .link-active {
	background-color: #409eff;
  color: #fff;
}

.w-100 {
	width: 100%;
}

.app-main {
	width: 1200px;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.flex-center {
	align-items: center;
	justify-content: center;
}
.align-center {
	align-items: center;
}
.space-between {
	justify-content: space-between;
}
.flex-warp {
	flex-wrap: wrap;
}
.pointer {
  cursor: pointer;
}
.text-ellipsis-1 {
	/* 核心属性 */
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 限制显示的行数 */
	-webkit-box-orient: vertical;
	/* 溢出隐藏并显示省略号 */
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-ellipsis-2 {
	/* 核心属性 */
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制显示的行数 */
	-webkit-box-orient: vertical;
	/* 溢出隐藏并显示省略号 */
	overflow: hidden;
	text-overflow: ellipsis;
}

@keyframes fadeIn {
	from {
			opacity: 0;
			transform: translateY(20px);
	}
	to {
			opacity: 1;
			transform: translateY(0);
	}
}
