@charset "UTF-8";
@import url(2024gb-com.css);
  body {
    background: url("/material/zfgb/2024gb_Tbg.png") no-repeat center top;
  }
  /* 头部样式 */
.bulletin-header .header-wrapper {
    box-sizing: border-box;
    padding: 44px 0 0;
    position: relative;
  }
  .bulletin-header .header-wrapper > img {
    display: block;
    margin: 84px auto;
    max-width: 100%;
  }
  .bulletin-header .bulletin-logo {
    display: inline-block;
    max-width: 413px;
    height: auto;
  }
  .bulletin-header .bulletin-logo img {
    width: 100%;
    height: auto;
  }
/* 内容主体样式 */
.bulletin-main {
    box-sizing: border-box;
    padding-top: 26px;
  }
  .bulletin-main .main-wrapper {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background: #BFD4FF;
  }
  .bulletin-main .main-wrapper:before {
    content: "";
    width: 100%;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -26px;
    background: url("/material/zfgb/decorate-bg.png") no-repeat center bottom;
  }
.main-layout {
    display: flex;
    justify-content: space-between;
}
.main-layout .main-left {
    width: 466px;
    height: 100%;
    background: url("/material/zfgb/main-left-bg.png") no-repeat center bottom, #3F78EA;
    border-radius: 6px 25px 25px 6px;
    box-sizing: border-box;
    padding: 63px 0 174px;
  }

/* 年份内容样式 */
.year-sel {
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    background: url("/material/zfgb/year-bg.png") no-repeat left bottom;
    max-width: 396px;
    margin: 0 auto;
    text-align: center;
  }
  .year-sel .year-box {
    width: 280px;
    height: 376px;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    box-shadow: 0 3.84px 24.72px 0 rgba(17, 106, 190, 0.41);
    position: relative;
    z-index: 2;
  }
  .year-sel .year-box:before, .year-sel .year-box:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-color: #E5EEF8;
    border: 1px solid #B7D2EA;
    box-sizing: border-box;
  }
  .year-sel .year-box:before {
    left: 2px;
    top: 2px;
    z-index: 1;
  }
  .year-sel .year-box:after {
    left: 4px;
    top: 4px;
    z-index: -1;
  }
  .year-sel .year-box .zxqs-box{margin-top:90px;}
  .year-sel .year-box .zxqs-box h4{margin:21px 0 0px;font-weight: bold;font-size: 32px;text-align: center;color: #ed332d;}
  .year-sel .year-box .zxqs-box h4 span{font-size:14px;font-weight: normal;color: #333333;display:block;}
  .year-sel .year-card {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 7px;
    position: relative;
    z-index: 2;
  }
  .year-sel .year-col {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #E8EFF6;
    padding-top: 19px;
    background-color: #ffffff;
    position: relative;
  }
  .year-sel .year-col p {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
  }
  .year-sel .year-col img {
    max-width: 231px;
  }
  .year-sel .year-list {
    max-width: 280px;
    width: 100%;
    height: 129px;
    margin: 12px auto 0;
    overflow-y: auto;
    display: block;
    box-sizing: border-box;
    padding: 0 7px 11px 0;
    /* 滚动槽 */
    /* 滚动条滑块 */
  }
  .year-sel .year-list:after {
    content: "";
    width: calc(33.3333333333% - 3.5px);
    height: 1px;
    display: inline-block;
  }
  .year-sel .year-list::-webkit-scrollbar {
    width: 2px;
  }
  .year-sel .year-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E8EFF6;
  }
  .year-sel .year-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3F78EA;
  }
  .year-sel .year-list li {
    width: 80px;
    height: 32px;
    border: 1px solid #D6DCE7;
    text-align: center;
    line-height: 32px;
    background-color: #F2F4F7;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    margin:5px;
    transition: all 0.3s ease-in-out 0s;
	float:left;
  }
  .year-sel .year-list li.active,.year-sel .year-list li.active a, .year-sel .year-list li:hover, .year-sel .year-list li:hover a {
    background-color: #3F78EA;
    color: #ffffff;
  }
  /* 公报检索样式 */
  .bulletin-search-card {
    box-sizing: border-box;
    padding: 50px 0 48px 28px;
  }
  
  .bulletin-search {
    width: 100%;
    height: 63px;
    border-radius: 60px 0 0 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    box-sizing: border-box;
    padding: 11px 0;
    border-right: 1px solid #3F78EA;
  }
  .bulletin-search input {
    height: 100%;
    width: calc(100% - 127px);
    border: none;
    outline: none;
    border-right: 1px solid #3F78EA;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 35px;
  }
  .bulletin-search input::placeholder {
    color: #D6D6D6;
  }
  .bulletin-search button {
    width: 127px;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 19px;
    font-size: 20px;
    color: #3F78EA;
    font-weight: bold;
    cursor: pointer;
  }
  .bulletin-search button i {
    font-size: 26px;
    font-weight: 400;
    margin-right: 8px;
  }
  
  .bulletin-screen {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 13px 0 0 70px;
  }
  .bulletin-screen label {
    font-size: 18px;
    color: #ffffff;
    margin-right: 14px;
    display: flex;
    align-items: center;
  }
  .bulletin-screen label:last-child {
    margin-right: 0;
  }
  .bulletin-screen input {
    width: 11px;
    height: 11px;
    appearance: none;
    border-radius: 2px;
    border: 1px solid #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
  }
  .bulletin-screen input:checked:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
  }

  /* 其他地区公报样式 */
  .bulletin-list {
    box-sizing: border-box;
    padding: 0 47px;
  }
  .bulletin-list > li {
    margin-bottom: 20px;
    position: relative;
  }
  .bulletin-list > li:last-child {
    margin-bottom: 0;
  }
  .bulletin-list > li:hover .bull-title {
    background-color: #ffffff;
    color: #3F78EA;
  }
  .bulletin-list > li:hover .drop-down:after {
    border-left-color: #3F78EA;
    transform: rotate(90deg);
  }
  .bulletin-list .bull-title {
    width: 100%;
    height: 58px;
    font-size: 16px;
    color: #ffffff;
    background: #205BD0;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 8px 0 rgba(63, 120, 234, 0.1);
    display: flex;
    align-items: center;
    padding: 0 43px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    justify-content: space-between;
  }
  .bulletin-list .drop-down:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 15px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    transition: all 0.3s ease-in-out 0s;
  }
  .bulletin-list .bulletin-list-col {
    background-color: #ffffff;
    box-sizing: border-box;
    border-top: 7px solid #3F78EA;
    padding-bottom: 30px;
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 1;
    width: 100%;
  }
  .bulletin-list .bulletin-list-col li {
    width: calc(33.3333333333% - 10px);
    margin-top: 20px;
    display: inline-block;
  }
  .bulletin-list .bulletin-list-col li:hover a {
    color: #3F78EA;
  }
  .bulletin-list .bulletin-list-col a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s ease-in-out 0s;
  }

  /* 主体右侧样式开始 */
  .main-layout .main-right {
    width: calc(100% - 466px);
    max-height: 1106px;
    height: auto;
    background: url("/material/zfgb/main-right-bg.png") no-repeat center bottom, #ffffff;
    box-sizing: border-box;
    padding: 0 30px 50px;
    box-shadow: 0 0 10px 0 rgba(34, 86, 190, 0.22);
    border-radius: 0 6px 6px 0;
    margin-top: 24px;
  }
  
  .not-left-layout .main-right {
    margin-top: 0;
    max-height: none;
    width: 100%;
  }
  .not-left-layout .plate-list-card {
    max-height: none;
  }
  /* 期数标题以及切换 */
  .stage-list-card {
    padding-top: 36px;
    box-sizing: border-box;
  }
  
  .stage-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .stage-title h1 {
    width: 254px;
    height: 58px;
    border-radius: 8px;
    background-color: #3F78EA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: HuaKangSongTi, serif;
  }
  .stage-title h1 label {
      font-weight: bold;
  }
  .stage-title h1 span {
    margin-left: 10px;
    font-family: HuaKangSongTi, serif;
  }
  .stage-title i {
    width: calc(50% - 140px);
    height: 1px;
    background-color: #3F78EA;
    display: inline-block;
    position: relative;
  }
  .stage-title i:after {
    content: "";
    width: 2px;
    height: 8px;
    display: inline-block;
    background-color: #3F78EA;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .stage-title i.line-left:after {
    right: 0;
  }
  .stage-title i.line-right:after {
    left: 0;
  }
  
  .card-title {
    height: 48px;
    margin-top: 18px;
  }
  .card-title h1 {
    background-color: transparent;
    color: #333333;
    font-weight: bold;
    width: 200px;
    font-family: "Microsoft YaHei UI", serif;
  }
  .card-title i {
    width: calc(50% - 110px);
  }
  .period-sg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px auto;
  }
  .period-sg button {
    width: 118px;
    height: 42px;
    background-color: #3F78EA;
    border: none;
    outline: none;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    margin: 0 5px;
  }
  .period-sg button i {
    font-size: 18px;
  }
  .period-sg .period-drop {
    width: 147px;
    height: 42px;
    border: 1px solid #3F78EA;
    box-sizing: border-box;
    margin: 0 5px;
  }
  .period-sg .period-drop .layui-input {
    border: none;
    height: 40px;
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 35px;
  }
  .period-sg .period-drop .layui-edge {
    right: 30px;
    border-top-color: #3F78EA;
  }
  .period-sg .period-drop .layui-form-select dl dd.layui-this {
    background-color: #3F78EA;
  }

  /* 数据主体内容样式开始 */
  .plate-list-card {
    width: 100%;
    overflow-y: auto;
    max-height: 643px;
    box-sizing: border-box;
    padding-right: 12px;
    /* 滚动槽 */
    /* 滚动条滑块 */
  }
  .plate-list-card::-webkit-scrollbar {
    width: 2px;
  }
  .plate-list-card::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E8EFF6;
  }
  .plate-list-card::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3F78EA;
  }
  
  .plate-col {
    margin-bottom: 50px;
    display: none;
  }
  .plate-col:last-child {
    margin-bottom: 0;
  }
  .plate-col h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3F78EA;
    box-sizing: border-box;
    padding: 0 0 12px 8px;
    position: relative;
  }
  .plate-col h2 i {
    font-weight: 400;
    font-size: 18px;
    color: #E40000;
    margin-left: 12px;
  }
  .plate-col h2:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    background-color: #3F78EA;
    bottom: -2.5px;
    left: 0;
    transform: rotate(-45deg);
  }
  .plate-col .plate-list {
    box-sizing: border-box;
    padding-left: 8px;
  }
  .plate-col .plate-list li {
    margin-top: 30px;
  }
  .plate-col .plate-list li:first-child {
    margin-top: 15px;
  }
  .plate-col .plate-list li:hover h4, .plate-col .plate-list li:hover i {
    color: #3F78EA;
  }
  .plate-col .plate-list a {
    display: flex;
  }
  .plate-col .plate-list i {
    font-size: 20px;
    transition: all 0.3s ease-in-out 0s;
    color: #5C5C66;
  }
  .plate-col .plate-list h4 {
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s ease-in-out 0s;
    font-weight: inherit;
  }
  .plate-col .plate-list h4 span {
    color: #3F78EA;
    display: inline-block;
    margin-left: 5px;
  }

  /* 手机二维码 */
  .other-files {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
  }
  .other-files .other-col {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .other-files .other-col p {
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(63, 120, 234, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
  }
  .other-files .other-col p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .other-files .other-col .icon-pdf {
    font-size: 42px;
    color: #ED2C25;
  }
  .other-files .other-col h4 {
    font-size: 16px;
    color: #333333;
    margin-top: 7px;
  }

  .DownLoadPdf{float: left;}

  .PDFdownload{ width: 360px; margin: 0 auto;margin-top:15px; text-align:center;}
  .PDFdownload>div.Box{ display:inline-block; margin:0 15px; height:150px;}
  .ewmBox{ width:180px; box-sizing:border-box;  background:url(/material/zfgb/ewmBg.png) no-repeat center;}


/* 细览样式 */



.return-btn {
    border: none;
    outline: none;
    width: 138px;
    height: 45px;
    border-radius: 2px;
    background-color: #3F78EA;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
  }
  .return-btn i {
    font-weight: 400;
    margin-right: 7px;
  }
  
  .bulletin-detail-card {
    box-sizing: border-box;
    padding-top: 24px;
  }
  .bulletin-detail-card .detail-card {
    margin-top: 33px;
    overflow-y: auto;
    /* 滚动槽 */
    /* 滚动条滑块 */
    max-height: 930px;
    box-sizing: border-box;
    padding-right: 18px;
  }
  .bulletin-detail-card .detail-card::-webkit-scrollbar {
    width: 2px;
  }
  .bulletin-detail-card .detail-card::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E8EFF6;
  }
  .bulletin-detail-card .detail-card::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3F78EA;
  }
  .bulletin-detail-card .detail-card h1 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
  }
  .bulletin-detail-card .detail-card .detail-ct {
    margin-top: 32px;
  }
  .bulletin-detail-card .detail-card .detail-ct * {
    font-size: 16px;
    color: #333333;
  }
  .bulletin-detail-card .detail-card .detail-ct > * {
    margin-bottom: 1em;
  }
  .bulletin-detail-card .detail-card .ct-file {
    margin-top: 22px;
    font-size: 16px;
    color: #333333;
  }
  .bulletin-detail-card .detail-card .ct-file a {
    color: #3F78EA;
  }
  
  .main-card {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 48px 65px 76px;
    background-color: #FFFFFF;
  }
  
  .issue-bulletin {
    display: flex;
    flex-wrap: wrap;
  }
  .issue-bulletin:before, .issue-bulletin:after {
    content: "";
    width: 210px;
    height: 1px;
    display: initial;
  }
  .issue-bulletin:before {
    order: 999;
  }
  .issue-bulletin li {
    width: 210px;
    height: 282px;
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 0 2.88px 18.54px 0 rgba(17, 106, 190, 0.41);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    margin-top: 36px;
    margin-right: 74px;
  }
  .issue-bulletin li:nth-child(4n) {
    margin-right: 0;
  }
  .issue-bulletin li:before, .issue-bulletin li:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #DEEAF4;
    box-sizing: border-box;
  }
  .issue-bulletin li:before {
    top: 2px;
    left: 2px;
    z-index: 1;
  }
  .issue-bulletin li:after {
    top: 4px;
    left: 4px;
    z-index: -1;
  }
  .issue-bulletin img {
    max-width: 173px;
    margin-top: 26px;
  }
  .issue-bulletin a {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6px;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
  }
  .issue-bulletin .issue-col {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E8EFF6;
  }
  .issue-bulletin .issue-col h4 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin: 21px 0 26px;
  }
  .issue-bulletin .issue-col h4 span {
    display: block;
    color: #3F78EA;
  }
  .issue-bulletin .issue-col p {
    font-size: 14px;
    color: #333333;
  }
  
  #app{
      background: #FFFFFF;
  }
  .layui-input-block label{
      line-height: 36px;
  }
  .layui-input-block .z-item{
      line-height: 36px;
      margin-right: 20px;
  }
  .tyh-xzgfglm{
      padding: 0 20px;
  }










  /* 手机适配样式 */
  @media screen and (max-width: 1250px) {
    .w1250 {
      max-width: 1024px;
    }
    .main-layout {
      flex-direction: column;
      align-items: center;
    }
    .main-layout .main-left {
      width: 100%;
      padding: 76px 0 58px;
    }
    .main-layout .main-right {
      width: 100%;
      padding: 0 0px 50px 
    }
    .year-sel {
      background-position: center bottom;
      background-size: contain;
      max-width: 730px;
    }
    .year-sel .year-box {
      width: 100%;
      max-width: 614px;
    }
    .year-sel .year-list {
      max-width: 515px;
    }
    .bulletin-main .main-wrapper:before {
      background-size: contain;
    }
    .issue-bulletin {
      justify-content: space-around;
    }
    .issue-bulletin li {
      margin-right: 10px;
    }
    .issue-bulletin li:nth-child(4n) {
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 1024px) {
    .w1250 {
      max-width: 100%;
    }
    .year-sel {
      max-width: 72%;
    }
    .year-sel .year-box {
      max-width: 72%;
    }
    .year-sel .year-col {
      padding: 19px 8px 0;
    }
    .bulletin-header .bulletin-logo {
      max-width: 326px;
    }
    .bulletin-header .header-wrapper {
      padding: 44px 20px 0;
    }
  }
  @media screen and (max-width: 768px) {
    .main-layout .main-right {
      max-height: initial;
    }
    .bulletin-header .header-wrapper {
      text-align: center;
      padding: 40px 20px 0;
    }
    .bulletin-header .header-wrapper > img {
      max-width: 506px;
      margin: 32px auto 36px;
    }
    .year-sel {
      max-width: 604px;
      height: auto;
      box-sizing: border-box;
      padding-bottom: 52px;
    }
    .year-sel .year-box {
      max-width: 369px;
      width: 100%;
      height: 500px;
    }
    .year-sel .year-list {
      height: 154px;
	  max-width:303px;
    }
    .year-sel .year-list li {
      margin-top: 10px;
      width: 88px;
      height: 38px;
      line-height: 38px;
      font-size: 22px;
      font-weight: 400;
    }
    .year-sel .year-col img {
      max-width: 322px;
      width: 100%;
    }
    .year-sel .year-col p {
      font-size: 14px;
    }
    .bulletin-search-card {
      padding: 50px 0 48px 34px;
    }
    .bulletin-search-card label {
      font-size: 24px;
      margin-right: 35px;
    }
    .bulletin-screen {
      padding-top: 22px;
    }
    .bulletin-screen input {
      width: 16px;
      height: 16px;
    }
    .bulletin-screen input:checked:before {
      width: 9px;
      height: 9px;
    }
    .bulletin-list .drop-down:after {
      border-left-width: 11px;
      border-top-width: 11px;
      border-bottom-width: 11px;
    }
    .bulletin-list .bull-title {
      font-size: 24px;
    }
    .bulletin-list .bulletin-list-col a {
      font-size: 24px;
    }
    .stage-title h1 {
      font-size: 34px;
      width: 300px;
    }
    .stage-title i {
      width: calc(50% - 160px);
    }
    .bulletin-search input {
      font-size: 22px;
    }
    .bulletin-search button {
      font-size: 20px;
    }
    .bulletin-search button i {
      font-size: 26px;
    }
    .period-sg button {
      width: 135px;
      height: 58px;
      font-size: 24px;
    }
    .period-sg button i {
      font-size: 22px;
    }
    .period-sg .period-drop {
      height: 58px;
      width: 168px;
    }
    .period-sg .period-drop .layui-input {
      height: 56px;
      font-size: 24px;
      padding: 0 10px 0 13px;
    }
    .period-sg .period-drop .layui-form-select dl dd {
      font-size: 22px;
    }
    .period-sg .period-drop .layui-edge {
      right: 17px;
    }
    .plate-col h2 {
      font-size: 28px;
      color: #333333;
    }
    .plate-col h2 i {
      font-size: 22px;
    }
    .plate-col .plate-list i {
      font-size: 28px;
    }
    .plate-col .plate-list h4 {
      font-size: 24px;
      line-height: 34px;
    }
    .other-files .other-col:first-child {
      display: none;
    }
    .other-files .other-col p {
      width: 176px;
      height: 176px;
    }
    .other-files .other-col .icon-pdf {
      font-size: 84px;
    }
    .other-files .other-col h4 {
      font-size: 32px;
    }
    .main-card {
      padding: 48px 20px 70px;
    }
    .issue-bulletin {
      justify-content: space-around;
    }
    .issue-bulletin img {
      max-width: 226px;
      width: 100%;
    }
    .issue-bulletin li {
      width: 250px;
      height: 334px;
      margin-right: 0;
    }
    .issue-bulletin li:nth-child(4n) {
      margin-right: 0;
    }
    .issue-bulletin .issue-col p {
      font-size: 16px;
    }
    .issue-bulletin .issue-col h4 {
      font-size: 24px;
    }
    .return-btn {
      width: 194px;
      height: 64px;
      font-size: 24px;
    }
    .return-btn i {
      font-size: 24px;
    }
    .bulletin-detail-card .detail-card h1 {
      font-size: 24px;
    }
    .bulletin-detail-card .detail-ct * {
      font-size: 16px;
    }
    .bulletin-detail-card .ct-file {
      font-size: 16px;
    }
    .return_assist.white{
      right: 20px !important;
      bottom: -50px;
      z-index: 99;
    }
  }
  @media screen and (max-width: 616px) {
    .period-sg .period-drop {
      width: 138px;
      height: 48px;
    }
    .period-sg .period-drop .layui-edge {
      right: 10px;
    }
    .period-sg .period-drop .layui-input {
      height: 46px;
      font-size: 20px;
    }
    .period-sg .period-drop .layui-form-select dl dd {
      font-size: 20px;
    }
    .period-sg button {
      width: 111px;
      height: 48px;
      font-size: 20px;
    }
    .year-sel {
      max-width: 496px;
    }
    .year-sel .year-col {
      padding-top: 11px;
    }
    .year-sel .year-col img {
      max-width: 265px;
    }
    .year-sel .year-col p {
      font-size: 14px;
    }
    .year-sel .year-list {
      height: 128px;
    }
    .year-sel .year-list li {
      font-size: 18px;
      height: 32px;
      line-height: 32px;
    }
    .year-sel .year-box {
      max-width: 303px;
      height: 406px;
    }
    .bulletin-search button {
      width: 130px;
      padding-left: 26px;
    }
    .bulletin-search input {
      width: calc(100% - 130px);
    }
    .bulletin-search-card label {
      font-size: 20px;
    }
    .bulletin-list .bull-title {
      font-size: 20px;
    }
    .bulletin-list .bulletin-list-col a {
      font-size: 20px;
    }
    .stage-title i {
      width: calc(50% - 140px);
    }
    .stage-title h1 {
      width: 247px;
      height: 47px;
      font-size: 30px;
    }
    .plate-col h2 {
      font-size: 23px;
    }
    .plate-col h2 i {
      font-size: 18px;
    }
    .plate-col .plate-list i {
      font-size: 20px;
    }
    .plate-col .plate-list h4 {
      font-size: 20px;
      line-height: 30px;
    }
    .other-files .other-col p {
      width: 145px;
      height: 145px;
    }
    .other-files .other-col .icon-pdf {
      font-size: 68px;
    }
    .other-files .other-col h4 {
      font-size: 26px;
    }
    .bulletin-header .header-wrapper > img {
      max-width: 100%;
    }
    .return-btn {
      width: 160px;
      height: 53px;
      font-size: 20px;
    }
    .bulletin-detail-card .detail-card h1 {
      font-size: 26px;
    }
    .bulletin-detail-card .detail-card .detail-ct > * {
      font-size: 20px;
    }
    .bulletin-detail-card .detail-card .ct-file {
      font-size: 20px;
    }
    .issue-bulletin img {
      max-width: 186px;
    }
    .issue-bulletin li {
      width: 226px;
      height: 303px;
    }
    .issue-bulletin .issue-col h4 {
      font-size: 20px;
    }
    .card-title i {
      width: calc(50% - 100px);
    }
    .card-title h1 {
      width: 168px;
    }
  }
  @media screen and (max-width: 515px) {
    .period-sg button {
      font-size: 18px;
    }
    .period-sg .period-drop .layui-input {
      font-size: 15px;
    }
    .bulletin-search {
      height: 54px;
    }
    .bulletin-search input {
      font-size: 16px;
    }
    .issue-bulletin {
      justify-content: space-between;
    }
    .issue-bulletin img {
      max-width: 155px;
    }
    .issue-bulletin li {
      width: 190px;
      height: 255px;
    }
    .issue-bulletin .issue-col h4 {
      margin: 20px 0 16px;
    }
    .issue-bulletin .issue-col p {
      font-size: 14px;
    }
  }