.ui-content{
	width: 1200px;
	margin: auto;
}
.ui-ct-tp{
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #999999;
	line-height: 49px;
	text-align: right;
}
.ui-ctbx{
	display: flex;
	justify-content: space-between;
}
.ui-ctbxl{
	width: 260px;
}
.ui-ctbxl-li-h{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0b4793;
	font-size: 18px;
	color: #FFFFFF;
	
}
.ui-ctbxl-ul{
	list-style-type: none;
	width: 100%;
}
.ui-ctbxl-li{
	width: 100%;
	height: 50px;
	background-color: #eeeeee;
	margin-bottom: 2px;
}
.ui-ctbxl-li-a{
	width: 100%;
	height: 50px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #333333;
}
.ui-ctbxl-li-a:hover{
	color: #0b4793;
}
.ui-ctbxr{
	width: 900px;
	border: 1px solid #eeeeee;
	margin-bottom: 35px;
}
.ui-ctbxr-tp{
	width: 97.6%;
	height: 50px;
	background-color: #eeeeee;
	font-size: 18px;
	color: #333333;
	border-left: 2px solid #0b4793;
	line-height: 50px;
	padding-left: 20px;
}
.ui-ctbxr-tl{
	width: 95%;
	margin: auto;
	border-bottom:1px dotted #333333;
	padding-top: 30px;
}
.ui-ctbxr-tl-h{
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.ui-ctbxr-tl-p{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 45px;
}
.ui-ctbxr-tl-sp{
	padding: 0px 14px;
}
.ui-ctbxr-tl-sp1{
	padding: 0px 14px;
}	
.ui-ctbxr-tl-sp1::before{
	content: "";
	width: 16px;
	height: 16px;
	background: url(../Images/dt1.png) no-repeat;
	box-sizing: 100%;
	display: inline-block;
}
.ui-ctbxr-bx{
	width: 95%;
	margin: auto;
	font-size: 16px;
	color: #333333;
	padding: 20px 0px;
	text-indent: 2em;
	line-height: 25px;
}
.ui-ctbxr-bx a{
    text-decoration:none;
    font-size: 16px;
	color: #333333;
}
.ui-ctbxr-bx a:hover{
    color:#0b4793;
}
.ui-ctbxr-bx img{
    width:auto;
       margin: auto;
    display: block;
	height: auto;
	max-width: 100%;
}
.ui-ctbxr-b{
	width: 95%;
	margin: auto;
}
.ui-ctbxr-bp{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.ui-current{
    color:#0b4793!important;
}