*{
    margin:0;
    padding:0;
}
body{
    background-color: #f9f9f9;
}
a {
        text-decoration: none;
        color: inherit;
}


ul,li{list-style: none;}
.scenbaseservice{
    margin:0 auto;
    margin-top:30px;
    position: relative;
    width:70vw;
    background-color: #ffffff;
    padding-bottom:30px;
   
}
.scenbaseservice>.scenbaseservice-topimg{
    width:100%;
    height:auto
}

.scenbaseservice-content{
    display: flex;
    flex-wrap: wrap;
    width:97%;
    margin:0 auto;
    margin-top:2%;
    justify-content: space-between;
   

}
.scenbaseservice-content>.scenbaseservice-content-option{
    width:48%;
    margin-bottom:2%
}
.scenbaseservice-content-option-titleandline{
    width:100%;
    height:30px;
   
    line-height: 30px;
}
.scenbaseservice-content-option-titleandline-title{
    font-size:20px;
    color:#59a6ff;
    box-sizing: border-box;
    display: inline-block;
    min-width:140px;
    padding-left:10px;
    border-bottom:3px solid #3392ff;
}
.scenbaseservice-content-option-titleandline-line{
    border:1px solid #d3d4d4
}
.scenbaseservice-content-option-list{
    display: block;
    width:100%;
}
.scenbaseservice-content-option-list>li{
    margin-top:5%;
    width:100%;
}
.scenbaseservice-content-option-list>li>a{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.scenbaseservice-content-option-list>li>a:hover .scenbaseservice-content-option-list-text{
    color:#59a6ff
}
.scenbaseservice-content-option-list>li>a>.scenbaseservice-content-option-list-text{
    /* border:1px solid red; */
    width:80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:16px;
    display: block;
}
.scenbaseservice-content-option-list>li>a>.scenbaseservice-content-option-list-time{
    color:#d3d3d3;
    font-size:16px;
    display: block;
}

.scenbaseservice-businessmatter{
    width:98%;
    margin:0 auto;
    margin-top:2%;
  
}
.scenbaseservice-businessmatter>.scenbaseservice-businessmatter-titleandline{
    height:40px;
    width:90%;
    display: flex;
    align-items: center;
    /* border:1px solid red; */
    margin:0 auto;
    justify-content: space-between;
}
.scenbaseservice-businessmatter-titleandline>.scenbaseservice-businessmatter-titleandline-line{
    display: block;
    width:40%;
    border:1px solid #cccccc;
}
.scenbaseservice-businessmatter-titleandline>.scenbaseservice-businessmatter-titleandline-title{
    font-size:20px;
    color:#59a6ff;
    height:100%;
    box-sizing: border-box;
    line-height:35px;
    width:20%;
    text-align: center;
    border-bottom:3px solid #3392ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.scenbaseservice-businessmatter-list{
    width:100%;
    margin-top:2%;
    
}
.scenbaseservice-businessmatter-list>li{
    width:100%;
}
.scenbaseservice-businessmatter-list>li>a{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding:0 25px 0 25px;
    height:60px;
    border-bottom: 1px solid #cfd2d8;
    font-size:16px;
    align-items: center;
}
.scenbaseservice-businessmatter-list>li>a:hover .scenbaseservice-businessmatter-list-left{
    color:#59a6ff
}
.scenbaseservice-businessmatter-list>li>a:hover .province{
    color:#333
}
.scenbaseservice-businessmatter-list>li>a>.scenbaseservice-businessmatter-list-left{
    display: block;
   
    width:65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scenbaseservice-businessmatter-list>li>a>.scenbaseservice-businessmatter-list-right{
    width:30%;
   
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scenbaseservice-businessmatter-list>li>a>.scenbaseservice-businessmatter-list-right>.province{
  
    width:80%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scenbaseservice-businessmatter-list>li>a>.scenbaseservice-businessmatter-list-right>img{
    width:15px;
    height:15px;
}


.scenbaseservice-bottompaging{
    width:100%;
    margin-top:2%;
    border:1px solid red;
    height:60px;
}


.scenbaseservice-susbutton{
    width:200px;
    position: absolute;
    top:275px;
    left:-200px;
   
}
.scenbaseservice-susbutton>a{
    display: block;
    margin-bottom:25%;
    width:100%;
}

.scenbaseservice-susbutton>a>.scenbaseservice-susbutton-option{
    width:100%;
    height:60px;
    background-color: #3a9ff9;
    border-radius: 8px;
    position: relative;
    text-align: right;
    line-height: 60px;
    cursor: pointer;
}
.scenbaseservice-susbutton>a>.scenbaseservice-susbutton-option>img{
    width:90px;
    height:auto;
    position: absolute;
    bottom:0;
    left:0;
    
}
.scenbaseservice-susbutton>a>.scenbaseservice-susbutton-option>span{
    color:#ffffff;
    font-size:22px;
    margin-right:15px;
    font-weight: bold;
}

@media (max-width:998px){
    .scenbaseservice-content{
        width:95%
    }
    .scenbaseservice-content>.scenbaseservice-content-option{
        width:100%;
        margin-bottom:5%
    }
}
@media (max-width:750px){
    .scenbaseservice-content-option-titleandline-title{
        font-size:15px;
        padding-left:5px;
    }
    .scenbaseservice-content-option-list>li>a>.scenbaseservice-content-option-list-time{
        font-size:13px;
    }
    .scenbaseservice-content-option-list>li>a>.scenbaseservice-content-option-list-text{
        font-size:13px;
    }
    
    .scenbaseservice-content-option-list>li{
        margin-top:8%;
    }
    .scenbaseservice-businessmatter-titleandline>.scenbaseservice-businessmatter-titleandline-title{
        width:30%;
        font-size:15px;
        border-bottom:2px solid #3392ff;
    }
    .scenbaseservice-businessmatter-titleandline>.scenbaseservice-businessmatter-titleandline-line{
        width:35%
    }
    .scenbaseservice-businessmatter-list>li>a{
        font-size:13px;
        padding:0 10px 0 10px;
    }
    .scenbaseservice-susbutton>a>.scenbaseservice-susbutton-option>span{
        display: none;
    }
    .scenbaseservice-susbutton{
        width:50px;
        left:-50px;
    }
    .scenbaseservice-susbutton>a{
        margin-bottom:80%;
    }
    .scenbaseservice-susbutton>a>.scenbaseservice-susbutton-option{
        width:100%;
        height:40px;
    }
    .scenbaseservice-susbutton>a>.scenbaseservice-susbutton-option>img{
        width:50px;
    }
}