*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}
/* 轮播图片 */
nav img{
    width: 100%;
}
/* 专场中心 */
.spacial_center{
    
    background:rgb(249,249,249) url(../img/bgdiantwo.jpg);
}
.spacial_title,.spacial_content{
    width: 80%;
    margin: auto;
}
.spacial_title{
    text-align: center;
}
.spacial_title p:nth-of-type(1){
    font-weight: bold;
}
.spacial_title p:nth-of-type(2){
    color:rgb(159,163,175);
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.spacial_content{
    overflow: hidden;
    background-color: white;
    border: 1px solid #ccc;
}
.spacial_content ul li{
    margin: 20px;
    height: 286px;
}
.spacial_content .on{
    width: 50%;
    float: left;
    height: 100%;
}
.spacial_content .come{
    width: 45%;
    float: left;
    padding-left: 46px;
    border: 1px solid #ccc;
    border-left: none;
    height: 100%;
}
/* .spacial_content .five{
    float: left;
} */
.spacial_content .five img{
    width: 50px;
    height: 60px;
    padding: 10px;
}
.spacial_content .five img:last-child{
    width: 100px;
}
.spacial_content .come h3{
    padding: 20px 20px 20px 0;
    border-bottom: 1px dashed black;
}
.spacial_content .come p:nth-of-type(1){
    padding: 13px 0;
    font-size: 13px;
}
.spacial_content .come button{
    float: right;
    margin-right: 36px;
    border: none;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    color: white;
    background-color: rgba(169,144,144)
}
.spacial_content .come button:hover{
    background-color: rgba(96,0,0);
}

