wssq.css 3.15 KB
.online_application {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.selectCity {
    width: 1200px;
    margin: 0 auto;
}
.selectCity h2 {
    display: inline-block;
    margin-right: 9px;
}
.area_list_content {
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
}
.area_list_content h2 {
    display: inline-block;
    float: left;
    margin-right: 12px;
}
.selectCity .area_list {
    width: 95%;
    float: left;
}
.selectCity .area_list li {
    display: inline-block;
    width: 100px;
    height: 36px;
    border-radius: 4px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    color: #6D7278;
}
.selectCity .area_list li:hover {
    color: #006CFF;
    border-color: #006CFF;
}
.active2 {
    color: #006CFF!important;
    border-color: #006CFF!important;
}
.business {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
    overflow: hidden;
}
.online_processing , .online_examination{
    width: 50%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}
.list_title{
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    border-bottom: 1px solid #DEDEDE;
}
.list_title h2 {
    font-weight: 600;
    color: #4A4A4A;
}
.list_title h2 .icon {
    float: left;
    width: 17px;
    height: 17px;
    margin-top: 16px;
    margin-right: 7px;
}
.online_processing {
    float: left;
}
.online_examination {
    float: right;
}
.item_list {
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 25px;
}
.item_list li{
    cursor: pointer;
    line-height: 55px;
    border-bottom: 1px dashed #DEDEDE;
}
.item_list li p{
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.item_list li p::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4A4A4A;
    left: 0;
    top: 26px;
}
.item_list li p:hover {
    color: #0091FF;
}
.item_list .button{
    float: right;
    padding-top: 10px;
}
.item_list .button button {
    float: left;
}
.item_list .button a{
    float: left;
}
.button a{
    color: #fff;
}
.button a:hover {
    color: #fff;
}

.guide_details {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
.choice-region {
    margin-top: 30px;
}
.select-city {
    margin-left: 50px;
}
.region_title {
    font-size: 20px;
    color: #4A4A4A;
    font-weight: 700;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 15px;
    position: relative;
}
.region_title img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
.region_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20px;
    height: 2px;
    background-color: #006CFF;
}
.handleBus {
    border-radius: 15px;
    border: 1px solid #0F93F6;
    background-color: #fff;
    color: #0F93F6;
}
.handleBus:hover {
    color: #0F93F6!important;
}
.guide_details button {
    border-radius: 15px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    color: #9B9B9B;
}