﻿.xinwengonggao {
	font-size: 16px;

}

.main_title {
	margin-bottom: 3vw;
	align-items: center;
}

.main_title::after {
	content: ' ';
	display: block;
	width: 57px;
	height: 4px;
	margin: 60px 0 0 0;
	background: #930D14;
	position: absolute;
}

.main_title_left span {
	font-size: 30px;
	font-weight: bold;
	color: #930D14;
}

.more {
	color: #6E6E6E;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.more:hover > img {
	transform: translateX(5px);
}
.more img{
	margin-left: 10px;
	transition: all 0.3s linear;
}
.img_list li {
	position: relative;
	overflow: hidden;
}
.img_list li:hover .img_box img{
	transform: scale(1.1);
}
.img_list li .img_box img {
	max-width: 100%;
	width: 100%;
	transition: all 0.3s linear;
	overflow: hidden;
	object-fit: cover;
	height: 518.5px;
}

.tab_box {
	display: flex;
	margin: 0 auto 30px;
}

.one_img {
	width: 67%;
}

.img_list .title_type {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 15px 10px 10px 20px;
	color: #303030;
	background: #FFE9CC;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 80px;
}

.img_list .span_date {
	float: left;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0 0 0 20px;
	background: url('/Sites/Uploaded/UserUpLoad/20251226/20251226155916.png') no-repeat;
    background-position: left;
	background-size: 20px 20px;
    padding: 0 0 0 30px;
}

.span_date img {
	margin: 0 5px 0 0;
}

.two_img {
	width: 45%;
}

.text_list li {
	position: relative;
	height: 96.6px;
	height: 105px;
	display: flex;
	flex-direction: row-reverse;
}



.text_list li .img_box {
	width: 45%;
}

.text_list li .img_box img {
	width: 100%;
	height: 100%;
	float: right;
	transition: all 0.3s linear;
	object-fit: cover;
}
.text_list li.active .span_date{
	background: url('/Sites/Uploaded/UserUpLoad/20251226/20251226155941.png') no-repeat !important;
	    background-position: left  !important;
    background-size: 20px 20px  !important;
}
.text_list .span_date {
	float: left;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0 0 0 20px;
	background: url('/Sites/Uploaded/UserUpLoad/20251226/20251226155916.png') no-repeat;
    background-position: left;
	background-size: 20px 20px;
    padding: 0 0 0 30px;
}

.main_box_two {
	width: 100%;
	height: auto;
	background-image:
		url('/Sites/Uploaded/UserUpLoad/20251225/20251225162147.png'),
		url('/Sites/Uploaded/UserUpLoad/20251225/20251225162735.png');
	background-size: 50% 100%, 50% 100%;
	background-position: left 0, right 0;
	background-repeat: no-repeat;
	padding: 150px 0 80px 0;
	position: relative;
	margin-top: 80px;
}

.main_left {
	width: 48%;
	height: 100%;
}
.main_right .main_title::after {
	content: ' ';
	display: block;
	width: 57px;
	height: 4px;
	margin: 60px 0 0 0;
	background: #FFC982 !important;
	position: absolute;
}

.main_right .main_title_left span {
	font-size: 30px;
	font-weight: bold;
	color: #FFC982 !important;
}
.main_right .more {
    color: #FFC982 !important;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.main_right .more img {
   width: 16px;
   height: 16px;
}
.main_right {
	width: 48%;
	height: 100%;
}

.main_box_two .big_date li {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	position: relative;
	padding: 20px;
	transition: all 0.3s linear;
}
.main_box_two .big_date li:hover{
	background: #FFE9CC;
	border-radius: 10px;

}
.main_box_two .main_left .big_date li:hover .ar_Con .title_type {
    color: #930D14;
}
.main_box_two .main_right .big_date li:hover .ar_Con .title_type {
    color: #930D14; 
}
.main_box_two .main_right .big_date li:hover .span_date {
    color: #930D14; 
}
.main_box_two .big_date li {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	position: relative;
	padding: 20px;
}
.main_box_two .big_date li:last-child {
	margin-bottom: 0 !important; 
}
.main_left .big_date .span_date {
	color: #930D14;
	font-size: 16px;
	width: 12%;
	padding: 5px 0;
	margin-right: 4%;
	text-align: center;
	flex-shrink: 0;
	z-index: 1;
	justify-content: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	transition: all 0.3s linear;
}

.main_left .big_date .ar_Con {
	width: 84%;
}

.main_left .ar_Con .title_type {
	font-size: 16px;
	display: block;
	width: 100%;
	color: #000;
	font-weight: 600;
	transition: all 0.3s linear;
}

.main_left .ar_Con .P_a {
	display: none;
}

.xiaohai {
	position: absolute;
	left: 20px;
	bottom: 0;
}

.xiaohai img {
	width: 170px;
    height: 293px;
	object-fit: cover;
}


.main_right .big_date .span_date {
	color: #FFC982;
	font-size: 16px;
	width: 12%;
	padding: 5px 0;
	margin-right: 4%;
	text-align: center;
	flex-shrink: 0;
	z-index: 1;
	justify-content: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	transition: all 0.3s linear;
}

.main_right .big_date .ar_Con {
	width: 84%;
}

.main_right .ar_Con .title_type {
	font-size: 16px;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 600;
}

.main_right .ar_Con .P_a {
	display: none;
}

.jkkp_main {
	width: 100%;
	height: auto;
	background: url('/Sites/Uploaded/UserUpLoad/20251225/20251225173154.png') no-repeat center;
	background-size: 100% 100%;
	background-position: center;
	padding: 60px 0;
}

.jkkp_box {
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
}

.jkkp_left {
	width: 52%;
}

.jkkp_right {
	width: 37%;
	height: initial;
	background-color: #fff;
	background-image: url('/Sites/Uploaded/UserUpLoad/20251225/20251225173214.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px;
	display: flex;
}

.jkkp_left .big_date li {
	display: flex;
	position: relative;
	background-color: #fff;
	margin-bottom: 1.6vw;
	padding: 0 0 0 10px;
	transition: all 0.3s linear;
}
.jkkp_left .big_date li:hover .ar_Con .title_type{
 color: #930D14;
}
.jkkp_left .big_date li:hover .ar_Con .P_a{
 color: #930D14;

}
.jkkp_left .big_date li:hover .span_date{
 background-color: #930D14;
}
.jkkp_box .big_date li:last-child {
  margin-bottom: 0; 
}
.jkkp_left .span_date {
	position: absolute;
	left: 0;
	bottom: 30px;
	color: #fff;
	background-color: #F2BD78;
	font-size: 16px;
	width: 12%;
	padding: 5px 0;
	text-align: center;
	flex-shrink: 0;
	z-index: 1;
	justify-content: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	transition: all 0.3s linear;
}

.jkkp_left li .img_box {
	width: 215px;
}

.jkkp_left li .img_box img {
	width: 215px;
	height: 162px;
	object-fit: cover;
	transition: all 0.3s linear;
}

.jkkp_left .ar_Con {
	padding: 20px;
}

.jkkp_left .ar_Con .title_type {
	font-size: 16px;
	display: block;
	width: 100%;
	color: #303030;
	font-weight: 600;
	transition: all 0.3s linear;
}

.jkkp_left .ar_Con .P_a {
	margin: 15px 0 0 0;
	font-size: 16px;
	display: block;
	transition: all 0.3s linear;
}
.right_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	/* margin: 40px 0 0 0; */
}
.right_list li{
	width: 48%;
	position: relative;
}
.right_list li::after{
	content: '';
	width: 60px;
    height: 45px;
    background: url(/Sites/Uploaded/UserUpLoad/20251229/20251229100319.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 75px;
    left: 36%;
	opacity: 0;
	transition: all 0.3s linear;
}
.right_list li:hover::after{
	opacity: 1;
}
.right_list .ar_Con .P_a {
	display: none;
}
.right_list .span_date{
	float: none;
	margin-top: 10px;
	display: block;
}
.right_list .img_box{
	width: 100%;
}
.right_list .img_box img{
	width: 100%;
	height: 205px;
	object-fit: cover;
}
.right_list  .title_type {
	font-size: 16px;
	width: 100%;
	font-weight: 600;
	margin-top: 20px;
	display: block;
}
.yysp_main{
	width: 100%;
	height: 457px;
	background: url('/Sites/Uploaded/UserUpLoad/20251226/20251226092553.png') no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
}
.splist li img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.splist li:hover .span_date{
background-color: #930D14;
}
.splist li:hover .video_box{
background-color: #930D14;
border-radius: 10px;
}
.splist li:hover .video_box .title_text{
	color: #fff;
}
.splist li:hover .icon_no{
	display: none;
}
.splist li:hover .icon_is{
	display: block !important;
}
.splist li .video_box{
	display: flex;
	margin-top: 10px;
	padding: 15px;
	min-height: 48px;
}
.splist li .video_box .icon_is{
	display: none;
}
.splist li .video_box img{
	width: 18px;
	height: 18px;
	margin-right: 8px;
	transition: all 0.3s linear;
}
.splist li .span_date{
	position: absolute;
	left: 0;
	bottom: 94px;
	color: #fff;
	background-color: #F2BD78;
	font-size: 16px;
	width: 20%;
	padding: 5px 0;
	text-align: center;
	flex-shrink: 0;
	z-index: 1;
	justify-content: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	transition: all 0.3s linear;
}
.splist li .video_box .title_text{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	font-weight: 600;
	transition: all 0.3s linear;
}
.swiper-button-prev_5{
	    position: absolute;
    left: -50px;
    top: 45%;
	cursor: pointer;
}
.swiper-button_5 img{
width: 30px;
    height: 50px;
}
.swiper-button-next_5{
	position: absolute;
    right: -50px;
    top: 45%;
	cursor: pointer;
}
.video_lien{
	display: block;
}
.span_date b{
	font-size: 24px;
	margin-bottom: 10px;
}

.text_list li.active {
    opacity: 0.8;
    background-color: #f5f5f5;
}
.text_list li.active .title_type{
	background-color: #930D14;
    box-sizing: border-box;
    padding:15px 15px 15px 65px;
    color: #fff;
    text-overflow: ellipsis;
    margin-left: -44px;
    width: 78%;
    height: 100%;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	flex-shrink: 0;
    line-height: 1.5;
}
.text_list .title_type {

	box-sizing: border-box;
	padding: 15px 15px 15px 20px;
	color: #303030;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 100%;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
}
.text_list li.active .span_date {
    color: #fff;
}
.img_list li {
    display: none ;
}
.img_list li:first-child {
    display: block ;
}
.list_outer li{
	border-bottom: 1px solid #BF8D67;
}
.list_outer li{
	border-bottom: 1px solid #BF8D67;
}
.list_outer li:last-child {
    border-bottom: none; 
}
