/*城市区域的样式*/
.titlebast {
    margin-bottom: 20px;
}

.titlebast span {
    font-size: 20px;
}

.citybox {
    background: #ffffff;
    display: block;
    overflow: hidden;
    padding: 14px 14px 0 14px;
    margin-bottom: 20px;
}



.citybox .cityboxdome span {
    width: auto;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    float: left;
    margin: 4px 0 0 0;
}


.citybox ul {
    display: block;
    overflow: hidden;
    margin: 0 -8px;
}

.citybox ul li {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    border-radius: 4px;
    margin: 0 8px 14px 8px;
    padding: 1px 6px;
    box-sizing: border-box;
}

.citybox ul li a {
    display: block;
    letter-spacing: 0;
}

.citybox ul li:hover,
.citybox ul li.chcke {
    background: #168FFF;
}

.citybox ul li:hover a,
.citybox ul li.chcke a {
    color: #FFFFFF;
    display: block;
}



.newlistbox{
    display: block;
    overflow: hidden;
}

.newlistbox li{
    display: block;
    background: #ffffff;
    padding: 20px;
    margin: 0 0 20px 0;
    border: 1px transparent solid;
}
.newlistbox li:hover {
    border: 1px #f9f9f9 solid;
}
.newlistbox li a.newtitle{
    font-weight: 400;
    display: block;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin: 0 0 10px 0 ;
}
.newlistbox li a.newtitle:hover{
    color: #168FFF;
}
.newlistbox li p.say{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    height: 52px;
    overflow: hidden;
    margin: 0 0 10px 0 ;
}
.newlistbox li a.newmore{
    font-weight: 400;
    font-size: 14px;
    color: #168FFF;
    line-height: 28px;
}
.newlistbox li a.newmore:hover{
    text-decoration: underline;
}

.newlistbox li .newtime{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0 0;
}
.newlistbox li .newtime .timebox span{
    font-weight: 400;
    font-size: 14px;
    color: #9d9d9d;
    line-height: 14px;
    letter-spacing: 0;
    margin: 0 14px 0 0;
}
.newlistbox li .newtime .newicon span{
    line-height: 24px;
    background: #EEF3F8;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #9d9d9d;
    float: right;
    display: inline-block;
    margin: 0 0 0px 8px;
    padding: 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.newlistbox li .newtime .newicon span:hover{
    background: #168FFF;
    color: #ffffff;
}




#page {
    margin-bottom: 60px;
}






@media screen and (max-width: 1200px) {

    .titlebast span {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 0 10px;
    }

    .citybox ul li {
        font-size: 14px;
        line-height: 24px;
        border-radius: 4px;
        margin: 0 6px 12px 6px;
        padding: 0 4px;
    }
    .citybox .cityboxdome span{
        font-size: 14px;
    }


    #page {
        margin: 24px 0 40px 0;
    }
    .newlistbox li p.say {
        margin: 0 0 8px 0;
    }
    .newlistbox li .newtime {
        margin: 8px 0 0 0;
    }
    .newlistbox li a.newtitle {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 8px 0;
    }



}






@media screen and (max-width: 768px) {

    .titlebast {
        margin: 0 0 10px 0;
    }

    .titlebast span {
        font-size: 17px;
        line-height: 22px;
        padding: 0 0 0 10px;
    }
    .citybox {
        margin-bottom: 10px;
        padding: 10px 14px;
    }
    .citybox ul {
        margin: 0 -6px;
    }
    .citybox .cityboxdome span {
        width: 100%;
        color: #575757;
        float: none;
        display: block;
        margin: 0 0 6px 0;
        font-size: 14px;
        padding: 0 0 0 16px;
        font-weight: bold;
        background: url('../images/checkicon.png') no-repeat left center;
        background-size: 12px;
    }
    .citybox .cityboxdome {
        margin: 0 0 14px 0;
    }
    .citybox .cityboxdome:last-child{
        margin: 0;
    }

    .citybox ul li {
        font-size: 13px;
        line-height: 24px;
        border-radius: 2px;
        margin: 0 1% 6px 1%;
        padding: 0 4px;
        border: 1px #f0f0f0 solid;
        width: 31%;
        text-align: center;
    }


    .citybox ul li a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .newlistbox li .newtime {
        margin: 4px 0 0 0;
    }
    .newlistbox li {
        padding:14px 12px 10px 12px;
        margin: 0 0 10px 0;
    }
    .newlistbox li a.newtitle {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 8px 0;
    }
    .newlistbox li p.say {
        font-size: 13px;
        line-height: 24px;
        height: auto;
        max-height: 72px;
        margin: 0px 0 2px 0;
    }
    .newlistbox li a.newmore {
        font-size: 13px;
        line-height: 28px;
        display: block;
    }
    .newlistbox li .newtime .timebox{
        flex: 1;
    }
    .newlistbox li .newtime .timebox span {
        font-size: 12px;
        line-height: 12px;
        margin: 0 0px 5px 0;
        width: 100%;
        display: block;
        padding: 0 0 0 14px;
        background: url('../images/newbook.png') no-repeat left center;
        background-size: 12px;
    }
    .newlistbox li .newtime .timebox span:nth-child(2){
        background: url('../images/newtime.png') no-repeat left center;
        background-size: 12px;
    }
    .newlistbox li .newtime .newicon{
        max-width: 50%;
    }
    .newlistbox li .newtime .newicon span{
        max-width: 100%;
        font-size: 12px;
        line-height: 22px;
    }


}