/* 小于750px 手机*/
@media (max-width: 750px) {
  .banner_nav {
    display: flex;
    width: 100%;
  }
  .banner_nav .nav_item {
    width: 14.2%;
    height: 0.6rem;
    padding: 0.1rem 0;
    text-align: center;
  }
  .banner_nav .nav_item .nav_contain {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .banner_nav .nav_item .nav_contain img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .banner_nav .nav_item:last-child .nav_contain {
    border-right: 0;
  }
  .banner_nav .nav_item.nav_on {
    background: linear-gradient(#fff 40%, #d3daea);
    color: #254a98;
  }
  .banner_tab {
    background-color: #f4f4f4;
    display: flex;
  }
  .banner_tab .tab_item {
    padding: 0.1rem 0.15rem 0;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.14rem;
  }
  .banner_tab .tab_item p {
    opacity: 0.44;
  }
  .banner_tab .tab_item .bottom_line {
    width: 100%;
    height: 0.05rem;
    margin-top: 0.1rem;
  }
  .banner_tab .tab_item.tab_on p {
    color: #222;
    opacity: 1;
  }
  .banner_tab .tab_item.tab_on .bottom_line {
    background-color: #254a98;
  }
  .banner_tab .tab_item.tab_on .bottom_line::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 0.1rem 0.1rem 0;
    border-style: solid;
    border-color: #254a98 transparent transparent;
  }
  .notice_box {
    padding: 0.1rem;
  }
  .notice_box .pc-list {
    display: none;
  }
  .notice_box .m_select {
    margin: 0.2rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .notice_box .m_select .el-select {
    width: 48%;
  }
  .notice_box .m_select .isShow {
    display: none;
  }
  .notice_box .notice_info .notice_tab {
    width: 100%;
    display: flex;
    gap: 0.1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .notice_box .notice_info .notice_tab .notice_item {
    font-size: 0.14rem;
  }
  .notice_box .notice_info .notice_tab .notice_item.item_on {
    color: #254a98;
  }
  .notice_box .notice_info .notice_select {
    margin-top: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .notice_box .notice_info .notice_select p {
    margin-bottom: 0.1rem;
  }
  .notice_box .notice_info .notice_select .el-select {
    width: 80%;
    margin-bottom: 0.1rem;
  }
  .notice_box .notice_info .notice_select .el-select-dropdown__item {
    font-size: 0.16rem;
  }
  .notice_box .notice_info .notice_select .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 700;
    font-size: 0.14rem;
  }
  .notice_box .notice_info .notice_select .el-range-editor.is-active,
  .notice_box .notice_info .notice_select .el-range-editor.is-active:hover,
  .notice_box .notice_info .notice_select .el-select .el-input.is-focus .el-input__inner {
    border-color: #254a98;
    font-size: 0.14rem;
  }
  .notice_box .notice_info .notice_select .el-input {
    font-size: 0.14rem;
  }
  .notice_box .notice_info .notice_select .el-select .el-input__inner:focus {
    border-color: #254a98;
  }
  .notice_box .notice_info .notice_select .date_picker {
    display: none;
  }
  .notice_box .notice_info .notice_select .m_date_picker {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 0.06rem;
  }
  .notice_box .notice_info .notice_select .m_date_picker .el-date-table td.end-date span,
  .notice_box .notice_info .notice_select .m_date_picker .el-date-table td.start-date span {
    background-color: #254a98;
  }
  .notice_box .notice_info .notice_select .m_date_picker .el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #254a98;
  }
  .notice_box .notice_info .notice_select .m_date_picker .el-date-table td.today span {
    border-radius: 50%;
    border: 1px solid red;
    color: #333;
  }
  .notice_box .notice_info .notice_select .m_date_picker .el-date-table td.available:hover {
    color: #333;
    background-color: #f4f4f4;
    border-radius: 50%;
  }
  .notice_box .notice_info .notice_select .m_date_picker .el-input.is-active .el-input__inner,
  .notice_box .notice_info .notice_select .m_date_picker .el-input__inner:focus {
    border-color: #254a98;
    outline: 0;
  }
  .notice_box .notice_info .notice_table {
    width: 100%;
    overflow-x: scroll;
    margin-top: 0.1rem;
  }
  .notice_box .notice_info .notice_table table {
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  .notice_box .notice_info .notice_table table thead tr th {
    font-size: 0.18rem;
    white-space: nowrap;
    background-color: #4563a1;
    color: #fff;
    line-height: 1.5;
    padding: 0.1rem;
    font-weight: normal;
  }
  .notice_box .notice_info .notice_table table tr td {
    font-size: 0.16rem;
    white-space: nowrap;
    padding: 0.1rem;
    color: #000;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
    font-weight: bold;
  }
  .notice_box .notice_info .notice_table table tr td a {
    color: #000;
  }
  .notice_box .notice_info .notice_btn {
    margin-top: 0.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
  }
  .notice_box .notice_info .notice_btn .query_btn {
    font-size: 0.14rem;
    width: 0.8rem;
    height: 0.3rem;
    border-radius: 0.3rem;
    color: #fff;
    border: 1px solid #8b6825;
    background-color: #8b6825;
    text-align: center;
    line-height: 0.3rem;
    user-select: none;
    transition: 0.5s;
  }
  .notice_box .notice_info .notice_btn .query_btn:active {
    color: #8b6825;
    background-color: #fff;
  }
  .notice_box .notice_info .notice_btn .download_data {
    font-size: 0.14rem;
    width: 0.8rem;
    height: 0.3rem;
    border-radius: 0.3rem;
    color: #8b6825;
    border: 1px solid #8b6825;
    background-color: #fff;
    text-align: center;
    line-height: 0.3rem;
    user-select: none;
    transition: 0.5s;
  }
  .notice_box .notice_info .notice_btn .download_data:active {
    color: #fff;
    background-color: #8b6825;
  }
}
@media (min-width: 750px) {
  /*  PC ,只需要从内容里面自己取类名的地方开始写就就可以了 */
  .banner_nav {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
  }
  .banner_nav .nav_item {
    width: 14.2%;
    height: 200px;
    padding: 64px 0;
    text-align: center;
    cursor: pointer;
  }
  .banner_nav .nav_item .nav_contain {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .banner_nav .nav_item .nav_contain img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .banner_nav .nav_item:last-child .nav_contain {
    border-right: 0;
  }
  .banner_nav .nav_item.nav_on {
    background: linear-gradient(#fff 40%, #d3daea);
    color: #254a98;
  }
  .banner_nav .nav_item.hover {
    background: linear-gradient(#fff 40%, #d3daea);
    color: #254a98;
  }
  .banner_tab {
    background-color: #f4f4f4;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
  }
  .banner_tab .tab_item {
    margin-top: 40px;
    margin-right: 60px;
    cursor: pointer;
  }
  .banner_tab .tab_item p {
    opacity: 0.44;
  }
  .banner_tab .tab_item .bottom_line {
    width: 100%;
    height: 5px;
    margin-top: 30px;
  }
  .banner_tab .tab_item.tab_on p,
  .banner_tab .tab_item:hover p {
    color: #222;
    opacity: 1;
  }
  .banner_tab .tab_item.tab_on .bottom_line,
  .banner_tab .tab_item:hover .bottom_line {
    background-color: #254a98;
  }
  .banner_tab .tab_item.tab_on .bottom_line::after,
  .banner_tab .tab_item:hover .bottom_line::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #254a98 transparent transparent;
  }
  .notice_box {
    margin: 0 auto;
    max-width: 1300px;
    padding: 10px 0;
    display: flex;
  }
  .notice_box .pc-list {
    margin-right: 240px;
  }
  .notice_box .pc-list .notice_nav {
    border-left: 2px solid rgba(0, 0, 0, 0.07);
    height: 300px;
    width: 185px;
  }
  .notice_box .pc-list .notice_nav .notice_nav_item {
    font-size: 20px;
    padding-left: 38px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .notice_box .pc-list .notice_nav .notice_nav_item.notice_on {
    position: relative;
  }
  .notice_box .pc-list .notice_nav .notice_nav_item.notice_on::before {
    content: "";
    display: block;
    width: 6px;
    height: 16px;
    background-color: #254a98;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .notice_box .pc-list .notice_nav .notice_nav_item .other_box {
    position: relative;
  }
  .notice_box .pc-list .notice_nav .notice_nav_item .other_box .business_data {
    width: 80px;
    padding: 30px 40px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 160px;
    top: -250%;
  }
  .notice_box .pc-list .notice_nav .notice_nav_item .other_box .business_data a li {
    margin-bottom: 10px;
  }
  .notice_box .pc-list .notice_nav .notice_nav_item .other_box .business_data a li.data_on,
  .notice_box .pc-list .notice_nav .notice_nav_item .other_box .business_data a li:hover {
    color: #254a98;
  }
  .notice_box .pc-list .notice_nav .notice_nav_item .other_box .business_data a:last-child li {
    margin-bottom: 0;
  }
  .notice_box .pc-list .notice_nav .notice_nav_item .other_box .business_data::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .notice_box .m_select {
    display: none;
  }
  .notice_box .notice_info {
    width: calc(100% - 425px);
    margin-top: 100px;
  }
  .notice_box .notice_info .notice_tab {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .notice_box .notice_info .notice_tab .notice_item {
    font-size: 20px;
    cursor: pointer;
  }
  .notice_box .notice_info .notice_tab .notice_item:hover {
    color: #8b6825;
  }
  .notice_box .notice_info .notice_tab .notice_item.item_on {
    color: #254a98;
  }
  .notice_box .notice_info .notice_select {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 20px;
    flex-wrap: wrap;
  }
  .notice_box .notice_info .notice_select .notice_select_left {
    display: flex;
    align-items: center;
  }
  .notice_box .notice_info .notice_select .notice_select_left p {
    margin-right: 20px;
  }
  .notice_box .notice_info .notice_select .notice_select_right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .notice_box .notice_info .notice_select .notice_select_right > span {
    margin: 0 5px;
  }
  .notice_box .notice_info .notice_select p {
    font-size: 20px;
  }
  .notice_box .notice_info .notice_select .m_date_picker {
    display: none;
  }
  .notice_box .notice_info .notice_select .el-select {
    width: 180px;
  }
  .notice_box .notice_info .notice_select .el-select-dropdown__item {
    font-size: 20px;
  }
  .notice_box .notice_info .notice_select .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 700;
    font-size: 20px;
  }
  .notice_box .notice_info .notice_select .el-range-editor.is-active,
  .notice_box .notice_info .notice_select .el-range-editor.is-active:hover,
  .notice_box .notice_info .notice_select .el-select .el-input.is-focus .el-input__inner {
    border-color: #254a98;
    font-size: 20px;
  }
  .notice_box .notice_info .notice_select .el-input {
    font-size: 20px;
  }
  .notice_box .notice_info .notice_select .el-select .el-input__inner:focus {
    border-color: #254a98;
  }
  .notice_box .notice_info .notice_select .el-date-table td.end-date span,
  .notice_box .notice_info .notice_select .el-date-table td.start-date span {
    background-color: #254a98;
  }
  .notice_box .notice_info .notice_select .el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #254a98;
  }
  .notice_box .notice_info .notice_select .el-date-table td.today span {
    border-radius: 50%;
    border: 1px solid red;
    color: #333;
  }
  .notice_box .notice_info .notice_select .el-date-table td.available:hover {
    color: #333;
    background-color: #f4f4f4;
    border-radius: 50%;
  }
  .notice_box .notice_info .notice_select .el-range-input,
  .notice_box .notice_info .notice_select .el-range-separator {
    font-size: 18px;
  }
  .notice_box .notice_info .notice_select .el-input.is-active .el-input__inner,
  .notice_box .notice_info .notice_select .el-input__inner:focus {
    border-color: #254a98;
    outline: 0;
  }
  .notice_box .notice_info .notice_select .el-input--prefix .el-input__inner {
    padding-left: 40px;
  }
  .notice_box .notice_info .notice_table {
    width: 100%;
    overflow: scroll;
    margin-top: 30px;
  }
  .notice_box .notice_info .notice_table table {
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  .notice_box .notice_info .notice_table table thead tr th {
    font-size: 20px;
    background-color: #4563a1;
    color: #fff;
    line-height: 1.5;
    padding: 30px;
    font-weight: normal;
    white-space: nowrap;
  }
  .notice_box .notice_info .notice_table table tr td {
    font-size: 18px;
    line-height: 1.75;
    padding: 30px;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    white-space: nowrap;
  }
  .notice_box .notice_info .notice_table table tr td a {
    color: #000;
  }
  .notice_box .notice_info .notice_btn {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .notice_box .notice_info .notice_btn .query_btn {
    font-size: 16px;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid #8b6825;
    background-color: #8b6825;
    text-align: center;
    line-height: 36px;
    user-select: none;
    transition: 0.5s;
    cursor: pointer;
  }
  .notice_box .notice_info .notice_btn .query_btn:hover {
    color: #8b6825;
    background-color: #fff;
  }
  .notice_box .notice_info .notice_btn .download_data {
    font-size: 16px;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    color: #8b6825;
    border: 1px solid #8b6825;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    user-select: none;
    transition: 0.5s;
    cursor: pointer;
  }
  .notice_box .notice_info .notice_btn .download_data:hover {
    color: #fff;
    background-color: #8b6825;
  }
}
