body{
    background: #ffffff;
    background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}
/* 头部底部 start */
.headerBtm{
    height: 160px;
    background: url(../../../public/images/common/headerBottom_bg01.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}
.headerBtm .titPic {
    margin-top: 38px;
    margin-left: -72px;
    width: 370px;
    height: 84px;
    background: url(../../../public/images/common/headerBg_wh01.png) no-repeat center center;
    background-size: 100% 100%;
}
.headerBtm .titPic img{
    margin-top: 24px;
    display: block;
    margin-right: 46px;
}
.headerBtm .titCont{
    margin-left: 15px;
    font-size: 20px;
    color: #d9f0ff;
    line-height: 160px;
}
.titNav{
    margin-top: 25px;
}
.titNav li{
    width: 390px;
    height: 45px;
    line-height: 45px;
}
.titNav li a{
    display: block;
    text-align: center;
    color: #7a8ba6;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 3px;
}
.titNav li .on{
    color: #ffffff;
    background: url(../images/titNav_on.png) no-repeat center center;
    background-size: 100% 100%;
}
/* 头部底部 end */
/* 列表样式 */
.content{
    border-radius: 5px;
    /* background-color: #fff; */
    overflow: hidden;
}

/* 搜索栏 start*/
.mryt_Search {
	height: 69px;
	line-height: 69px;
	border-bottom: 1px solid #e6e7ed;
}


.mryt_Search .sortBox {
	margin-left: 45px;
}
.mryt_Search .sortBox{
	margin-left: 0px;
}
/* .sortBox p.bdRight1.on,
.sortBox p.bdRight1:hover {
	color: #2597e7;
	border: 1px solid #2597e7;
	background-color: white;
} */

/* .sortBox p.bdRight1 {
	height: 26px;
	width: 70px;
	box-sizing: border-box;
	line-height: 26px;
	border: 1px solid #d8e1ee;
	color: #8b94a1;
	font-size: 14px;
	background-color: #f1f2f3;
	border-radius: 3px;
	background: url(../../../public/images/icons/icon_arrowDown.png) no-repeat 55px center;
} */

.text-blue1 {
	color: #1578f1;
}

/* 搜索栏 end*/
.filterContainer ul li .filterBar.little {
    height: 28px;
    overflow: hidden;
}
/* .slideBtn {
	width: 40px;
	height: 24px;
	margin-top: 15px;
	background: url(../../../public/images/icons/icon_sildeDown.png);
}

.all {
	background: url(../../../public/images/icons/icon_sildeUp.png);
}

.all:hover {
	background: url(../../../public/images/icons/icon_sildeUpOn.png);
}

.short:hover {
	background: url(../../../public/images/icons/icon_sildeDownOn.png);
} */

/* tabList start */
.tabList{
    height: 69px;
    line-height: 69px;
    border-bottom: 1px solid #e6e7ed;
    box-sizing: border-box;
}

.tabList li {
   margin-right: 40px;
   line-height: 69px;
   height: 69px;
}

.tabList li a{
    height: 60px;
    color: #808080;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding-left: 5px;
}

.tabList li a span i {
    font-style: italic;
}

.tabList li.on a{
    font-size: 24px;
    color: #333333;
}

.tabList li.on a  span i{
    color: #1578f1;
}

.tabList li.on a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 48px;
    width: 100%;
    height: 2px;
    background: #1578f1;
}
/* tabList end */

/* 列表 start */
.dataList li{
    margin-right: 18px;
    padding: 0 12px;
    width: 388px;
    box-sizing: border-box;
    height: 145px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dae0ec;
}

.dataList li:hover{
    background: #fff;
    border-color: #1578f1;
}

.dataList li:hover .orgFont .orgTit{
    color: #1578f1;
}

.dataList li .orgPicBox{
    display: block;
    margin-top: 17px;
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    border: 1px solid #dae0ec;
    border-radius: 5px;
    box-shadow: 0px 5px 5px -2px rgba(83, 105, 149, 0.2);
    overflow: hidden;
}

.dataList li .orgPicBox .orgPic{
    display: block;
    width: 100%;
    height: 100%;
}

.dataList li .orgFont{
    max-width: 240px;
}

.dataList li .orgFont .orgTit{
    display: block;
    margin-top: 17px;
    color: #363b4d;
    font-size: 18px;
    margin-bottom: 5px;
}

.dataList li .orgFont .orgTit:hover{
    color: #1578f1;
}

.dataList li .orgFont p{
    margin-top: 8px;
    max-width: 270px;
    color: #7a8ba6;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 20px;
}

.dataList li .orgFont p.orgType{
    background: url(../../serveVoucher/images/icon_type.png) no-repeat left center;
}

.dataList li .orgFont p.orgAddress{
    background: url(../../serveVoucher/images/icon_pos.png) no-repeat left center;
}
/* 列表 end */