.listBox {
    width: 1200px;
    min-height: 1000px;
    margin: auto;
    text-align: center;
}

/* 左侧 */

.listBox .leftBox {
    width: 195px;
    height: 220px;
    float: left;
}

.listBox .iconBox {
    width: 195px;
    min-height: 75px;
    margin-top: 48px;
    box-shadow: silver -2px 1px 5px 1px;
    overflow: hidden;
}

.listBox a {
    text-decoration: none;
    font-family: "微软雅黑";
}

.listBox .logoBox {
    background: url(../images/listimgs/logo.png) no-repeat center 0;
    width: 195px;
    height: 75px;
    line-height: 75px;
    font-size: 25px;
}

.listBox .logoBox a {
    color: white;
}

.listBox .iconBox .text {
    margin: auto;
    width: 171px;
    line-height: 30px;
    padding:22px 0;
    border-bottom: 1px dashed rgb(127, 193, 226);
}

.listBox .iconBox .text a {
    font-family: "微软雅黑";
    color: rgb(102, 102, 102);
    font-weight: bold;
}

.listBox .iconBox .text a:hover {
    color: rgb(72, 103, 202);
}

/* .listBox .iconBox ul img{
    margin: 0;
    padding: 0;

} */

/* 右侧列表 */

.listBox .rightBox {
    width: 969px;
    min-height: 100px;
    float: right;
    margin-top: 48px;
}

.listBox .rightBox .top {
    height: 20px;
    margin: 25px;
}

.listBox .rightBox .top ul {
    float: left;
    font-family: "宋体";
    margin-left: 67px;
    color:rgb(111,111,111);
}

.listBox .rightBox .top ul span {
    color: rgb(111, 111, 111);
    font-size: 17px;
    font-family: "宋体";
    margin-left: 10px;
}

.listBox .rightBox .top a {
    font-family: "宋体";
    color: rgb(111, 111, 111);
    text-decoration: none;
}

/* 列表 */

.listBox .rightBox .bot {
    width: 969px;
    min-height: 100px;
    box-shadow: silver -2px 1px 5px 1px;
    padding-bottom: 1px;
}

.listBox .rightBox .bot .listBox {
    width: 969px;
    min-height: 300px;
}

.listBox .rightBox .bot ul {
    /* float: left;
    margin-left: 92px; */
    width: 921px;
    height: 217px;
    margin: auto;
    border-bottom: 1px dashed rgb(127, 193, 226);
    padding-top: 20px;
}

.listBox .rightBox .bot ul li {
    width: 820px;
    text-align: left;
    float: left;
    height: 45px;
    line-height: 48px;
    margin-left: 67px;
}

.listBox .rightBox .bot ul li a {
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 17px;
    color: black;
    /* 不允许换行 */
    white-space: nowrap;
}

.listBox .rightBox .bot .listBox ul li a:hover {
    color: rgb(180, 7, 7);
}

.listBox .rightBox .bot ul li span {
    font-family: "微软雅黑";
    font-size: 15.36px;
    color: #cac9c9;
    float: right;
}

.listBox .rightBox .bot .page {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 70px auto;
}

/*
.listBox .rightBox .bot .page span a{
    font-size: 17px;
    font-family: "宋体";
    border: 1px solid silver;
    margin: 0 10px;
    display: block;
    line-height: 40px;
    font-weight: 500;
}

.listBox .rightBox .bot .page a:hover {
    color: white;
    background-color: rgb(72, 103, 202);
   
}
.listBox .rightBox .bot .page .a {
    width: 63px;
    height: 40px;
}

.listBox .rightBox .bot .page .b {
    width: 81px;
    height: 40px;
}

.listBox .rightBox .bot .page .c {
    width: 40px;
    height: 40px;
}
*/