.main {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}

.left-listBox {
	background-color: #ffffff;
	padding: 1.25rem 0.9375rem;
	width: 50.25rem;
}

.slideTxtBox .hd {
	line-height: 2.25rem;
	height: 2.25rem;
	position: relative;
	padding-right: 0.625rem;
}

.slideTxtBox .hd {
	display: flex;
	justify-content: space-between;
}

.slideTxtBox .hd li {
	float: left;
	position: relative;
}

.slideTxtBox .hd li+li {
	margin-left: 1.25rem;
}

.slideTxtBox .hd li span {
	display: block;
	padding: 0rem 0.3125rem;
	font-size: 1.125rem;
	font-weight: 500;
	color: #1E2027;
	cursor: pointer;
}

.slideTxtBox .hd li.on span {
	color: #1E78FF;
}

.slideTxtBox .hd li em {
	position: absolute;
	left: 50%;
	width: 0;
	margin-top: -4px;
	transition: .3s all;
	height: 0.25rem;
	background-color: #2078fe;
	border-radius: 0.625rem;
}

.slideTxtBox .hd li.on em {
	width: 100%;
	left: 0;
}

.slideTxtBox .bd {
	position: relative;
	margin-top: 0.625rem;
}

.slideTxtBox .bd li {
	position: relative;
	border-bottom: 0.0525rem solid rgba(238, 238, 238, 1);
	overflow: hidden;
	padding: 0.625rem 0rem;
}

.slideTxtBox .bd li .title {
	display: flex;
	flex-direction: column;
}

.slideTxtBox .bd li .title .text a {
	opacity: 0.85;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5rem;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	display: block;
}

.slideTxtBox .bd li .title .entra {
	font-family: PingFangSC-Regular;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.65);
	line-height: 1.5rem;
	font-weight: 400;
	margin: 1rem 0rem;
}

.slideTxtBox .bd li .title .textBot {
	display: flex;
	justify-content: space-between;
	font-family: PingFangSC-Regular;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.45);
	line-height: 1.375rem;
	font-weight: 400;
}

.slideTxtBox .bd li .fbhwzcon {
	margin-right: 10.5rem;
	padding-right: 1.875rem;
}

.slideTxtBox .bd li .image {
	width: 10.5rem;
	position: absolute;
	right: 0;
	top: 0.625rem;
}

.slideTxtBox .bd li .image img {
	border-radius: 0.25rem;
	max-width: 100%;
}

.service-module-search-form form {
	display: flex;
}

.service-module-search-form .search-input-text {
	line-height: 2.125rem;
	padding-left: 0.75rem;
	width: 14.1875rem;
	height: 2.25rem;
	font-size: 0.88rem;
	color: #8b95a8;
	border-radius: 0.375rem 0rem 0rem 0.375rem;
	font-weight: 300;
	border: 0.0625rem solid rgba(238, 238, 238, 1);
	border-right: unset;
}

.service-module-search-form .search-input-button {
	flex-shrink: 0;
	width: 4.375rem;
	height: 2.25rem;
	border-radius: 0rem 0.375rem 0.375rem 0rem;
	background: url(search-btn.svg) no-repeat 0.625rem center, #1E78FF;
	background-size: 20%;
	cursor: pointer;
	padding-left: 1.25rem;
	font-size: 1rem;
	color: #ffffff;
	font-weight: 400;
}

.right-listBox {
	width: 23.75rem;
}
.right-listBox .qhwy,.right-listBox .swgj{
	background-color: #ffffff;
	padding: 1rem 0.9375rem;
	width: 100%;
}
.right-listBox .swgj{
	margin-top: 1rem;
}
.right-listBox .qhwy ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.right-listBox .qhwy ul li{
	width: calc(100% / 2 - 0.75rem);
	height: 10.3125rem;
	background-image: linear-gradient(180deg, #EFF9FF 3%, #D7EEFF 99%);
	border-radius: 0.375rem;
}
.right-listBox .qhwy ul li:nth-child(2){
	background-image: linear-gradient(180deg, #F4F6FF 0%, #E5EBFF 100%);
}
.right-listBox .qhwy ul li a {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-listBox .qhwy ul li img {
	width: 6.875rem;
	height: 5.9375rem;
}
.right-listBox .qhwy ul li span{
	font-family: AlimamaShuHeiTi-Bold;
	font-size: 1.125rem;
	color: #1E78FF;
	letter-spacing: 0.0625rem;
	font-weight: 700;
	margin-top: 0.4375rem;
}
.right-listBox .swgj .swgj_tit span{
	font-family: AlibabaPuHuiTi_3_65_Medium;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.375rem;
	color: #1E2027;	
}
.right-listBox .swgj .swgj_list{
	margin-top: 1.25rem;
}
.right-listBox .swgj .swgj_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.right-listBox .swgj .swgj_list li{
	width: calc(100% / 3 - 0.875rem);
	margin-bottom: 1rem;
	height: 7.9375rem;
}
.right-listBox .swgj .swgj_list li a {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-listBox .swgj .swgj_list li a img{
	width: 2.375rem;
	height: 2.375rem;
}
.right-listBox .swgj .swgj_list li a span {
    font-family: PingFangSC-Regular;
    font-size: 0.9375rem;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.375rem;
    font-weight: 400;
    margin: 0.875rem 0;
	display: block;
	height: 2.75rem;
}