#page-container {
	width: 100%;
	height: auto;
}
body {
	background-color: #EEEEEE;
}
.wrap {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.page{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 100px;
}
.page-search{
	position: relative;
	padding-top: 50px;
}
.page-search input{
	width: 620px;
	height: 39px;
	background: #F4F4F3;
	border-radius: 6px;
	padding-left: 15px;
	border: none;
}
.page-search img{
	position: absolute;
	    bottom: 10px;
	    left: 600px;
}
.nav span {
	color: #999999;
}
.page-content{
	display: flex;
	justify-content: space-between;
}
.page-content .page-left{
	width: 768px !important;
	overflow: hidden;
	position: relative;
}
.page-content .page-left .page-title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-content .page-left .page-img{
	width: 100%;
	height: 490px;
	transition: all 0.5s;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page-content .page-left .page-img .img{
	min-width: 100%;
	height: 100%;
	position: relative;
	display: flex;
}
.page-content .page-left .page-img .img img{
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	margin: auto;
}
.page-content .page-left .page-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}
.page-content .page-left .page-btn .btn{
	width: 121px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #000000;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}
.page-content .page-left .page-btn .btn img{
	width: 13px;
	height: 13px;
	margin-right: 5px;
}
.page-content .page-left .page-btn .btn:hover{
	background-color: #D41C26;
	color: #FFFFFF;
}
.page-content .page-right{
	width: 372px;
	overflow: hidden;
}
.page-content .page-right h3{
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	margin-bottom: 30px;
}
.page-content .page-right .page-info{
	color: #999999;
	font-size: 14px;
	margin-bottom: 30px;
}
.page-content .page-right .page-info span{
	color: #333333;
	font-size: 14px;
	font-weight: bolder;
}
.page-content .page-message{
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 36px;
	border-bottom: 1px solid #ccc;
}
.page-content .page-message #content{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.page-content .page-message img{
	width: 9px;
	height: 9px;
	margin-left: 10px;
}
.page-radio {
	width: 100%;
}
.page-radio .layui-input-block{
	margin-left: 0 !important;
}
.layui-form-radioed, .layui-form-radioed>i, .layui-form-radio:hover *{
	color: #D41C26;
}
.layui-btn{
	width: 100%;
	background-color: #D41C26;
}
.page-table{
	width: 100%;
}
.page-table table{
	text-align: left;
}
.page-table table tr{
	height: 30px;
}
.page-table table .table-head{
	height: 40px;
}
.page-table table .table-head th{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.page-table table td{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.page-table table tr td:first-child{
	width: 40%;
}
.page-table table tr td:last-child{
	width: 60%;
}
.page-tab{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 90px;
}
.page-tab h2{
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}
.page-tab .tab-list{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.page-tab .tab-list #left-btn,.page-tab .tab-list #right-btn{
	width: 45px;
	height: 45px;
}
.page-tab .tab-list #left-btn img,.page-tab .tab-list #right-btn img{
	width: 100%;
	height: 100%;
}
.page-tab .tab-list #left-btn{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22.5px;
	z-index: 99;
}
.page-tab .tab-list #right-btn{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22.5px;
	z-index: 99;
}
.page-tab .tab-list .list{
	/* 6涨图设的宽度 */
	width: 1600px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	transition: all 0.5s;
}
.page-tab .tab-list .list li{
	width: 250px;
	height: 100%;
}
.page-tab .tab-list .list a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.page-tab .tab-list .list a .list-img{
	width: 100%;
	height: 100%;
}
.page-tab .tab-list .list a .list-img img{
	width: 100%;
	height: 100%;
}
.page-tab .tab-list .list a .list-info{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -10px;
	font-size: 19px;
	font-weight: 400;
	color: #FFFFFF;
	width: 94px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.page-tab .tab-list .list a .list-info span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.from-more{
	display: none;
}
.pre-btn,.next-btn{
	display: inline-block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
}
.pre-btn img,.next-btn img{
	width: 100%;
	height: 100%;
}
.pre-btn{
	position: absolute;
	left: 10px;
	top: 280px;
}
.next-btn{
	position: absolute;
	right: 10px;
	top: 280px;
}
.list li a{
	position: relative;
}
.list li a .item-info-more{
	position: absolute;
	height: 45px;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0px 15px;
	color: #FFFFFF;
	box-sizing: border-box;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.41) 55.00000000000001%, rgba(255, 255, 255, 0) 100%);
}
.list li a .item-info-more .info-name{
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list li a .item-info-more .info-info{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.list li a .item-info-more .info-time{
	display: inline-block;
	background: url(../img/index/page.png) no-repeat;
	padding-left: 18px;
}
.shuiyin{
	position: absolute;
	width: 200px;
	height: 90px;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -100px;
}
.shuiyin img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#btn{
	color: #cccccc;
	font-size: 16px;
	margin-left: 10px;
}