﻿.header{
    background: url(../images/ed44d38f9c3914842cb2fdeaafdc968.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.header-top{
    height: 340px;
    text-align: center;

}


.header-nav{
    background-color: #df2100;
}
.header-nav ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.header-nav ul li{
    flex: 1;
}
.header-nav ul li a{
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: block;
}
.header-nav ul li a:hover{
    background-color:#f03717;
}
/*end */
.site-wrap{
    width: 1200px;
    margin: 0 auto;
}
.site-wrap ul li{
    overflow: hidden;
    font-size: 16px;
    padding-left: 20px;
    line-height: 36px;
    background: url(../images/20210312spot.jpg) no-repeat 5px 16px;

}
.site-wrap ul li:nth-child(5n+5){
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    box-sizing: border-box;

}
.site-wrap ul li a{
    color: #000;
}
.site-wrap ul li a:hover{
    color: #c12125;
}

.site-wrap ul li span{
    float: right;
    color: #999;
}

.page {
    overflow: hidden;
    text-align: center;
}
.page a, .page span {
    line-height: 34px;
    color: #666666;
    background-color: #f1f1f1;
    padding: 0 11px;
    margin: 0 2px;
    display: inline-block;
    _display: block;
    _display: inline;
    text-align: center;
    font-size: 13px;
}
.page .current {
    background: #e62902;
    border: 1px solid #e62902;
    color: #fff !important;
    font-weight: bold;
    padding: 0 12px;
}




.footer{
    background: #f1f1f1;
    margin-top: 20px;
    border-top: 5px solid #c12125;
        text-align: center;
}
.footer p{
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 14px;
}
.footer p span{
    margin-right: 10px;
}