/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:14px;vertical-align:middle;}
body{font-size:14px;font-family:"Microsoft YaHei","Microsoft JhengHei",STHeiti,MingLiu, Arial, Helvetica, sans-serif; color:#333; background: #FBFBFB; margin:0 auto; width:100%;}
table{border-collapse:collapse;border-spacing:0;}
a{ color: inherit; text-decoration:none;}

.container{
	width: 1100px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.red{
	color: #ff0000;
}
.hide{
	display: none;
}
.text-left{
	text-align: left !important;
}
.clear{
	clear: both;
}
.inline-block{
	display: inline-block;
}
.block{
	display: block;
}
.header{
	height: 101px;
	margin-bottom: 10px;
}
.header-top{
	color: #fff;
	height: 36px;
	line-height: 36px;
	background: #333333;
}
.logo-nav{
	height: 64px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}
.logo img{
    max-height: 42px;
}
.logo,.nav{
	height: 40px;
	line-height: 40px;
	margin-top: 12px; 
}
ul.menu{
	padding: 0 40px;
}
ul.menu li{
	display: block;
	float: left;
}
ul.menu li a{
	color: #1296db;
	padding: 5px 12px;
}
.main-left{
	width: 798px;
	overflow: hidden;
}
.main-right{
	width: 302px;
	overflow: hidden;
}
.panel-box h3{
	color: #687;
	line-height: 35px;
	font-weight: normal;
	background: #edf9ff;
	padding: 0 10px;
	border-bottom: 1px solid #eaeaea;
}
.panel-box h3 span{
	display: block;
	float: right;
}
.panel-box ul li{
	height: 39px;
	line-height: 40px;
    border-bottom: 1px dashed #EAEAEA;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel-box{
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #eaeaea;
}
.article{
    padding: 10px 20px;
    box-sizing: border-box;
}
.footer{
	color: #d0d0d0;
	height: 72px;
	background: #000;
	padding: 40px 0;
	text-align: center;
	line-height: 36px;
}
.footer a{
	color: #909090;
}
.input-short{
	width: 190px;
}
.notice{
	padding: 10px;
	background: #fff;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}
h1.title{
	font-weight: normal;
	font-size: 20px;
	color: #1296db;
	line-height: 1.75em;
	margin: 10px 0;
}
.info{
	font-size: 14px;
	line-height: 1.75em;
	padding: 5px 0;
	color: #729d1a;
	margin-bottom: 5px;
	border-bottom: 1px dashed #1296db;
}
.content{
	font-size: 14px;
	line-height: 1.75em;
	text-align: justify;
}
.content p,.content div,.content img,.content h2,.content h3,.content h4,.content h5{
	margin: 8px 0;
}
.content img{
	max-width: 100%;
}
.other{
	color: #5593ce;
	margin: 10px 0;
	line-height: 1.75em;
}
.other a{
	color: #ff00c6;
}