﻿@import "Site.less";

@DefaultFontsize: 15px;

@media (min-width: 600px) {
    .frame70 {
        width: 70%;
    }

    .frame30 {
        width: 30%;
    }

    .frame88 {
        width: 84%;
    }

    .frame12 {
        width: 16%;
    }

    .search_butt_frame {
        width: 85%;
    }

    .frame_spacer {
        width: 15%;
    }

    .frame18 {
        width: 18%;
    }
}

@media (min-width: 537px) {
    .alert_frame_butt02 {
        width: 390px;
        text-align: left;
    }
}

@media screen and (max-width: 1110px) {
    .frame70 {
        width: 70%;
    }

    .frame30 {
        width: 30%;
    }

    .frame88 {
        width: 85%;
    }

    .frame12 {
        width: 15%;
    }
}

@media screen and (max-width: 800px) {
    .frame12 {
        width: 100%;
        padding: 5px 0px 0px 0px;
    }

    .frame18 {
        width: 100%;
    }

    .frame30 {
        width: 100%;
    }

    .frame70 {
        width: 100%;
    }

    .frame88 {
        width: 100%;
        padding: 0px 0px 5px 0px;
    }

    .search_bar {
        width: 100%;
    }

    .search_butt_frame {
        width: 76%;
    }

    .frame_spacer {
        width: 24%;
    }
}

@media screen and (max-width: 535px) {
    .frame12 {
        width: 100%;
        padding: 5px 0px 0px 0px;
    }

    .frame18 {
        width: 100%;
    }

    .frame30 {
        width: 100%;
    }

    .frame70 {
        width: 100%;
    }

    .frame88 {
        width: 100%;
        padding: 0px 0px 5px 0px;
    }

    .search_bar {
        width: 100%;
    }

    .search_butt_frame {
        width: 76%;
    }

    .frame_spacer {
        width: 24%;
    }
}

@media screen and (min-width: 1178px) {
    .searchKeyWord {
        width: 35%;
    }

    .searchKeyWordBar {
        width: 65%
    }

    .searchDate {
        width: 15%;
    }

    .searchDateBar {
        width: 85%;
        min-width: 320px;
    }

    .searchFrame47 {
        width: 47%;
    }

    .searchFrame35 {
        width: 35%;
    }

    .searchFrame18 {
        width: 18%;
    }
}

@media screen and (max-width: 1179px) {
    .searchFrame47 {
        width: 100%;
    }

    .searchFrame35 {
        width: 100%;
    }

    .searchFrame18 {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .searchKeyWord {
        width: 24%;
    }

    .searchKeyWordBar {
        width: 76%
    }

    .searchDate {
        width: 24%;
    }

    .searchDateBar {
        width: 76%
    }
}

@media screen and (max-width: 1178px) and (min-width: 800px) {
    .searchKeyWord {
        width: 15%;
    }

    .search_bar {
        width: 100%;
    }

    .searchKeyWordBar {
        width: 85%
    }

    .searchDate {
        width: 15%;
    }

    .searchDateBar {
        width: 85%;
        min-width: 320px;
    }
}

.searchDateBar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 20px;
}

.searchKeyWordBar {
    padding-bottom: 20px;
}

.searchDateBar_host {
    width: 150px;
}

.searchDateBar_space {
    width: 10px;
}

.searchFrame47 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.searchFrame35 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.searchFrame18 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.search_butt_frame {
    padding-bottom: 40px;
}

.text_date {
    font-family: Helvetica, Microsoft YaHei, SimHei;
    font-weight: 100;
    font-size: @DefaultFontsize;
    text-transform: none;
    color: @SiteColor;
    line-height: 22px;
    font-weight: bold;
}

.lxtext {
    font-family: Helvetica, Microsoft YaHei, SimHei;
    font-weight: 100;
    font-size: @DefaultFontsize;
    text-transform: none;
    color: #383838;
    line-height: 22px;
}

.lxtext_table {
    font-family: Helvetica, Microsoft YaHei, SimHei;
    font-weight: 100;
    font-size: @DefaultFontsize;
    text-transform: none;
    color: #383838;
    line-height: 22px;
}

.lxtext_table:link {
    color: #383838;
    text-decoration: none;
    background-repeat: no-repeat;
}

.lxtext_table:visited {
    color: #383838;
    text-decoration: none;
}

.lxtext_table:hover {
    font-family: Helvetica, Microsoft YaHei, SimHei;
    font-weight: 100;
    font-size: @DefaultFontsize;
    color: @SiteColor;
    line-height: 22px;
}

.line_ann {
    width: 100%;
    border-top: 1px solid #d7d7d7;
}

.lxsearch_tab {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: @SiteColor;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    border-top: solid;
    border-top-width: 2px;
    border-top-color: @SiteColor;
    border-right: solid;
    border-right-width: 2px;
    border-right-color: @SiteColor;
    border-left: solid;
    border-left-width: 2px;
    border-left-color: @SiteColor;
    width: 140px;
    height: 28px;
    display: block;
}

.lxsearch_tab:link {
    color: @SiteColor;
    text-decoration: none;
}

.lxsearch_tab:visited {
    color: @SiteColor;
    text-decoration: none;
}

.lxsearch_tab:hover {
    FONT-FAMILY: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    Background: @SiteColor;
}

.lxsearch_tab_o {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: white !important;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    border-top: solid;
    border-top-width: 2px;
    border-top-color: @SiteColor;
    border-right: solid;
    border-right-width: 2px;
    border-right-color: @SiteColor;
    border-left: solid;
    border-left-width: 2px;
    border-left-color: @SiteColor;
    width: 160px;
    height: 28px;
    display: block;
    Background: @SiteColor;
}

.lxsearch_tab_o:link {
    color: white !important;
    text-decoration: none;
}

.lxsearch_tab_o:visited {
    color: white !important;
    text-decoration: none;
}

.lxsearch_tab_o:hover {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: white !important;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    Background: @SiteColor;
}

.lxtype {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: #383838;
    text-decoration: none;
    text-align: center;
    line-height: 14px;
    border: 1px solid #383838;
    padding: 6px 8px 6px 8px;
    margin: 8px 10px 8px 0px;
}

.lxtype:link {
    color: #383838;
    text-decoration: none;
}

.lxtype:visited {
    color: #383838;
    text-decoration: none;
}

.lxtype:hover {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    Background: #383838;
}

.lxtype_o {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 14px;
    Background: #383838;
    border: 1px solid #383838;
    padding: 6px 8px 6px 8px;
    margin: 8px 10px 8px 0px;
}

.lxtype_o:link {
    color: #383838;
    text-decoration: none;
}

.lxtype_o:visited {
    color: #383838;
    text-decoration: none;
}

.lxtype_o:hover {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    Background: #383838;
}


.search_butt {
    font-family: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: white;
    background-color: @SiteColor;
    width: 100%;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    border: 1px solid @SiteColor;
    height: 28px;
    display: block;
    font-weight: bold;
}

.search_butt:link {
    color: white;
    text-decoration: none;
}

.search_butt:visited {
    color: white;
    text-decoration: none;
}

.search_butt:hover {
    FONT-FAMILY: arial, Microsoft YaHei, SimHei;
    font-size: @DefaultFontsize;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    Background: @SiteColor;
    border: 1px solid @SiteColor;
    font-weight: bold;
}

.frame_respon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.frame70 {
    padding-bottom: 30px;
}

.frame30 {
    padding-bottom: 30px;
}

.type {
    width: 100%;
    padding: 20px 0px 20px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.frame88 {
    padding: 5px 0px 5px 0px;
}

.frame12 {
    padding: 5px 2% 5px 0px;
}

.search_bar {
    float: left;
    width: 90%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d1d1d1;
}

.date_bar {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d1d1d1;
}

.search_butt_frame {
    padding-bottom: 40px;
}

.frame18 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

a:hover {
    text-decoration: none !important;
}

.paginationDiv {
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    border-radius: 5px;
    color: black;
    float: left;
    padding: 8px 14px;
    text-decoration: none;
}

.pagination a.active {
    border-radius: 5px;
    background-color: @SiteColor;
    color: white;
}

.pagination a:hover:not(.active) {
    border-radius: 5px;
    background-color: @SiteColor;
    color: white;
}