@media only screen and (max-width:900px) {
	.searchbox{
		margin:0.13rem 3% 0.4rem 3%;
	}
	.artlisttitle {
		color: #000;
		text-align: left;
		margin:0.3rem 3% 0.26rem 3%;
		width: 94%;
		font-size: 0.42rem;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		border-bottom: 2px solid #ebebeb;
		position: relative;
	}
	.artlistmore {
		float: right;
	}
	.artlistmore img {
		width: 20px;
		height: auto;
		margin-top: 10px;
	}
	.clear {
		clear: both;
	}
	.artlistul {
		width:97%;
		padding-right: 3%;
	}
	.artlistul li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 0.6rem;
	}
	.artlistul li:last-child{
		margin-bottom: 0;
	}
	.artlistul .ccli_left {
		width:1.8rem;
		flex-shrink: 0;
		text-align: center;
	}
	.artlistul .ccli_left span{
		display: block;
		width: 100%;
	}
	.artlistul .ccli_left .day {
		font-size: 0.42rem!important;
		color: #22447b;
		font-weight: bold;
		height: 0.53rem;
		line-height: 0.53rem;
	}
	.artlistul .ccli_left .year {
		color: #333333;
		font-size: 0.26rem!important;
		height: 0.4rem;
		line-height: 0.4rem;
	}
	.ccli_right {
		flex: 1;
		margin-left: 0.26rem;
	}
	.artlistul .ccli_right .title {
		display: block;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
	}
	.menuul {
		display: none;
		width: 150px;
		height: 100%;
		background: #22447b;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		z-index: 1001;
	}
	#shade_mask {
		display: none;
		z-index: 100;
		background-color: rgb(0, 0, 0);
		opacity: 0.15;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.menuul li {
		display: block;
		color: black;
		text-indent: 2em;
		height: 48px;
		line-height: 48px;
		text-align: left;
		border-bottom: 1px solid #4b6691;
	}
	.menuul li.active {
		background: #102c58;
		border-bottom: 1px solid #102c58;
	}
	.menuul li a {
		color: #fff;
		display: block;
		text-decoration: none;
	}
	/*顶部*/
	#header-web {
		width: 100%;
		overflow: hidden;
	}
	.logo {
		max-width: 760px;
		width: 100%;
		margin: 0px auto;
		overflow: hidden;
		display: block;
		padding-bottom: 3%;
		box-sizing: border-box;
	}
	.logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	.clear {
		clear: both;
	}
	/*搜索*/
	.search {
		display: block;
		width: calc(100% - 80px);
		float: left;
		position: relative;
	}
	.menubutton {
		display: inline-block;
		width: 80px;
		float: left;
		height: 35px;
		position: relative;
	}
	.menubutton img {
		margin: 0 auto;
		position: absolute;
		margin-top: 5px;
		right: 0px;
		width: 25px;
		height: auto;
	}
	.search .text {
		width: 75%;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		color: #000;
		box-sizing: border-box;
		font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
		outline: none;
		padding: 0 0.26rem;
		background: #fff;
		border: 1px solid #22447b;
		float: left;
		border-radius: 4px 0 0 4px;
		-webkit-appearance: none;
	}
	.text:focus {
		color: #000;
	}
	.btd {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 25%;
		height: 35px;
		line-height: 35px;
		border: none;
		color: #fff;
		letter-spacing: 1px;
		font-size: 15px;
		outline: none;
		background: #22447b;
		border-radius: 0px 4px 4px 0px;
		-webkit-appearance: none;
	}
	input:-ms-input-placeholder {
		color: #000;
		font-size: 15px;
	}
	input::-webkit-input-placeholder {
		color: #000;
		font-size: 15px;
	}
	cite {
		color: #d6623d;
		font-style: normal;
	}
	.searchtitle {
		width: 90%;
		font-size: 18px;
		margin: 0 auto;
		font-weight: normal;
		line-height: 25px;
		color: #150707;
		padding: 25px 0px;
	}
	/*菜单*/
	#header-nav {
		width: 100%;
		overflow: hidden;
		margin-top: 5px;
		background: #23456b;
		padding: 8px 0px;
	}
	#header-nav li {
		width: 25%;
		float: left;
	}
	#header-nav li a {
		display: block;
		color: #fff;
		text-align: center;
		line-height: 37px;
		width: 100%;
		font-size: 15px;
	}
	.sub-menu {
		display: none;
	}
	/*选项卡*/
	.widget {
		width: 100%;
		margin-top: 25px;
		border-bottom: 5px solid #eeeeee;
		padding-bottom: 10px;
	}
	.widget-tab input {
		display: none
	}
	.widget-tab .widget-box ul {
		display: none
	}
	.widget-title {
		margin: 0 auto;
		height: 35px;
		width: 90%;
		border-radius: 2px;
	}
	.widget-title ul li {
		width: 33.333%;
		float: left;
		line-height: 35px;
		background: #eeeeee
	}
	.widget-title ul li label {
		width: 100%;
		display: block;
		text-align: center;
	}
	#new:checked~.widget-title .new,
	#hot:checked~.widget-title .hot,
	#random:checked~.widget-title .random {
		background: #23456b;
		color: #fff;
	}
	#new:checked~.widget-box .new-list,
	#hot:checked~.widget-box .hot-list,
	#random:checked~.widget-box .random-list {
		display: block
	}
	.widget-box {
		width: 90%;
		margin: 0 auto;
	}
	.widget-box ul li {
		padding: 18px 0px;
		border-bottom: 1px solid #ededed;
		width: 100%;
		clear: both;
	}
	.widget-box ul li:last-child {
		border-bottom: none;
	}
	.widget-box ul li a {
		color: #313131;
	}
	.widget-box ul li span {
		display: none;
	}
	.we {
		overflow: hidden;
	}
	.we img {
		width: 100%;
		height: auto;
		float: left;
		border-radius: 2px;
	}
	.we .fwe {
		width: 100%;
		font-weight: bold;
		font-size: 20px;
		color: #000;
		overflow: hidden;
		display: block;
		margin-top: 15px;
		float: left;
	}
	.we p {
		font-size: 15px;
		line-height: 25px;
		margin-top: 10px;
		width: 100%;
		float: left;
	}
	/*企业简介*/
	.inte {
		width: 100%;
		overflow: hidden;
	}
	.inte h2 {
		color: #000;
		text-align: left;
		margin: 15px 3%;
		width: 94%;
		font-size: 16px;
		font-weight: 600;
		height: 40px;
		line-height: 40px;
		border-bottom: 2px solid #ebebeb;
		position: relative;
	}
	.inte i {
		display: none;
	}
	.inte .dain {
		width: 94%;
		height: auto;
		margin: 0 3%;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
	.inte p {
		width: 94%;
		float: left;
		margin: 0 3%;
		box-sizing: border-box;
		text-indent: 0;
		color: #fff;
		font-size: 0.37rem;
		line-height: 0.61rem;
		padding: 0.4rem 0.26rem
	}
	.ruleitem .titlea {
		font-size: 0.42rem!important;
	}
	.artlistul .title {
		font-size: .37rem;
		color: #333;
	}
	.artlistul .text {
		font-size: .34rem;
		color: #333;
	}
	.more {
		color: #15457e;
	}
	/*企业简介*/
	.new {}
	.necw h2 {
		color: #000;
		text-align: left;
		margin: 25px 3%;
		width: 94%;
		font-size: 16px;
		font-weight: 600;
		height: 40px;
		line-height: 40px;
		border-bottom: 2px solid #ebebeb;
		position: relative;
	}
	.liaa {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0px;
		overflow: hidden;
		border-top: 1px solid #f1f1f1;
	}
	.liaa:last-child {
		border-bottom: none;
	}
	.liaimg {
		display: block;
		float: left;
		width: 32%;
		height: auto;
		overflow: hidden;
	}
	.liaimg img {
		display: block;
		width: 100%;
		height: 75px;
		border-radius: 3px;
		object-fit: cover;
	}
	.liale {
		width: 63%;
		float: right;
		line-height: 25px;
	}
	.liale a {
		font-weight: 100;
	}
	/*页面主体*/
	.box {
		width: 100%;
		padding-bottom: 25px;
		overflow: hidden;
	}
	.list {
		width: 100%;
		margin: 0 auto;
		height: auto;
		border-top: 1px solid #f1f1f1;
		padding-top: 28px;
		padding-bottom: 25px;
		overflow: hidden;
	}
	.list:first-child {
		border-top: 0px;
	}
	.titleimg {
		width: 28%;
		display: block;
		float: left;
		margin-right: 5%;
		border-radius: 2px;
		margin-left: 6%;
	}
	.titleimg img {
		width: 100%;
	}
	.mecctitle {
		width: 55%;
		float: right;
		margin-right: 6%;
		margin-top: -5px;
		line-height: 25px;
	}
	.mecctitle a {
		font-weight: normal;
	}
	.mucctitle {
		width: 88%;
		margin: 0 auto;
		line-height: 25px;
	}
	.mucctitle a {
		font-weight: normal;
	}
	time {
		width: 55%;
		margin-right: 6%;
		color: #a2a2a2;
		margin-top: 10px;
		font-style: normal;
		float: right;
		font-size: 15px;
	}
	.tebe {
		float: left;
		margin-left: 6%;
	}
	.list p {
		display: none;
	}
	/*分页*/
	.posts-nav {
		font-size: 14px;
		color: rgba(0, 0, 0, 0.44);
		text-align: center;
		margin-top: 25px;
	}
	.posts-nav .page-numbers {
		border-radius: 3px;
		border: 1px solid #f1f1f1;
		display: inline-block;
		text-align: center;
		width: 25px;
		line-height: 25px;
		margin: 0 5px;
	}
	.posts-nav .page-numbers.current,
	.posts-nav .page-numbers:not(.dots):hover {
		background: #f37800;
		border-color: #f37800;
		color: #fff;
	}
	.posts-nav .page-numbers.dots {
		border-color: rgba(0, 0, 0, 0)
	}
	/*文章开始*/
	.p3 {
		width: 90%;
		margin: 0 auto;
		font-weight: 100;
		font-size: 25px;
		color: #3a3a3a;
		text-align: center;
		line-height: 35px;
		margin-top: 25px;
	}
	.p2 {
		font-weight: 100;
		font-size: 14px;
		color: #a2a2a2;
		text-align: center;
		margin-top: 10px;
		clear: both;
		text-transform: capitalize;
	}
	.content-text {
		width: 100%;
		overflow: hidden;
	}
	.mobile-text {
		width: 90% !important;
		margin: 0 auto;
	}
	.mobile-text img {
		max-width: 100%;
		/* max-height: 50vh; */
	}
	.content-text p {
		clear: both;
		width: 88%;
		margin: 0 auto;
		line-height: 33px;
		margin-top: 20px;
		letter-spacing: normal;
		text-indent: 34px;
	}
	.wp-block-image {
		width: 100%;
		margin: 0 auto;
		margin-top: 25px;
	}
	.wp-block-image img {
		width: 100%;
		display: block;
	}
	figcaption {
		margin-top: 25px;
		text-align: center;
	}
	.content-text h2 {
		width: auto;
		margin: 0 6%;
		margin-top: 20px;
		color: #222222;
		font-size: 28px;
	}
	.content-text h3 {
		width: auto;
		margin: 0 6%;
		margin-top: 20px;
		color: #222222;
		font-size: 24px;
	}
	.content-text h4 {
		width: auto;
		margin: 0 6%;
		margin-top: 20px;
		color: #222222;
		font-size: 20px;
	}
	blockquote {
		width: auto;
		padding: 0px 2% 15px 2%;
		margin-top: 25px;
		background: #fcfcfc;
		overflow: hidden;
	}
	.content-text ol {
		clear: both;
		list-style: inside lower-alpha;
	}
	.content-text ol {
		clear: both;
		list-style: inside lower-alpha;
		width: 90%;
		margin: 0 auto;
	}
	.content-text ol li {
		line-height: 33px;
		margin-top: 20px;
	}
	.content-text ul {
		clear: both;
		width: 85%;
		margin: 0 auto;
	}
	.content-text ul li {
		line-height: 33px;
		margin-top: 20px;
	}
	.content-text ul li:before {
		content: "";
		display: inline-block;
		margin-right: 12px;
		width: 10px;
		height: 10px;
		background-color: #dddddd;
		border-radius: 50%;
		margin-left: 5px;
	}
	.gallery {
		width: 100%;
		margin: 15px 0px 10px 0px;
	}
	.gallery .gallery-item {
		float: left;
		margin-bottom: 2px;
		text-align: center;
		width: 100%;
	}
	.gallery-columns-3 .gallery-item {
		width: 33.333%;
		float: left;
	}
	.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery-columns-1 .gallery-item {
		width: 100%;
		margin-bottom: -12px;
	}
	.gallery img {
		width: 100%;
		display: block;
		background-size: 100% auto;
	}
	pre {
		white-space: pre-wrap;
		word-wrap: break-word;
		margin-top: 30px;
	}
	pre code,
	code {
		display: block;
		overflow: auto;
		font-size: .88rem;
		padding: 2rem;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		line-height: 24px;
		background: #282b2f;
		border-radius: 3px;
		margin-right: 0px;
		color: #d7d7d7
	}
	code {
		display: inline-block;
		margin: -.36rem 0;
		padding: 0 .36rem;
		color: #fff;
		background: #d8643f;
		line-height: 1.6rem;
		font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
		margin-right: 10px;
	}
	.wp-block-button {
		width: 250px;
		margin: 30px auto;
		background: #0073aa;
		border-radius: 4px;
	}
	.wp-block-button__link {
		color: #fff;
		width: 250px;
		text-align: center;
		padding: 10px 0px;
		display: block;
	}
	.wp-block-button__link:hover {
		color: #fff;
	}
	.wp-block-video {
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	.wp-block-video video {
		width: 100%;
		display: block;
	}
	.wp-block-audio {
		width: 88%;
		margin: 0 auto;
		margin-top: 25px;
	}
	/*底部阅读*/
	.bdf {
		width: 88%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 20px;
	}
	.bdf .yue {
		float: left;
		color: #a2a2a2;
		line-height: 26px;
		background: url(../../img/see.png) no-repeat;
		background-size: 22px auto;
		text-indent: 31px;
	}
	/*底部*/
	#dibu-main {
		height: auto;
		width: 100%;
		overflow: hidden;
	}
	.bottomlist {
		width: 100%;
	}
	.bottomlist {
		width: 100%;
	}
	.bottomlist .xinlan {
		display: none;
	}
	.bottomlist .weixin2 {
		width: 100%;
	}
	.bottomlist .weixin {
		width: 100%;
		text-align: center;
		display: block;
		height: 40px;
		line-height: 43px;
		font-size: 15px;
		color: #5f5f5f;
	}
	.bottomlist .weixin img {
		display: none;
	}
	.bottomlist .xixii {
		display: none;
	}
	.bottom {
		display: none;
	}
	.tongji {
		display: none
	}
	.off {
		display: none;
	}
	/*404*/
	.c404 {
		width: 100%;
		background: #fff;
		overflow: hidden;
	}
	.fourjpg {
		width: 80%;
		background: url(../../img/404.png) center no-repeat;
		background-position: 0px 0px;
		background-size: 100% auto;
		height: 400px;
		margin: 0 auto;
	}
	.wrong {
		display: none;
	}
	.foot-logo {
		width: 50%;
		margin: 0 auto;
	}
}