.layout {
    width: 100%;
    /* padding: 0 20px; */
}
.bg-gray {
    background: #F7F7F7;
}
.container, .container-layout {
    margin: 0 auto;
    padding: 0 40px;
}
.line {
    margin: 0;
    padding: 0;
}
.line::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.height {
    line-height: 24px;
}
.padding-big-top {
    padding-top: 20px;
}
.padding-big-bottom {
    padding-bottom: 20px;
}
.find-word {
    font-size: 18px;
}
.text-blue {
    color: #0066B2;
    font-weight: bold;
}
.normal-list-box {
    width: 100%;
}
.normal-list {
    min-height: 550px;
}
.normal-list li {
    position: relative;
    display: block;
    line-height: 24px;
    background: #FFF;
    margin-bottom: 10px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.normal-list li .listbox-left{
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
}
.normal-list li a {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 16px;
    color: #333;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.normal-list li .dotdiv {
    background: #ececec;
    max-width: 7px;
    min-width: 7px;
    height: 7px;
    border-radius: 50%;
}
.normal-list li span {
    color: #888888;
    display: block;
    white-space: nowrap;
}
.paginationbox {
    width: 100%;
}

/* 手机 */
.main-mobile .container, .main-mobile .container-layout {
    padding: 0 20px;
}
.main-mobile .find-word {
    font-size: 16px;
}
.main-mobile .normal-list li {
    padding: 0 10px;
}
.main-mobile .normal-list li a {
    padding: 20px 5px;
    font-size: 14px;
}
.main-mobile .normal-list li .listbox-left{
    width: calc(100% - 70px);
}