#bgg {
  background: #1479e7;
}
/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 4.48rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
/* 头部header 结束 */
.zt_content {
  margin-top: -0.2rem;
  background: url(../images/zt_bg.png) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #ffffff;
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.paper_box {
  position: relative;
  background-color: #ffffff;
  padding: 0.3rem;
}
.paper_box::after {
  content: '';
  position: absolute;
  top: -27px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 27px;
  background: url(../images/box_title.png) no-repeat center;
  background-size: 100% 100%;
}
.paper_box_blue {
  background-color: #ebf7ff;
}
.zt_title {
  height: 35px;
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.zt_title.zt_title1 {
  background-image: url(../images/zt_title1.png);
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title2.png);
}
.zt_title.zt_title3 {
  background-image: url(../images/zt_title3.png);
}
.zt_title.zt_title4 {
  background-image: url(../images/zt_title4.png);
}
.zt_title a.more {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 16px;
  font-weight: normal;
  color: #0682cc;
}
.zt_title a.more:hover {
  color: #0768d1;
}
.list_t {
  margin-top: -15px;
  margin-bottom: -15px;
}
.list_t li:not(.panel-more) * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t li:not(.panel-more) a {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_t li:not(.panel-more) a:hover .list_text,
.list_t li:not(.panel-more) a:hover .date {
  color: #0768d1;
}
.list_t li:not(.panel-more) a:hover .list_text::before {
  background-color: #0768d1;
}
.list_t .list_text {
  flex: 1;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
@media (min-width: 601px) {
  .list_t .list_text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (max-width: 600px) {
  .list_t .list_text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.list_t .date {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: normal;
  color: #999;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t .date {
    display: none;
  }
}
.item_box_title {
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.item_box_title::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_title > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.item_box_title > li:nth-child(n) {
  margin-top: 0;
}
.item_box_title > li:nth-child(n)::after {
  display: block;
}
.item_box_title > li:nth-child(n + 2) {
  margin-top: 16px;
}
.item_box_title > li:nth-child(2) {
  margin-top: 0;
}
.item_box_title > li:nth-child(2n)::after,
.item_box_title > li:last-child::after {
  display: none;
}
.item_box_title a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_title {
    margin-left: -8px;
    margin-right: -8px;
  }
  .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n)::after {
    display: block;
  }
  .item_box_title > li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .item_box_title > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(2n)::after,
  .item_box_title > li:last-child::after {
    display: none;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_title {
    margin-left: -8px;
    margin-right: -8px;
  }
  .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n)::after {
    display: block;
  }
  .item_box_title > li:nth-child(n + 1) {
    margin-top: 16px;
  }
  .item_box_title > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(1n)::after,
  .item_box_title > li:last-child::after {
    display: none;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_title li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  background-image: linear-gradient(0deg, #ffffff 0%, #c1ebff 100%);
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #0682cc;
  line-height: 1.5;
  text-align: center;
}
.item_box_title li:hover a {
  font-weight: bold;
}
