.hot-content>div {
	width: 1266px;
	margin: 0 auto;
}

.hot-content>div .date {
	padding-top: 14px;
	width: 49px;
	margin: 0 auto;
}

.hot-content>div .date span.t {
	font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #0f0f0f;
	position: relative;
	height: 23px;
	text-align: center;
	display: block;
}
.hot-content>div .date span.y {
	font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #0f0f0f;
	padding-top: 9px;
	line-height: 16px;
	margin-bottom: 21px;
	text-align: center;
	display: block;
}
.hot-content>div span.t:after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 49px;
		height: 1px;
		background-color: #000000;
		left: 0px;
}

.hot-content>div .hot-text {
		font-size: 50px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #0f0f0f;
text-align: center;
margin-bottom: 20px;
}

.hot-content>div .list {
	display: flex;
	width: 100%;
}

.hot-content>div .list .list-box {
	width: 366px;
}

.hot-content>div .list .list-box>img {
	width: 366px;
		height: 394px;
		background-color: #8db9ff;
		box-shadow: 1px 8px 9px 1px 
			rgba(0, 0, 0, 0.4);
}

.hot-content>div .list .list-box .t1 {
	margin-top: 50px;
	margin-bottom: 23px;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #0f0f0f;
		text-align: center;
}
.hot-content>div .list .list-box .t2 {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #0f0f0f;
		text-align: center;
		margin-bottom: 113px;
}


.hot-content>div .pirc {
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #0f0f0f;
		text-align: center;
		display: block;
		margin-bottom: 23px;
}

.hot-content>div .btn {
	width: 158px;
		height: 46px;
		background-color: #000000;
		border-radius: 23px;
			font-size: 16px;
			font-weight: normal;
			font-stretch: normal;
			letter-spacing: 0px;
			color: #ffffff;
			line-height: 46px;
			text-align: center;
			display: block;
			margin:0 auto;
			margin-bottom: 67px;
}

.banner1 {
	height: 506px;
	flex-wrap: wrap;
		background-color: #09071f;
		background-image: url(../images/poster_bg1.jpg);
		margin-bottom: 110px;
}
.banner1 p{
		font-family: PingFang-SC-Regular;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 0px;
		color: #ffffff;
		width: 100%;
		text-align: center;
}

.banner1 p:nth-child(1) {
	padding-top: 214px;
}

.banner1 p {
	margin-bottom: 20px;
}

.banner1 a {
	display: block;
	width: 100%;
	height: 100%;
}


.imgs {
	display: flex;
	height: 454px;
	padding-bottom: 100px;
	border-bottom: 1px solid #999;
	margin-bottom: 100px;
}

.imgs h5{
	font-family: PingFang-SC-Medium;
		font-size: 34px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #ffffff;
}

.imgs p {
		font-size: 34px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #000000;
}

.imgs>div {
	width: 49%;
}
.imgs>div a {
	display: block;
	width: 100%;
	height: 100%;
}
.imgs>div:nth-child(1) {
	margin-right: 2%;
	background-image: url(../images/poster_bg2.png);
}

.imgs>div:nth-child(2) {
	margin-right: 2%;
	background-image: url(../images/poster_bg3.png);
}

.imgs>div p {
	padding-bottom: 24px;
	text-align: center;
		font-size: 34px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #ffffff;
}

.imgs>div h5 {
	padding-top: 139px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.hot-content>div {
		width: 100% !important;
	}
	.hot-content>div .list .list-box .t1 {
		    margin-top: 20px;
		    margin-bottom: 13px;
	}
	.hot-content>div .list .list-box .t2 {
		     margin-bottom: 23px;
	}
	.hot-content>div .pirc {
		   margin-bottom: 10px;
	}
	.hot-content>div .list .list-box>img {
		height: 160px ;
	}
	.hot-content>div .list {
		width: 86%;
		margin: 0 auto;
	}
	.hot-content>div .btn {
		width: 135px;
	}
	.banner1 {
		height: 469px;
		margin-bottom: 40px;
	}
	.banner1>div {
		height: 100%;
		    background: rgba(0, 0, 0, 0.25);
	}
	.hot-content>div .btn {
		margin-bottom: 35px;
	}
	.imgs {
		height: 310px;
		    padding-bottom: 30px;
		    border-bottom: 1px solid #999;
		    margin-bottom: 30px;
	}
	.imgs>div h5 {
		
	}
     .imgs>div h5 span {
        display:block;
       text-align: center;
       }
	.imgs>div:last-child {
		margin-right: 0px;
	}
}