* {
	margin: 0;
	padding: 0;
}

#featuredw13 a{
  pointer-events: none;
}

#wp_nav_w12 .wp_nav .sub-nav .nav-item a span.item-name {
    padding: 0px 0px 0px 10px;
    line-height: 40px;
}

#wp_news_w23 .wp_article_list .list_item .pr_fields {
	display: flex;
	justify-content: center;
}

#wp_news_w23 .list_item{
	margin: 0 10px;
	font-size: 16px;
	font-weight: 600;
	color: black;
}

#wp_news_w23 img{
	height: 200px!important;;
	object-fit: cover;
}

 body {
	font-family: "宋体";
}

/* 通用标题 */
.tit {
	width: 100%;
	height: 43px;
	line-height: 43px;
	/* background-color: orangered; */
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 13px;
	padding-top: 3px;
	border-bottom: 1px solid #ddd;
}

.title {
	line-height: 43px;
	font-weight: 700;
	font-size: 18px;
	color: #2f6db6;
}

.more {
	font-size: 12px;
	opacity: 0.5;
}

.TOP {
	width: 100%;
	height: 160px;
	background-color: rgb(189, 229, 239);
}

.top {
	width: 75rem;
	height: 10rem;
	margin: 0 auto;
	/* background-color: red; */
	display: flex;
	justify-content: space-between;
	background-color: white;
	background-image: url('/img/bg.png');
	align-items: center;
}

.top-logo {
	width: 46.875rem;
	height: 10rem;
	/*! padding: 10px 0; */
	/* background-color: orange; */
}

.top-logo img {
	height: 94px;
	object-fit: contain;
	margin: 36px 0;
}

.top-input {
	width: 200px;
	height: 40px;
	/* background-color: blueviolet; */
}

.NAV {
	width: 100%;
	height: 40px;
	background-color: #0094dc;
}

.nav {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

.content-fri {
	width: 1200px;
	height: 400px;
	margin: 10px auto;
	/* background-color: lavender; */
	display: flex;
	justify-content: space-between;
}

.fri-left {
	width: 1200px;
	height: 400px;
	background-color: white;

}

.fri-right {
	width: 354px;
	height: 355px;
	background-color: white;
}

.content-sec {
	width: 1200px;
	height: 300px;
	/* background-color: red; */
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.sec-t1 {
	width: 380px;
	height: 300px;
	background-color: white;
}

/* .sec-t1:nth-child(3) {
	background-image: url('/img/jnrcpj_box.png');
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	flex-wrap: nowrap;
} */

.list {
	width: 100%;
	height: 52px;
}

.intruduce-icon {
	/* width: 167px;
	height: 130px;
	background-color: transparent;
	background-image: url('/img/img_bt.png'); */
	/* background: url('/img/img_bt.png') no-repeat top center; */
	background-size: auto;
	background-color: white;
	position: relative;
	top: 43px;
	width: 162px;
	height: 120px;
	background-size: 98% 94%;
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
	float: left;
	margin: 0px 13px;
	transition: ease 0.1s;
}

.intruduce-icon:hover {
	transform: scale(1.1);
	box-shadow: 3px 3px 3px 3px lightgray;
}

.intruduce-icon img {
	width: 68px;
	height: 68px;
	z-index: 1;
	margin: 0 auto;
	display: block;
}

.intruduce-icon span {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	color: #0f57b1;
}

.sec-t2 {
	width: 423px;
	height: 260px;
	background-color: white;
}

.sec-t3 {
	width: 382px;
	height: 260px;
	background-color: white;
}

.intru {
	width: 75rem;
	height: 340px;
	/* background-color: purple; */
	margin: 34px auto 0;
	display: flex;
	justify-content: space-between;
}

.intru-left {
	width: 380px;
	height: 340px;
	background-color: white;
}
.intru-left:last-child {
	background-image: url('/img/jnrcpj_box.png');
	background-repeat: no-repeat;
	background-size: 100%;
	/* display: flex; */
	/* flex-wrap: nowrap; */
}
.intru-right {
	width: 1200px;
	height: 270px;
	margin: 10px auto 60px auto;
	background-color: white;
}

.END {
	width: 100%;
	min-height: 200px;
	background-color: #434343;
}

.end {
	width: 1200px;
	min-height: 200px;
	color: white;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.end-left {}

.left-tz a {
	line-height: 30px;
	color: white;
	text-decoration: none;
}

.left-tz p {
	line-height: 60px;
	color: white;
	font-weight: 700;
}

.rights {
	line-height: 30px;
	color: white;
	min-width: 360px;
}

.lxfs::before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: white;
}