.bg_white {
	background-color: #fff;
}

body {
	background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}

.kdxFilter {
	padding-left: 22px;
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	background: url(../images/icon_check.png) no-repeat left center;
	margin-left: 30px;
	margin-top: 30px;
}

.kdxFilter.on {
	color: #148df7;
	background: url(../images/icon_checkOn.png) no-repeat left center;
}

/* #second_navBar {
	background: url(../images/felHeader1.jpg) no-repeat top center;
	background-size: 100% 100%;
} */

/* .mryt_Search {
	height: auto;
	line-height: 36px;
	padding: 22px 0;
} */

.mryt_Search .sortBox {
	margin-left: 0;
}

/* 头部底部 start */
.headerBtm {
	height: 193px;
	background: url(../images/felHeader22.png) no-repeat top center;
	background-size: 100% 100%;
}

.headerBtm .titPic {
	margin-top: 30px;
	margin-left: -72px;
	width: 504px;
	height: 84px;
	background: url(../images/titPic_msjx.png) no-repeat center center;
	background-size: 100% 100%;
}

.headerBtm .titPic img {
	margin-top: 11px;
	display: block;
	margin-right: 30px;
	display: none;
}

.headerBtm .titCont {
	width: 695px;
	line-height: 30px;
	margin-top: 40px;
}

.headerBtm .titCont i {
	font-size: 24px;
	font-style: italic;
	color: #ffcc00;
	font-weight: bold;
}

.headerBtm .rightIcon {
	padding-left: 76px;
}

.headerBtm .rightIcon p {
	padding-left: 30px;
	background: url(../images/felIcon1.png) no-repeat left center;
}

/* 头部底部 end */
/* 筛选 */
.sortBox p.bdRight{
	padding: 0 6px 0 10px;
	width: fit-content;
	text-align: center;
	width: auto;
	min-width: 70px;
	padding: 0 6px;
}
.selectInput {
    width: 140px;
    height: 30px;
    border: 1px solid #d8e1ee;
	border: 1px solid #1578f1;
	/* background: #f1f2f3; */
	color: #1578f1;
    border-radius:5px;
    -webkit-border-radius: 5x;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 5px;
	/* 将默认select样式清除 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* 添加背景右侧小三角 */
	background: url(../images/icon_down.png) no-repeat 120px center;
	padding-right: 20px;
}
/* 清除ie的默认选择框样式，隐藏下拉箭头 */
select.selectInput::-ms-expand{
	display: none;
}

.selectInput option{
	color: #808080;
    font-size: 14px;
	border-radius: 0;
}

.selectInput option:hover{
	color: #1578f1;
    font-size: 14px;
}

/* .selectInput {
	min-width: 85px;
	height: 26px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #d8e1ee;
	color: #8b94a1;
	background-color: #f1f2f3;
}

.selectInput.on {
	color: #2597e7;
	border: 1px solid #2597e7;
	background-color: #fff;
}

.selectInput option {
	color: #333;
	width: 100%;
	height: 200px;
	text-align: left;
    display: block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid red;
} */
ul.dataList {
	box-sizing: border-box;
	padding: 0 22px;
}

/* 内容 */
ul.dataList {
	padding: 0;
}

ul.dataList li {
	width: 587px;
	box-sizing: border-box;
	border-radius: 6px;
	/* border: 1px solid #ededed; */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 22px 80px 20px 22px;
	background: url(../images/liBg.png) no-repeat center center;
	background-size: 100% 100%;
}

ul.dataList li:nth-child(2n) {
	margin-right: 0;
}

ul.dataList li .liIcon {
	width: 63px;
	height: 52px;
	line-height: 49px;
	right: 1px;
	top: 16px;
	box-sizing: border-box;
	padding-left: 23px;
	background: url(../images/felIcon22.png) no-repeat center;
}

ul.dataList li .liIcon.liIcon2 {
	background: url(../images/felIcon33.png) no-repeat center;
}

ul.dataList li:hover {
	background: url(../images/liHoverBg.png) no-repeat center center;
	border: 0;
}

ul.dataList li:hover a{
	color: #1578f1;
}

ul.dataList li a:hover {
	color: #1578f1;
}

.text-787b80 {
	color: #787b80;
}

/* 列表 end*/