body{
	background-color: #F5F6F8;
}
.ui-content{
	width: 1240px;
	margin:40px auto 87px;
	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-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: 1250px;
	border-top: 4px solid #2973D7;
	background-color: #fff;
}
.ui-cntr-tp{
	width: 1211px;
	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: 1211px;
	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: 1070px;
}
.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;
}

.alert-info {
	text-align: center;
    margin: 100px;
}

.alert-danger{
	text-align: center;
    margin: 100px;
}
@media screen and (max-width: 1240px) {
	.ui-cntr{
		width: 1200px !important;
		margin: 0 auto;
	}
.ui-cntr-tp{
		width: 1200px !important;
		margin: 0 auto;
		padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
	}
	.ui-cntr-li{
		width: 1200px !important;
		margin: 0 auto;
	}
	.map-box{
		width: 1200px !important;
		margin-left: 0 !important;
	}
}
	