html,body{
	width: 100%;
	height: 100%;
}
.body-white{
	background: #fff;
}
.news{
	overflow: hidden;
	padding: 10px 0 5px 0;
}
.border-bottom{
	border-bottom: 3px solid #0369aa;
}
.news-title{
	font-size: 18px;
	font-weight: bold;
}
.news-more{
	font-size: 14px;
	cursor: pointer;
}
.title{
	width: 100%;
	overflow: hidden;
	padding: 5px 0 5px 0;
	font-size: 14px;
	cursor: pointer;
}
/*轮播图*/
.sy-box{
	position: relative;
}
.sy-pager{
	position: absolute;
	bottom: 10px;
	z-index: 99;
}
.sy-pager li{
	width: 15px;
	height: 15px;
}
/*
 * 全局样式
 */
.container{
	padding: 0;
}
.container-bg{
	background: #fff;
}
.aright{
	text-align: right;
}
.padding{
	padding: 15px;
}
.padding-left{
	padding: 15px 15px 15px 5px;
}
.padding-right{
	padding: 15px 5px 15px 15px;
}

/*公用背景色 -- 主体蓝色*/
.gs-mian-bg{
	background: #0369aa;
}
.gs-black-bg{
	background: #000;
}
/*公用字体颜色-- 主体蓝色*/
.gs-color{
	color: #0369aa;
}
/* 非前三信息的A链接颜色 */
.a-black{
	color: #495060;
}

/*公用下划线*/
.line{
    height: 3px;
    background: #ccc;
}
.innerline{
    display: block;
    height: 3px;
    background: #0369aa;
}
.percent-x1{
	width: 10%;
}
.percent-x2{
	width: 20%;
}
/*公用小方块块*/
.chunk{
	display: inline-block;
	width: 8px;
	height: 8px;
}
.list{
	text-align: center;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}
.list-hd{
	padding: 5px 0;
}
.trade{
	text-align: left;
	border: 2px solid #EEEEEE;
}
.trade-item{
	margin-left: 1rem;
	padding: 10px 0;
}
.trade-type{
	padding: 10px 0;
}
.item{
	color: #0369AA;
}
.item-title {
	padding: 5px 15px 5px 5px;
}
.item-subtitle{
	padding: 10px 0;
	background: #EEEEEE;
}
.list-pages{
	width: 100%;
	font-size: 0;
	text-align: left;
	padding: 0;
	margin: 0;
}
.list-pages-item{
	padding: 10px 7px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.list-pages li:first-child{
	border-left:1px solid #EEEEEE;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.list-pages li:last-child{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.list-pages li.active{
	border: 1px solid #0369AA;
	color:  #0369AA;
}
.search-trade{
	width: 100%;
	padding: 5px 0;
	border: 1px solid #EEEEEE;
	box-shadow:0px 0px 5px #ccc;
	text-indent: 5px;
}
.search-box-btn{
	text-align: left;
}
.search-btn{
	width: 80%;
	padding: 6px 0;
	background: #0369aa;
	color: #FFFFFF;
	border: none;
	outline: none;
}
.search-title{
	padding: 6px 0;
	text-align: left;
}
.footer-nav{
	padding: 10px 0 70px 0;
	border: 2px solid #EEEEEE;
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
}
.footer-nav .footer-child{
	text-align: center;
	padding: 0 15px;
}
.footer{
	background: #FFFFFF;
}
/*#map{
	padding-top: 100px;
}*/
