body{
	background-color: #F5F6F8;
}
.ui-content{
	width: 1240px;
	margin:40px auto;
	display: flex;
	justify-content: space-between;
}
.ui-cntl{
	width: 260px; 
}
.ui-cntl-h{
	width: 260px;
	height: 88px;
	background: url("../images/ltlbg1.png") no-repeat;
	background-size: 100% 100%;
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-cntl-ul{
	width: 100%;
	background-color: #fff;
	padding: 30px 0 20px;
}
.ui-cntl-ul-a{
	margin-left: 20px;
	display: block;
	margin-bottom: 10px;
}
.ui-cntl-li{
	width: 220px;
	height: 61px;
	background-color: #EAF2FB;
	/* margin: 0 0 10px 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-cntl-li div{
	width: 13px;
	height: 17px;
	display: block;
	background: url("../images/ltl1.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 23px;
}
.ui-cntl-li p{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #555555;
}
.ui-cntl-li1{
	width: 227px;
	height: 61px;
	background: url("../images/ltlli1.png") no-repeat;
	background-size: 100% 100%;
}
.ui-cntl-li1 div{
	width: 13px;
	height: 17px;
	display: block;
	background: url("../images/ltl2.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 23px;
}
.ui-cntl-li1 p{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #02BDFD;
}
.ui-cntr{
	width: 950px;
	border-top: 4px solid #2973D7;
	background-color: #fff;
}
.ui-cntr-tp{
	width: 911px;
	border-bottom: 1px solid #D2D2D2;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding-bottom: 13px;
	padding-top: 30px;
	align-items: center;
}
.ui-cntr-tp-h{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 26px;
	color: #206BD1;
}
.ui-cntr-tp-r{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.ui-cntr-tp-r a{
	color: #206BD1;
}
.ui-cntr-ul{
	width: 100%;
}
.ui-cntr-li{
	width: 911px;
	border-bottom: 1px solid #D2D2D2;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.ui-cntr-lil{
	width: 96px;
	height: 80px;
	background: #F5F6F8;
	text-align: center;
}
.ui-cntr-lil-p1{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 28px;
	color: #444444;
	text-align: center;
	padding-top: 5px;
}
.ui-cntr-lil-line{
	width: 76px;
	height: 1px;
	background: #D2D2D2;
	margin: 4px auto 8px;
}
.ui-cntr-lil-p2{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	text-align: center;
}
.ui-cntr-lir{
	width: 770px;
}
.ui-cntr-lir-h{
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.ui-cntr-lir-p{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #939393;
	line-height: 24px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.ui-cntr-li:hover .ui-cntr-lil{
	background-color: #2973D7;
}
.ui-cntr-li:hover .ui-cntr-lil-p1{
	color: #fff;
}
.ui-cntr-li:hover .ui-cntr-lil-line{
	color: #fff;
}
.ui-cntr-li:hover .ui-cntr-lil-p2{
	color: #fff;
}
.ui-cntr-li:hover .ui-cntr-lir-h{
	color: #2973D7;
}
/* 封页 */
.ui-pages{
	width: 100%;
	display: flex;
	justify-content: center;
}
.box {
	margin: 40px auto;
	height: 34px;
}

.page {
	/* width: 600px; */
}

.info {
	width: 200px;
	height: 34px;
	line-height: 34px;
}

.fl {
	float: left;
}
.ui-cntl-li-mx {
	margin: 0 0 10px 20px;
}

.ui-cntl-li-mx-li {
	width: 220px;
	/* height: 30px; */
	background-color: #EAF2FB;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #555555;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 5px;
	box-sizing: border-box;
}
.ui-cntl-li-mx-li:hover{
	color: #02BDFD;
}
.ui-cntl-li-mx-li-active {
	width: 220px;
	/* height: 30px; */
	background-color: #EAF2FB;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color:#02BDFD;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.ui-cntl-li-mx-li-active:hover{
	color: #02BDFD;
}

@media screen and (max-width: 1240px) {
	body{
		width: 1240px!important;
	}
	.ui-header {
		width: 1240px!important;
	}
	.ui-hd-tp1-min{
		width: 1200px!important;
	}
	.ui-nav-min{
		width: 1200px!important;
	}
	.ui-hd-tp2-min{
		width: 1200px!important;
	}
	.ui-hd-tp1 {
		width: 1240px!important;
	}
	.ui-lunbo {
		width: 1240px;
	}
	.ui-content{
		width: 1200px!important;
		margin:20px auto;
	}
	.ui-ft-min{
		width: 1200px !important;
	}
	.ui-cntl{
		margin-right: 10px!important;
		width: 250px;
	}
	.ui-cntr{
		width: 930px!important;
	}
	
}