﻿
.floats,.theright{
    top: 272px !important;
}
.newHere{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 14px;
}
.newHere span{
    color: #245399;
}
.newList_title{
    margin-top: 14px;
    background-color: #245399;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    font-family: Microsoft YaHei;
    padding-left: 20px;
}

.newListcontents{
    background-color: #fff;
    padding: 20px 30px;
}
.newList_specifics{
    margin-top: 2px;
}
.newList_specifics_item{
    display: flex;
    align-items: center;
}
.newList_specifics_circle{
    width: 8px;
    height: 8px;
    background: #DCDCDC;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
}
.newList_specifics_value{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    font-weight: 400;
    font-family: Microsoft YaHei, serif;
}
.newList_specifics_value a{
    color: #000000;
    text-decoration: none;
}
.newList_specifics_shijian{
    width: 20% ;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-left: 45px;
    text-align: right;
}
.iffenjie{
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    margin-top: 20px;
}
.isfenye{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}
.isfenye a{
    color: #000000;
    text-decoration: none;
}
.isfenye span{
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .newList{
        margin-top:0.40rem !important;
    }
    .newListcontents{
        padding: 10px 15px;
    }
    .newList_specifics_shijian{
        display: none;
    }
    .newList_specifics_value{
        width: 95%;
        overflow: hidden;
    }
}