
.topBox {
    background: url(../../finance/image/jrcp_topBg.jpg) no-repeat center center;
    min-width: 1400px;
}
.mainCon {
    min-width: 1400px;
    background: url(../../finance/image/jrcp_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	min-height: 555px;
}
.pager{
    padding: 0 0 30px 0;
}
/* 搜索栏 */
.searchBox_new{
    margin-top: 30px;
    width: 138px;
    height: 32px;
    border-radius: 25px;
    border: 1px solid #0052d9;
    position: relative;
}
 .searchBox_new .thirdBg{
    width: 69px;
    height: 32px;
    border-radius: 25px;
    background-color: #0052d9;

	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	transition: left .4s;
	-webkit-transition: left .4s;
	-moz-transition: left .4s;

}
 .searchBox_new a{
    float: left;
    width: 69px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #0052d9;
}
 .searchBox_new a.on{
    color: #fff;
}
/* 搜索栏 */
/* tab  */
.topTabBox{
	padding: 20px 0 10px 0;
}
.topTabBox a{
    width: 446px;
    height: 67px;
    margin-right: 30px;
}
.topTabBox a span{
    display: block;
	text-align: center;
	 width: 446px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 58px;
    background-color: #fff;
	color: #0052d9;
}
.topTabBox a.on{
	background: url(../images/szts_pic.png) no-repeat center;
	height: 67px;
}
.topTabBox a.on span{
    background: transparent;
    color: #fff;
}
/* tab end */
.filterContainer ul li .filterBar {
    width: 1097px;
}
.filterContainer ul li .filterTitle{
    width: 70px;
}
.mainUl {
    width: 1430px;
}
.mainUl li{
    height: 200px;
    width: 446px;
    padding-top: 20px;
    margin-bottom: 30px;
    background: url(../images/lessonOneList_bgOff.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 30px;
}
.mainUl li:hover{
    box-shadow: 0px 0px 15px 2px #d9e3f4;
	background: url(../images/lessonOneList_bgOn.png) no-repeat center;
    background-size: 100% 100%;
}
.mainUl li .imgBox,.mainUl li .imgBox img{
    display: block;
    width: 90px;
    height: 60px;
    border-radius: 10px;
}
.mainUl li .hotList{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 63px;
    height: 27px;
    background: url(../images/hot.png) no-repeat center center;
}
.mainUl li .middle .titleBox{
    width: 280px;
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
}
.mainUl li:hover .middle .titleBox{
    color: #1371e6;
}
.mainUl li .middle p{
    line-height: 27px;
    height: 27px;
    color: #8b94a1;
    /* padding-left: 20px; */
}
/* .mainUl li .time{
    background: url(../../public/images/icons/time.png) no-repeat left center;
}
.mainUl li .endtime{
    background: url(../../public/images/icons/time2.png) no-repeat left center;
} */
/* .mainUl li .type{
    background: url(../../public/images/icons/type.png) no-repeat left center;
} */
.mainUl li p.type{
    padding-left: 0 !important;
}
.mainUl li .type span{
    float: left;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #eaf2ff;
    border-radius: 0 25px 25px 25px;
    color: #0052d9;
    max-width: 260px;
}
.mainUl li .address{
    background: url(../../place/image/listAddIcon.png) no-repeat left;
    padding-left: 25px;
    color: #999;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    width: 62%;
}
.mainUl li .bottomBox{
    position: absolute;
    bottom: 1px;
    width: 404px;
    margin-left: 1px;
    height: 54px;
    border-radius: 0 0 8px 8px;
    background-color: #f5f9fd;
    padding:0 20px;
}
.mainUl li .bottomBox .price{
    float: right;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #ff6000;
    height: 54px;
    line-height: 54px;
    width: 104px;
}
/* .mainUl li .rightBox .collect{
    background: url(../../public/images/icons/collectlist.png) no-repeat left center;
    padding-left: 37px;
    height: 31px;
    line-height: 31px;
    color: #8b94a1;
    display: inline-block;
    margin-right: 18px;
}
.mainUl li .rightBox .view{
    background: url(../../public/images/icons/viewlist.png) no-repeat left center;
    padding-left: 37px;
    height: 31px;
    line-height: 31px;
    color: #8b94a1;
    display: inline-block;
} */
 .series .prev{
    display: block;
    background: url(../../policy/images/dsp_left.png) no-repeat center;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -45px;
    top: 12px;
}
.series .next{
    display: block;
    background: url(../../policy/images/dsp_right.png) no-repeat center;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -45px;
    top: 12px;
}