.container-fluid{
	padding: 0;
}

/*导航条*/
.row{
	margin: 0;
}

.navbar ul{
	border:none;
	color: #fff;
	background: #204b8e;
}

.nav-tabs>li{
	/*margin-left: -4px;*/
	margin-bottom:0;
	text-align: center;
	padding: 0;
}

.nav-tabs>li.active,
.nav-tabs>li.hover{
	background: #153f7f;
}

.nav-tabs>li a{
	border:none;
	color: #fff;
	font-size: 1.3em;
}

.nav-tabs>li.active>a, 
.nav-tabs>li:hover>a,
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover{
	background: none;
	border: none;
	color: #fff;
}

.content{
	border:none;
	min-height: 83vh;
}
/*导航条结束*/

/*banner*/
.carousel-indicators{
	left: 90%;
	bottom: 0;
	width: 35px;
	margin-left: -10px;
}

.carousel-indicators li,
.carousel-indicators .active{
	width: 8px;
	height: 8px;
	margin: 0;
}

.carousel-inner>.item>a>img, 
.carousel-inner>.item>img{
	width: 100%;
}
/*banner结束*/

/*服务图标*/
.server_tu {
	/*padding: 0 15px;*/
}

.server_tu .col-xs-4{
	text-align: center;
	padding: 15px;
	border-bottom: 1px dashed #bebebe;
	border-right: 1px dashed #bebebe;
}

.server_tu a:nth-child(3n) .col-xs-4{
	border-right: none;
}

.server_tu img{
	width: 60%;
}

.server_tu p{
	font-size: 1.1em;
	margin-top: 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/*服务图标结束*/

/*入驻空间*/
.kongjian{
	margin: 0 15px;
}

.kongjian:hover .kong_con{
	background: #eff5ff;
}

.kongjian h2{
	font-size: 1.3em;
}

.kongjian .kong_con{
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 10px;
}

.kong_con .col-xs-6{
	padding: 0 10px;
}

.kong_conl img{
	width: 100%;
}

.kongjian .add>div{
	margin-bottom: 15px;
}

.kongjian .add>div,
.kongjian .info>div{
	float: left;
}

.add .add_img,
.info .info_img{
	width: 15%;
}

.add_img img,
.info_img img{
	width: 75%;
}

.add .add_co,
.info .info_co{
	width: 85%;
	font-size: 1.1em;
	color: #868686;
}
.info{
	clear: both;
}
.info_co span{
	font-size: 1.1em;
	color: #204b8e;
}

/*入驻空间结束*/

/*最新政策*/
.messages ul{
	background: none;
	color: #020202;
	padding: 0 15px;
	min-height: 64vh;
}

.messages li{
	border-bottom: 1px dashed #cbcbcb;
}

.messages h2{
	font-size: 1.3em;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis; 
}

.messages p{
	font-size: 1.1em;
	display: inline-block;
	width: 75%;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	color: #868686;
}

.messages span{
	font-size: 1.1em;
	display: inline-block;
	float: right;
	color: #868686;
}

.messages .btn_group{
	text-align: center;
	margin-top: 30px;
}

.btn_group button{
	background: none;
	border: none;
	background: #153e7c;
	color: #fff;
	padding: 4px 8px;
	font-size: 1.1em;
}

.messages .page{
	float: none;
	margin: 0 15px;
}
/*最新政策结束*/