@charset "utf-8";
#mainbox {
	min-height:400px;
	font-size:16px;
}
#mainbox .fenleibiaoti {
	font-weight: normal;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#1D6BB1),to(#227CCE));
	background-image: -webkit-linear-gradient(#1D6BB1,#227CCE);
	background-image: -moz-linear-gradient(#1D6BB1,#227CCE);
	background-image: -ms-linear-gradient(#1D6BB1,#227CCE);
	background-image: -o-linear-gradient(#1D6BB1,#227CCE);
	background-image: linear-gradient(#1D6BB1,#227CCE);
	line-height: 30px;
	text-indent: 20px;
	height: 32px;
	font-size:16px;
	margin-top:10px;
}
#mainbox .fenleibiaoti:before {
	font-family: 'FontAwesome';
	content: "\f0f6";
	margin-right:5px;
}
#mainbox .jianjieneirong {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	background-color: #EFEFEF;
	overflow: hidden;
}
#mainbox .xingxiangtu {
	padding-bottom:10px;
}
#mainbox .xingxiangtu img {
	max-width:100%;
	height:auto;
}
#mainbox .jianjie_dl{
	color:#555;
	line-height: 1.5;
}
#mainbox .jianjie_dl .hei {
	color:#000;
	font-weight: bold;
}
#mainbox .jianjie_dl .tophone_bt {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	height: 35px;
	width:200px;
	line-height: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #508cee;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 6px;
	margin-bottom: 6px;
}
#mainbox .jianjie_dl a.tophone_bt:before {
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
}
#mainbox .jianjie_dl .xiangxi {
	color:#555;
	line-height: 1.5;
}