#time{
    height: 32px;
    width: auto;
}
.layui-laydate-header *{
    line-height: 30px;
}
.search{
	display: flex;
	align-items: center;
	color: #666;
	padding-bottom: 4px;
}
.search font{
	margin-left: 10px;
	margin-right: 5px;
	flex-shrink: 0;
}
.search .layui-input{
    height: 32px;
}
#banner-1{
	margin:0 auto;
	margin-top: 20px;
}
#banner-1 a{
	display: flex;
}
#banner-1 img{
	display: flex;
	width: 1200px;
	height: 450px;
	border-radius: 8px;
}
.banner-2{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.banner-2 a:nth-child(1){
	margin-left: 0;
}
.banner-2 a{
	display: flex;
	margin-left: 15px;
}
.banner-2 img{
	display: flex;
	width: 228px;
	height: 100px;
	border-radius: 6px;
}
.title{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 4px solid #FE5723;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.title h1{
	position: relative;
	background: #FE5723;
	padding-left: 13px;
	height: 36px;
	display: flex;
	align-items: center;
	padding-top: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-right: 61px;
}
.title h1 span{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top:18px solid #f8f8f8;
	border-right:18px solid #f8f8f8;
	border-left:18px solid transparent;
	border-bottom:18px solid transparent;
}
.title h1 img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 3px;
}
.banner-3{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: 8px;
	flex-wrap: wrap;
}
.banner-3 a:nth-child(1),.banner-3 a:nth-child(5){
	margin-left: 0;
}
.banner-3 a{
	display: flex;
	margin-left: 12px;
	margin-top: 12px;
}
.banner-3 img{
	display: flex;
	width: 291px;
	height: 110px;
	border-radius: 6px;
}
.list-1{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	justify-content: space-between;
}
.list-1 a{
	display: flex;
	width: 580px;
	margin-top: 24px;
	align-items: center;
}
.list-1 a:nth-child(-n+2){
	margin-top: 0;
}
.list-1 a:nth-child(3n){
	margin-right: 0;
}
.list-1 i{
	display: flex;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #ccc;
	margin-right: 8px;
}
.list-1 .list-title{
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin-right: 30px;
	width: 1px;
}
.list-1 .list-title p{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 16px;
	color: #333;
}
.list-1 .list-title font{
	margin-left: 5px;
	color: #FE5723;
	flex-shrink: 0;
}
.list-1 span{
	color: #999;
	width: 82px;
	display: flex;
}
.list-1 .time{
	display: flex;
	width: 124px;
	color: #999;
}
.list-main{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.list-2{
	width: 787px;
	margin-top: 20px;
}
.list-2 .list-item{
	height: 720px;
}
.list-2 .list-item a:nth-child(1){
	margin-top: 0;
}
.list-2 .list-item a{
	display: flex;
	align-items: center;
	margin-top: 36px;
}
.list-2 .list-item img{
	display: flex;
	border-radius: 4px;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.list-2 .list-item .info{
	flex-grow: 1;
	width: 1px;
	margin-right: 30px;
}
.list-2 .list-item .info h1{
	display: flex;
	align-items: center;
	color: #333;
	font-weight: normal;
	font-size: 22px;
}
.list-2 .list-item .info h1 font{
	color: #FE5723;
	margin-left:4px;
}
.list-2 .list-item .an{
	background: #fe5514;
	color: #fff;
	border-radius: 4px;
	width: 90px;
	height: 32px;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
.list-2 .list-item .p{
	display: flex;
	margin-top: 14px;
}
.list-2 .list-item .p p{
	width: 1px;
	color: #999;
	font-size: 16px;
	flex-grow: 1;
}
.list-2 .list-item .p font{
	font-size: 16px;
	color: #666;
}
.list-2 .introduct{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.list-2 .introduct span{
	display: flex;
	width: 44px;
	height: 22px;
	color: #fff;
	padding-right: 3px;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	background: var(--ic10);
	background-size: 44px 22px;
}
.list-2 .info .introduct p{
	font-size: 16px;
	color: #666;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#page-2{
	padding:0;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage a, .layui-laypage span{
    margin: 0;
}
.list-3{
	margin-top: 20px;
	width: 374px;
}
.list-3 .list-title{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.list-3 .list-title img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.list-3 .list-item{
	margin-top: 30px;
	height: 396px;
}
.list-3 .list-item a:nth-child(1){
	margin-top: 0;
}
.list-3 .list-item a:hover h1{
	color: #FE5723;
}
.list-3 .list-item a:hover i{
	background: #FE5723;
}
.list-3 .list-item a{
	margin-top: 34px;
	display: flex;
	align-items: center;
}
.list-3 .list-item i{
	display: flex;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 100%;
}
.list-3 .list-item img{
	display: flex;
	width: 52px;
	height: 52px;
	border-radius: 4px;
	margin-right: 10px;
}
.list-3 .list-item .info{
	flex-grow: 1;
	width: 1px;
}
.list-3 .list-item h1{
	color: #333;
	font-size: 20px;
	font-weight: normal;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-3 .list-item p{
	color: #666;
	margin-top: 16px;
	font-size: 16px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-3 .more{
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #ccc;
	border-radius: 16px;
	color: #666;
	width: 88px;
	height: 32px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 28px;
}
.list-3 .more img{
	display: flex;
	margin-right: 10px;
	width: 12px;
	height: 12px;
}
.banner-4{
	display: flex;
	width: 374px;
	margin: 0 auto;
}
.banner-4 img{
	display: flex;
	width: 374px;
	height: 250px;
	border-radius: 6px;
	margin-top: 20px;
}
.banner-5{
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.banner-5 img{
	display: flex;
	width: 1200px;
	height: 110px;
	border-radius: 6px;
	margin-top: 40px;
}