.dtjt9_div_text .dtjt9_div_text_title {
	background: rgba(0, 0, 0, .7);
	color: white;
	text-align: left !important;
	height: 50px;
	line-height: 34px;
	text-indent: 6px;
}

.dtjt9_div_img .number .current {
	opacity: 0.7;
	background: white;
	color: transparent;
	border-radius: 16px;
	position: relative;
	top: 16px;
	z-index: 999;
}

.dtjt9_div_img .number {
	position: absolute;
	right: 5px;
	bottom: 25px;
	z-index: auto;
}

.dtjt9_div_img .number .nomal {
	border-radius: 16px;
	background: gainsboro;
	color: transparent;
	position: relative;
	top: 16px;
	z-index: 999;
}

.dtjt9_div_text a:link {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}

.wp_article_list .list_item .Article_Title a,
link {
	float: left;
	color: black;
	text-decoration: none;
}

.wp_article_list .list_item {
	width: 100%;
	height: 30px;
	line-height: 22px;
	/*! padding-top: 0px; */
	border-bottom: transparent;
	vertical-align: top;
	font-size: 14px;
	margin: 8px 0;
}

.wp_article_list .list_item .Article_PublishDate {
	color: #666;
	margin-right: 10px;
}

#wp_news_w22 .wp_article_list .list_item {
	width: 100%;
	height: 90px;
	line-height: 37px;
	border-bottom: transparent;
	vertical-align: top;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-right: 10px;
	box-sizing: border-box;
}

#wp_news_w22 img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

#wp_news_w22 .wp_article_list .list_item .Article_Index {
	background: none;
}

#wp_news_w23 .wp_article_list .list_item {
	width: 100%;
	height: 160px;
	vertical-align: top;
	display: flex;
	flex-direction: column-reverse;
	margin: 80px 16px 0;
}

#wp_news_w23 .wp_article_list {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 0 30px;
}

#wp_news_w23 .wp_article_list .list_item .Article_Index {
	display: none;
	width: 0;
	height: 0;
	background: none;
}

/* 点样式改 */
.wp_article_list .list_item .Article_Index {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-top: 10px;
	color: #fff;
	font-size: 11px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -99em;
	background: gray;
	border-radius: 5px;
}

/* 导航增宽 */
#wp_nav_w1 .wp_nav .nav-item a span.item-name {
	display: inline-block;
	padding: 5px 28px;
	line-height: 22px;
	cursor: pointer;
}

/* 搜索框样式改变 */
#keyword {
	padding: 6px 4px;
	margin-left: 30px;
	color: lightblue;
}

.wp_search .search {
	background: url(/img/sousuo.png);
	width: 58px;
	height: 22px;
	border: 0px;
	cursor: pointer;
}