/* 首页 */
.index_toutiao{
	text-align: center;line-height: 1.4;font-size: 40px;color: #277DE2;box-sizing: border-box;
	    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_toutiao a{color: #277DE2;}
.index_toutiao a:hover{color:#cd2013;}
.i_myswiper_box{position: relative;}
.i_myswiper{
	width: 1040px;
	height: 530px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 15px;
	border-radius: 30px;
}
.i_myswiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.i_myswiper .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i_myswiper .swiper-slide p{
	position: absolute;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0.6));
	color: #fff;
	padding: 0 160px 0 30px;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;

}
.i_myswiper .swiper-pagination{
	right: 50px;
	bottom: 20px;
	font-size: 28px;
	text-align: right;
    box-sizing: border-box;
    padding-right: 30px;
	color: #fff;
}
.i_myswiper .swiper-pagination-current{
	font-size: 40px;
}

.i_myswiper_box .swiper-button-next{
	width: 105px;
    height: 526px;
    background: url(/static/img/sk_big_arrow_v2022.png) no-repeat left center;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .2;
} 
.i_myswiper_box .swiper-button-prev{
	width: 105px;
    height: 526px;
    background: url(/static/img/sk_big_arrow_v2022.png) no-repeat left center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    opacity: .2;
}
.i_myswiper_box .swiper-button-next:after,
.i_myswiper_box .swiper-button-prev:after{
	 content: ' ';
 }
 .i_myswiper_box .swiper-button-next:hover,
.i_myswiper_box .swiper-button-prev:hover{
	opacity: 1;
}
.i_my_main{
	display: flex;
	justify-content: space-between;
}
.i_my_item{
	width: 32%;
}
.i_my_item .i-r-news .fst{
	padding-bottom: 12px;
}
.i_my_item .i-r-news .fst img{width: 130px;height: 72px;}
.i_my_item .i-r-news .fst .info{width: calc(100% - 150px);}
.i_my_item .i-r-news li a{
	padding-left: 8px;
    font-size: 16px;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	float: none;
}
.i_my_item .i-r-news li span{
	float: none;
}
.i_my_item .i-r-news li{display: flex;justify-content: space-between;
padding: 10px 0;}
.i_my_item  .i-r-video ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.i_my_item  .i-r-video ul li{
	float: none;padding: 6px;
}

.index_xiaotoutiao{
	display: flex;
	justify-content: space-between;
	padding: 0 3%;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: 18px;
}
.xiaotoutiao_item{
	width: 32%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.content-fenxiang{
	position: relative;
	font-size: 18px;
	line-height: 1;
}
.fenxiang-qrcode{
	position: absolute;
	top: 22px;
	right: 0;
	width: 100px;
	height: 100px;
	display: none;
	background-color: #fff;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.fenxiang-qrcode canvas{
	width: 100px;
}
.content-fenxiang:hover .fenxiang-qrcode{
	display: block;
}