.banner-list {
	width: 19.2rem;
	height: 2.1rem;
	position: relative;
}

.banner-list>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-list .position {
	position: absolute;
	height: .55rem;
	left: 2.5rem;
	bottom: -.28rem;
	background: rgba(232,232,232,.9);
	border-radius: .15rem;
	display: flex;
	align-items: center;
	padding: 0 .1rem 0 0;
}

.banner-list .position .pos-head {
	color: white;
	background: #0d81e4;
	border-radius: .15rem;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: .2rem;
	padding: 0 .25rem;
}

.banner-list .position a {
	font-size: .2rem;
	color: black;
	padding: 0 .2rem;
}

.banner-list .position span {
	font-family: "SimSun";
	padding: .05rem 0 0 0;
}
	
	







.list { 
	background: url("../img/list_bg.png") top no-repeat;
	background-size: 19.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .2rem 0 0 0;
}





.list .list-other {
	width: 13.8rem;
	height: .5rem;
	position: relative;
}

.list .list-other .other-cont {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	border-radius: .35rem;
	box-sizing: border-box;
	padding: .15rem .3rem;
	background: rgba(0,0,0,.07);
	transition: all .3s;
}

.list .list-other .other-cont:hover {
	height: auto;
	width: auto;
	font-weight: bold;
	background: rgba(0,154,234,.95);
	color: rgba(255,255,255,.8);
	padding-top: .3rem;
	padding-bottom: .3rem;
	transition: all .3s;
}

.list .list-other .other-cont>span {
	font-size: .22rem;
	display: block;
}

.list .list-other .other-cont>span::before {
	content: "";
	background: url("../img/list_other_arrow.png") no-repeat 0 .1rem;
	background-size: .2rem;
	padding: 0 .3rem 0 0;
}

.list .list-other .other-cont:hover>span::before {
	content: "";
	background: none;
}

.list .list-other .other-cont:hover>span {
	margin: 0 0 .1rem 0;
}

.list .list-other .other-cont>ul {
}


.list .list-other .other-cont>ul>a {
	padding: .15rem;
	color: rgba(255,255,255,.8);
	font-size: .2rem;
	font-weight: normal;
	display: none;
	opacity: 0;
	border-bottom: .01rem dotted rgba(255,255,255,.7);
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	transition: all .3s;
	min-width: 1.3rem;
}

.list .list-other .other-cont:hover>ul>a {
	display: block;
	opacity: 1;
	transition: all .3s;
}
.list .list-other .other-cont:hover>ul>a::before {
	content: "·";
	padding: 0 .08rem 0 0;
}
.list .list-other .other-cont>ul>a:hover {
	color: white;
	transform: scale(1.1);
	transition: all .3s;
}






.list .list-tit {
	min-width: 8rem;
	box-sizing: border-box;
	padding: .2rem 0 0 0;
	display: flex;
	justify-content: flex-start;
}

.list .sch-tit {
	padding: .7rem 0 0 0;
}

.list .list-tit .list-news-title{
	display: flex;
	font-size: .36rem;
	font-weight: bold;
	justify-content: flex-start;
	min-width: 2rem;
	flex-shrink: 0;
	margin: 0 .5rem;
}
	
.list .list-tit .list-news-title::before {
	content: "";
	background: url("../img/tit_head.png") no-repeat 0 .09rem;
	background-size: .34rem;
	width: .6rem;
}

.list .list-tit .list-tit-line {
	flex-grow: 1;
	border-bottom: .01rem dotted black;
	height: .28rem;
}

.list .list-tit>div:nth-child(1) {
	flex-grow: 1;
}


.list .list-cont {
	width: 14rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .55rem 0 0 0;
}

.list .list-cont .list-item {
	width: 6.8rem;
	box-sizing: border-box;
	padding: .15rem;
	display: flex;
	justify-content: space-between;
	background: white;
	box-shadow: .06rem .06rem .1rem rgba(0,0,0,.15);
	transition: all .3s;
	margin: 0 0 .4rem 0;
}

.list .list-cont .list-item:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.list .list-cont .list-item .list-item-pic {
	height: 2.6rem;
	width: 2.6rem;
	flex-shrink: 0;
}

.list .list-cont .list-item .list-item-pic>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.list .list-cont .list-item .list-item-txt {
	flex-grow: 1;
	margin: 0 .2rem 0 .35rem;
	color: black;
	position: relative;
	padding: 0 0 .6rem 0;
}

.list .list-cont .list-item .list-item-txt .list-item-tit {
	font-size: .22rem;
	font-weight: bold;
	height: .7rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: .36rem;
	padding: .2rem 0 0 0;
}

.list .list-cont .list-item .list-item-txt .list-item-info {
	font-size: .18rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: .31rem;
	padding: .15rem 0 0 0;
}

.list .list-cont .list-item .list-item-txt .list-item-date {
	display: flex;
	justify-content: space-between;
	/* padding: .15rem 0 .2rem 0; */
	position: absolute;
	width: 100%;
	right: 0;
	bottom: .2rem;
}

.list .list-cont .list-item .list-item-txt .list-item-date>span:nth-child(1) {
	flex-grow: 1;
	border-bottom: .01rem dotted black;
	height: .12rem;
}

.list .list-cont .list-item .list-item-txt .list-item-date>span:nth-child(2) {
	flex-shrink: 0;
	padding: 0 0 0 .2rem;
}




.list-page {
	padding: .5rem 0 .2rem 0;
}

.page {
	width: 7.6rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page .pg-pre,.page .pg-next {
	font-size: .2rem;
	color: black;
	flex-shrink: 0;
	position: relative;
}

.page .pg-pre:hover,.page .pg-next:hover {
	color: #009aea;
	font-weight: bold;
}

.page .pg-pre::before {
	content: "";
	position: absolute;
	top: 0;
	left: -.4rem;
	width: .13rem;
	height: 100%;
	background: url("../img/tit_left.png") no-repeat left center;
	background-size: 100%;
}

.page .pg-next::after {
	content: "";
	position: absolute;
	top: 0rem;
	right: -.4rem;
	width: .13rem;
	height: 100%;
	background: url("../img/tit_right.png") no-repeat left center;
	background-size: 100%;
}

.page .pg-num {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .24rem;
	padding: 0 .5rem;
	box-sizing: border-box;
}

.page .pg-num>a {
	color: black;
	padding: .1rem;
	transition: .5s all;
}

.page .pg-num a:hover {
	color: white;
	background: #009aea;
	padding: .1rem;
	transition: .5s all;
}

.page .pg-num>span {
	color: black;
}