/* 小于750px 手机*/
@media screen and (max-width: 750px) {
  .main_contain .left_menu {
    display: none;
  }
  .main_contain .m_common_left_menu_swiper {
    width: 100%;
    overflow: hidden;
    height: 0.36rem;
    line-height: 0.36rem;
    display: block;
    font-size: 0.15rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .main_contain .m_common_left_menu_swiper .swiper-slide {
    width: auto;
  }
  .main_contain .m_common_left_menu_swiper .swiper-slide a {
    display: inline-block;
    padding: 0 0.2rem;
    color: #000;
  }
  .main_contain .m_common_left_menu_swiper .swiper-slide a.on {
    color: #254a98;
  }
  .m_nav_content {
    font-size: 0.14rem;
  }
  .m_nav_content span {
    color: #254a98;
  }
  .m_nav_content .select {
    width: 1.3rem;
  }
  .m_nav_content .select .el-input__inner {
    height: 0.36rem;
    line-height: 0.36rem;
  }
  .select_opt .el-input__inner {
    height: 0.36rem;
    line-height: 0.36rem;
  }
  .main_section_contain {
    width: 100%;
  }
  .main_section_contain .main_top_title {
    display: flex;
    justify-content: space-between;
  }
  .main_section_contain .main_top_title .select {
    margin: 0.1rem 0;
    width: 1.3rem;
  }
  .main_section_contain .main_top_title .select .el-input__inner {
    height: 0.36rem;
    line-height: 0.36rem;
  }
  .main_section_contain .news_item {
    font-size: 0.14rem;
    width: 100%;
    margin-top: 0.11rem;
    padding-bottom: 0.11rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section_contain .news_item .news_details a {
    width: 100%;
    display: block;
    position: relative;
  }
  .main_section_contain .news_item .news_details a img {
    width: 0.2rem;
    height: 0.14rem;
    margin-left: 0.1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main_section_contain .news_item .news_details a p {
    width: 95%;
    margin-bottom: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main_section_contain .news_item .news_details a:hover p {
    color: #8b6825;
  }
  .main_section_contain .left_title {
    display: none;
  }
  .search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.16rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.2rem;
    flex-direction: column;
    justify-content: center;
  }
  .search .pubilc_select {
    margin-bottom: 0.05rem;
  }
  .search .pubilc_select .el-date-editor.el-input {
    width: 2.5rem;
  }
  .search .searchInput {
    display: flex;
  }
  .search .searchInput .inputSpan {
    width: 0.5rem;
    text-align: left;
  }
  .search .searchInput .el-input {
    width: 2.5rem;
  }
  .search .dateStart {
    width: 0.5rem;
    text-align: left;
  }
  .search .dateEnd {
    width: 0.5rem;
    text-align: left;
  }
  .search .search_btn {
    align-self: center;
    width: 0.8rem;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    border: 1px solid #8b6825;
    border-radius: 0.28rem;
    background-color: #8b6825;
    color: #fff;
    cursor: pointer;
  }
  .search .search_btn:hover {
    color: #8b6825;
    border: 1px solid #8b6825;
    background-color: #FFF;
  }
  .select1 {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    margin-top: 0.15rem;
    position: relative;
  }
  .select1 .select_opt {
    width: 2.5rem;
    height: 0.36rem;
    margin-left: 0.05rem;
  }
  .select1 .select_opt .el-input {
    font-size: 0.14rem;
  }
  .select1 .select_opt .el-input__inner {
    width: 2.5rem;
    height: 0.36rem;
    line-height: 0.36rem;
  }
  .main_contain .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 700;
  }
  .main_contain .el-range-editor.is-active,
  .main_contain .el-range-editor.is-active:hover,
  .main_contain .el-select .el-input.is-focus .el-input__inner {
    border-color: #254a98;
  }
  .main_contain .el-select .el-input__inner:focus {
    border-color: #254a98;
  }
  .dialog_imgcode {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }
  .dialog_imgcode .content {
    position: relative;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 10001;
    width: 80%;
    padding: 0.2rem 0.1rem;
    border-radius: 0.05rem;
  }
  .dialog_imgcode .content .close {
    cursor: pointer;
    width: 0.15rem;
    height: 0.15rem;
    display: block;
    overflow: hidden;
    background: url(close_02.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
  }
  .dialog_imgcode .content .img_main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dialog_imgcode .content .img_main h3 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
  }
  .dialog_imgcode .content .img_main .pubilc_select {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }
  .dialog_imgcode .content .img_main .pubilc_select .labeName {
    width: 0.6rem;
    text-align: right;
  }
  .dialog_imgcode .content .img_main .pubilc_select .el-input {
    width: 2rem;
  }
  .dialog_imgcode .content .img_main .pubilc_select .el-input .el-input__inner {
    border: 1px solid red;
  }
  .dialog_imgcode .content .img_main .pubilc_select img {
    width: 0.65rem;
    height: 0.3rem;
    margin-left: 0.8rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
    cursor: pointer;
  }
  .dialog_imgcode .content .img_main .pubilc_select .changeNew {
    margin-top: 0.1rem;
    font-size: 0.12rem;
    color: #888;
    cursor: pointer;
  }
  .dialog_imgcode .content .img_main .searchBtn {
    width: 0.6rem;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    border: 1px solid #8b6825;
    border-radius: 0.28rem;
    background-color: #8b6825;
    color: #fff;
    cursor: pointer;
    margin-top: 0.2rem;
  }
  .dialog_imgcode .content .img_main .searchBtn:hover {
    color: #8b6825;
    border: 1px solid #8b6825;
    background-color: #FFF;
  }
}
@media screen and (min-width: 750px) {
  /*  PC */
  .page_content {
    width: 100%;
  }
  .page_content .left_menu ul li {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .page_content .left_menu ul li a {
    color: #000;
    display: block;
    padding-right: 30px;
  }
  .page_content .left_menu ul li a:hover {
    color: #254a98;
  }
  .page_content .left_menu ul li.on a {
    color: #254a98;
  }
  .page_content .m_common_left_menu_swiper {
    display: none;
  }
  .main_section_contain {
    border-top: 1px solid #e5e5e5;
    font-size: 18px;
  }
  .main_section_contain .main_top_title .select {
    display: none;
  }
  .main_section_contain .main_top_title .select span {
    margin-right: 0;
  }
  .main_section_contain .news_item {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section_contain .news_item .news_details a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .main_section_contain .news_item .news_details a img {
    width: 30px;
    height: 24px;
    margin: 0 10px;
  }
  .main_section_contain .news_item .news_details a p {
    width: calc(100% - 180px);
    cursor: pointer;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main_section_contain .news_item .news_details a span {
    font-size: 18px;
    min-width: 101px;
  }
  .main_section_contain .news_item .news_details a:hover p {
    color: #8b6825;
  }
  .main_section_contain .top_content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .main_section_contain .top_content .left_title {
    min-width: 120px;
    max-width: 200px;
    font-size: 20px;
    flex-shrink: 0;
  }
  .main_section_contain .top_content .left_title ul {
    padding-right: 10px;
  }
  .main_section_contain .top_content .left_title ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .main_section_contain .top_content .left_title ul li a {
    color: #000;
  }
  .main_section_contain .top_content .left_title ul li:hover a {
    color: #254a98;
  }
  .main_section_contain .top_content .left_title ul li.active a {
    color: #254a98;
  }
  .main_section_contain .top_content .right_box {
    flex: 1;
    min-width: 0px;
  }
  .search {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
  .search .searchInput {
    display: flex;
    margin: 5px 0;
  }
  .search .searchInput .inputSpan {
    min-width: 60px;
  }
  .search .searchInput .el-input {
    min-width: 120px;
    width: 160px;
  }
  .search .dateStart {
    margin: 0 10px;
    min-width: 60px;
  }
  .search .dateEnd {
    margin: 0 10px;
  }
  .search .search_btn {
    margin: 5px 0;
    margin-left: 20px;
    width: 100px;
    min-width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #8b6825;
    border-radius: 36px;
    background-color: #8b6825;
    color: #fff;
    cursor: pointer;
  }
  .search .search_btn:hover {
    color: #8b6825;
    border: 1px solid #8b6825;
    background-color: #FFF;
  }
  .select1 {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 30px;
    position: relative;
  }
  .select1 .select_opt {
    width: 175px;
    height: 48px;
    font-size: 20px;
    margin-left: 20px;
  }
  .select1 .select_opt .el-input {
    font-size: 20px;
  }
  .select1 .select_opt .el-input__inner {
    width: 175px;
    height: 48px;
    font-size: 18px;
  }
  .main_contain .el-select-dropdown__item {
    font-size: 20px;
  }
  .main_contain .el-select-dropdown__item.selected {
    color: #254a98;
    font-weight: 700;
  }
  .main_contain .el-range-editor.is-active,
  .main_contain .el-range-editor.is-active:hover,
  .main_contain .el-select .el-input.is-focus .el-input__inner {
    border-color: #254a98;
  }
  .main_contain .el-select .el-input__inner:focus {
    border-color: #254a98;
  }
  .main_contain .right_box .pubilc_select .el-date-editor {
    width: 200px !important;
  }
  .dialog_imgcode {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }
  .dialog_imgcode .content {
    position: relative;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 10001;
    width: 600px;
    padding: 40px 20px;
    border-radius: 10px;
  }
  .dialog_imgcode .content .close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    background: url(close_02.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .dialog_imgcode .content .img_main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dialog_imgcode .content .img_main h3 {
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: bold;
  }
  .dialog_imgcode .content .img_main .pubilc_select {
    margin-bottom: 0;
  }
  .dialog_imgcode .content .img_main .pubilc_select .el-input {
    min-width: 120px;
    width: initial;
  }
  .dialog_imgcode .content .img_main .pubilc_select img {
    width: 65px;
    height: 30px;
    margin: 0 15px;
    cursor: pointer;
  }
  .dialog_imgcode .content .img_main .pubilc_select .changeNew {
    font-size: 14px;
    color: #888;
    cursor: pointer;
  }
  .dialog_imgcode .content .img_main .searchBtn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #8b6825;
    border-radius: 36px;
    background-color: #8b6825;
    color: #fff;
    cursor: pointer;
    margin-top: 40px;
  }
  .dialog_imgcode .content .img_main .searchBtn:hover {
    color: #8b6825;
    border: 1px solid #8b6825;
    background-color: #FFF;
  }
}