@media screen and (max-width: 768px) {
  .bread {
    margin-bottom: 15px;
  }
  .bread .channelName {
    color: var(--main_color_green);
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 20px;
  }
  .bread .bread_nav {
    font-size: 1rem;
    color: var(--main_list_time_color);
  }
  .wrap .other_zwgk .left_leader {
    width: 100%;
  }
  .wrap .other_zwgk .left_leader .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: var(--main_color_green);
    line-height: 71px;
  }
  .wrap .other_zwgk .left_leader .leader_info {
    margin-bottom: 30px;
    border: 1px solid var(--main_color_green);
    border-radius: 3px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .wrap .other_zwgk .left_leader .leader_info ul li {
    border-top: 1px dashed var(--main_list_time_color);
    padding: 15px 26px;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .wrap .other_zwgk .left_leader .leader_info ul li p:first-child {
    font-weight: bold;
  }
  .wrap .other_zwgk .left_leader .organ_btn a {
    display: block;
    text-align: center;
    line-height: 56px;
    border: 1px solid var(--main_list_time_color);
    border-radius: 3px;
    margin-bottom: 19px;
    transition: 0.2s all;
  }
  .wrap .other_zwgk .left_leader .organ_btn a:hover {
    background: var(--main_color_green);
    color: #fff;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn {
    background-color: #f5f9fa;
    padding: 0 15px;
    box-sizing: border-box;
    padding-bottom: 18px;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li {
    line-height: 57px;
    background-color: #fff;
    padding-left: 32px;
    color: var(--second_text_gray);
    margin-bottom: 16px;
    position: relative;
    transition: padding-left 0.2s;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li:hover {
    padding-left: 50px;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li a {
    display: block;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li::before {
    content: "";
    width: 3px;
    height: 29px;
    position: absolute;
    left: 1px;
    top: 14px;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li:nth-child(1)::before {
    background-color: #7fcff4;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li:nth-child(2)::before {
    background-color: #f9cb7f;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li:nth-child(3)::before {
    background-color: #f27f88;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li:nth-child(4)::before {
    background-color: #98d8b5;
  }
  .wrap .other_zwgk .left_leader .xxgk_btn ul li:nth-child(5)::before {
    background-color: #7fcff4;
  }
  .wrap .other_hdjl .show_mail_num_data {
    margin-top: 0;
  }
  .wrap .other_hdjl .show_mail_num_data .wyly {
    background-position: right center;
    border: 1px solid #e1f8eb;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .wrap .other_hdjl .show_mail_num_data .wyly a:first-of-type {
    padding: 0.3rem 0.9rem;
  }
  .wrap .other_hdjl .show_mail_num_data .wyly p:first-of-type {
    font-size: 1.2rem;
    display: inline-block;
    letter-spacing: 0.3rem;
  }
  .wrap .other_hdjl .show_mail_num_data .wyly div:first-of-type {
    width: 30%;
    padding-left: 0.9rem;
  }
  .wrap .other_hdjl .show_mail_num_data .wyly div:last-of-type {
    display: inline-block;
    font-size: 1rem;
    width: 70%;
  }
  .wrap .other_hdjl .show_mail_num_data .wyly div:last-of-type span {
    color: #0968b8;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0.2rem;
  }
  .wrap .other_hdjl .show_list_data .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 3rem;
  }
  .wrap .other_hdjl .show_list_data table thead tr td {
    background-color: #fff1e8;
    text-align: center;
    border-right: 5px solid #fff;
    line-height: 51px;
    font-size: 1.2rem;
  }
  .wrap .other_hdjl .show_list_data table thead tr td:nth-child(1) {
    width: 100%;
  }
  .wrap .other_hdjl .show_list_data table thead tr td:nth-child(2),
  .wrap .other_hdjl .show_list_data table thead tr td:nth-child(3) {
    width: 232px;
  }
  .wrap .other_hdjl .show_list_data table thead tr td:nth-child(4) {
    width: 276px;
  }
  .wrap .other_hdjl .show_list_data table tbody tr:nth-child(even) {
    background-color: #fbfefc;
  }
  .wrap .other_hdjl .show_list_data table tbody tr td {
    padding: 13px 0;
  }
  .wrap .other_hdjl .show_list_data table tbody tr td:nth-child(1) {
    padding: 13px 10px;
    box-sizing: border-box;
    color: var(--other_text_color);
  }
  .wrap .other_hdjl .show_list_data table tbody tr td:nth-child(1) .type {
    margin-left: 10px;
    color: #0354e3;
    letter-spacing: 1px;
    height: 23px;
    line-height: 23px;
    border-radius: 2px;
    border: 1px solid #0354e3;
    padding: 0 10px;
    font-size: 16px;
    white-space: nowrap;
  }
  .wrap .other_hdjl .show_list_data table tbody tr td:nth-child(1) .status {
    color: #1ca85c;
    background: #def6e9;
    border-radius: 2px;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    margin-left: 6px;
    font-size: 16px;
    white-space: nowrap;
  }
  .wrap .other_hdjl .show_list_data table tbody tr td:nth-child(2),
  .wrap .other_hdjl .show_list_data table tbody tr td:nth-child(3),
  .wrap .other_hdjl .show_list_data table tbody tr td:nth-child(4) {
    text-align: center;
    color: var(--xxgk_icon_color);
  }
  .wrap .other_hdjl .hdjl_btn {
    display: block;
    margin-top: 30px;
  }
  .wrap .other_hdjl .hdjl_btn li {
    width: 32%;
    height: 108px;
    padding: 0;
  }
  .wrap .other_hdjl .hdjl_btn li .iconfont {
    margin-top: 10px;
  }
  .wrap .other_hdjl .dczj {
    margin-top: 30px;
  }
  .wrap .other_hdjl .dczj .list li {
    position: relative;
  }
  .wrap .other_hdjl .dczj .list li a {
    width: 94%;
  }
  .wrap .other_hdjl .dczj .list li span {
    margin-left: 24vw;
  }
  .wrap .other_hdjl .dczj .list li::after {
    content: "已结束";
    display: block;
    clear: both;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #f2f6f5;
    color: #5b5751;
    font-size: 12px;
    padding: 3px 11px;
    margin-top: 4px;
  }
  .wrap .other_hdjl .dczj .list li.active::after {
    content: "征集中";
    background-color: #fff9ea;
    color: #dc9418;
  }
  .wrap .other_detail {
    box-sizing: border-box;
  }
  .wrap .other_detail .docContent .docTitle {
    font-size: 1.3rem;
    text-align: center;
    color: #000;
    margin: 20px 0 30px;
    font-weight: bold;
  }
  .wrap .other_detail .docContent .docInfo {
    text-align: center;
    color: #999999;
    line-height: 2rem;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .wrap .other_detail .docContent .docInfo .share_pr {
    margin-right: 30px;
    cursor: pointer;
  }
  .wrap .other_detail .docContent .docInfo span {
    display: block;
  }
  .wrap .other_detail .docContent .docInfo span:last-of-type {
    margin-right: 0;
    color: #999;
    -webkit-font-smoothing: auto;
  }
  .wrap .other_detail .docContent .docInfo .print,
  .wrap .other_detail .docContent .docInfo .close {
    cursor: pointer;
  }
  .wrap .other_detail .docContent #zoom {
    color: #343434;
    font-size: 18px;
  }
  .wrap .other_detail .docContent #zoom img {
    width: 100%;
  }
  .wrap .other_detail .docContent .info2 {
    text-align: right;
    margin: 30px 0 20px;
    color: #666666;
  }
  .wrap .other_detail .docContent .share_pr {
    display: inline-block;
    cursor: pointer;
  }
  .wrap .other_detail .docContent .share_pr img {
    width: 16px;
    margin-left: 8px;
  }
  .wrap .other_detail .end_line {
    width: 100%;
    height: 1px;
    border: none;
    background-color: skyblue;
    margin: 54px 0 28px;
  }
  .wrap .other_detail .content#zoom {
    font-size: medium;
  }
  .wrap .other_detail .content#zoom img {
    width: 100%;
  }
  .wrap .other_detail .appendix {
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
    display: flex;
  }
  .wrap .other_detail .appendix .insertfileTag a {
    line-height: 26px!important;
    font-size: 16px!important;
    color: var(--main_color_green) !important;
  }
}
