.Column_switching{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.Column_switching a{
    color: #d61618;
    border: 1px solid #d61618;
    padding: 7px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: none;
}
.Column_switching .addres {
    background: #d61618;
    color: #fff;
}
 .Sun_button {
     width: 220px !important;
     height: 35px;
     position: relative;
     border: 1px solid #e2e0e0;
     border-radius: 4px;
     overflow: hidden;
     top: 9px;
     left: 126px
 }

.Sun_button select {
    display: none
}

.Sun_button input {
    height: 100%;
    border: none;
    top: 0
}

.Sun_button input:nth-of-type(1) {
    width: 80%;
    position: absolute;
    left: 0;
    text-indent: 1em;
    font-size: 12px;
    outline: 0
}

.Sun_button input:nth-of-type(2) {
    width: 20%;
    position: absolute;
    right: 0;
    background-color: #d61618;
    color: #fff;
    cursor: pointer
}

.new_table_box {
    width: 930px;
    height: auto;
    height: 680px;
    padding: 20px;
    overflow: hidden
}

#scrollWrap {
    width: 100%;
    height: 660px;
    overflow: hidden
}

.new_table_box ul {
    width: 100%;
    text-align: center;
    border-collapse: collapse
}

.new_table_box li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.new_table_box li span {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 solid #ececec;
    border-top-width: 1px;
    border-left-width: 1px
}

.new_table_box li span:nth-last-of-type(1) {
    border-right-width: 1px
}

.new_table_box .thead li span {
    font-size: 18px;
    color: #c00;
    height: 40px;
    line-height: 40px;
    background-color: #f5d731
}

.new_table_box .newsList li:nth-child(even) {
    background-color: #f4f4f4
}

.new_table_box .newsList li:nth-last-of-type(1) span {
    border-bottom-width: 1px
}

.new_table_box .newsList span {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0;
    color: #666;
    padding: 10px 0
}

.new_table_box .newsList span:last-child {
    width: 20%
}

@media (max-width:640px) {
    .new_table_box {
        overflow: auto
    }

    .new_table_box ul {
        width: 600px
    }

    .new_table_box li {
        font-size: 14px
    }

    .new_table_box .thead li {
        height: 50px
    }

    .new_table_box .newsList li {
        height: 40px;
        line-height: 40px
    }
}

.search_jz {
    background: #d61618;
    color: #fff;
    border: 1px solid #d61618;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 5px;
    width: 100px;
}

.right_search{
    margin: 15px 0px;
    width: 300px;
    display: inline-block;
    float: right;
}
.search_jz_input{
    height: 38px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-indent: 20px;
    width: 75%;
}

.search_form{
    margin: 20px 10px 15px 20px;
    width: 100%;
    padding-top: 10px;
}

.search_form input, .search_form select{
    width: 15%;
}