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

#header {
        width:100%;
	background-color: #FFFFFF;
        padding-top: 1px;
       /* top: 0;
        position: fixed;
        z-index: 100;*/
}

.header-top {
	margin: 10px auto -8px auto;
	width: 1200px;
	color: #676767;
	text-align: right;
height:18px;
}

.zw {

float:right
}


.search-top{ float:left; height:18px; padding:2px 24px 0; border-left:1px solid #1d68ca;border-right:1px solid #1d68ca;margin-right:10px;}
.search-top img {
	vertical-align: middle;
}

.header-bottom {
	height: 100%;
	width: 1200px;
	height: 70px;
        padding: 20px 0;
	background: #FFFFFF;
	margin: 0 auto;
	color: #878787;
	font-size: 14px;
	overflow: hidden;
}

.header-logo {
	float: left;
	display: inline-block;
}

/* 搜索框 */
.header-input {
	float: right;
	height: 40px;
}

.search-wrapper{height: 50px;
	margin:60px auto 40px;
        width:850px;
border:2px solid #1d68ca; background:#fff;}
.search-input {
	float: left;
	width: 776px;
	height: 50px;
	background: #fff;
	border:0;
	font-size: 18px;
	color:#5e5e5e;
*height:48px !important;
*line-height:48px !important;
	padding-left: 10px;
}

.search-icon {
	float:right;
width:74px;
cursor: pointer;
}


.search-button {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(../images/icon_03.jpg) no-repeat 8px center #d22e2a;
	background-size: 14px 14px;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 30px;
}

/* 头部nav */
#header .header-nav {
	width: 100%;
	height:50px;
	position: relative;
        z-index:99999;
background: #004AA9;
}

#header .nav {
	height: 50px;
	width: 1200px;
	margin: 0 auto;
}

#header .nav&gt;li{
	padding: 0px;
	float: left;
        position:relative;
}

#header .nav&gt;li&gt;a{
	float: left;
	height: 50px;
	line-height:50px;
	font-size: 18px;
	display: block;
	color: #fff;
display:block;width:216px;
text-align:center;
}
#header .nav&gt;li&gt;a,
#header .nav&gt;li&gt;a:visited,#header .nav&gt;li&gt;a:link {color: #fff;}
#header .nav&gt;li&gt;a:hover {background:#8d8f8f;color:#fff;}
#header .nav&gt;li&gt;.currentSite {background:#8d8f8f;color:#fff;}

/* 下拉菜单操作 */
#header .nav&gt;li:hover .drop-down-menu {
	display: block;
}

/* 下拉菜单页面样式 */
.drop-down-menu{
width:100%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1266d1', endColorstr='#1266d1', GradientType=0) alpha(opacity=80);
	background: rgba(141, 143, 143, 0.9);
		position: absolute;
		top:50px;
		left: 0;
		display: none;
}

.menu-text-div{

}
.drop-menu-ul{
padding:15px 0;
}

.drop-menu-ul .pop{
    padding:0 15px;
		color: #fff;
		line-height: 40px;
word-break: break-all;
}

.drop-menu-ul li label{
	color: #004aa9;

}

.drop-menu-ul li a{
	font-size: 15px;
colo#fff;
}

.drop-menu-ul li a:link,.drop-menu-ul li a:visited{ color:#fff;}
.drop-menu-ul li a:hover{ text-decoration:underline;}

input::-webkit-input-placeholder { 
color: #101010; 
} 
input:-moz-placeholder { 
color: #101010; 
} 
input::-moz-placeholder { 
color: #101010; 
} 
input:-ms-input-placeholder { 
color: #101010; 
}



/***** header end *****/


#middle {
	width: 100%;
	min-width: 1200px;padding-top:170px; padding:110px 0 250px;
min-height:500px;_height:500px;
}

#middle::after {
	content: '';
	display: block;
	clear: both;
}

.mid-banner {
	width: 100%;
	background: url(/cms/templates/300532848887400000/images/index_icon_01.jpg) no-repeat;
	background-size: 100% 100%;
	display: block;
}

/* 头部nav */
/* .middle-nav {
	width: 100%;
	height: 66px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e6e6e6;
}

.middle-nav .middle-nav-ul {
	height: 66px;
	width: 1200px;
	margin: 0 auto;
}

.middle-nav-ul li {
	float: left;
	height: 66px;
	line-height: 66px;
	padding: 0 25px;
	font-size: 18px;
}

.middle-nav .middle-nav-ul li:hover{
	border-bottom: 1px solid #0D56AE;
}

.middle-nav .middle-nav-ul li:hover a{
	color: #0D56AE;
	font-weight: bold;
}

.middle-nav .middle-nav-ul .li-left-distanceCurrent{
	border-bottom: 1px solid #0D56AE;
}

.middle-nav .middle-nav-ul .li-left-distanceCurrent a {
	color: #0E55AD;
	font-weight: bold;
}

.li-left-distance {
	margin-left: 25px;
} */


/* 文章列表 */
.mid-article {
	margin: 20px auto;
	width: 1200px;
}

/* 文章抬头 */
.mid-article-title {
	width: 1200px;
	font-size: 14px;
	color: #000000;
	margin: 30px auto 20px;
}

.mid-article-list {
	width: 100%;
        padding-bottom: 30px;
}

.article-item {
	width: 1120px;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 40px;
	overflow: hidden;
}

.article-item:hover {
	-moz-box-shadow: 0px 1px 5px #BDBDBD;
	-webkit-box-shadow: 0px 1px 5px #BDBDBD;
	box-shadow: 0px 1px 5px #BDBDBD;
}


/* 文章内容 */
.article-item .item-title {
	width: 100%;
	height: 40px;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

.article-item .item-title a{
	font-size: 18px;
	color: #000000;
}

.article-item .item-content {
	width: 100%;
	height: 56px;
	font-size: 14px;
	color: #4b4b4b;
	margin-bottom: 25px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article-item .item-content a{
	font-size: 14px;
	color: #4b4b4b;
}

.article-item .item-content img,video{
        display:none;
}

.article-item .item-time {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #909090;
}

.article-item .item-time a{
	font-size: 15px;
	color: #909090;
}

.article-item .item-time img {
	width: 16px;
	height: 17px;
	margin-right: 5px;
}

.highlight{
        color:#e60012;
}

/*#footer{bottom: 0;
        position: fixed;
        z-index: 100;} */</pre></body></html>