@charset "UTF-8";
/* CSS Document */







/*Ô¤¶¨¾Æµê*/

.chooseHotialBox{
	background: #e6ebf2;
	border-radius: 4px;
	margin-bottom: 40px;
	position:relative;
	overflow:inherit !important;
	height:110px;
}
.chooseHotialBox ul li{
	float: left;
	border-right: 2px solid #ffffff;
	padding: 25px 46px 25px 23px;
	height: 60px;
}
.chooseHotialBox ul li p{
	color: #4c4c4c;
	font-size: 12px;
	margin-bottom: 8px;
}

.chooseHotialBox ul li select{
	width: 145px;
	background:url(/resources/images/other/jiantou.png) no-repeat right;
	font-size: 16px;
	color: #000000;
}
.chooseHotialBox ul li input{
	/* background: #e6ebf2; */
	background: url(/resources/images/other/jiantou.png) no-repeat right;
	width: 160px;
	font-weight: bold;
	height: 28px;
}
.chooseHotialBox ul li:last-child{
	border-right: none;
}
.chooseHotialBox ul li:last-child .searchBox{
	display: inline-block;
	vertical-align: bottom;
}
.chooseHotialBox ul li:last-child .searchBox input{
	width: 140px;
	height: 26px;
	padding-left: 12px;
	border: 1px solid #a6a6a6;
	border-radius: 2px;
}
.chooseHotialBox ul li:last-child .searchButton{
	margin-left: 60px;
	width: 104px;
	height: 50px;
	line-height: 50px;
	background: #05377e;
	color: #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
}



/*¾ÆµêÁÐ±í*/

.hotialListBox dl dt{
	padding: 24px;
	border:1px solid #dadfe6;
	margin-bottom: 24px;
}
.listCommentBox{
	width: 100%;
	overflow: hidden;
}

.listLeftBox{
	float: left;
	width: 85%;
}

.leftImgBox{
	width: 210px;
	height: 177px;
	overflow: hidden;
	float: left;
}

.leftImgBox img{
	width: 100%;
}

.rightTextBox{
	margin-left: 24px;
	float: left;
}

.rightTextBox h2{
	font-size: 24px;
	color: #05377e;
	font-weight: 500;
	margin: 12px 0 24px;
}

.rightTextBox h2 span{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background: #05377e;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	font-weight: 600;
	vertical-align: 3px;
	margin-right: 13px;
}

.rightTextBox p{
	color: #808080;
	font-size: 16px;
	margin-bottom: 16px;
}

.rightTextBox p a{
	color: #05377e;
	font-size: 12px;
	margin-left: 10px;
	cursor: pointer;
}

.rightTextBox p a i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/resources/images/top/smallPicBg.png) no-repeat -92px 1px;
	background-size: 500px;
	margin-right: 7px;
}


.commentBox label{
	color: #808080;
	font-size: 16px;
	display: inline-block;
	margin: 0 18px;
}

.commentBox label:first-child{
	margin: 0 18px 0 0;
}

.commentBox label b{
	color: #05377e;
	font-size: 20px;
	font-weight:normal;
}

.listRightBox{
	float: right;
	width: 15%;
	text-align: right;
}

.listRightBox h1{
	color: #05377e;
	font-size: 40px;
	margin: 28px 0 20px;
}
.listRightBox h1 span{
	font-weight: normal;
	font-size: 18px;
}

.listRightBox input{
	width: 106px;
	height: 40px;
	color: #FFFFFF;
	background: #05377e;
	border-radius: 4px;
	cursor: pointer;
}


