.banner{
	margin-top: 10px;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	height: 500px;
	width: 100%;
	object-fit: cover;
}
.banner .swiper-pagination{
	bottom: 130px;
}
.banner .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	opacity: 0.3;
	margin: 0 5px;
	transition: all .6s;
}
.banner .swiper-pagination-bullet-active{
	width: 40px;
	background: #ED4200;
	opacity: 0.6;
}
.box1{
	position: relative;
	margin-top: -116px;
	z-index: 3;
}
.box1 .box-t{
	border-radius: 10px 10px 0px 0px;
	background-color: rgba(51, 51, 51, .6);
	padding: 0 23px 20px;
	display: flex;
	justify-content: space-between;
}
.box1 .box-t-l{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #F44D1E;
	line-height: 40px;
	display: flex;
	align-items: center;
}
.box1 .box-t-l .icon-shengyin{
	font-size: 20px;
	margin-right: 6px;
}
.box1 .box-t-r{
	width: calc(100% - 110px);
}
.box1 .box-t-r .swiper{
	height: 40px;
}
.box1 .box-t-r .swiper-slide{
	line-height: 40px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box1 .box-c{
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #F7D690;
	margin-top: -20px;
	padding: 20px 23px;
	display: flex;
	justify-content: space-between;
}
.box1 .box-c-l{
	width: 58.42%;
}
.box1 .box-c-l .item:not(:last-child){
	margin-bottom: 20px;
}
.box1 .box-c .item{
	display: block;
}
.box1 .box-c .item img{
	display: block;
	width: 100%;
}
.box1 .box-c-r{
	width: 39.93%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
.box1 .box-c-r .item{
	width: 47.82%;
}
.box2{
	margin: 20px auto ;
	display: flex;
	justify-content: space-between;
}
.box2 .title{
	height: 55px;
	background: linear-gradient(0deg, #FFF7ED 0%, #FFDEAF 48%, #FFF7ED 99%);
	border-radius: 10px 10px 0 0;
	display: flex;
	padding: 0 25px 0 15px;
	justify-content: space-between;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 24px;
	color: #ED4200;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.box2 .title-l{
	display: flex;
	align-items: center;
}

.box2 .title-l img{
	width: 40px;
	margin-right: 14px;
}
.box2 .title .more{
	position: relative;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 23px;
	background: linear-gradient(0deg, #F2831F 0%, #F49A48 100%);
	border-radius: 3px;
	text-shadow:none;
	padding: 0 14px;
	transition: all .6s;
}
.box2 .title .more:hover{
	background: linear-gradient(0deg, rgba(242, 131, 31, .8) 0%, rgba(244, 154, 72, .8) 100%);
}
.box2 .title .more::before{
	position: absolute;
	content: "";
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid rgba(247, 177, 114, 1);
	border-radius: 3px;
	box-sizing: border-box;
}
.box2 .l{
	width: 60.91%;
	border: 1px solid rgba(247, 214, 144, 1);
	border-radius: 10px;
}
.box2 .l .l-c{
	padding: 6px 15px 0;
}
.box2 .l .l-c .item:not(:last-child){
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.box2 .l .l-c .item{
	display: flex;
	padding: 15px 0;
}
.box2 .l .l-c .item .pic{
	width: 47.27%;
}
.box2 .l .l-c .item .pic img{
	display: block;
	width: 100%;
}
.box2 .l .l-c .item .text-box{
	flex: 1;
	margin-left: 17px;
	padding-right: 9px;
}
.box2 .l .l-c .item .text-box .text-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box2 .l .l-c .item:hover .text-box .text-title{
	color: rgba(237, 66, 0, 1);
}
.box2 .l .l-c .item .text-box .text-des{
	margin-top: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box2 .l .l-c .item .text-box .text-des span{
	color: rgba(102, 102, 102, 1);
	font-weight: 400;
}
.box2 .l .l-c .item .text-box-b{
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}
.box2 .l .l-c .item .text-box .date{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.box2 .l .l-c .item .text-box .details{
	width: 60px;
	line-height: 24px;
	background: #999999;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	transition: all .6s;
}
.box2 .l .l-c .item .text-box .details:hover{
	background-color: #ED4200;
}
.box2 .r{
	width: 37.58%;
	border: 1px solid rgba(247, 214, 144, 1);
	border-radius: 10px;
}
.box2 .r .r-c{
	padding: 4px 15px 0;
}
.box2 .r .text-title{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #ED4200;
	line-height: 56px;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	transition: all .6s;
}
.box2 .r .text-title:hover{
	opacity: .7;
}
.box2 .r .items{
	padding-top: 10px;
}
.box2 .r .items .item{
	display: flex;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 33px;
	transition: all .6s;
}
.box2 .r .items .item:hover{
	color: #ED4200;
}
.box2 .r .items .item:not(:last-child){
	border-bottom: 1px dashed rgba(230, 230, 230, 1);
}
.box2 .r .items .item .text{
	flex: 1;
	margin-right: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box2 .r .items .item .date{
	color: rgba(153, 153, 153, 1);
}
.logo {
	display: block;
	margin: auto;
}