@charset "utf-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
body{
	font-family: "微软雅黑";
	}

ul li{list-style:none;}
img{border:0px;}
a{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

/* header.htm */
header{
	width: 100%;
	height: 390px;
	background-image: url(/html/images/bakimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
header #top{
	width: 100%;
	height: 30px;
	background: #333;
}
header #top #main{
	margin: 0 auto;
	width: 1200px;
	height: 30px;
	color: #CCC;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header #top #main a{
	color: #CCC;
}
header #top #main a:hover{
	border-bottom: 1px solid #CCC;
}
header #blue{
	width: 100%;
	height: 150px;
	background-color:rgba(0,73,134,0.8);
	background: #004986;
	opacity: 0.8;
}
header #logo{
	width: 100%;
	height: 110px;
	background-image: url(/html/images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
header #nav{
	width: 100%;
	height: 40px;
}
header #nav #main{
	margin: 0 auto;
	width: 1200px;
	height: 40px;
}
header #nav ul{
	width: 1200px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
header #nav ul li{
	width: 110px;
	height: 40px;
	color: #FFF;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
}
header #nav ul li:hover{
	background: #333;
	color: #FFF;
	font-size: 15px;
}

/* body_01news.htm */
#news-wrap{
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#news-wrap main{
	width: 1200px;
	height: 350px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#news-wrap #left{
	width: 760px;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
#news-wrap div.title-wrap{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #DDD;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#news-wrap div.name-wrap{
	width: auto;
	height: 35px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#news-wrap div.chsname{
	width: 125px;
	height: 35px;
	border-bottom: 1px solid #175C95;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-right: 10px;
}
#news-wrap div.chsname div.ico{
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#news-wrap div.chsname div.name{
	width: 90px;
	height: 35px;
	font-size: 22px;
	color: #175C95;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#news-wrap div.engname{
	width: auto;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #5F5F5F;
}
#news-wrap div.more{
	width: auto;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#news-wrap div.more a{
	font-size: 14px;
	color: #175C95;
}
#news-wrap div.more a:hover{
	border-bottom: 1px solid #175C95;
}

#news-wrap div.news-wrap{
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#news-wrap div.ppt{
	width: 370px;
	height: 300px;
}
#news-wrap div.news{
	width: 370px;
	height: 300px;
}
#news-wrap div.news div.col-list{
	width: 100%;
	height: 37px;
	border-bottom: 1px dashed #DDD;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#news-wrap div.news div.fulltitle{
	width: 330px;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#news-wrap div.news div.fulltitle a{
	font-size: 13px;
	color: #333;
}
#news-wrap div.news div.time{
	width: 35px;
	height: 37px;
	font-size: 12px;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#news-wrap #right{
	width: 420px;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
#news-wrap div.zpin-wrap{
	width: 100%;
	height: 300px;
}
#news-wrap div.zpin-wrap div.col-list{
	width: 100%;
	height: 37px;
	border-bottom: 1px dashed #DDD;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#news-wrap div.zpin-wrap strong{
	color: #AA1111;
}
#news-wrap div.zpin-wrap div.fulltitle{
	width: 380px;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #333;
}
#news-wrap div.zpin-wrap div.fulltitle a{
	font-size: 13px;
	color: #333;
}
#news-wrap div.zpin-wrap div.time{
	width: 35px;
	height: 37px;
	font-size: 12px;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#news-wrap div.news div.fulltitle a:hover{
	color: #AA1111;
	border-bottom: 1px solid #AA1111;
}
#news-wrap div.zpin-wrap div.fulltitle a:hover{
	color: #AA1111;
	border-bottom: 1px solid #AA1111;
}

/* body_02notice.htm */
#notice-wrap{
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#notice-wrap main{
	width: 1200px;
	height: 350px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#notice-wrap div.items{
	width: 390px;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
#notice-wrap div.title-wrap{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #DDD;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#notice-wrap div.name-wrap{
	width: auto;
	height: 35px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#notice-wrap div.chsname{
	width: 125px;
	height: 35px;
	border-bottom: 1px solid #175C95;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-right: 10px;
}
#notice-wrap div.chsname div.ico{
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#notice-wrap div.chsname div.name{
	width: 90px;
	height: 35px;
	font-size: 22px;
	color: #175C95;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#notice-wrap div.engname{
	width: auto;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #5F5F5F;
}
#notice-wrap div.more{
	width: auto;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#notice-wrap div.more a{
	font-size: 14px;
	color: #175C95;
}
#notice-wrap div.more a:hover{
	border-bottom: 1px solid #175C95;
}
#notice-wrap div.col-wrap{
	width: 100%;
	height: 300px;
}

#notice-wrap div.col-list{
	width: 100%;
	height: 37px;
	border-bottom: 1px dashed #DDD;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#notice-wrap strong{
	color: #AA1111;
}
#notice-wrap div.fulltitle{
	width: 350px;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #333;
}
#notice-wrap div.fulltitle a{
	font-size: 13px;
	color: #333;
}
#notice-wrap div.time{
	width: 35px;
	height: 37px;
	font-size: 12px;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#notice-wrap div.fulltitle a:hover{
	color: #AA1111;
	border-bottom: 1px solid #AA1111;
}
#notice-wrap div.fulltitle a:hover{
	color: #AA1111;
	border-bottom: 1px solid #AA1111;
}

/* body_banner.htm */
#banner{
	margin: 0 auto;
	width: 1200px;
	height: 80px;
}

/* body_03server.htm */
#server-wrap{
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#server-wrap main{
	width: 1200px;
	height: 350px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#server-wrap div.items{
	width: 390px;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
#server-wrap div.title-wrap{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #DDD;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#server-wrap div.name-wrap{
	width: auto;
	height: 35px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#server-wrap div.chsname{
	width: 125px;
	height: 35px;
	border-bottom: 1px solid #175C95;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-right: 10px;
}
#server-wrap div.chsname div.ico{
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#server-wrap div.chsname div.name{
	width: 90px;
	height: 35px;
	font-size: 22px;
	color: #175C95;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#server-wrap div.engname{
	width: auto;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #5F5F5F;
}
#server-wrap div.more{
	width: auto;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#server-wrap div.more a{
	font-size: 14px;
	color: #175C95;
}
#server-wrap div.more a:hover{
	border-bottom: 1px solid #175C95;
}
#server-wrap div.col-wrap{
	width: 100%;
	height: 300px;
}

#server-wrap div.col-list{
	width: 100%;
	height: 37px;
	border-bottom: 1px dashed #DDD;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#server-wrap strong{
	color: #AA1111;
}
#server-wrap div.fulltitle{
	width: 350px;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #333;
}
#server-wrap div.fulltitle a{
	font-size: 13px;
	color: #333;
}
#server-wrap div.time{
	width: 35px;
	height: 37px;
	font-size: 12px;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#server-wrap div.fulltitle a:hover{
	color: #AA1111;
	border-bottom: 1px solid #AA1111;
}
#server-wrap div.fulltitle a:hover{
	color: #AA1111;
	border-bottom: 1px solid #AA1111;
}

div.ico-wrap{
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
div.cioc{
	width: 90px;
	height: 100px;
	margin-bottom: 1px;
	margin-right: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFF;
	border-radius: 10px;
}
div.cioc:hover{
	border: 1px solid #AA1111;
}

div.cioc div.img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
div.cioc div.txt{
	width: 70px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #333;
}
.cioc:hover div.txt{
	color: #AA1111;
	font-weight: bolder;
}

/* footer.htm */
footer{
	width: 100%;
	height: 170px;
	background-image: url(/html/images/bakimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
footer #top{
	width: 100%;
	height: 35px;
	background: #333;
}
footer #top #main{
	margin: 0 auto;
	width: 1200px;
	height: 35px;
	color: #CCC;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
footer #top #main a{
	color: #CCC;
	margin-right: 15px;
}
footer #top #main a:hover{
	border-bottom: 1px solid #CCC;
}
footer #blue{
	width: 100%;
	height: 135px;
	background-color:rgba(0,73,134,0.8);
	background: #004986;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer #blue #main{
	width: 1200px;
	height: 110px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
footer #logo{
	width: 600px;
	height: 110px;
	background-image: url(/html/images/logo_button.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: left;
}
footer #txt{
	width: 400px;
	height: 80px;
	font-size: 12px;
	color: #FFF;
	padding-left: 40px;
	line-height: 160%;
}
footer #erma{
	width: 100px;
	height: 100px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* list_article.htm */
#list-wrap{
	margin: 0 auto;
	width: 1200px;
	min-height: 500px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
#list-wrap #left{
	width: 230px;
	height: 300px;
	margin-left: 80px;
}
#list-wrap #left #list-nav{
	width: 230px;
	height: 65px;
	background-image: url(/html/images/head_bg_blue.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 8px;
}
#list-wrap #left .col-list{
	width: 228px;
	height: 53px;
	background: #F7F7F7;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	display: flex;
	align-items: center;
	justify-content: center;
}
#list-wrap #left .col-list span{
	width: auto;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
	font-size: 16px;
	border-bottom: 3px solid #F7F7F7;
	transition: 0.3s;
	letter-spacing: 1px;
}
#list-wrap #left .col-list:hover span{
	border-bottom: 3px solid #0D59A7;
	color: #003F88;
}
#list-wrap #right{
	width: 860px;
	height: auto;
}
#list-wrap #right #post{
	width: 100%;
	height: 50px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #175C95;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 50px;
}
#list-wrap #right #t-left{
	width: auto;
	height: 35px;
	border-bottom: 3px solid #175C95;
	display: flex;
	align-items: center;
	color: #175C95;
	font-size: 18px;
}
#list-wrap #right #t-right{
	width: auto;
	height: 35px;
	display: flex;
	align-items: center;
	color: #333;
	font-size: 14px;
}
#list-wrap #right #article{
	width: 100%;
	min-height: 600px;
	height: auto;
}
#list-wrap #right #article div.col-wrap{
	width: 100%;
	height: 55px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1px;
	border-bottom: 1px dashed #DDD;
}
#list-wrap #right #article div.col-title{
	width: 88%;
	height: auto;
	line-height: 150%;
	margin-bottom: 5px;
}
#list-wrap #right #article div.col-title strong{
	color: #AA1111;
	font-size: 15px;
}
#list-wrap #right #article div.col-title a{
	font-size: 16px;
	color: #333
}
#list-wrap #right #article div.col-title a:hover{
	color: #0072BB;
}
#list-wrap #right #article div.col-data{
	width: 10%;
	height: 60px;
	font-size: 12px;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
}
#list-wrap #right #article div.col-wrap:hover div.col-title a{
	color: #0072BB;
	border-bottom: 1px solid #0072BB;
}
#list-wrap #right #article div.col-wrap:hover div.col-data{
	color: #0072BB;
}
#list-wrap #right #title{
	width: 90%;
	min-height: 35px;
	height: auto;
	margin-top: 20px;
	color: #000;
	font-size: 20px;
	font-weight: bolder;
	line-height: 150%;
}
#list-wrap #right #info{
	width: 90%;
	height: 30px;
	color: #999;
	font-size: 12px;
	display: flex;
	align-items: center;
}
#list-wrap #right #body{
	width: 90%;
	min-height: 400px;
	height: auto;
	font-size: 14px;
	color: #333;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: justify;
}
#list-wrap #right #body p{
	text-indent:2em;
	font-size: 14px;
	color: #333;
	line-height: 200%;
	margin-bottom: 15px;
	text-align: justify;
}









/* page */
#pc-page{
	text-align: left;
	padding-top: 10px; 
	padding-bottom: 20px;
	margin-left: 15px;
	margin-top: 20px;
	font-size: 12px;
} 
#pc-page li{
	display: inline; 
	line-height: 22px; 
} 
#pc-page li a{
	font-size: 14px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	color: #333;
}
#pc-page li a:hover{
	background-color: #175C95;
	color: #FFF;
}