<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
  font: 14px "Microsoft YaHei", san-serif;
}

#Content,
#Content1 {
  width: auto;
  /* width: 1200px; */
  margin: auto;
}

#Content3 {
  /* width: 750px; */
  width: auto;
  /* float: left; */
  padding: 0 10px;
}

#Content2 {
  /* width: 380px; */
  width: auto;
  /* float: right; */
  padding: 0 10px;
}

/*banner*/
.fj-banner {
  position: relative;
}

.fj-banner&gt;img {
  width: 100%;
}

.fj-banner p {
  width: 1200px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -600px;
  text-align: right;
}

/*瀵艰埅*/
.fjNav {
  /* border-top: 10px solid #BE1413; */
  padding: 0 10px;
  margin-top: -5px;
}

.fjNav ul li span#CurrentlyNode {
  font-size: 18px;
  color: #FFE200;
  font-weight: bold;
}

.fjNav ul {
  width: auto;
  /* width: 1200px; */
  margin: 1px auto 0;
  background: #BE1413;
  display: flex;
  /*justify-content: space-around;*/
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.fjNav ul li {
  padding: 5px 0;
}
.fjNav ul li a {
  color: #FFF;
  font-size: 18px;
}

/* .fjNav ul::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 50px solid #BE1413;
  border-bottom: 54px solid transparent;
  position: absolute;
  left: -70px;
  top: 0;
} */

/* .fjNav ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid #BE1413;
  border-right: 20px solid transparent;
  border-bottom: 54px solid transparent;
  position: absolute;
  right: -70px;
  top: 0;
} */

.fjTt {
  /* width: 1200px; */
  width: auto;
  background: #F6F6F6;
  margin: 0 auto 40px;
  padding: 30px 0;
  display: none;
}

.fjTt .fjTt-top {
  text-align: center;
  margin-bottom: 20px;
}

.fjTt .fjTt-top a {
  font-size: 26px;
  color: #BE1413;
  font-weight: bold;
}

.fjTt ul {
  display: flex;
  justify-content: space-around;
}

.fjTt ul li {
  position: relative;
}

.fjTt ul li::before {
  content: '路';
  position: absolute;
  top: -14px;
  left: -12px;
  color: #BE1413;
  font-size: 36px;
}

.fjTt ul li a {
  color: #333;
  font-size: 16px;
}

/*瑕侀椈*/
.newImpor {
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 15px;
}

/* .newImpor .newImpor-l {
  width: 600px;
  height: 400px;
  float: left;
} */

.newImpor .swiper-slide {
  position: relative;
  height: 400px;
}

.newImpor .swiper-slide #ReportIDPicture {
  width: 100%;
  height: 100%;
}

.newImpor .swiper-slide #ReportIDname a {
  color: #FFFFFF;
}

.newImpor .swiper-slide img {
  width: 100%;
  height: 100%;
}

.newImpor .swiper-slide #ReportIDname {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: left;
}

.newImpor .swiper-container-horizontal&gt;.swiper-pagination-bullets {
  text-align: right;
}

.newImpor .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

.newImpor .swiper-pagination-bullet-active {
  background-color: #A20000;
}

.newImpor-r {
  width: auto;
  /* width: 560px; */
  float: left;
}

.newImpor-r .newImTop {
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.newImpor-r .newImTop #ReportIDname a {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.newImpor-r .newImTop #ReportIDLogograph {
  color: #666;
  line-height: 1.8;
}

.newGX,
.newXj,
.newYM {
  margin-bottom: 30px;
}

.newImpor-r ul li {
  font-size: 16px;
  padding: 10px 0 10px 22px;
  position: relative;
}

.newImpor-r ul li a {
  color: #333;
}

.newImpor-r ul li::after {
  content: '&gt;';
  color: #A20000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.newImpor-r .newImMore {
  color: #BE1413;
  display: block;
  margin: 10px 25px;
}

/*浼熷ぇ鍙橀潻*/
.conleftTit {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #BE1413;
  margin-bottom: 15px;
  position: relative;
}

.conleftTit::before {
  content: '';
  width: 140px;
  height: 10px;
  background: #BE1413;
  position: absolute;
  bottom: -5px;
}

.conleftTit::after {
  content: '';
  width: 40px;
  height: 10px;
  background: #BE1413;
  position: absolute;
  bottom: -5px;
  left: 160px;
}

.conleftTit span {
  color: #BE1413;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 10px;
}

.conleftTit a {
  color: #999;
  margin-top: 15px;
}

.wdbg {
  margin-bottom: 15px;
}

.wdbg ol {
  display: flex;
  margin-bottom: 10px;
}

.wdbg ol li {
  width: 50%;
}

.wdbg ol li #ReportIDPicture {
  float: left;
  margin-right: 10px;
}

.wdbg ol li #ReportIDPicture img,
.xsd ul li span#ReportIDPicture img {
  width: 189px;
  height: 123px;
}

.wdbg ol li span#ReportIDname a {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  padding-right: 10px;
  display: block;
}

.wdbg ul li {
  line-height: 2.4;
  overflow: hidden;
  position: relative;
}

.wdbg ul li::before {
  content: '&gt;';
  color: #A20000;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0px;
}

.wdbg ul li span#ReportIDname a {
  color: #333;
  font-size: 16px;
  padding-left: 15px;
}

.wdbg ul li span#ReportIDIssueTime {
  float: right;
  color: #999;
}


.xsd ul li {
  overflow: hidden;
  margin-bottom: 15px;
}

.xsd ul li span#ReportIDPicture {
  float: left;
  margin-right: 20px;
}

.xsd ul li span#ReportIDname a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.xsd ul li span#ReportIDLogograph {
  color: #999;
  line-height: 1.8;
}


.tbchT,
.tbchB {
  overflow: hidden;
}

.tbchT span#ReportIDPicture {
  float: left;
  width: 100%;
}

.tbchB span#ReportIDPicture {
  float: right;
  width: 50%;
}

.tbchT span#ReportIDPicture img,
.tbchB span#ReportIDPicture img {
  width: 100%;
  height: 100%;
  /* height: 254px; */
}

.tbchT .tbchTit,
.tbchB .tbchBit {
  float: left;
  width: 100%;
  background: #FAF7F0;
  height: 170px;
  /* height: 254px; */
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.tbchT .tbchTit a,
.tbchB .tbchBit a {
  display: block;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tbchT .tbchTit span#ReportIDLogograph,
.tbchB .tbchBit span#ReportIDLogograph {
  color: #999;
  line-height: 2;
}

.tbchT .tbchTit::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid #BE1413;
  border-right: 0px solid #BE1413;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.tbchB .tbchBit::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0 solid #BE1413;
  border-right: 20px solid #BE1413;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

/*濯掍綋鎶ラ亾*/
.mtbd {
  margin-bottom: 15px;
}

.conRtit {
  text-align: center;
  border-bottom: 1px solid #BE1413;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.conRtit::before {
  content: '';
  display: block;
  width: 120px;
  height: 10px;
  background: #BE1413;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -60px;
}

.conRtit span {
  color: #BE1413;
  font-size: 24px;
  font-weight: bold;
}

.mtbd-gj {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

/* .mtbd-gj span#ReportIDPicture {
  float: left;
  margin-right: 10px;
} */

.mtbd-gj span#ReportIDPicture img {
  /* width: 178px;
  height: 115px; */
  width: 100%;
  height: 100%;
}

.mtbd-gj span#ReportIDname a {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.mtbd ul li {
  padding-left: 15px;
  line-height: 2;
  position: relative;
}

.mtbd ul li::before {
  content: '&gt;';
  color: #A20000;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0px;
}

.mtbd ul li a {
  color: #333;
  font-size: 16px;
}

.mtbd a.mtbd-more,
.jcsp a.jcsp-more {
  width: 100%;
  background: #F6F6F6;
  display: block;
  text-align: center;
  color: #999;
  padding: 7px 0;
  margin-top: 20px;
}

.jcsp ul li {
  margin-bottom: 15px;
}

.jcsp ul li span#ReportIDPicture {
  position: relative;
}

.jcsp ul li span#ReportIDPicture::before {
  content: '';
  display: block;
  background: url(/res/ChinaPostJT/structure/22064270.png) no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  z-index: 99;
  /*top: 0;*/
  left: 48%;
  margin-top: 25%;
}

.jcsp ul li span#ReportIDPicture img {
  width: 100%;
}

.jcsp ul li span#ReportIDname a {
  display: block;
  text-align: center;
  padding-top: 5px;
  color: #333;
  font-size: 16px;
}

/*椤佃剼*/
.foot {
  margin-top: 50px;
  border-top: 1px solid #BE1413;
  color: #666;
}

/*鍒楄〃椤�*/
.zt-list {
  border-bottom: 1px solid #ececec;
  padding: 35px 0;
}

.zt-list li {
  line-height: 35px;
}

.zt-list em {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d0001c;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}

.zt-list span#ReportIDname a {
  color: #000;
}

.fl-right {
  float: right;
}

.list-ti {
  color: #9a9a9a;
}

#PageNum {
  text-align: center;
  margin-top: 10px;
}


.con-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 85px;
}

#ReportIDkicker {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 15px;
}

.con-ftit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.con-box {
  width: 100%;
  background: #f3f3f3;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 40px;
}

.con-box span {
  color: #5f5f5f;
}

.con-ti {
  margin-left: 25px;
}

.con-text {
  text-align: justify;
  margin-top: 40px;
  line-height: 25px;
}

.con-text #ReportIDtext {
  line-height: 30px;
}

.con-text span#ReportIDtext p {
  margin-bottom: 20px;
}</pre></body></html>