.info-box{
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
	padding: 20px;
	box-sizing: border-box;
}
.info-box .title-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px solid var(--themeColor);
	margin-bottom: 10px;
}
.info-box .title-box .left{
	font-size: 20px;
}
.info-box .title-box .left .t{
	font-weight: bold;
	border-bottom: 4px solid var(--themeColor);
	padding-bottom: 8px;
}
.info-box .title-box .left .t1{
	font-size: 14px;
	color: #aaa;
}
.info-box .title-box .left .icon{
	height: 20px;
	width: auto;
	margin-right: 10px;
}
.info-box .title-box .right{
	font-size: 14px;
	cursor: pointer;
	color: #aaa;
}

.flex-2{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.flex-2 .info-box{
	width: 49%;
}

.yw-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.yw-box .left-box{
	width: 40%;
}
.yw-box .right-box{
	width: 56%;
}
.yw-box .swiper {
  width: 100%;
  height: 350px;
}
.yw-box .swiper .swiper-slide{
	position: relative;
}
.yw-box .swiper .swiper-slide .img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.yw-box .swiper .swiper-slide .text{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	position: absolute;
	z-index: 5;
	bottom: 0;
	padding: 10px 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-box .article-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.info-box .article-box .item-box{
	width: 100%;
	border-bottom: 1px dashed #aaa;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.info-box .article-box .item-box .text:hover {
	color: #999;
}


.info-box .article-box .item-box .left{
	display: inline-flex;
	align-items: center;
	align-content: center;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.info-box .article-box .item-box .left .text{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.info-box .article-box .item-box .left .icon{
	width: 6px;
	height: 6px;
	margin-right: 10px;
	background-color: var(--themeColor);
	border-radius: 10px;
	display: inline-block;
}
.info-box .article-box .item-box .right{
	font-size: 14px;
	color: #666;
	display: inline-block;
}

.info-box .article-box  .item-box2{
	width: 100%;
	display: flex;
	align-items: start;
	cursor: pointer;
}
.info-box .article-box  .item-box2 .left{
	width: 80px;
	height: 80px;
	background-color: var(--themeColor);
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 14px;
	flex-wrap: wrap;
}
.info-box .article-box  .item-box2 .left p{
	width: 100%;
	text-align: center;
}
.info-box .article-box  .item-box2 .left .t{
	font-size: 28px;
	font-weight: bold;
}
.info-box .article-box  .item-box2 .right{
	width: calc(100% - 80px);
	flex:1;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
}
.info-box .article-box  .item-box2 .right .t{
	font-size: 18px;
}
.info-box .article-box  .item-box2 .right .d{
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-box .article-box  .item-box2 .right .t:hover{
	color: #999;
}


.info-box .h-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	
}
.info-box .h-box .item-box{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
}
.info-box .h-box .item-box .img{
	width: 100%;
	height: 160px;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.info-box .h-box .item-box .img:hover{
	transform: scale(1.05);
}
.info-box .h-box .item-box .text{
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}

.info-box .img-box{
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow-x: scroll;
}
.info-box .img-box .img{
	width: 260px;
	height: 120px;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
}
.info-box .img-box .img:hover{
	transform: scale(1.05);
}

.info-box .link-box{
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow-x: scroll;
}
.info-box .link-box .item-box{
	width: 200px;
	margin-right: 15px;
	display: inline-flex;
	cursor: pointer;
	justify-content: center;
	flex-wrap: wrap;
}

.info-box .link-box .item-box .text{
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	text-align: center;
}
.info-box .link-box .img{
	width: auto;
	height: 50px;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.info-box .link-box .img:hover{
	transform: scale(1.05);
}