
.container-fluid{
	background:#fff;
	padding:0.33rem 0.25rem 0.2rem 0.26rem;
	border-radius:0.2rem 0.2rem 0 0;
	margin-top:-0.11rem;
	position:relative;
	z-index:0
}

.row_title{

	color: #333333;
	font-family: "PingFang SC";
	font-size: 0.36rem;
	font-style: normal;
	font-weight: 700;
	line-height: 0.5rem;
	position:relative;
	margin:0;
    margin-top: 0.15rem;
	
}
.row{
	margin:0
}

.row_title span{

	color: #999999;
 font-family: "PingFang SC";
 font-size: 0.26rem;
 font-style: normal;
 font-weight: 500;
 line-height: 0.36rem;

}
.row_title img{
	width: 0.25rem;
height: 0.37rem;
margin-right:0.15rem;
position:relative;
top:-0.04rem
}
.row_content{
	width: 100%;
	padding:0.32rem 0.3rem 0.1rem 0.3rem;
	flex-shrink: 0;
	border-radius: 0.2rem;
	background: #EAF1F8;
	display:flex;
	flex-wrap: wrap;
    /* justify-content: space-between; */
	margin:0.22rem 0 0.22rem 0
}
.row_content .lukuang-list{
	width:33%;
	color: #337ab7;
	font-family: "PingFang SC";
	font-size: 0.28rem;
	font-style: normal;
	font-weight: 500;
	line-height: 0.39rem;
	padding:0;
	height: 0.39rem;
	margin-bottom:.22rem
}
.times{
	color: #337AB7 !important
}
em{
	background: #337AB7 !important
}

.shotcut .shotcut-wrap ul li a div {
	font-size:0.28rem !important
}

.daofen img{
    width: 100%!important;
}


.banner_detail{
    position:absolute;
    top:80px;
    width:100%
}
.banner_detail h1{
    color: #fff;
    font-family: "PingFang SC";
    font-size: 0.55rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.74rem;
    position:relative;
    margin:0;
    margin-top: 0.3rem;
    width:100%;
    text-align:center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* 添加灰色阴影 */
}
.banner_detail>div{
    margin:0 auto;

    color: #fff;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.4rem;

    width:fit-content;
    margin-top:0.2rem;
    padding:0.1rem 0.28rem;
    border-radius: 0.9rem;
    background:rgb(57,139,255);
    opacity:.8
}



.showmore{
	display:inline-block;
	width: 40%;
    margin-left: 30%;
    height: 0.61rem;
    flex-shrink: 0;
    border-radius: 0.69rem;
    border: 0.01rem solid var(--Linear, rgb(57,139,255));
    background: #FFF;
    text-align: center;
    line-height: 0.61rem;
    color: rgb(57,139,255);
    font-size: 0.23rem;
    /* margin-top: 0.2rem; */
}