<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h3{font-family:"新宋体";}
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #1c4f95;
}

ul {
	list-style: none;
}

.container {
	width: 1060px;
	margin: 0 auto;
/* 	clear: both; */
}

.news,
.double {
	font-family: "微软雅黑";
}

.banner {
	width: 1060px; 
}

.banner,
.news,
.notice,
.double,
.msgpublic {
	margin-bottom: 14px;
}

.news {
 	/* width: 1060px; */
 	/*background-color: lightsalmon;*/
 	float: left;
}

.news_img {
	float: left;
}

.news_img img {
	border: 1px solid #dcdcdc;
}

.news_list {
	width: 594px;
	height: 260px;
	background-color: #F2F2F2;
	margin-left: 8px;
	padding: 8px 16px 0;
	border: 1px solid #dcdcdc;
	float: left;
}

.news_list ul li,
.double_list ul li,
.msgpublic_list ul li {
	font-size: 16px;
	line-height: 32px;
}

.news_list ul li h3,
.double_list ul li h3,
.msgpublic_list ul li h3 {
	list-style: none;
	font-size: 20px;
	line-height: 38px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 16px;
}

.notice,
.msgpublic {
	float: left;
}

.msgpublic_list {
	width: 800px;
	height: 236px;
	padding: 0 16px;
	border: 1px solid #dcdcdc;
}

.msgpublic_list {
	height: 206px;
}

.double {
	float: left;
}

.double_list {
	width: 394px;
	height: 236px;
	margin-right: 12px;
	padding: 8px 16px 0;
	border: 1px solid #dcdcdc;
	float: left;
}

.price_list {
	width: 651px;
	margin-right: 0;
}

.news_search {
	height: 1236px;
	width: 245px;
	margin: -1000px 0 14px;
	/*margin-left: 812px;*/
	padding: 16px;
	background-color: #e1e1e1;
	border: 1px solid #dcdcdc;
	float: right;
}

.news_search h3 {
	background-color: #a5c4e1;
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
}

.news_search ul {
	margin-bottom: 8px
}

.news_search ul li {
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-bottom: none;
}

.about_us li {
	line-height: 44px;
}

.friend_links li {
	line-height: 44px;
}

.news_search ul li:last-child {
	border: 1px solid #dcdcdc;
}

.about_us li:first-child,
.friend_links li:first-child {
	text-align: left;
}

.masterEmail {
	font-family:"新宋体";
	display: block;
	background-color: #65b4fe;
	text-align: center;
	line-height: 46px;
	margin: 8px auto;
	font-size: 16px;
	color: #fff !important;
}

.masterEmail:hover {
	background-color: #1c4f95;
}

.input_group {
	width: 100%;
	padding: 10px;
	padding-right: 0;
	background-color:#fff;
}

.input_group .zz_search_input {
	height: 26px;
	line-height: 24px;
	width: 146px;
	padding-left: 6px;
	border: 1px solid #dcdcdc;
	background-color: #e1e1e1;
	float: left;
	font-size: 12px;
}

.input_group .zz_search_btn {
	height: 26px;
	line-height: 26px;
	width: 48px;
	background-color: #fff;
	/* margin-left: -9px; */
	border: 1px solid #dcdcdc;
	cursor: pointer;
	font-size: 12px;
	float: left;
}

.more {
	font-size:14px;
	float: right;
}

.more a {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #c0c0c0;
}

.addtime {
	font-size: 12px;
	color: #5e5e5e;
	float: right;
}

.clear {
	clear: both;
}

/* PC端隐藏 */
.md_hidden {
	display: none;
}



/* 响应式 */
@media screen and (max-width: 768px) {
	.container {
		width: 100vw;
		clear: both;
		float: inherit;
	}

	.banner {
		display: none;
	}

    .news,
    .news_img,
    .news_list,
    .notice,
    .double_list,
    .double,
    .msgpublic,
    .msgpublic_list {
    	height: auto;
		width: 93vw;
		clear: both;
		float: inherit;
		margin: 15px auto;
	}

	.news_list {
		margin: 0;
	}

	.news_list ul&gt;li:not(:first-child) a,
	.double_list ul&gt;li:not(:first-child) a,
	.msgpublic_list ul&gt;li:not(:first-child) a {
		display: inline-block;
		width: 75%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news_list ul li,
	.double_list ul li,
	.msgpublic_list ul li {
		line-height: 24px;
	}

	.double {
		clear: both;
		float: inherit;
	}

	/*.caution_list {
		margin-top: 15px;
	}*/

	.news_search {
		height: auto;
		width: 93vw;
		margin: 15px auto;
		padding: 10px 10px 0;
		background-color: #e1e1e1;
		border: 1px solid #dcdcdc;
		clear:both;
		float: inherit;
	}

	.news_search ul {
		width: 100%;
		margin-bottom: 8px;
		clear:both;
		float: inherit;
		display: flex;
		flex-wrap: wrap;
	}

	.news_search ul li {
		background-color: #fff;
		font-size: 14px;
		text-align: center;
		border: none;
		border-left: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}

	.about_us li:nth-child(3n+1) {
		border-right: 1px solid #dcdcdc;
	}

	.about_us li {
		width: 33.33%;
		line-height: 32px;
	}

	.friend_links li {
		width: 50%;
		line-height: 32px;
	}

	.friend_links li:nth-child(2n-1) {
		border-right: 1px solid #dcdcdc;
	}

	.news_search ul li:first-child {
		width: 100%;
		clear:both;
		float: inherit;
		border: none;
	}

	.news_search ul li:last-child {
		border-top: none;
	}

	.input_group .zz_search_input {
		width: 80%;
	}

	.input_group .zz_search_btn {
		/*margin-left: -5px;*/
	}
	
	/* 移动端隐藏 */
	.xs_hidden {
		display: none;
	}
}</pre></body></html>