/* 小于750px 手机*/
@media (max-width: 750px) {
  .main_section_contain {
    width: 100%;
  }
  .main_section_contain .news_item {
    width: 100%;
    margin-top: 0.16rem;
    padding-bottom: 0.16rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section_contain .news_item:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 0.16rem;
  }
  .main_section_contain .news_item h3 {
    font-size: 0.16rem;
    margin-bottom: 0.16rem;
  }
  .main_section_contain .news_item .news_details {
    font-size: 0.14rem;
  }
  .main_section_contain .news_item .news_details a {
    width: 100%;
    position: relative;
    display: block;
  }
  .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;
    display: none;
  }
  .main_section_contain .news_item .news_details a p {
    width: calc(100% - 0.28rem);
    margin-bottom: 0.1rem;
    cursor: pointer;
    white-space: nowrap;
    /* 保证文本不换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 使用省略号表示被截断的文本 */
  }
  .main_section_contain .news_item .news_details a:hover p {
    color: #8b6825;
  }
  /* 手机端二级菜单 */
  .left_menu {
    width: 100%;
    padding: 0 0.2rem 0;
  }
  .left_menu ul {
    display: none;
  }
  .left_menu .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;
  }
  .left_menu .m_common_left_menu_swiper .swiper-slide {
    width: auto;
  }
  .left_menu .m_common_left_menu_swiper .swiper-slide a {
    display: inline-block;
    padding: 0 0.2rem;
    color: #000;
  }
  .left_menu .m_common_left_menu_swiper .swiper-slide a.on {
    color: #254a98;
  }
  .participant {
    font-size: 0.2rem;
    width: 100%;
    overflow: hidden;
    margin-top: 0.4rem;
  }
  .participant ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .participant ul li {
    height: auto;
    min-height: 0.6rem;
    width: calc((100% - 0.1rem)/2);
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 0.04rem 0.15rem;
    border-radius: 0.02rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .participant ul li:nth-child(2n) {
    margin-right: 0;
  }
  .participant ul li a {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 0.14rem;
  }
  .participant ul li a:hover {
    color: #254a98;
  }
  .participant ul li.on {
    background-color: #254a98;
  }
  .participant ul li.on a {
    color: #fff;
  }
  .cyzmd-table-1 {
    width: 100%;
    overflow: hidden;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.13rem;
  }
  .cyzmd-table-1 table {
    width: 100%;
    overflow: hidden;
  }
  .cyzmd-table-1 table tr th {
    font-weight: normal;
    background-color: #4563a1;
    color: #fff;
    line-height: 1.2;
    padding: 0.1rem 0.2rem;
    text-align: left;
  }
  .cyzmd-table-1 table tr th:first-child {
    width: 0.3rem;
    text-align: center;
    padding: 0.2rem 0;
  }
  .cyzmd-table-1 table tr td {
    color: #000;
    padding: 0.1rem;
  }
  .cyzmd-table-1 table tr td:first-child {
    width: 0.3rem;
    text-align: center;
    padding: 0.1rem 0;
  }
  .cyzmd-table-1 table tr .tr1 {
    width: 0.3rem;
    text-align: center;
    padding: 0.1rem 0;
  }
  .cyzmd-table-1 table tbody tr td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .cyzmd-table-1 table tbody tr td:first-child {
    border-left: 1px solid #e5e5e5;
  }
  .cyzmd-table-1 p.p1 {
    width: 100%;
    overflow: hidden;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
  .load-more {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 0.3rem;
    font-size: 0.15rem;
  }
  .load-more a {
    display: inline-block;
    height: 0.38rem;
    line-height: 0.38rem;
    padding: 0 0.2rem;
    border: 1px solid #8b6825;
    background-color: #8b6825;
    color: #fff;
    border-radius: 0.5rem;
  }
}
@media (min-width: 750px) {
  /*  PC ,只需要从内容里面自己取类名的地方开始写就就可以了 */
  .main_section_contain {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 100px;
  }
  .main_section_contain .main_right_box {
    display: flex;
  }
  .main_section_contain .main_right_box .participant {
    font-size: 20px;
    width: calc(100% - 30px);
    overflow: hidden;
    margin-left: 20px;
  }
  .main_section_contain .main_right_box .participant ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .main_section_contain .main_right_box .participant ul li {
    width: calc((100% - 40px)/3);
    overflow: hidden;
    border: 1px solid #e5e5e5;
    height: 85px;
    padding: 0 10px;
    border-radius: 8px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .main_section_contain .main_right_box .participant ul li:nth-child(3n) {
    margin-right: 0;
  }
  .main_section_contain .main_right_box .participant ul li a {
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    color: #000;
    font-size: 20px;
  }
  .main_section_contain .main_right_box .participant ul li a:hover {
    color: #254a98;
  }
  .main_section_contain .main_right_box .participant ul li.on {
    background-color: #254a98;
  }
  .main_section_contain .main_right_box .participant ul li.on a {
    color: #fff;
  }
  .main_section_contain .main_right_box .main_right_content {
    max-width: calc(100% - 120px);
  }
  .main_section_contain .cyzmd-table-1 {
    width: calc(100% - 30px);
    overflow: hidden;
    margin-top: 50px;
    font-size: 20px;
    margin-left: 20px;
  }
  .main_section_contain .cyzmd-table-1 table {
    width: 100%;
    overflow: hidden;
  }
  .main_section_contain .cyzmd-table-1 table tr th {
    font-weight: normal;
    background-color: #4563a1;
    color: #fff;
    line-height: 1.5;
    padding: 20px 40px;
    text-align: left;
  }
  .main_section_contain .cyzmd-table-1 table tr th:first-child {
    width: 100px;
    text-align: center;
    padding: 20px 0;
  }
  .main_section_contain .cyzmd-table-1 table tr td {
    font-size: 18px;
    color: #000;
    padding: 20px 40px;
  }
  .main_section_contain .cyzmd-table-1 table tr td:first-child {
    width: 100px;
    text-align: center;
    padding: 20px 0;
  }
  .main_section_contain .cyzmd-table-1 table tr .tr1 {
    width: 100px;
    text-align: center;
    padding: 20px 0;
  }
  .main_section_contain .cyzmd-table-1 table tbody tr td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section_contain .cyzmd-table-1 table tbody tr td:first-child {
    border-left: 1px solid #e5e5e5;
  }
  .main_section_contain .cyzmd-table-1 p.p1 {
    width: 100%;
    overflow: hidden;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .main_section_contain .load-more {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
  }
  .main_section_contain .load-more a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(2, 2, 2, 0.2);
    background-color: #fff;
  }
  .main_section_contain .load-more a:hover {
    background-color: #8b6825;
    color: #fff;
  }
  .main_section_contain .news_section {
    margin-top: 80px;
  }
  .main_section_contain .news_section .news_item {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section_contain .news_section .news_item:first-child {
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
  }
  .main_section_contain .news_section .news_item h3 {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .main_section_contain .news_section .news_item .news_details a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .main_section_contain .news_section .news_item .news_details a img {
    width: 30px;
    height: 24px;
    margin: 0 10px;
    display: none;
  }
  .main_section_contain .news_section .news_item .news_details a p {
    width: calc(100% - 180px);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main_section_contain .news_section .news_item .news_details a span {
    font-size: 20px;
    min-width: 112px;
  }
  .main_section_contain .news_section .news_item .news_details a:hover p {
    color: #8b6825;
  }
  /* 左侧菜单栏 */
  .main_contain {
    position: relative;
  }
  .main_contain .left_menu {
    min-width: 120px;
  }
  .main_contain .left_menu ul li {
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 20px;
    width: 100%;
  }
  .main_contain .left_menu ul li a {
    color: #000;
  }
  .main_contain .left_menu ul li a:hover {
    color: #254a98;
  }
  .main_contain .left_menu ul li.on a {
    color: #254a98;
  }
}
