@charset "utf-8";

.xw-box1 {
	margin-top: 90px;
	height: 605px;
	margin-bottom: 71px;
}

.xw-box1 .b1-left {
	flex: none;
	height: 100%;
	overflow: hidden;
}

.xw-box1 .b1-left img {
	width: 860px;
	height: 100%;
	display: block;
	object-fit: cover;
}

.xw-box1 .b1-right {
	flex: 1;
	height: 100%;
	background: #124834;
	box-sizing: border-box;
	padding: 90px 45px;
}

.xw-box1 .b1-name {
	font-weight: 400;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 46px;
}

.xw-box1 .b1-time {
	font-weight: 400;
	font-size: 27px;
	color: #FFFFFF;
	margin: 70px 0 85px 0;
	display: block;
}

.xw-box1 .b1-btn {
	width: 200px;
	height: 60px;
	background: #EEDAC4;
	border-radius: 30px;
	border: 1px solid #EEDAC4;
	font-weight: 400;
	font-size: 20px;
	color: #124834;
	transition: all 0.4s;
}

.xw-box1 .b1-btn img {
	width: 26px;
	height: auto;
	display: block;
	margin-left: 40px;
}

.xw-box2 {
	padding-top: 40px;
	padding-bottom: 40px;
	height: 436px;
	transition: all 0.4s;
}

.xw-box2 .b2-left {
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	flex-direction: column;
	flex: none;
	width: max-content;
	height: 100%;
}

.xw-box2 .b2-left span:first-child {
	font-weight: bold;
	font-size: 100px;
	margin-bottom: 10px;
}

.xw-box2 .b2-middle {
	margin: 0 80px 0 120px;
	flex: none;
}

.xw-box2 .b2-middle img {
	width: 623px;
	height: 357px;
	display: block;
	object-fit: cover;
}

.xw-box2 .b2-right {
	flex: 1;
}

.xw-box2 .b2-r-name {
	font-weight: 400;
	font-size: 26px;
	color: #333333;
	line-height: 48px;
}
.xw-box2 .b2-time{
	display: none;
}
.xw-box2 .b2-r-btn {
	margin-top: 83px;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #124834;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 20px;
	color: #124834;
	transition: all 0.4s;
}

.xw-box2 .b2-r-btn img {
	width: 26px;
	height: auto;
	display: block;
	margin-left: 15px;
}
.xw-box2 .b2-r-btn .iconfont{
	color: #124834;
	font-size: 30px;
	margin-left: 10px;
}
.xw-paging{
	margin: 50px 0;
}
.xwd-main{
	padding-top: 90px;
	padding-bottom: 90px;
	color: #000;
}
.xwd-main .b1-name{
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}
.xwd-main .b1-time{
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	color: #999;
	margin-top: 50px;
}
.xwd-main .b1-info{
	padding: 50px 0;
	font-weight: 400;
	font-size: 22px;
	color: #333333;
	line-height: 48px;
	border-bottom: 1px solid #e9e9e9;
}
.xwd-main .b1-info img,
.xwd-main .b1-info video{
	width: auto;
	max-width: 100%;
}
.xwd-main .b1-not{
	margin-top: 20px;
}
.xwd-main .b1-n-list:last-child{
	text-align: right;
}
.xwd-main .b1-n-list{
	color: #999;
	font-size: 18px;
	width: 48%;
	overflow: hidden;
}
.xwd-main .b1-n-list a{
	color: inherit;
}
.ss-box1{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	letter-spacing: 2px;
}
.ss-box2{
	flex-direction: column;
	margin-top: 50px;
	color: #999;
	font-size: 18px;
	letter-spacing: 2px;
}
.ss-box2 img{
	width: 300px;
	height: auto;
	display: block;
	margin-bottom: 10px;
}