.layui-carousel {
	display: flex;
}

.newsImages {
	height: 19.6875rem !important;
}

.lunbo .layui-this,
.lunbo .lunboList,
.layui-carousel>[carousel-item] {
	/* display: flex !important; */
	position: absolute;
	width: 100%;
	height: 19.6875rem  !important;
}

.lunboList img {
	width: 58.9%;
	height: auto;
}

.newsImages2{
	float: left;
	/* width: 66%; */
	width: calc(50% - 1.25rem);
	height: 19.6875rem;
	background: #ccc;
	overflow: hidden;
	display: flex;
}
.layui-carousel img{
	width: 100%;
	height: 100%;
}
.carousel-box {
    width: 60%;
}
.text-box {
  width: 40%;
  background: linear-gradient(0deg, #0050A0 0%, #3BADFF 41%, #3BADFF 100%);
  border-radius: 0rem 0rem 0.0625rem 0rem;
  display: block;
  padding: 1.875rem 1.1875rem;
  text-align: justify;
  white-space: normal;
}
.text-box  a{
	color: #FFFFFF;
}
.text-box span:first-child {
	width: 100%;
	font-weight: bold;
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 1.875rem;
}

.text-box span:nth-of-type(2) {
	font-size: 1.125rem;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.5rem;
	left: 1.25rem;
	margin-top: 1.25rem !important;
	height: 6.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-box span:nth-of-type(3) {
	font-size: 1.125rem;
	    color: #FFFFFF;
	    line-height: 1.5rem;
	    font-weight: 400;
	    top: 3.125rem;
	    text-align: left;
	    position: relative;
}

.layui-carousel-ind {
	/* top: calc(100% + 5.875rem) !important;
	transform: translateX(41%); */
	top: calc(75% + 1.875rem) !important;
}

.newsList {
	/* width: 33.6%; */
	width: 50%;
	height: 19.6875rem;
	margin-left: 1.25rem;
}


/* 机构 */
.unitView,.unitView2{
	width: 100%;
}
.normalTitle.noMarging{
	margin:  0 ;
}
.unitView .normalTitle span,
.unitView2 .normalTitle span{
	width: 4.25rem;
	height: 4.25rem;
	background: #3BADFF;
	font-weight: bold;
	font-size: 3rem;
	color: #FFFFFF;
	display: inline-block;
	line-height: 4.25rem;
	margin-left: -5rem;
	margin-right: 3.125rem;
}
.unitView .normalTitle i,
.unitView2 .normalTitle i {
    width: 20rem;
	margin-top: 0;
}
.unitBox {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.unitBox span {
	/* width: 223px; */
	width: calc(16.66% - 2.15rem);
	padding: 0 0.75rem;
	/* width: 221px; */
	height: 5rem;
	background: #F0F1F7;
	border-radius: 0.5rem;
	font-weight: bold;
	font-size: 1.125rem;
	color: #4A4E58;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	line-height: 1.25rem;
}
.unitBox div span:last-child{
	margin-right: 0;
}
.unitBox span:hover{
	background: #0050A0;
	color: #fff;
}
.unitBox span {
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
/* end */