*:focus {
	outline: none;
}

img {
	border: none;
}

.hide {
	display: none !important;
}

a:focus {
	outline: none;
}

.zjhz-main {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #f3f4f9;
}

.sec_inbox {
	width: 1400px;
	height: auto;
	margin: 0 auto;
}

.sec_topout {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.rmzx_box {
	width: 780px;
	height: 300px;
	background-color: white;
}

.rmzx_tit {
	width: 100%;
	height: 54px;
	line-height: 54px;
	padding-right: 24px;
	border-bottom: 1px solid #E7E7E7;
	background: url(rmzxtit-icon.png) no-repeat 20px 11.7px;
}

.rmzx_tit span {
	padding-left: 61px;
	font-family: AlibabaPuHuiTi_3_85_Bold;
	font-weight: 700;
	font-size: 20px;
	color: #333333;
}

.rmzx_tit a {
	float: right;
	font-family: AlibabaPuHuiTi_3_55_Regular;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.rmzx-lsbox {
	width: 100%;
	padding: 0 20px;
}


/*列表样式*/

.fyxx_lsbox {
	position: relative;
	border-bottom: dashed 1px #e7e7e7;
}

.fyxx_lsbox_r,
.fyxx_lsbox_r>span,
.fyxx_lsbox_r>a {
	line-height: 47px;
}

.fyxx_lsbox_r {
	display: flex;
	justify-content: space-between;
}

.fyxx_lsbox_r>span,
.fyxx_lsbox_r>a {
	font-size: 16px;
	text-align: left;
	color: #333;
}

.fyxx_lsbox_r>a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 80%;
}

.rmzx-lsbox div.fyxx_lsbox:nth-last-of-type(1) {
	border-bottom: none;
}


/*列表样式结束*/

.rcgj-box {
	width: 600px;
	height: 300px;
}

.sec_midout {
	width: 100%;
	background: white;
	margin: 20px auto;
	padding-bottom: 20px;
}

.rcfw_tit {
	background-image: url(rcfwtit-icon.png);
}

.rcfw-lsbox {
	padding: 0 20px;
	margin-top: 17px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.rcfwitem-box {
	width: 440px;
	height: 96px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 8px;
	background: url(rcfwls_bg.png) no-repeat;
	position: relative;
	transition: all .3s linear;
}

.rcfw-lsbox div.rcfwitem-box:nth-of-type(3n+3) {
	margin-right: 0;
}

.rcfw-lsbox div.rcfwitem-box:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.rcfwitem-boxin {
	margin: 20px;
	padding-left: 14px;
	background: url(tyicon.png) no-repeat left 9px;
}

.rcfwitem-boxin p {
	font-family: PingFangSC-Medium;
	font-weight: 500;
	font-size: 18px;
	color: #333333d9;
	line-height: 24px;
}

.rcfwitem-boxin p:nth-last-of-type(1) {
	margin-top: 7px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #333333d9;
}

.rcfwitem-boxin p span {
	font-weight: 400;
	font-size: 20px;
	color: #12ACFF;
	padding-right: 10px;
}

div.change1 {
	background: #12ACFF;
	height: auto;
}

div.change1 .rcfwitem-boxin * {
	color: white !important;
}

div.change1>div.rcfwitem-boxin {
	background-image: url(whitety.png);
}

.rcfwxllb-box {
	width: 1360px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	background-image: linear-gradient(179deg, #EAF2FF 6%, #F6FAFF 100%);
	position: absolute;
	border-top: 18px solid white;
	top: 97px;
	height: auto;
}

.rcfwxllb-box::after {
	content: "";
	display: block;
	position: absolute;
	border-width: 10px;
	left: 220px;
	top: -20px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #EAF2FF transparent;
}

.rcfw-lsbox div.rcfwitem-box:nth-of-type(3n+2)>p {
	left: -460px;
}

.rcfw-lsbox div.rcfwitem-box:nth-of-type(3n+2)>p::after {
	left: 680px;
}

.rcfw-lsbox div.rcfwitem-box:nth-of-type(3n+3)>p {
	left: -920px;
}

.rcfw-lsbox div.rcfwitem-box:nth-of-type(3n+3)>p::after {
	left: 1140px;
}

.rcfwxllb-box a {
	width: auto;
	padding: 0 12px;
	min-width: 208px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 #0000000d;
	border-radius: 3px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #333333d9;
	margin-bottom: 10px;
	margin-right: 12px;
}

/*.rcfwxllb-box a:nth-of-type(6n+6) {
	margin-right: 0;
}*/

/*.rcfwxllb-box a:nth-last-of-type(-n+6) {
	margin-bottom: 0;
}*/

.sec_rcsq_outbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.rcsq_out {
	width: 600px;
	background: white;
}

.rcsq_tit {
	background-image: url(rcsqtitpic.png);
}

.rcsq_lsbox {
	width: 100%;
	padding: 0 20px;
	padding-bottom: 20px;
}

.rcsq_lsbox>a {
	display: block;
	padding: 20px;
	background: #F6F7FB;
	border-radius: 4px;
	margin-top: 20px;
}

.rcsq_lsbox>a p {
	padding-left: 26px;
	background: url(wen.png) no-repeat left;
	margin-bottom: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.rcsq_lsbox>a div {
	padding-left: 26px;
	background: url(da.png) no-repeat left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.qfrl_outbox {
	width: 780px;
	background: white;
}

.qfrl_tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(rl.png);
	padding-right: 20px;
}

.qfqhbox {
	display: flex;
}

.qfqhbox a {
	width: 52px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	float: none;
	font-weight: 400;
	font-size: 14px;
	color: #707070;
}

.qfqhbox a:nth-of-type(1) {
	margin-right: 8px;
}

a.change2 {
	background: #12ACFF;
	color: white;
}

.qfrlls_box {
	width: 100%;
	padding: 20px;
}

.qfrl_zcbox {
	display: flex;
	flex-wrap: wrap;
}

.qfrl_zcbox_in {
	padding: 10px;
	width: 185px;
	height: 200px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	position: relative;
}

.qfrl_zcbox_in>div{
	
	position: absolute;
	bottom: 15px;
}

.qfrl_zcbox_in>div p {
	width: 165px;
	height: 38px;
	margin-top: 5px;
	border-left: 1px solid #12ACFF;
	background: #3279f80f;
	line-height: 38px;
	padding-left: 10px;
	padding-right: 8px;
	display: flex;
	justify-content: space-between;
}

.qfrl_zcbox_in>div a:nth-of-type(2) p{
	background: #FFFAF1;
}

.qfrl_zcbox_in>div a:nth-of-type(3) p{
	background: #F9F9F9;
}

.qfrl_zcbox_in p span {
	font-family: AlibabaPuHuiTi_2_65_Medium;
	font-weight: 500;
	font-size: 18px;
	color: #12ACFF;
}

.qfrl_zcbox_in>div a:nth-of-type(2) p span{
	color: #FFA717;
}

.qfrl_zcbox_in>span {
	font-family: AlibabaPuHuiTi_2_75_SNaNpxiBold;
	font-weight: 600;
	font-size: 24px;
	color: #666666;
}
.qfrl_zcbox_in>div a:nth-of-type(3) p span{
	color: #9A9A9A;
}

.qfrl_zcbox>div.qfrl_zcbox_in:nth-last-of-type(-n+3){
	border-left: none;
}

.qfrl_zcbox>div.qfrl_zcbox_in:nth-child(-n+3){
	border-right: none;
}
.qfrl_zcbox>div.qfrl_zcbox_in:nth-child(-n+8):nth-child(n+5){
	border-top: none;
	border-bottom: none;
}
.qfrl_zcbox>div.qfrl_zcbox_in:nth-child(-n+7):nth-child(n+5){
	border-right: none;
}