/*****************************************  XuQiuList.html  ******************************************/
.crumbs{
	margin-bottom: 0;
}
.gongxuBtns{
	width: 100%;
	min-width: 1200px;
	height: 214px;
	margin: 0 0 20px 0;
	background: url(../images/pics/bg_jishuList.jpg) no-repeat center center;
}
.gongxuBtns h2{
	width: 100%;
	min-width: 1200px;
	height: 140px;
	line-height: 140px;
	font-size: 40px;
	letter-spacing: 10px;
	font-weight: normal;
}
.gongxuBtns .btns{
	width: 480px;
	margin: 0 auto;
}
.gongxuBtns a{
	width: 195px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #7e8081;
	border-radius: 4px;
}
.gongxuBtns a:hover{
	background-color:#ff8022;
}
.gongxuBtns .xuqiu{
	margin: 0 78px 0 0;
}
/*====== listCon ======*/
.listCon i{
	font-style: normal;
}
.listCon ul{
	padding: 10px 0 0 0;
}
.listCon ul li{
	border-bottom: 1px dashed #ddd;
	padding: 20px 0 20px 30px;
}
.listCon ul li:hover{
	background: #f5f5f5;
}
.listCon ul li a:hover{
	color: #0092da;
}
.listCon ul li .tip{
    text-align:center;
    width:38px;
	margin: 5px 10px 0 0;
    border-radius:4px;
}
.listCon ul li .rightCon{
	width: 1085px;
}
.listCon ul li .top{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.listCon ul li .top .tit{
	width: 800px;
}
.listCon ul li .top .time{
	width: 150px;
}
.listCon ul li .rightCon .text{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
/*****************************************  XuQiuDetail.html  ******************************************/
.bg_shoucangover {
    background:url(../images/icons/heart_over.png) no-repeat left center;
}
.detailBox{
	margin-top: 20px;
}
.detailCon .tit{
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	margin: 20px 0 0 0;
}
.detailCon .toolbar{
	width: 1000px;
	padding: 0 100px 27px;
	margin: 0px auto;
	border-bottom: 1px solid #ddd;
}
.detailCon .toolbar p{
	height: 28px;
	line-height: 28px;
	margin: 0 0 0 25px;
}
.detailCon .toolbar .source span{
	width: 178px;
}
.detailCon .introBox{
	padding: 0px 30px;
}
.detailCon .introBox .introtit{
	margin: 40px 0 30px 0;
}
.detailCon .introBox .introtext{
	width: 100%;
	height: auto;
}
.detailCon .introBox .introtext table{
	width: 100%;
	border: 1px solid #8ee5ff;
}
.detailCon .introBox .introtext table tr{
	height: 50px;
}
.detailCon .introBox .introtext table tr td{
	padding: 0 0 0 20px;
	border:1px solid #8ee5ff;
	background: #f8f8f7;
}
.detailCon .introBox .introtext table tr .tableTit{
	background: #ebf7ff;
}
.introHead .consultBtn{
	margin: 27px 0 0 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.introHead .consultBtn:hover{
	background-color:#f8f8f8;
    color:#0092da;
}
.detailCon .introBox .share{
	margin-top: 40px;
}
.detailCon .introBox .share .shareTit{
	height: 28px;
	line-height: 28px;
}
