/*工具*/
.fb27137{
	color: #b27137;
}
.f4a90e2{
	color: #4a90e2;
}
.fred{
	color:red;
}
.f007b77{
	color: #007b77;
}
.f29438a{
	color:#4e68a3;
}
.wiht{
	width:97px;
	height:40px;
}
/*头部*/
.nav-head>ul>li.img-open{
	background: none;
}
/*中间内容*/
.content .page{
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #979797;
}
.content .item .title{
	font-weight:500;margin-top: 10px; margin-bottom: 20px;margin-left: 10px; font-size:18px;
}
.content .imgAcap{
	width:200px;height: 200px;float: left;margin-right: 40px;margin-left: 10px;text-align: center;
}
.content .imgAcaps{
	width:200px;height: 150px;float: left;margin-left: 10px;text-align: center;
}
.content .imgAcap img,
.content .imgAcap p,
.content .imgAcap a{
	margin-top: 5px;
	margin-bottom: 10px;
}
.content .imgAcaps img,
.content .imgAcaps p,
.content .imgAcaps a{
	margin-top: 5px;
	margin-bottom: 10px;
}
.content .imgAcap a.btn-primary{
	border: 1px solid red;
	color: red;
	background-color: #fff;
}
.content .imgAcaps a.btn-primary{
	border: 1px solid red;
	color: red;
	background-color: #fff;
}
.content .imgAcap a.btn-primary:hover,
.content .imgAcap a.btn-primary:focus{
	background-color: red;
	color: #fff;
}
.content .imgAcaps a.btn-primary:hover,
.content .imgAcaps a.btn-primary:focus{
	background-color: red;
	color: #fff;
}