 .ui-content{
	 width: 100%;
 }
 .ui-cnt-tp{
	 width: 100%;
	 height: 64px;
	 background: #F8F8F8;
	 display: flex;
	 align-items: center;
 }
 .ui-cnt-tp-min{
	 width: 1400px;
	 margin: auto;
	 display: flex;
	 align-items: center;
 }
 .ui-cnt-tp-img{
	 width: 16px;
	 height: 20px;
	 display: block;
	 margin-right: 10px;
 }
 .ui-cnt-tp-p{
	 font-size: 16px;
	 font-family: Source Han Sans CN;
	 font-weight: 500;
	 color: #999999;
 }
 .ui-cnt{
	 width: 1400px;
         min-height: 382px;
	 margin:40px auto;
	 display: flex;
	 justify-content: space-between;
 }
 .ui-cntl{
	 width: 240px;
 }
 .ui-cntl-h{
	 width: 100%;
	 height: 61px;
	 background-color: #16669C;
	 font-size: 22px;
	 font-family: Source Han Sans CN;
	 font-weight: 500;
	 color: #FFFFFF;
	 padding: 0 20px;
	 box-sizing: border-box;
	 display: flex;
	 align-items: center;
 }
 .ui-cntl-li{
	 width: 100%;
	 height: 59px;
	 border-bottom: 1px solid #FFFFFF;
	 font-size: 18px;
	 font-family: Source Han Sans CN;
	 font-weight: 400;
	 color: #303030;
	 padding: 0 20px;
	 box-sizing: border-box;
	 background-color: #EEEEEE;
	 display: flex;
	 align-items: center;
	 /*background-image: url("../images/ltl1.png");
	 background-repeat: no-repeat;
	 background-size: 10px 15px;
	 background-position: 92% center;*/
 }
 /*.ui-cntl-li:hover{
	 color: #16669C;
	 background-image: url("../images/ltl2.png");
	 background-repeat: no-repeat;
	 background-size: 10px 15px;
	 background-position: 92% center;
 }*/
 .ui-cntr{
	 width: 1140px;
	 
 }
 .ui-cntr-li{
	 width: 100%;
	 border-bottom: 1px solid #E1E1E1;
	 display: block;
	 padding: 20px 0;
 }
 .ui-cntr-li:first-child{
	 padding-top: 0!important;
 }
 .ui-cntr-li:hover .ui-cntr-li-tp-h{
	 color: #156399!important;
 }
 .ui-cntr-li:hover .ui-cntr-li-tp-t{
 	 color: #156399!important;
 }
 .ui-cntr-li:hover .ui-cntr-li-tp-h::before{
 	 content: "";
 	 width: 4px;
 	 height: 4px;
 	 display: block;
 	 background-color: #156399;
 	 float: left;
 	 margin-top: 10px;
 	 margin-right: 10px;
 }
 .ui-cntr-li-tp{
	 display: flex;
	 width: 100%;
	 justify-content: space-between;
 }
 .ui-cntr-li-tp-h{
	 font-size: 20px;
	 font-family: Source Han Sans CN;
	 font-weight: 400;
	 color: #303030;
 }
 .ui-cntr-li-tp-h::before{
	 content: "";
	 width: 4px;
	 height: 4px;
	 display: block;
	 background-color: #303030;
	 float: left;
	 margin-top: 10px;
	 margin-right: 10px;
 }
 .ui-cntr-li-tp-t{
	 font-size: 20px;
	 font-family: Source Han Sans CN;
	 font-weight: 400;
	 color: #303030;
 }
 .ui-cntr-li-tx{
	 font-size: 16px;
	 font-family: Source Han Sans CN;
	 font-weight: 400;
	 color: #999999;
	 line-height: 26px;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 display: -webkit-box;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 margin-top: 20px;
 }
 .ui-footer {
	width: 100%;
	height: 200px;
	background: url("../images/ftbg1.png") no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
	box-sizing: border-box;
}

.ui-ft {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 6px 0;
}

.ui-ft img {
	width: 18px;
	height: 20px;
	display: block;
	margin-right: 10px;
}
/* 图片列表 */
.ui-cntr-imgul{
	width: 100%;
}
.ui-cntr-imga{
	width: 270px;
	height: 220px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ui-cntr-imga:nth-child(4n+1){
	margin-right: 0;
}
.ui-cntr-imga img{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1400px) {
	.ui-cnt-tp-min{
		max-width: 1300px;
	}
	.ui-cnt{
		max-width: 1300px;
	}
	.ui-cntr{
		width: 1020px !important;
	}
}