.f36{font-size: 36px;}
.f24{font-size: 24px;}
.text-blue{color: #1371e6;}
.bg_white {background-color: #fff;}
.filterContainer ul li .filterTitle{
	width:106px;
}
.filterContainer ul li .filterBar{
	width: 1045px;
}
/* 搜索 部分 */
.sortBox p{
	line-height: 60px;
	color: #666;
}
.sortBox p.on,
.sortBox p:hover{
	color: #1371e6;
}
/* 列表开始 */
.RL_List{
	padding: 0 30px;
}
.RL_List ul li{
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.RL_List ul li .list_Left{
	width: 690px;
	line-height: 35px;
	overflow: hidden;
}
.RL_List ul li .list_Left .listTitle{
	line-height: 1.4;
	display: inline-block;
	vertical-align: top;
}
.titleText {
	display: inline!important;
}
.startIcon {
	width: 60px;
	height: 22px;
	line-height: 25px;
}
.RL_List ul li .list_Left .listTitle:hover{
	color: #1371e6;
}
.RL_List ul li .list_Left .listTitle.starting{
    background: url(../../public/images/icons/starting.png) no-repeat left center;
}
.RL_List ul li .list_Left .listTitle.notStart{
    background: url(../../public/images/icons/notStart.png) no-repeat left center;
}
.RL_List ul li .list_Left .listTitle.started{
    background: url(../../public/images/icons/started.png) no-repeat left center;
}
.RL_List ul li .list_Left .RL_ListIcon01{
    background: url(../../public/images/icons/RL_ListIcon01.png) no-repeat left center;
}
.RL_List ul li .list_Left .RL_ListIcon02{
    background: url(../../public/images/icons/RL_ListIcon02.png) no-repeat left center;
}
.RL_List ul li .list_Left .RL_ListIcon03{
    background: url(../../public/images/icons/RL_ListIcon03.png) no-repeat left center;
}
.maxW134{max-width: 134px;}
.maxW70{max-width: 120px;}
.maxW270{max-width: 320px;}
.RL_List ul li .list_Center{
	width: 170px;
	height: 90px;
	border-right: 1px solid #ededed;
	margin-top: 10px;
}
.RL_List ul li .numTip{
	color: #f28b11;
}
.RL_List ul li .list_Right .lineTxt{
	width: 2px;
	height: 11px;
	margin: 5px 10px 0;
	background-color: #ededed;
}
/* 政策匹配样式 */
.matchTopBox{
	width: 100%;
	height: 220px;
	background-color: #eee;
	margin-bottom: 20px;
	position: relative;
	background: url(../../public/images/pics/matchTopBg.png);
}
.matchTime{
	width: 300px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -150px;
	text-align: center;
	color: #fff;
}
.matchTopBox .numberBox{
	width: 600px;
	height: 100%;
	position: relative;
}
.matchTopBox .line{
	width: 1px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 90px;
}
.matchTopBox .numberBox .fl{
	width:300px;
	height: 100%;
	text-align: center;


}
.matchTopBox .numberBox .fr{
	width:300px;
	height: 100%;
	text-align: center;
}
.matchTopBox .numberBox dl{
	color: #fff;
	font-size: 18px;
}
.matchTopBox .numberBox dd{
	margin-top: 60px;
}
.matchTopBox .numberBox dd span{
	color: #FEA439;
	font-size: 48px;
	font-weight: bold;
}
.matchTopBox .btnsBox{
	width: 600px;
	height: 100%;
}
.matchTopBox .userName{
	width: 100%;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 60px;
	text-align: center;
}
.matchTopBox .btns a{
	width: 110px;
	height: 40px;
	line-height: 40px;
	background: #11C8E9;
	box-shadow: 0px 9px 16px 2px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	display: inline-block;
}
.matchTopBox .btns .resetMatch{
	/* margin-left: 180px; */
}
.matchTopBox .btns .matchDownoad{
	background-color: #F28B11;
	margin-left: 20px;
}
.consultText {
    height: 220px;
}

.startpage{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.startpage .left{
	width: 50%;
	height: 550px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background: url('../images/img-zcpp.png') no-repeat right bottom #E6F4FE;
	background-size: 432px auto;
	padding:40px 0 0 40px;
	box-sizing: border-box;
}
.startpage .left .img{
	width: 192px;
	height: auto;
	margin-bottom: 32px;
}
.startpage .left .textline{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items:center ;
	font-size: 18px;
	color: #4E5969;
	margin-bottom: 12px;
}
.startpage .left .textline .ico{
	width: 10px;
	height: 10px;
	background: #2E81F5;
	margin-right: 12px;
}
.startpage .right{
	width: 50%;
	height: 550px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background: #ffffff;
	padding: 100px 100px 0;
	box-sizing: border-box;
}
.startpage .right .title{
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #1D2129;
	margin-bottom: 44px;
}
.startpage .right .line{
	width: 124px;
	height: 10px;
	margin-bottom: -28px;
	background: linear-gradient(to right, #2E81F5, #ffffff);
}
.startpage .right .iptline{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.startpage .right .gotodetail{
	width: auto;
	margin-left: 12px;
	color: #2E81F5;
	cursor: pointer;
}
.startpage .right .iptline .select{
	width: 260px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-left: 5px;
}
.startpage .right .btn{
	width: 200px;
	height: 40px;
	background: #2E81F5;
	border-radius: 4px;
	margin: 120px auto 16px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
}
.startpage .right .tips{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #86909C;
}
.compute-content{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.compute-content .topbox{
	width: 100%;
	height: 160px;
	background: url('../images/bg-top.png') no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding:24px 16px;
	box-sizing: border-box;
}
.compute-content .topbox .ppline{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.compute-content .topbox .pptext{
	width: auto;
	font-weight: bold;
	font-size: 18px;
	color: #1D2129;
}
.compute-content .topbox .ppline .pptext .num{
	color: #2E81F5;
	font-size: 24px;
}

.compute-content .topbox .ppline .cxppbtn{
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #2E81F5;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 32px;
	cursor: pointer;
}
.compute-content .topbox .ppline .subtext{
	width: auto;
	font-size: 14px;
	color: #86909C;
	margin-right: 8px;
}
.compute-content .topbox .ppline .pptype{
	width: auto;
	height: 32px;
	line-height: 32px;
	background: #E8F3FF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #2E81F5;
	text-align: center;
	font-size: 14px;
	color: #2E81F5;
	padding: 0 10px;
}


.disnone{
	display: none!important;
}

/* 列表 */
.listBox{
	background: #fff;
	margin-top: 20px;
}
.listBox li{
    padding: 24px 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.listBox li:hover{
    box-shadow: 1px 1px 10px 0 rgba(58,102,250,.3);
}

.listBox li .leftCon{
	width: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.listBox li .titleBox{
	margin-bottom: 12px;
}
.listBox li .leftCon .em{
	width: 96px;
	height: 26px;
	margin-right: 8px;
}
.listBox li .leftCon .sbz{
	background: url(../../policy/image/sbz.png) no-repeat left center;
}
.listBox li .leftCon .jjks{
	background: url(../../policy/image/jjks.png) no-repeat left center;
}
.listBox li .leftCon .yjz{
	background: url(../../policy/image/yjz.png) no-repeat left center;
}
.listBox li .leftCon .wks{
	background: url(../../policy/image/wks.png) no-repeat left center;
}
.listBox li .leftCon .span{
    max-width: 62px;
	height: 24px;
	line-height: 24px;
	background: #F2F3F5 url(../../policy/image/position.png) no-repeat 10px center;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #E5E6EB;
	padding: 0 8px 0 28px;
	font-weight: 500;
	font-size: 16px;
	color: #4E5969;
}

.listBox li .leftCon .p:hover{
	color: #2E81F5;
}
.listBox li .leftCon .ppd{
	width: 100%;
	text-align: left;
	color: rgb(102, 102, 102);
    font-size: 14px;
    margin-top: 30px;
}
.listBox li .leftCon .ppdnum{
	color: #ec1717;
    font-size: 20px;
}

.listBox li .txtbox{
	width: calc(100% - 130px);
	margin-left: 10px;
	display: flex;
	flex-direction: column;
}
.listBox li .txtbox .contbox{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.listBox li .txtbox .contbox .titarea{
	width: calc(100% - 300px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.listBox li .txtbox .contbox .supportbox{
	width: 200px;
	border-left:1px solid #e1e6f1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:0 20px;
	box-sizing: border-box;
}
.listBox li .txtbox .contbox .btnbox{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.listBox li .txtbox .contbox .btnbox .btn{
	height: 38px;
    padding: 0 30px;
    border-radius: 4px;
    opacity: 1;
    background: #3a66fa;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-shadow: 0 4px 10px 0 rgba(47, 101, 255, .1);
}
.listBox li .txtbox .contbox .supportbox .txt{
	color: #f7933b;
    font-size: 18px;
    line-height: 26px;
    font-weight: bolder;
}
.listBox li .txtbox .contbox .supportbox .txt2{
	font-size: 14px;
    line-height: 22px;
    color: #b4bccc;
    margin-top: 4px;
}
.listBox li .txtbox .title{
	font-weight: 500;
	font-size: 24px;
	color: #1D2129;
	line-height: 26px;
}
.listBox li .txtbox .typeline{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #86909C;
	font-size: 14px;
}
.listBox li .txtbox .typeline .ico{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.listBox li .txtbox .smbox{
	width: 100%;
	background: linear-gradient(90deg, #f3f5fa, rgba(243, 245, 250, 0));
    margin-top: 8px;
    color: #7a8ba6;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    box-sizing: border-box;
}

.listBox li .minCon{
	width: 280px;
	height: 125px;
	border-right: 1px solid #E5E6EB;
}
.listBox li .topp{
	text-align: center;
	font-weight: 800;
	font-size: 28px;
	color: #FF8209;
	line-height: 40px;
	height: 40px;
	margin-top: 28px;
}
.listBox li .bottomp{
	font-weight: 500;
	font-size: 18px;
	color: #86909C;
	line-height: 25px;
	height: 25px;
	margin-top: 4px;
	text-align: center;
}
.listBox li .rightCon{
	width: 300px;
}
.listBox li .time{
	font-weight: 500;
	font-size: 18px;
	color: #86909C;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
}
.listBox li .time span{
	font-weight: bold;
	font-size: 28px;
	color: #FF8209;
}
.listBox li .time.end{
	color: #4E5969;
	font-weight: 500;
	font-size: 20px;
	margin-top: 30px;
}
.listBox li .btns{
	position: absolute;
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #2E81F5;
	border-radius: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	top: 64px;
    right: 90px;
	z-index: 2;
}
.listBox li .btns.tops{
    top: 101px;
}
.compute-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100vh - 200px);
    width: 1200px;
    background: #fff;
    margin: 0 auto 20px;
}
.compute-box .images{
    width: 260px;
    height: 260px;
}