* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
	color:#2D2F33;
}

ul, li {
    list-style: none;
}
/* 反洗钱列表 */
.amlAll {
    background: #F8F8FC;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
}

.amlContent {
    width: 1020px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    font-size: 0px;
}
.amlListl{
    display: inline-block;
    line-height: 60px;
}
.amlListr{
    float: right;
    display: inline-block;
    
    line-height: 60px;
}
.amlContentRight {
    width: 839px;
    min-height: 810px;
    padding-top: 20px;
    padding-bottom: 40px;
    display: inline-block;
}

.amlTitle {
    padding: 0 40px;
    font-size: 22px;
    color: #2D2F33;
    font-weight: bold;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.amlList {
    /* height: 600px;
    overflow: hidden; */
	min-height: 600px;
}

.amlList ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    height: 60px;
    padding: 0 40px;
    color: #11171E;
}

.amlList ul a:nth-child(2n-1) li {
    background: #FCFCFF;
}
.amlList ul a:hover li{
    background: #F6F6FC
}
/* 反洗钱分页 */
.pageChange_aml {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    text-align: center;
}
.pageChange_amlPage2 img{
    margin-top: 4px;
}

.pageChange_amlPage2{
    background: #FFFFFF;
	border: 1px solid #DCDEE2;
	border-radius: 2px;
    width: 20px;
    display: inline-block;
	line-height: 20px;
	text-align: center;
	color: #2D2F33;
	height: 20px;
	margin: 0 10px;
}

.pageChange_amlPage2img2{
    display: none;
}

.pageChange_amlPage2:hover {
    border: 1px solid #1B61DA;
}
.hint:hover >.pageChange_amlPage2img2{
    display: inline-block;
}
.hint:hover >.pageChange_amlPage2img1{
    display: none;
}

.pageChange_amlPage{
    background: #FFFFFF;
	border: 1px solid #DCDEE2;
	border-radius: 2px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #2D2F33;
	height: 20px;
	margin: 0 10px;
	font-size: 12px;
}

.pageChange_amlPageActive{
    border: 1px solid #1B61DA;
    color: #1B61DA;
}

.pageChange_amlPageActive a{
    color: #1B61DA;
}

.pageChange_amlPage:hover >a{
    color: #ffffff;
}

.pageChange_amlPage:hover{
    color: #ffffff;
    border: none;
    background: #1B61DA;
}

.amlgotopage{   
    margin: 20px 0;
    display: flex;
    color:  #2D2F33;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: inline-block;
}
.amlSubmit{
    color:  #2D2F33;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block
}
.inptnum{
    background: #FFFFFF;
    border: 1px solid #DCDEE2;
    border-radius: 2px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #2D2F33;
    height: 20px;
    display: inline-block;
    margin: 0 10px;
}