p{margin: 0;}
	a{
	cursor: pointer;
	text-decoration:none;
	}
ul,ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pull-right a{
	color:#444444;
	text-decoration : none;
}
.mr20{
	margin-right: 20px;
}

.container1{
	width: 85%;
	margin: 0 auto;
}

.header1{
	background-color: #486475;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
}
.border-right-list li{
	float: left;
	margin-left: 5px;
}
.border-right-list li a{
	border-right: 1px solid #fff;
	padding-right: 5px;
	color: #fff;
	text-decoration: none;
	font-size:12px;
}
.border-right-list li:last-child a{
	border-right: none;
}
.title-img img,
.content-title img{
	width: 100%;
	height: 100%;
}
.content-title{
	margin-bottom: 10px;
}
.content1{
	background-color: #A7DFF7;
	padding-top: 50px;
}
.content-box{
	background-color: #fff;
	border-top: 4px solid #4E9BE9;
	padding: 15px;
}
.table-no-border thead{
	background-color: #F0F0F0;
}
.table-no-border tbody{
	border: 1px solid #ABABAB;
	border-top: none;
	color: #444;
}
.table-no-border thead tr,
.table-no-border thead tr th,
.table-no-border tbody tr,
.table-no-border tbody tr td{
	border: none;
}


.nav-tabs.nav-justified > li{
	background-color: #F0F0F0;
	border: none;
	border-radius: 0;
}
.nav-tabs.nav-justified > li > a {
	border-bottom: none;
	border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #4E9BE9;
	border: none;
	border-radius: 0;
}
.tab-item{
	width: 20%;
	float: left;
	background-color: #fff;
	padding: 15px 10px;
}
.tab-item-wrap{
	background-color: #f0f0f0;
	padding: 15px 20px;
	cursor: pointer;
}
.tab-item-wrap span{
	color: #444;
	font-weight: bold;
}
.tab-pane{
	border: 1px solid #ababab;
	border-top: none;
	margin-bottom: 15px;
}