/*home-page*/
.home-page .wrap-page{
	top: 48px;
}
.home-page .stock{
	font-size: 1.2rem;
	line-height: 3.6rem;
	padding: 0 2.5%;
	background: url(../images/navbar_bg.png) repeat-x;
}
.home-page .stock li.first{
	color: #444444;
	font-weight: normal;
	font-size: 1.1rem;
	padding-right: 2.5%;
}
.home-page .stock li{
	color: #666666;
	padding-right: 1.5%;
	float: left;
}
.home-page .stock li.last{
	padding: 0;
}
.home-page .stock li .green{
	color: #009503;
}
.home-page .stock li .red{
	color: #d50000;
}
.home-page .slide{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.home-page .slide:after{
    content: '';
    display: block;
    width: 100%;
    padding-top: 50%;
}
.home-page .slide ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-page .slide li{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-page .slide img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.home-page .slide li span{
	line-height: 3rem;
	height: 3rem;
	width: 100%;
	text-align: center;
	background: #000;
	opacity: 0.7;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-page .subtitle{
	background: url(../images/title_bg.png) repeat-x;
	background-size: 1px 100%;
	color: #fff;
	border-top: 1px solid #1da4fc;
	text-align: center;
	line-height: 3rem;
}
.home-page .content-box{
	padding: 1rem 0.9rem;
	background: #fff;
}
.home-page .content-box li{
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 0.6rem 0.9rem;
	margin-bottom: 1rem;
	box-shadow: 0 2px 2px #ddd;
}
.home-page .content-box li h5 a{
	color: #444;
	font-weight: normal;
	font-size: 1.4rem;
}
.home-page .content-box li p{
	font-size: 1.2rem;
	line-height: 16px;
	color: #666;
	word-break: break-all;
}
.home-page .content-box li p.time{
	font-size: 1rem;
	color: #167cc5;
}
.home-page .content-box li p a{
	float: right;
	padding: 0 0.6rem;
}
.home-page .content-box li.img .img-box{
	border: 1px solid #ccc;
	width: 35%;
	height: 7rem;
	overflow: hidden;
	float: left;
}
.home-page .content-box li.img .img-box img{
	width: 100%;
	height: 100%;
}
.home-page .content-box li.img .text-box{
	float: right;
	width: 62%;
}
.home-page .content-box li.img .text-box h5{
	line-height: 1;
	margin-bottom: 4px;
}

.home-page .content-box li.img .text-box .dividing-line{
	height: 1px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
}
.home-page .fastnav{
	background: #016cba;
	border-bottom: 8px solid #016cba;
        margin-bottom: 43px;
}
.home-page .fastnav .head{
	color: #fff;
	padding-left: 2rem;
	font-size: 1.5rem;
}
.home-page .fastnav table{
	width: 100%;
	background: #fff;
	text-align: center;
	border-collapse: separate;
	border-spacing: 1rem;
}
.home-page .fastnav table td{
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 0px 2px 2px #ddd;
	width: 33%;
       background: #0088cc
}
.home-page .fastnav table td a{
	color: #fff;
	display: block;
	padding: 0.5rem 0;
}