* {
	margin: 0;
	padding: 0;
}

.ui-content {
	width: 100%;

}

.ui-cnt-top {
	width: 100%;
}

.ui-cnt-top-img {
	width: 100%;
	height: 360px;
	display: block;
}

.ui-cnt-topb {
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #D2D2D2;
}

.ui-cnt-topb-min {
	width: 1440px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 100%;
}

.ui-cnt-topb-minl {
	display: flex;
}

.ui-cnt-topb-minl-p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-right: 50px;
	position: relative;
}

.ui-cnt-topb-minl-p1 {
	color: #C30D23;
}

.ui-cnt-topb-minl-p1::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #C30D23;
	display: block;
	/* margin-top: 17px; */
	/* float: left; */
	position: absolute;
    left: 0;
    bottom: -10px;
}

.ui-cnt-topb-minr {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	display: flex;
}

.ui-cnt-topb-minr p {
	color: #C30D23;
}

.ui-cnt {
	width: 1440px;
	position: relative;
	margin:40px auto;
}

.ui-cntl {
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #D2D2D2;
	left: 121px;
	z-index: 0;
}

.ui-cntr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 25px;
}

.ui-cntr1 {
	display: flex;
	flex-shrink: 0;
}

.ui-cntr1-t {
	font-size: 20px;
	font-family: SimHei;
	font-weight: 400;
	color: #C30D23;
}

.ui-cntr1-quan {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 2px solid #C30D23;
	border-radius: 50%;
	margin-left: 12px;
}

.ui-cntr2 {
	width: 1279px;
	height: 287px;
	background: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	padding: 40px 15px;
	box-sizing: border-box;
	transition: linear .5s;
	-webkit-transition: linear .5s;
	-moz-transition: linear .5s;
}
.ui-cntr2:hover{
	box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.14);
	border-bottom: none;
}

.ui-cntr2-a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
}

.ui-listImg{
	width: 330px;
	height: 206px;
	overflow: hidden;
	position: relative;
}
.ui-cntr2:hover .ui-cntr2-img{
	transform: scale(1.05);
	transition: linear .5s;
	-webkit-transition: linear .5s;
	-moz-transition: linear .5s;
}
.ui-cntr2-img {
	width: 330px;
	height: 206px;
	margin-right: 30px;
	transition: linear .5s;
	-webkit-transition: linear .5s;
	-moz-transition: linear .5s;
}

.ui-cntr2r {
	width: 72%;
	padding-right: 20px;
}

.ui-cntr2r-h {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	padding-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-cntr2r-p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.ui-cntr2r-img {
	width: 140px;
	height: 40px;
	display: block;
}
