.content{
    overflow: hidden;
}
.content01{
    width: 1200px;
    margin: 0 auto;
}
.content01 .top span{
    font-size: 20px;
    color: #d1171a;
    border-left:5px solid #d1171a;
    padding-left: 12px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 20px;
    margin-top: 60px;
}
.content01 .top{
    width: 1200px;
    border-bottom:1px solid #d1171a ;
    margin-bottom: 30px;
}
.content01 .left{
    float: right;
    margin-top: -55px;
    background: url(../images/dingwei.png) no-repeat;
}
.content01 .left span a{
    color: #d1171a;
}
.content01 .left span{
    margin-left: 15px;
    width: 180px;
    display: inline-block;
    font-size: 14px;
    color: #d1171a;
    line-height: 14px;
}
.content02 .contentbox{
    background: url(../images/content03.png) no-repeat;
    background-size: 100% 1200px;
}
.content02 .list01{
    margin: 0 auto;
    width: 1200px;
    height: 915px;
    overflow: hidden;
}
.content02 .list01 ul{
    height: 203px;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px dashed #999999;
    margin-bottom: 20px;
    margin-top: 5px;
}
.content02 .list01 ul li{
    background: url(../images/dot.png) no-repeat left;
    
    margin: 0 0 24px 10px;
}
.content02 .list01 ul li a span:nth-child(1){
    display: inline-block;
    width: 700px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 15px;
}
.content02 .list01 ul li span:nth-child(2){
    float: right;
    color: #999999;
}
.content02 .list01 ul li .active{
    color:#000 ;
}
.content02 .list01 ul li a:hover{
    color:#d1171a ;
}

.contenttop{
    width: 410px;
    height: 85px;
    margin: 50px auto 0;
    font-size:14px;
    padding: 1px;
    line-height: 18px;
}
.contenttop p{
    width: 50px;
    float: left;
    margin-right: 15px;
}
.contenttop span{
    width: 30px;
    float: left;
    margin-right: 5px;
    
}

.contenttop .button01{
    display: inline-block;
    width: 190px;
    line-height: 18px;
}
.contenttop .button01 a{
    padding:1px 6px;
}
.contenttop .button01 .b01,.b02,.b03,.b04{
    
    border: 1px solid #a5d4ff;
    background-color: #ffffff;
}
.contenttop .button02{
    float: right;
    height: 22px;
    margin-top: -2px;
}
.contenttop .button02 a{
    width: 40px;
    padding: 0 3px 2px;
    border: 1px solid #a5d4ff;
    background:linear-gradient(#ffffff, #c0def7); 
}
.contenttop .button02 input{
    width: 42px;
    height: 22px;
    margin-top: -5px;
    margin-right: 3px;
    line-height: 16px;
    background-color: #ffffff;
    border: 1px solid #a5d4ff;
}

.Modal{
    width: 800px;
    height: 600px;
    margin: 0 auto;
    border: 10px solid #ededed;
    background: #ffffff;
    background-size: 800px 600px;
    border-radius: 25px;
    position: fixed;
    top:50px;
    left:0px;
    right:0px;
    display: none;
    z-index: 1234;
}

    #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #000000;
        height: 50px;
        z-index: 1;
        font-size: 30px;
        /* font-weight: bold; */
        line-height: 90px;
    }

    #cover{
        display: none;
        width: 100%;
        height: 1986px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
  
