*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #EEE;
}
.ui-content{
	width: 1200px;
min-height: 564px;
	margin:30px auto;
	display: flex;
	justify-content: space-between;
}
.ui-ctl{
	width: 240px;
}
.ui-ctl-tp{
	width: 240px;
	height: 120px;
	background: url(../images/lct1.png) no-repeat;
	background-size: 100% 100%;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-ctl-ul{
	list-style-type: none;
	background-color: #FFFFFF;
}
.ui-ctl-li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-ctl-a{
        font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.ui-ctl-a:hover{
	background-color:#EAEAEA;
	color: #0647A6;
	background-image: url(../images/lct3.png);
	background-repeat: no-repeat;
	background-size: 9px 16px;
	background-position:90% 50%;
}
.ui-ctr{
	width: 935px;
	background-color: #FFFFFF;
}
.ui-ctr-tp{
	width: 895px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 10px;
}
.ui-ctr-tp-h{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	border-bottom: 2px solid #0647A6;
	padding-bottom: 3px;
}
.ui-ctr-tp-p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
}
.ui-ctr-tp-img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.ui-ctr-ul{
	    list-style-type: none;
	    width: 90%;
	    margin: 30px auto;
	    overflow: hidden;
}
.ui-ctr-li{
	display: flex;
	float: left;
	margin-bottom: 40px;
	margin-right: 29px;
}
.ui-ctr-li:nth-child(2n){
	margin-right: 0px;
}
.ui-ctr-lia{
	text-decoration: none;
	display: flex;
}
.ui-ctr-li-img{
	width: 160px;
	height: 230px;
	margin-right: 20px;
}
.ui-ctr-lir{
	width: 225px;
}
.ui-ctr-lir-h{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 19px;
}
.ui-ctr-lir-p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	width: 80px;
	overflow: hidden;
}
.ui-ctr-lir-p::after{
	content: "";
	width: 34px;
	height: 2px;
	background-color: #0274D1;
	display: block;
	float: right;
	margin-top: 8px;
	margin-right: 46px;
}
.ui-ctr-lirb{
	margin-top: 34px;
}
.ui-ctr-lirb-h{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}
.ui-ctr-lirb-p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.ui-pages{
	width: 335px;
	display: flex;
	margin:30px auto;
}
.ui-pages-prev{
	width: 60px;
	height: 26px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.ui-pages-p{
	width: 26px;
	height: 26px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.ui-pages-p:hover{
	color: #FFFFFF;
	background-color: #136CC8;
}
.ui-pages-next{
	width: 60px;
	height: 26px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}