*,p{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #333;
}
html{
	background: #f2f2f2;
	color: #333;
}
body{
	background: #eee;
}
li,ol,ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
b,u,i{
	font-style: normal;
	text-decoration: none;
}

.left-box,.right-box{
	width: calc((100% - 750px - 200px)/2);
}

.center-box{
	background-color: #fff;
	width: 100%;
	max-width: 750px;
	padding:0 20px 20px;
}
.title{
	width: 100%;
	height: 50px;
	padding: 20px 0;
}
.title span{
	background: url(../img/dbwzbg.png) no-repeat left bottom;
	background-size: 100% auto;
}
.title img{
	width: 30px;
}
.carousel{
	margin: 20px 0;
}
.carousel-inner{
	aspect-ratio: 2;
	border-radius: 10px;
	overflow: hidden;
}

.nav{
	height: max-content;
	padding-bottom: 10px;
}
.nav a{
	width: 20%;
}
.nav a img{
	width: 60%;
	border-radius: 50%;
	padding: 10%;
	background: #000;
	margin: 5% 0;
}

.rytj-box{
	background: url(../img/rmyxtj-bg.png) no-repeat top center;
	background-size:  100% 100%;
	aspect-ratio: 1.9;
	border-radius: 10px;
}
.rytj-box .title,.jdhy-box .title{
	padding: 0 10px;
}
.rytj-box .title a,.jdhy-box .title a{
	margin: -26px -3px 0 0;
	font-size: 80%;
	color: #fff;
}
.rytj-list{
	padding-bottom: 20px;
	overflow-x: auto;
}
.rytj-list .rytj-list1{
	width: 60%;
	flex: none;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 1.34;
	margin-right: 10px;
}
.rytj-list .rytj-list1 .rytj-list1-top{
	display: block;
	width: 100%;
	aspect-ratio: 1.94;
}
.rytj-list .rytj-list1 .rytj-list1-top img{
	width: 100%;
	aspect-ratio: 1.94;
}
.rytj-list .rytj-list1 .rytj-list1-bottom{
	width: 100%;
	aspect-ratio: 4.38;
	margin: 0;
	padding: 0;
	padding:0 10px;
}
.rytj-list .rytj-list1 .rytj-list1-bottom img{
	width: 20%;
	aspect-ratio: 1;
}
.rytj-list .rytj-list1 .rytj-list1-bottom p{
	width: 50%;
	padding-left: 10px;
}
.rytj-list .rytj-list1 .rytj-list1-bottom p b{
	width: 100%;
	font-size: 80%;
	padding: 3px 0;
}
.rytj-list .rytj-list1 .rytj-list1-bottom p u{
	width: 100%;
	font-size: 70%;
	color: #999;
}
.rytj-list .rytj-list1 .rytj-list1-bottom span{
	width: 25%;
	font-size: 80%;
	margin: 0;
	margin-left: auto;
	padding: 0;
	aspect-ratio: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2f83ffcc;
	border-radius: 20px;
}

.jdhy-box{
	background: url(../img/jdhy-bg.png) no-repeat top center;
	background-size: 100% 100%;
	width: 100%;
	margin: 20px 0;
	aspect-ratio: 2;
	border-radius: 10px;
}

.jdhy-list{
	aspect-ratio: 2.8;
	width: 100%;
}
.jdhy-list a{
	aspect-ratio: 0.69;
	padding: 1% 0 0 0;
	flex: none;
	width: 20%;
	margin-right: 2%;
	background: linear-gradient(180deg, #ffe4ab, #fff);
	border-radius: 10px 10px 0 0;
}
.jdhy-list a u{
	margin: 5px 0;
	width: 100%;
	text-align: center;
}
.jdhy-list a span{
	width: 70%;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 80%;
	aspect-ratio: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2f83ffcc;
	border-radius: 20px;
}
.jdhy-list a img{
	width: 60%;
}
.list-center-box{
	background: none;
}
.list-title{
	padding-top: 20px;
	background: #eee;
}
.list-title a i{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}
.list-title a i:hover{
	background: #999;
	color: #fff;
}
.bi-arrow-left-short::before{
	font-weight: bolder !important;
}

.listPage-list{
	margin: 20px 0;
	width: 100%;
	aspect-ratio: 5;
	background-color: #fff;
	border-radius: 10px;
}
.listPage-list>a{
	aspect-ratio: 8;
	width: 100%;
}
.listPage-list>img,.listPage-list>a>img{
	width: 10%;
	margin: 0 10px;
	aspect-ratio: 1;
	border-radius: 10px;
}
.listPage-list>p>u,.listPage-list>a>p>u{
	font-size: 80%;
	color: #999;
}
.listPage-list>p>b,.listPage-list>a>p>b{
	font-size: 100%;
}
.listPage-list>span,.listPage-list>a>span{
	padding: 0;
	margin: 0 10px 0 auto;
	background-color: #2f83ffcc;
	text-align: center;
	width: 15%;
	font-size: 90%;
	aspect-ratio: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

.listPage-list>li{
	padding: 10px 20px;
	border-top: 1px dotted #599cff;
}
.listPage-list>li>span{
	font-weight: bolder;
	padding: 10px 0;
	display: block;
}
.listPage-list>li>p{
	display: flex;
	flex-wrap: wrap;
	line-height: 35px;
}
.listPage-list>li>p>b{
	width: 40%;
	color: #599cff;
}
.listPage-list>li>p>i{
	width: 60%;
}
.rytj-list .listPage-rytj-list1{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 1.74;
	margin-right: 10px;
	background: white;
    margin: 20px 0;
}
.rytj-list .listPage-rytj-list1 .rytj-list1-top{
	width: 100%;
	aspect-ratio: 2.35;
}
.rytj-list .listPage-rytj-list1 .rytj-list1-top img{
	width: 100%;
	aspect-ratio: 2.35;
}
.rytj-list .listPage-rytj-list1 .rytj-list1-bottom{
	width: 100%;
	aspect-ratio: 6.73;
}
.rytj-list .listPage-rytj-list1 .rytj-list1-bottom img{
	width: 10%;
	aspect-ratio:1;
	border-radius: 10px;
}
.rytj-list .listPage-rytj-list1 .rytj-list1-bottom span{
	width: 15%;
}
.rytj-list .listPage-rytj-list1 .rytj-list1-bottom p{
	width: 70%;
}


.content-center-box{
	padding: 0;
}
.content-center-box p{
	background: rgba(255, 255, 255, 0.3);
	padding: 10px;
}
.content-center-box p a i{
	background: #aaaaaaaa;
	margin-right: 10px;
}
.contentPgae-box{
	padding: 10px;
	background: #fff;
}
.color-999{
	color:#999;
}
.contentBox{
	padding: 20px;
}
.contentBox img{
	max-width: 80%;
	height: auto;
}

.contentBox-button{
    bottom: 20px !important;
    width: 30%;
    border-radius: 20px;
}

.contentPgae-box .listPage-list img{
    width: 10%;
	margin: 0 10px;
	aspect-ratio: 1;
	border-radius: 10px;
}