/* 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:15px;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{
    color: #40e0d0;
    font-size: 28px;
}
.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;
}
.nav-mobile{
    display: none;
}
.menu-mobile{
    display: none;
    position: absolute;
    top: 64px;
    width: 200px;
    right: 0;
    padding: 10px;
    background: #eaeaea;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
}
.menu-mobile li{
    margin: 10px 0;
}
.search-bar{
    padding: 10px 0;
    height: 80px;
    box-sizing: border-box;
}
.search-bar input{
    width: 250px;
    display: block;
    outline: none;
    border: 1px solid #1e9fff;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin: 0;
    float: left;
    box-sizing: border-box;
}
.search-bar button{
    display: block;
    outline: none;
    border: 1px solid #1e9fff;
    float: left;
    height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #1e9fff;
    color: #fff;
}
.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;
}
.arc-date{
    color: #5f9ea0;
}
.footer{
	color: #d0d0d0;
	background: #000;
	padding: 40px 0;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
}
.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;
}