a {
    color: #000;
}

.head {

    background:url(../images/20210624banner.jpg)  repeat-x top center ;
    background:url(../images/history-list-bg.png)  no-repeat top center ;
    background-size: 100% 260px;
    
}

.topimg {
    width: 1200px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
}
.topimg img{
    vertical-align: middle;
    margin-top: 70px;
}
.nav {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px #CB1610 solid;
}

.nav ul {
    display: flex;
}

.nav ul li {
    flex: 1;
}

.nav ul li a {
    color: #cb1610;
    font-weight: bold;
    display: block;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .5s;
    border-radius: 5px 5px 0 0;
}

.nav ul li a:hover {
    color: #fff;
    transition: all .5s;
    background-color: #df5044;
    
}

/* ----------------- */
#content .mod{
    overflow: hidden;
}
#content .mod .list-tit{
    width: 1200px;
    margin: 0 auto;    
    line-height: 44px;
    padding-left: 30px;
    box-sizing: border-box;
    height: 44px;
    background: url(../images/listbg1.jpg) no-repeat left;
}
#content .mod .list-tit a{
    font-size: 18px;
    color: #ffc51e;
}
.mod-list{
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;

}
.mod-list li{
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
    background: url(../images/list_06.jpg) no-repeat left center;
    padding-left: 10px;
}
.mod-list li a{
    height: 60px;
    display: block;
    font-size: 16px;
    color: #727171;
    transition: all .5s;
    
}
.mod-list li a span{
    height: 60px;
    width: 1050px;
    display: block;
    float: left;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mod-list li a .time{
    width: 120px;
    float: right;
    text-align: right;
    overflow: hidden;
}
.mod-list li a:hover{
    font-size: 18px;
    color: #CB1610;
    transition: all .5s;
}
.page-nav{
    overflow: hidden;
    margin: 20px 0;
    border-left: 1px solid #ededed;

}
.page-nav span{
    float: left;
    display: block;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ededed;
    margin-left: -1px;
}

.page-nav span a{
    display: block;
    padding: 0 12px;
}
.page-nav .this a{
    background-color: #e03f38;
    color: #fff;
}
/* ---------- */
.foot{
    background-color: #CB1610;
}
.foot .mod{
    width: 1200px;

    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot .mod p{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.foot .mod p a{
    color: #fff;

}