<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#topnav {
	background-color: #1f499e;	
	height:100px;
	width: 100%;
}
#mcontent {
	width: 100%;
	margin:0 auto;
	/*height: 1363px;*/
	height: auto;
	background-color:#1f499d;
	position:relative;		
}

#topnav2023{
	height:100px;
	width: 100%;    
        position: absolute;
        top: 120px; 
	z-index:500;
}

#mcontent2023 {
	width: 100%;
	margin:0 auto;
	height: auto;
	position:relative;
}
 
.navigation { }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#navigation #menu-button { display: none; }
#navigation { background: transparent; margin-top:20px; position:absolute;top:-10px; right:0px;}
#navigation &gt; ul &gt; li { float: left;list-style-type:none; }





#navigation.align-center &gt; ul { font-size: 0; text-align: center; }
#navigation.align-center &gt; ul &gt; li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right &gt; ul &gt; li { float: right;list-style-type:none; }
#navigation &gt; ul &gt; li &gt; a { padding: 20px 5px; font-size: 16px; text-decoration: none; color: #e4e4e4; text-transform: uppercase; font-weight: 600; }
#navigation &gt; ul &gt; li &gt; a:hover { color: #c5f016; padding: 21px 5px; }
#navigation &gt; ul &gt; li.has-sub &gt; a { padding-right: 10px; }

/*#navigation &gt; ul &gt; li.has-sub &gt; a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px; 
  display: block; background: #dddddd; }*/
#navigation &gt; ul &gt; li.has-sub &gt; a:before { position: absolute; right: 14px; font-family: FontAwesome;  -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation &gt; ul &gt; li:before { position: absolute; right: 0px; top: 15px; color: #039284; font-family: FontAwesome;  -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation &gt; ul &gt; li:last-child:before {  }

/*#navigation &gt; ul &gt; li.has-sub:hover &gt; a:before {top: 23px; height: 0;}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover &gt; ul { left: auto; }
#navigation.align-right li:hover &gt; ul { left: auto; right: 0; }
#navigation li:hover &gt; ul &gt; li { height: 35px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { border-bottom: 1px solid rgba(150, 150, 150, 0.15); padding: 15px 15px; width: 150px; font-size: 14px; text-decoration: none; color: #fff; font-weight: 600; background: #262626; text-transform: uppercase; }
#navigation ul ul li:last-child &gt; a, #navigation ul ul li.last-item &gt; a { border-bottom: 0; }
#navigation ul ul li:hover &gt; a, #navigation ul ul li a:hover { color: #c5f016; }
#navigation ul ul li.has-sub &gt; a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd;  }
#navigation.align-right ul ul li.has-sub &gt; a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub &gt; a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd;  -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub &gt; a:before { right: auto; left: 14px; }
#navigation ul ul &gt; li.has-sub:hover &gt; a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; margin-top:50px;z-index:100;background-color:black;}
#navigation.small-screen.align-center &gt; ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid rgba(120, 120, 120, 0.2); }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover &gt; ul &gt; li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; }
#navigation.small-screen &gt; ul &gt; li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #fff; background: none; }
#navigation.small-screen ul ul li:hover &gt; a, #navigation.small-screen ul ul li.active &gt; a { color: #c5f016; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen &gt; ul &gt; li.has-sub &gt; a:after, #navigation.small-screen &gt; ul &gt; li.has-sub &gt; a:before, #navigation.small-screen ul ul &gt; li.has-sub &gt; a:after, #navigation.small-screen ul ul &gt; li.has-sub &gt; a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 17px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; width:80px;float:right;}
#navigation.small-screen #menu-button:after { position: absolute; top: 22px; right: 17px; display: block; height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
#navigation.small-screen #menu-button:before { position: absolute; top: 12px; right: 17px; display: block; height: 2px; width: 20px; background: #fff;  }
#navigation.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 23px; background: #fff; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(120, 120, 120, 0.2); height: 50px; width: 50px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { background: #c5f016; }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #fff;  }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #333; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #fff; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }
.navigation-search { }
.navigation-search i { }
/*--------------------------------*/



/*中间部分开始*/
 
#pmiddle{
	margin: 0 auto;	
   	width:100%;
	min-height:1069px;
	background:url(../images/public/bj.jpg) no-repeat center top;
	clear:both;
	}
/*公共部分左边开始*/
#navleft{
	
	min-height:790px;
	margin-top:60px;
	background-color:#ddeaf4;
	opacity:0.8;
	}
#navtitle{
	width:100%;
	height:75px;
	line-height:75px;
	font-size:18px;
	font-family:"微软雅黑";
	color:#747983;
   
	text-align:center;
	}	
#left_nav ul {
 width:100%;
 }
#left_nav li {
 font-family: "微软雅黑";
 font-size: 15px;
 list-style-type: none; 
 line-height: 58px;
 height: 58px; 
 padding:0px;
 /*text-indent:65px;*/
text-align:center;
margin-bottom:19px;
 }
#left_nav li a{ 
/*color:#747983;*/
 text-decoration:none;
 display:block; 
 blr:expression(this.onFocus=this.blur());}   
.nav_selected{
 background-image:url(../images/public/dhleft.png);
 background-repeat: no-repeat;
 background-size:100% 100%;
 min-width:203px;
 }
.nav_selected a{ 
    color:#ffffff; 
 }
.init_style a:visited{
	color:#2e4673;
}
.init_style{ 
	color:#747983; 
	}	
/*公共部分左边结束*/


/*公共部分右边开始*/
#navright{
margin:50px 10px;
	padding:30px; 
	min-height:1069px;
	background-color:#ffffff;
        font-family: "微软雅黑";
	text-indent:28px;
	color:#434343;
line-height:28px !important;
font-size: 14px;
	}



#navright a{
 color:#434343;}
#navright table tr td{ padding:5px;}

.right_content{
      
      margin:30px auto; 
      min-height:1069px;
      background-color:#ffffff;
        font-family: "微软雅黑";
font-size: 14px;
	text-indent:28px;
	color:#434343;
   line-height:28px !important;
width:96%;
}
#navright p{
 
	background-color:#ffffff;
        font-family: "微软雅黑";
	text-indent:28px;
	color:#434343;
line-height:28px !important;
font-size: 14px;
	}



#daohangleft{
	 		
	font-family: "微软雅黑";
	font-size: 14px;
	height:29px;
	line-height:29px;	
	border-bottom:2px solid #1f499d ;
text-indent:0px;
display:inline-block;
	}
#daohangleft a{
	color:#747983;	
	}

#daohangright{
	float:right;	
	border-bottom:2px solid #adadad ;
        margin-bottom:20px;	
	}
#daohangright ul li{
	float:left;	
	/*width:77px;*/
padding-left:15px;
padding-right:15px;
	height:29px;
	line-height:29px;
	list-style-type: none; 
	/*padding:0px;*/
	text-indent:10px;	
	}

#daohangright ul li a{ 
 display: block;
 font-family: "微软雅黑";
 font-size: 14px;
 color:#747983;	
 text-decoration:none;
 blr:expression(this.onFocus=this.blur());} 

#daohangright .selected{
 color:#747983;} 

#daohangright .selected a{
 border-bottom:2px solid #1f499d;
 color:#747983;}

#daohangright .selectedjl a{ 
 color:#747983;} 

#daohangright .defjl {
color:#747983;
}

 
/*统计信息标题开始*/
#daohangtjxx{
	float:right;
	width:500px;
	/*margin:25px 35px 0px 35px;	*/	
	border-bottom:2px solid #adadad ;	
	}

#daohangtjxx ul li{
	float:left;	
	width:100px;
	height:29px;
	line-height:29px;
	list-style-type: none; 
	/*padding:0px;*/
	text-indent:20px;	
	}

#daohangtjxx ul li a{ 
 display: block;
 font-family: "微软雅黑";
 font-size: 14px;
 color:#747983;	
 text-decoration:none;
 blr:expression(this.onFocus=this.blur());} 

#daohangtjxx .selected{
 color:#747983;} 

#daohangtjxx .selected a{
 border-bottom:2px solid #1f499d;
 color:#747983;}

#daohangtjxx .selectedjl a{ 
 color:#747983;} 

#daohangtjxx .defjl {
color:#747983;
}

#xxywlist{
    float:left;
    clear:both;
    margin:0px 0px 0px 15px;   
  
    font-family: "微软雅黑";
    font-size: 12px;
    line-height:30px;
    color:#636363;}
#xxywlist a,#xxywlist a:visited{          
          font-family: "微软雅黑";
          font-size: 12px;
         color:#636363; 
         text-decoration:none;} 
/*统计信息标题结束*/
/*底部*/
#copyright {
 float:left; 
 background-color: #011e57;
 width: 100%;
}
#copycontent{
 margin-left:auto;
 margin-right:auto;
 line-height:40px;
 color:#ffffff;
 font-size:12px;
 font-family:"幼圆";
 text-align:center;
background-color: #011e57;
 
 }
#copycontent img{
 vertical-align:middle;
 }
/*现任领导*/
.xrld{}
.xrld tr{height:50px;}
#div1,#div2,#div3,#div4,#div5,#div6,#div7,#div8,#div9,#div10,#div11,#div12,#div13,#div14,#div15,#div16,#div17,#div18{
width:90%;
	float:left;
	margin:13px 35px 20px 35px;
	background-color:#fafafa;
	/*min-height:600px;*/
          line-height:30px;
	display:none;
padding:0px;
 
	}

#div1 p,#div2 p,#div3 p,#div4 p,#div5 p,#div6 p,#div7 p,#div8 p,#div9 p,#div10  p,#div11 p,#div12 p,#div13 p,#div14 p,#div15 p,#div16 p,#div17 p,#div18 p    {
      font-size:14px;
     font-family:"微软雅黑"; 
    color:#434343;
   line-height:35px  !important;

   text-indent:2em;
padding:0px;
margin:5px 0px;
}
.xrld  table {
	 border:0;
 cellpadding:0;
 dellspacing:0;   
 color:#000000;
    background-color:#fafafa;
	margin:0 auto;
	}
.xrld  table td {
	 font-size:15px;
           font-family:"微软雅黑"; 
	border-bottom:2px dashed #ededed;
           height:28px;
	}
.xrld  table td a{
	 color:#000000;
	}
/*大事记*/
.nianfen{
 font-weight:bold;
 font-size:14px;
 color:#0057A7;
 font-family:"黑体";}
.content_item{
 float:left;
 width:100%;
 color:#434343;
 line-height:35px;
 font-size:12px;
 font-family:"微软雅黑";
 }
.content_item p{
line-height:20px;
margin:0px;
 }
.right_content  p{   
 font-family:"微软雅黑";
 color:#434343;
margin:0px;
line-height:28px !important;
 font-size:14px;
 text-indent:28px;}

.right_content table{
    border:1px solid #CCC;
 cellpadding:0;
 dellspacing:0;
    
 font-family:"微软雅黑"; 
 line-height:28px;
 color:#434343;
    background-color:#FFF;
margin:0 auto;
}
.right_content table td{
   border:1px solid #CCC;}
 
.right_content a{
    color:#0083c7;}
.right_content a:hover{
    color:blue; 
  
    text-align: center;}

/*各类英才*/
#geleiyingcai_content{
 width: 100%;
 margin-top: 15px;}

.content_LeftList {
 height: 35px;
 float: left;
 display:inline;  
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #dddddd;
 margin-left:45px;}

#geleiyingcai_content .list_img1 {
 width: 12px;
 height: 30px;
 float: left;
 display:inline;
 background-image: url(../images/public/yuanquan.png);
 background-position: center center;
 background-repeat: no-repeat;}

.LeftList_content {
 float: left;
 display:inline;
 height: 30px;
 line-height: 30px;
 font-size:14px;
 font-family:"微软雅黑";
text-indent:10px;
 }

.pagebar{
 
margin-top:60px;
 

}
.pagebar table tr td{
text-align:center;
}
  /*  Media Query --------------------------------*/
@media screen and (max-width:320px) {
#navigation.small-screen ul li { border-top: 1px solid rgba(120, 120, 120, 0.8); }
#navigation &gt; ul &gt; li:before {  }
.content_LeftList {width:100%;}
.LeftList_content{
width:100%;}



/*----- intro section -----*/
.hero-caption { padding-top: 40px; padding-bottom: 40px; }
.hero-title { font-size: 12px; }
.navbar-brand { float: none; }

/*----- cta -----*/
.cta-text { margin-bottom: 30px; text-align: center; }

/*----- footer -----*/
.footer-widget { margin-bottom: 30px; }
.childern { padding-left: 0px; }
}

/* Custom sizes (768px to 1024px) */
@media screen and (max-width:1320px) {
#navigation.small-screen ul li { border-top: 1px solid rgba(120, 120, 120, 0.8); }
#navigation &gt; ul &gt; li:before {  }
.navbar-brand { float: none; }
.childern { padding-left: 0px; }
#navigation.small-screen .submenu-button { height: 50px; width: 46px; }
.widget-tags a { padding: 7px 7px; font-size: 10px; line-height: 8px; }
.hero-caption { padding-top: 50px; padding-bottom: 50px; }
.hero-title { font-size: 32px; line-height: 45px; }

.content_LeftList {width:45%;}


}
 </pre></body></html>