@charset "UTF-8";

/* ======当前位置====== */
.mod_tab {
	margin: .5rem auto .05rem;
	height: .5rem;
	line-height: .5rem;
	display: flex;
	align-items: center;
	font-size: .28rem;
	color: #0059a7;
}

.mod_tab span {
	padding: 0 .18rem;
	color: #0059a7;
}

.mod_tab .go_home {
	display: inline-block;
	padding-left: .63rem;
	background: url(../images/address_icon.png) left center no-repeat;
	background-size: .34rem auto;
}

.mod_tab a {
	color: #0059a7;
}

/* ======新闻列表====== */
.page_news_row {
	padding-bottom: .2rem;
	overflow: hidden;
}

/* ===文字列表=== */
.page_news_row .news_list1 {
	padding: .15rem 0 .5rem;
	overflow: hidden;
}

.page_news_row .news_list1 li {
	display: flex;
	align-items: center;
	padding: .3rem 0;
	border-bottom: 0.01rem solid #e5e5e5;
}

.page_news_row .news_list1 li::before {
	content: "";
	width: .2rem;
	height: .18rem;
	margin-right: .3rem;
	background: url(../images/list_icon2.png) center no-repeat;
	background-size: .18rem .18rem;
}

.page_news_row .news_list1 li h4 {
	font-size: .32rem;
	font-weight: normal;
	line-height: .52rem;
}

.page_news_row .news_list1 li a {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.page_news_row .loadmore {
	font-size: .22rem;
	color: #888;
	text-align: center;
	overflow: hidden;
}

/* ===图文列表=== */
.page_news_row .news_list2 {
	margin-top: .46rem;
	padding: 0 .1rem;
	overflow: hidden;
}

.page_news_row .news_list2 li {
	margin: 0 auto .4rem;
	width: 6.7rem;
	height: 100%;
	overflow: hidden;
}

.page_news_row .news_list2 li .pic_row {
	position: relative;
	width: 6.7rem;
	height: 3.77rem;
	overflow: hidden;
}

.page_news_row .news_list2 li .pic_row img {
	width: 6.7rem;
	height: 100%;
	object-fit: cover;
}

.page_news_row .video_list .pic_row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 6.7rem;
	height: 3.77rem;
	background: url(../images/video_icon.png) center no-repeat rgba(0, 0, 0, 0.1);
	background-size: .58rem;
}

.page_news_row .news_list2 li a h4 {
	color: #222;
}

.page_news_row .news_list2 li h4 {
	min-height: 1.03rem;
	display: flex;
	align-items: center;
	padding: .22rem .26rem .22rem .28rem;
	font-size: .32rem;
	font-weight: 400;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	border-top: none;
}

/* ======新闻详情====== */
.ny_news_show {
	padding: .40rem .36rem 0;
	overflow: hidden;
}

.ny_news_show_tit {
	text-align: justify;
	padding-bottom: .1rem;
	border-bottom: 1px solid #d4d4d4;
}

.ny_news_show_tit h3 {
	font-size: .42rem;
	line-height: .62rem;
	color: #111;
	text-align: center;
}

.ny_news_show_tit_con {
	font-size: .28rem;
	line-height: .42rem;
	padding: .27rem 0;
}

.ny_news_show_tit span:nth-of-type(1) {
	padding-right: .4rem;
}

.ny_news_show_con {
	padding: .3rem 0 .2rem;
	overflow: hidden;
}

.ny_news_show_con p,
.ny_news_show_con div,
.ny_news_show_con span {
	width: 100%;
	font-size: .32rem;
	line-height: .58rem;
	color: #222;
	text-indent: 2em;
	text-align: justify;
	margin: .2rem 0;
	overflow: hidden;
}

.ny_news_show_con .injection-editor p,
.ny_news_show_con .injection-editor div,
.ny_news_show_con .injection-editor span {
	margin: .1rem 0;
}

.ny_news_show_con img,
.ny_news_show_con video {
	display: block;
	width: 6.72rem;
	max-width: 100%;
	height: auto !important;
	margin: .15rem auto !important;
}

.ny_news_show_con video {
	width: 6.72rem !important;
	max-width:100%;
}

.ny_news_show_con div.vcp-player video {
	height: 10rem !important;
}

/* ====== 搜索 ====== */
.page_search_row {
	min-height: 7rem;
}

.search_box2 {
	width: 6.7rem;
	margin: .46rem auto;
	background-color: #fff;
}

.search_box2 form {
	display: flex;
	height: .72rem;
	line-height: .72rem;
}

.search_box2 input {
	flex: 1;
	padding: 0 .18rem;
	font-size: .28rem;
	color: #333;
	border-radius: .06rem 0 0 .06rem;
	border: 1px solid #dcdcdc;
	border-right: 0;
	background-color: transparent;
	box-sizing: border-box;
}

.search_box2 button {
	width: 1.4rem;
	height: .72rem;
	padding-left: .46rem;
	font-size: .3rem;
	color: #fff;
	border-radius: 0 .06rem .06rem 0;
	border: none;
	background: #0059a7 url(../images/input-search-btn.png) .17rem center no-repeat;
	background-size: .34rem;
}

.search_news_row {
	width: 100%;
	padding: 0 .1rem;
	overflow: hidden;
}

.list_total {
	color: #888;
	font-size: .28rem;
	line-height: 1.5;
	text-align: justify;
}

.list_total strong {
	color: #111;
	padding-right: .18rem;
}

.list_total em {
	color: #0059a7;
	font-style: normal;
}

.search_news_list {
	margin: .3rem auto;
	border-top: 0.03rem solid #0059a7;
	overflow: hidden;
}

.search_news_list li {
	padding: .4rem 0 .36rem;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.search_news_list li h4 {
	font-size: .32rem;
	overflow: hidden;
}

.search_news_list h4 strong {
	display: inline-block;
	font-size: .3rem;
	color: #fff;
	padding: 0 .2rem;
	height: .50rem;
	line-height: .50rem;
	margin-right: .3rem;
	background-color: #0059a7;
}

.search_news_list li h4 a {
	line-height: 1.5;
	text-align: justify;
}

.search_news_list li p {
	color: #555;
	font-size: .28rem;
	line-height: .46rem;
	margin: .18rem 0 0;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.content_author,
.content_editor,
.content_source {
	display: none !important;
}

/* 翻页代码 */
.page_nav{ }
.page_nav .page_link{ display: inline-block; font-size:0.35rem; }
.page_nav .page_current{ color:#2c6db4; font-weight: bold; font-size:0.35rem; }
/* 按钮有背景色 */
/* .page_nav .page_current {
	background-color: #2c6db4;
	font-weight: bold;
	font-size: 0.35rem;
	color: #fff;
	padding: 0px 2px;
	border-radius: 2px;
	line-height: 0.5rem;
}
 */
