html {
  min-width: inherit;
}

body {
  min-width: inherit;
}

.content {
  width: 14.4rem;
  margin: 0 auto;
}

a {
  color: #0032B4;
}

.service-crumb {
  color: #676767;
  font-weight: 400;
  font-size: 0.14rem;
  background-color: #F2F4F8;
  border-bottom: 1px solid #C0C0C0;
}

.service-crumb .content .crumb-item {
  display: inline-block;
  line-height: .5rem;
  font-size: 0.14rem;
  font-weight: 300;
  color: #676767;
}

.service-crumb .content .crumb-item:hover {
  color: #0032B4;
}

.crumb-divider {
  margin: 0.04rem;
  color: #676767;
  font-weight: 300;
}

.content .title {
  font-size: .42rem;
  font-weight: 600;
  line-height: .63rem;
}

@media screen and (max-width: 768px) {
  .content {
    width: 7.04rem;
  }

  .service-crumb,
  .service-crumb .content .crumb-item {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.5rem;
  border-bottom: 1px solid #C0C0C0;
  background: #F2F4F8;
}

.bread-crumb--inner {
  display: -ms-flexbox;
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  line-height: 0.5rem;
}

.bread-crumb__item {
  color: #676767;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.bread-crumb__link {
  font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #676767;
  font-weight: 300;
}

.bread-crumb__divider {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
  color: #000;
}

.bread-crumb__link:hover {
  color: #0032B4;
}

@media screen and (max-width: 768px) {
  .bread-crumb--inner {
    width: 100%;
  }

  .bread-crumb {
    min-height: 0.6rem;
    padding: 0 .32rem;
  }

  .bread-crumb__item,
  .bread-crumb__link,
  .bread-crumb__divider {
    font-size: .24rem;
  }

  .bread-crumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.service-crumb {
  border: none;
}

.service-crumb .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.service-crumb .bread-crumb {
  border: none;
}

.service-crumb .bread-crumb--inner {
  width: auto;
}

.service-crumb .search-bar {
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

.service-crumb .search-bar .search-box {
  display: -ms-flexbox;
  display: flex;
  width: 4.28rem;
}

.service-crumb .search-bar .search-input-erea {
  position: relative;
}

.service-crumb .search-bar .search-input {
  width: 3.28rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #E0E0E1;
  border-right: none;
  height: 0.48rem;
  line-height: 0.5rem;
}

.service-crumb .search-bar .search-input.focus {
  background-color: #F2F4F8;
}

.service-crumb .search-bar .search-botton {
  width: 0.95rem;
  height: 0.5rem;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  background: #0F1319;
  background-size: cover;
  cursor: pointer;
}

.service-crumb .search-bar .remove-word {
  display: none;
}


.service-crumb .search-bar .wrapper-dropdown {
  width: 0.82rem;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  padding: 0.12rem 0.15rem;

  /* Styles */
  background: #fff;
  border: 0.01rem solid #E0E0E1;
  border-right: none;
  cursor: pointer;
  outline: none;
}

.service-crumb .search-bar .wrapper-dropdown .yearText {
  line-height: 0.2rem;
}

.service-crumb .search-bar .wrapper-dropdown:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  margin-top: -0.05rem;
  border-width: 0.06rem 0.06rem 0 0.06rem;
  border-style: solid;
  border-color: #666666 transparent;
}

.service-crumb .search-bar .wrapper-dropdown .dropdown {
  /* Size & position */
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  padding: 0 .1rem;
  /* Styles */
  background: #fff;
  border: .01rem solid #E0E0E1;
  border-top: none;
  border-bottom: none;
  list-style: none;
  transition: all 0.3s ease-out;

  /* Hiding */
  max-height: 0;
  overflow-y: auto;
}

.service-crumb .search-bar .wrapper-dropdown .dropdown li {
  padding: .1rem 0;
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease-out;
}

.service-crumb .search-bar .wrapper-dropdown.active .dropdown {
  border-bottom: 0.01rem solid #E0E0E1;
  max-height: 2rem;
}

.report-search-hd {
  padding: .35rem 0 .25rem;
  border-bottom: 1px solid #C0C0C0;
}

.report-search-hd-result {
  font-weight: 400;
  font-size: .16rem;
  color: #1D1D1D;
}

.report-search-hd-result>span {
  color: #0032B4;
}

.report-search-hd-tab-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: .38rem;
}

.report-search-hd-tab-wrap li {
  padding: 0 .28rem;
  font-size: .16rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #ffffff;
}

.report-search-hd-tab-wrap li.report-search-hd-tab-active {
  background: #0032B4;
  color: #ffffff;
}

.report-search-hd-tab-wrap li a {
  color: #333333;
}

.report-search-hd-tab-wrap li.report-search-hd-tab-active a {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .service-crumb {
    display: block;
    font-size: 0.28rem;
  }

  .service-crumb .search-bar {
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    float: none;
  }

  .service-crumb .content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    width: 100%;
  }

  .service-crumb .bread-crumb--inner {
    width: 100%;
  }

  .service-crumb .bread-crumb {
    -ms-flex: 1;
        flex: 1;
  }

  .service-crumb .report-crumb {
    display: block;
    margin: 0.1rem 0.32rem;
  }

  .service-crumb .search-bar .wrapper-dropdown .yearText {
    line-height: .7rem;
  }

  .service-crumb .search-bar .wrapper-dropdown {
    width: 1.98rem;
    padding: .1rem .15rem;
  }

  .service-crumb .search-bar .search-input {
    width: 4.09rem;
    height: .92rem;
    line-height: .92rem;
  }

  .service-crumb .search-bar .search-botton {
    width: 1.6rem;
    height: .94rem;
    line-height: .94rem;
  }

  .service-crumb .search-bar .search-box {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .report-search-hd-result {
    font-size: .28rem;
  }

  .report-search-hd-tab-wrap {
    overflow-x: auto;
  }

  .report-search-hd-tab-wrap li {
    font-size: .28rem;
    height: .6rem;
    line-height: .6rem;
  }

  .service-crumb .search-bar .wrapper-dropdown:after {
    border-width: 0.1rem 0.1rem 0 0.1rem;
  }

  .service-crumb .search-bar .wrapper-dropdown.active .dropdown {
    max-height: 3rem;
  }

  .service-crumb .search-bar .wrapper-dropdown .dropdown li {
    line-height: 1.8;
  }
}
.report-hot {
  background: #0032B4;
  padding-top: .16rem;
  height: 0.4rem;
}

.report-hot .report-hot-new {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  padding-right: .12rem;
  -ms-flex-align: center;
      align-items: center;
}

.report-hot .report-hot-new .hot {
  display: inline-block;
  width: 0.15rem;
  height: 0.17rem;
  background-image: url('/static/images/report/report_hot.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: .06rem;
}

.report-hot .content {
  display: -ms-flexbox;
  display: flex;
}

.report-inner {
  height: .2rem;
  line-height: 0.2rem;
  overflow: hidden;
}

.report-inner li {
  height: .2rem;
  color: #ffffff;
}

.report-inner li a {
  color: #ffffff;
}

.report-inner ul {
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .report-hot {
    padding-top: 0;
    height: 0.76rem;
  }

  .report-hot .report-hot-new {
    font-size: .26rem;
  }

  .report-hot .report-hot-new .hot {
    display: inline-block;
    width: 0.27rem;
    height: 0.28rem;
    background-image: url('/static/images/report/report_hot.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: .06rem;
  }

  .report-inner {
    height: .76rem;
    line-height: 0.76rem;
  }

  .report-inner li {
    width: 5.8rem;
    height: .76rem;
    line-height: 0.76rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.report-big-picture {
  position: relative;
  overflow: hidden;
  background: #000;
}

.report-big-picture .report-picture {
  display: block;
  width: 100%;
  position: relative;
}

.report-big-picture .content {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.report-big-picture .content .content-text {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
}

.report-big-picture .content .content-text .title {
  width: 8.64rem;
  font-size: .42rem;
  font-weight: 600;
  color: #FFF;
  line-height: .59rem;
  margin-bottom: .14rem;
}

.report-big-picture .content .content-text .desc {
  width: 8.64rem;
  font-size: .16rem;
  line-height: .28rem;
  color: #E9E8EE;
  overflow: hidden;
}

@media screen and (max-width: 768px) {

  .report-big-picture,
  .report-big-picture .report-picture,
  .report-big-picture .content {
    height: 7.5rem;
  }

  .report-big-picture .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    width: 100%;
  }

  .report-big-picture .content .content-text {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 4.27rem .32rem 0;
  }

  .report-big-picture .content .content-text .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    font-size: .54rem;
    margin-bottom: .2rem;
    line-height: .75rem;
  }

  .report-big-picture .content .content-text .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    font-size: .3rem;
    line-height: .42rem;
    color: #D8D8D8;
  }
}
.report-nav {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: .98rem;
	z-index: 3;
	border-bottom: 0.01rem solid #C0C0C0;
	background-image: url('/static/images/about/safety_concept/rectangle.png');
}

.report-nav .nav-wrap {
	display: -ms-flexbox;
	display: flex;
	height: 0.8rem;
	line-height: 0.8rem;
	overflow-x: auto;
}

.report-nav .nav-item {
	margin-right: 0.8rem;
}

.report-nav .nav-item a {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
	height: 0.8rem;
	font-family: PingFangSC-Medium, PingFang SC;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.16rem;
	color: #1D1D1D;
	border-bottom: 3px solid transparent;
}

.report-nav .nav-item .nav-active {
	font-weight: bold;
	border-bottom-color: #0032B4;
}

.report-nav .nav-blank {
	margin-right: 0.8rem;
	box-sizing: border-box;
	white-space: nowrap;
	height: 0.8rem;
	font-family: PingFangSC-Medium, PingFang SC;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.16rem;
	color: #1D1D1D;
	border-bottom: 0.03rem solid transparent;
}

.report-nav .nav-blank.nav-active {
	font-weight: bold;
	border-bottom-color: #0032B4;
}

.report-nav .nav-blank a {
	color: #1D1D1D;
	display: block;
}

@media screen and (max-width: 768px) {
	.report-nav .nav-wrap {
		height: .9rem;
		line-height: .9rem;
	}

	.report-nav .nav-item {
		font-size: .28rem;
		height: .9rem;
		line-height: .9rem;
	}

	.report-nav .nav-wrap a,
	.report-nav .nav-blank {
		height: 0.9rem;
		font-size: .28rem;
	}

	.report-nav .nav-blank.nav-active {
		font-weight: bold;
		border-bottom: 0.04rem solid #0032B4;
	}
}
.report-list {
  width: 100%;
  clear: both;
  font-family: PingFangSC-Semibold, PingFang SC;
}

.report-list-item {
  padding: .5rem 0;
  border-bottom: 0.01rem solid #D8D8D8;
}

.report-list-item-title {
  padding-bottom: .15rem;
}

.report-list-item-pic {
  width: 2.2rem;
  height: 3.12rem;
  margin-right: .32rem;
}

.report-list-item-pic a {
  display: block;
  height: 100%;
}

.report-list-item-pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-list-item-box {
  display: -ms-flexbox;
  display: flex;
}

.report-list-item-content {
  -ms-flex: 1;
      flex: 1;
}

.report-list-item-title .report-list-item-time {
  float: right;
  margin-top: .13rem;
  font-size: .16rem;
  color: #4E4E4E;
}

.report-list-item-hd {
  font-size: .26rem;
  line-height: .37rem;
  font-weight: 600;
  color: #1D1D1D;
  vertical-align: middle;
}

.report-list-item-tag {
  padding: 0 .16rem;
  border: 0.02rem solid #FFB400;
  display: inline-block;
  background: #FFF7E5;
  margin-right: .12rem;
  text-align: center;
  font-size: .18rem;
  font-weight: 600;
  color: #FFA400;
  line-height: .4rem;
  vertical-align: middle;
}

.report-list-item-info {
  height: 1.04rem;
  font-size: .16rem;
  font-weight: 400;
  color: #4E4E4E;
  line-height: .26rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-list-item-content .detail {
  padding: .34rem 0 .2rem;
  line-height: 0.22rem;
}

.report-list-item-content .detail span {
  font-size: 0.16rem;
  font-weight: 400;
  color: #1842B3;
}

.report-list-item-content .detail span:hover {
  text-decoration: underline;
}

.report-list-item-content .detail span:after {
  content: '';
  display: inline-block;
  position: relative;
  bottom: -0.02rem;
  width: 0.17rem;
  height: 0.15rem;
  background: url(/static/images/index/arrow-blue.png) no-repeat;
  background-size: contain;
  margin-left: 0.10rem;
}

.report-list-item-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: -0.1rem;
  padding-top: .3rem;
  border-top: 1px solid #D8D8D8;
}

.report-list-item-tags li {
  height: .4rem;
  line-height: .4rem;
  padding: 0 .2rem;
  margin-right: .1rem;
  margin-bottom: .1rem;
  background: #F2F4F8;
  font-size: 0.16rem;
  white-space: nowrap;
  cursor: pointer;
}

.report-list-item-tags li a {
  color: #515151;
}

.report-list-item-tags li:last-child {
  margin-right: 0;
}

.report-list-item-h5-tags,
.report-list-item-view-h5 {
  display: none;
}

@media screen and (max-width: 768px) {
  .report-list-item-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    margin-bottom: .2rem;
  }

  .report-list-item-content {
    position: relative;
  }

  .report-list-item-content .detail,
  .report-list-item-time {
    display: none;
  }

  .report-list-item-view-h5 {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .28rem;
  }

  .report-list-item-view-h5 span {
    float: right;
    color: #C9C9C9;
  }

  .report-list-item-pic {
    width: 2.25rem;
    height: 3.17rem;
  }

  .report-list-item-pic a img {
    width: 2.25rem;
  }

  .report-list-item-info {
    height: auto;
    -webkit-line-clamp: 3;
    font-size: .28rem;
    line-height: .4rem;
  }

  .report-list-item-tags {
    display: none;
  }

  .report-list-item-h5-tags {
    display: block;
    padding-top: .37rem;
  }

  .report-list-item-hd {
    font-size: 0.28rem;
  }

  .report-list-item-tag {
    font-size: 0.24rem;
  }

  .report-list-item-h5-tags li {
    display: inline-block;
    height: .44rem;
    line-height: .44rem;
    padding: 0 .2rem;
    margin-top: .18rem;
    margin-right: .1rem;
    background: #F2F4F8;
    font-size: 0.28rem;
    white-space: nowrap;
    cursor: pointer;
  }

  .report-list-item-h5-tags li a {
    color: #515151;
  }

  .report-list-item-h5-tags li:last-child {
    margin-right: 0;
  }
}

.page {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
