*{
	margin: 0;
	padding: 0;
}

.newstitle{
	max-width: 1400px;
	height: 88px;
	margin: 20px auto;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 2px solid #0056a8;
}

.newsdetail{
	max-width: 999px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.from,.time,.Browse{
	min-width: 176px;
	height: 60px;
}

.newscontent{
	width: 1400px;
	min-height: 560px;
	margin: 20px auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.content-list {
	max-width: 1400px;
	min-height: 900px;
	/* background-color: red; */
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}

.list-left {
	width: 260px;
	min-height: 900px;
	background-color: white;
	display: none;
}


.list-ltf {
	width: 100%;
	height: 80px;
	background-color: skyblue;
}

.list-lti {
	width: 100%;
	min-height: 820px;
	/* border: 1px solid black; */
}

.list-intru {
	width: 1400px;
	min-height: 900px;
	background-color: white;
}

.news-title{
	width: 100%;
	min-height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	color: #00a7f9;
	border-bottom: 2px solid skyblue;
}

.title-b{
	width: 600px;
	height: 30px;
	display: flex;
	justify-content: space-around;
	margin: 10px auto;
	line-height: 30px;
	font-size: 13px;
}

.author,.date,.eye{
	min-width: 160px;
	height: 30px;
	font-size: 17px;
}

.News-Detail{
	width: 100%;
	min-height: 760px;
	padding:10px 20px;
	box-sizing: border-box;
}

#wp_nav_w12 .wp_nav .sub-nav .nav-item a span.item-name {
    padding: 0px 0px 0px 10px;
    line-height: 40px;
}

#table1{
    margin:0 auto;
}

.Article_Content img{
	max-width: 100%;
}

#wp_news_w19,
#wp_news_w20,
#wp_news_w21 .wp_article_list .list_item {
	width: 100%;
	height: 36px;
	line-height: 23px;
	padding-top: 8px;
	border-bottom: transparent;
	vertical-align: top;
}

.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; */
}

/* 搜索框样式改变 */
#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;
}