*{
	padding: 0px;
	margin: 0px;
}
.ui-title{
	width: 100%;
	height: 96px;
	background-color: #F9F9F9;
}
.ui-tl-min{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.ui-tl-p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 40px;
}
.ui-tlr{
	display: flex;
	margin-top: 23px;
}
.ui-tlr-bx{
	width: 503px;
	height: 51px;
	position: relative;
}
.ui-tlr-bx-img{
	width: 28px;
	height: 29px;
	position: absolute;
	top: 10px;
	left: 20px;
}
.ui-tlr-bx-pt{
	width: 438px;
	height: 51px;
	padding-left: 65px;
	outline: none;
	border: 1px solid #CFCFCF;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C0C0C0;
}
.ui-tlr-bx-pt::-webkit-input-placeholder{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C0C0C0;
}
.ui-tlr-p{
	width: 94px;
	height: 51px;
	background-color: #ED4040;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
}
.ui-content {
	width: 1200px;
	margin: 10px auto 0px;
	display: flex;
	justify-content: space-between;
	min-height: 496px;
}
.ui-ctl{
	    width: 300px;
	    height: auto;
	    margin-top: 20px;
	    margin-right: 30px;
}
.ui-ctl-h{
	width: 100%;
	padding: 10px 0px;
	font-size: 20px;
	background-color: #B81713;
	color: #FFFFFF;
	text-align: center;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.ui-ctl-ul{
	list-style-type: none;
}
.ui-ctl-li{
	width: 100%;
	padding: 10px 0px;
	font-size: 20px;
	background-color: #B81713;
	color: #FFFFFF;
	text-align: center;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.ui-ul{
	list-style-type: none;
	 width: 865px; 
}
.ui-li{
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	padding: 20px 0px;
}
.ui-li-a{
	text-decoration: none;
	display: flex;
}
.ui-li-a:hover .ui-li-bx-h{
	color: #ED4040;
}
.ui-li-img{
	width: 187px;
	height: 135px;
	margin-right: 20px;
	flex-shrink: 0;
}
.ui-lir{
	width:100%;
}
.ui-li-bx {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}
.ui-li-bx-h{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.ui-li-bx-p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 27px;
}
.ui-li-p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5B5B5B;
	line-height: 30px;
}
.ui-ctl-active {
	background: #850300;
}