a {
  color: #333;
}
a:hover {
  color: #fff;
}
.f-fs18 {
  font-size: 18px;
}
.f-fs30 {
  font-size: 30px;
}
.f-fs24 {
  font-size: 24px;
}
.f-fs20 {
  font-size: 20px;
}
.f-fs18 {
  font-size: 18px;
}
.f-fs16 {
  font-size: 16px;
}
.f-fs14 {
  font-size: 14px;
}
.f-cfff {
  color: #fff;
}
.f-c333 {
  color: #333;
}
.f-c666 {
  color: #666;
}
.f-cff4444 {
  color: #ff4444;
}
.f-cffa944 {
  color: #ffa944;
}
.f-mt10{margin-top:10px;}
.f-mt15{margin-top:15px;}
.f-mt20{margin-top:20px;}
.f-mt28{margin-top:28px;}
.f-mt35{margin-top:35px;}
.f-mt50 {
  margin-top:50px!important;
}
.f-mt60 {
  margin-top: 60px !important;
}
.f-mt120 {
  margin-top: 120px !important;
}
.f-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/*左右 均匀分布*/
.f-flex-r-sa {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}

/*左右 两端分布*/
.f-flex-r-sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


/*上下 均匀分布*/
.f-flex-c-sa {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}

/*上下 两端分布*/
.f-flex-c-sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


/* 重置bootstrap样式 */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
p,
ul {
  margin:0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}


body {
  overflow-x: hidden;
  /* font-family: ArialMT; */
}
.g-bd-wrap {
    background-color: #fff;
}
.newsTopNav{
    height: 748px!important;
    background: url(../images/inv.enviroment.top.png) no-repeat center;
}
.hd {
    height: 748px;
    margin: 0 auto;
    background: url(../images/inv.enviroment.top.png) no-repeat center;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}


.bd-data-box-l, .bd-data-box-r {
    padding: 0;
}
.bd-data-box-l .title {
    height: 225px;
    background: url(../images/inv.enviroment.data2.png) no-repeat center;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}
.bd-data-box-l .title-bg {
    background-color: #f76300;
    opacity: 0.9;
    height: 225px;
    padding: 65px 0 0 38px;
    position: relative;
}
.bd-data-box-l .title-bg::after {
    content: '';
    width: 84px;
    height: 9px;
    background-color: #fff;
    position: absolute;
    left: 38px;
    bottom: 60px;
}
.bd-data-box-l .title-bg .txt {
    font-weight: bold;
	font-size: 48px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
}
.bd-data-box-l .title-bg .sub-txt {
    margin-top: 10px;
	font-size: 18px;
	/* line-height: 36px; */
	letter-spacing: 0px;
	color: #fff;
}

.content .data-item {
	height: 222px;
	background-color: #fff;
    padding: 35px 10px 28px 28px;
    border-left: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    position: relative;
}
.border-r {
    border-right: #ddd solid 1px;
}
.content .data-item p {
	font-size: 90px;
    font-weight: bold;
	color: #551e0b;
    line-height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.content .data-item p:first-child {
    font-size: 36px;
}

.content .data-item span {
    margin-left: 5px;
    font-size: 20px;
    line-height: 20px;
}
.content .data-item .detail-txt {
    margin-top: 15px;
	font-size: 14px;
    font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #1e1717;
}
.content .data-item:hover {
	background-color: #f3f3f3;
    background: url(../images/inv.enviroment.data.icon.png) no-repeat center;
}
.content .data-item:hover p {
    color: #ff3600;
}
.content .data-item:hover p>span {
    color: #ff3600;
}
.content .data-item:hover .detail-txt {
    color: #1e1717;
}
.bd-data-box-r .img {
    margin-top: 82px;
	  height: 365px;
    background: url(../images/inv.enviroment.data1.png) no-repeat center;
    -o-background-size: 600px 365px;
       background-size: 600px 365px;
}

.banner-owl {
    position: relative;
    background: url(../images/inv.enviroment.owlbg.png) bottom no-repeat;
    -o-background-size: cover;
       background-size: cover;
    background-color: #393d51;
    padding: 20px 0;
    height: 239px;
}

.banner-owl .re-sliders .item {
    height: 186px;
    color: #fff;
    border-right: rgba(255,255,255,0.2) solid 1px;
    padding: 0 20px;
}
.owl-item .hide-border .item {
    border: none;
}
.banner-owl .re-sliders .item .icon {
	font-size: 22px;
    font-weight: bold;
}
.banner-owl .re-sliders .item .description {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    opacity: 0.7;
}
.banner-owl .re-sliders .item .num {
	font-size: 40px;
    font-weight: bold;
}
.banner-owl .re-sliders .item .num > span {
    margin-left: 5px;
	font-size: 18px;
    font-weight: normal;
}
/* owl-css */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
      -o-animation-duration: 1000ms;
         animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
        animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% { opacity: 1;}
  100% { opacity: 0;}
}
@-moz-keyframes fadeOut {
  0% {opacity: 1;}
  100% { opacity: 0;}
}
@-o-keyframes fadeOut {
  0% {opacity: 1;}
  100% { opacity: 0;}
}
@keyframes fadeOut {
  0% {opacity: 1;}
  100% { opacity: 0;}
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  margin: 0 1px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition-duration: .3s;
          -moz-transition-duration: .3s;
            -o-transition-duration: .3s;
        transition-duration: .3s;
}
.owl-carousel .owl-item img:hover{
    opacity: 0.8;

}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-family: "iconfont";
}
.owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}
.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background: #869791
}
.owl-item > .item > a > .title{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 10px;
    }
.owl-item > .item > a:hover > .title{
    background: rgba(0, 85, 193, 0.4);
}
.owl-item > .item > a > .title > span{
    width: 80%;
    text-align: left;
    -o-text-overflow: ellipsis;
        text-overflow: ellipsis;white-space: nowrap;overflow: hidden; display: block;
    letter-spacing: 1px;
}
.owl-item .item{position: relative; }
.owl-controls .owl-nav .owl-prev:before{
    content: "\e631"
}
.owl-controls .owl-nav .owl-next:before{
    content: "\e606"
}




/* Supporting Measure */
.bd-box {
	color: #000;
    margin-bottom: 50px;

}
.u-box-ttl {
  position: relative;
  height: 165px;
  line-height: 140px;
  font-weight: 600;
  font-size: 48px;
}
.u-box-ttl::before {
  position: absolute;
  content: '';
  bottom: 45px;
  left: 0;
  width: 84px;
	height: 9px;
  background-color: #f76300;
}

.m-box-wrap {
  padding-top: 44px;
  padding-bottom: 44px;
  height: 510px;
  background: url(../images/inv.enviroment.bg-box3-01.png)  no-repeat center/cover ;
}
.m-box-wrap-item {
  padding: 36px 40px 0;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.8);
}
.u-item-ttl {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
}
.u-item-cont p{
  font-size: 14px;
  line-height: 28px;
}
.u-item-more {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 42px;
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-image: -webkit-linear-gradient(32deg,
    #f76300 0%,
    #f1833a 100%);
  background-image: -moz-linear-gradient(32deg,
    #f76300 0%,
    #f1833a 100%);
  background-image: -o-linear-gradient(32deg,
    #f76300 0%,
    #f1833a 100%);
  background-image: linear-gradient(58deg,
    #f76300 0%,
    #f1833a 100%);
  border-radius: 50px;
}
.m-policy {
  padding-bottom: 70px;
}
.m-policy .col-lg-9 {
  padding-left: 0;
  padding-right: 25px;
}
.u-item-ttl02 {
  height: 110px;
  line-height: 110px;
}
.m-policy-row {
  position: relative;
}
.m-policy-rt {
  position: absolute;
  top: 0;
  left: 75%;
  padding-left: 0;
  width: 664px;
  max-width: 664px;
	height: 539px;
  background: url(../images/inv.enviroment.bg-box3-06.png) no-repeat center;
}
.m-policy-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.m-policy-item a {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.m-policy-item01 {
  display: block;
  margin-bottom: 15px;
  height: 295px;
  background-image: url(../images/inv.enviroment.bg-box3-02.png) ;
}
.m-policy-item02 {
  height: 230px;
}
.m-policy-item02  a {
  display: block;
  height: 100%;
}
.m-policy-item02:nth-child(1) a{
  background-image: url(../images/inv.enviroment.bg-box3-03.png) ;
}
.m-policy-item02:nth-child(2) a{

  background-image: url(../images/inv.enviroment.bg-box3-04.png);
}
.m-policy-item02:nth-child(3) a{
  background-image: url(../images/inv.enviroment.bg-box3-05.png);
}

.m-policy-item02:nth-child(1) {
  padding-left: 0;
}
.m-policy-item02:nth-child(3)  {
  padding-right: 0;
}
.m-policy-item02:nth-child(2) {
  padding-left: 7px;
  padding-right: 7px;
}

.m-policy-item-ttl {
  position: absolute;
  left: 30px;
  bottom: 37px;
  font-size: 26px;
  color: #fff;
}
.m-policy-item02 .m-policy-item-ttl {
  left: 20px;
  bottom: 20px;
}
.m-policy-rt-list {
  padding-left: 24px;
}
.m-policy-rt-list .list-item {
  margin-top: 20px;
  padding-left: 42px;
  list-style: none;
}

.m-policy-rt-list a span::before {
  content: '';
  position: absolute;
  left: -42px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
	height: 18px;
	background-color: #ffa461;
  border-radius: 50%;
}
.m-policy-rt-list a span:hover::before {
  background-color: #fff;
}
.m-policy-rt-list a span{
  position: relative;
  display: inline-block;
  line-height: 44px;
  font-size: 20px;
  color: #fff;
}
.m-policy-rt-list a span:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
	height: 5px;
	background-color: #fff6f0;
}
/*service agencies*/
.service-agencies {
    margin-bottom: 70px;
}
.service-agencies-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.service-agencies-item {
    flex: 1;
    height: 155px;
    border: 2px solid #DFDFDF;
    text-align: center;
    padding: 10px 10px;
    margin: 10px 10px;
}

.service-agencies-item:first-child {
    margin-left: 0px;
}
.service-agencies-item p {
    font-size: 16px;
}


/* Reports */

.report-ttl,
.reports-btm {
  height: 162px;
  background-color: #575757;
  background-image: url(../images/inv.enviroment.bg-box4-top.png);
  background-repeat: no-repeat;
  background-position: center bottom;

}
.reports-btm {
  background-image: url(../images/inv.enviroment.bg-box4-btm.png);
  background-position: center top;
}
.u-box-ttl02 {
  display: inline-block;
  margin-left: -40px;
  padding: 0 40px;
  height: 162px;
  color: #fefefe;
  background-color: #575757;
}
.u-box-ttl02::before {
  left: 40px;
}
.reports-wrap {
  padding: 30px 0 20px;
  background-color: #fff;
}
.reports-item:nth-child(1) {
  padding: 0 50px 0 0;
  border-right: 1px solid #ddd;
}
.reports-item:nth-child(2) {
  padding: 0 0 0 50px;
}
.reports-item-cont {
  display: block;
  height: 100%;
  text-align: center;
}
.reports-item-cont img {
  width: 100%;
  height: auto;
}
.reports-item-cont p {
  font-size: 22px;
  font-weight: 600;
}
.reports-item-cont:hover {
    color: #f76300;
}
@media screen and (min-width: 1200px) {
  .content .data-item {
    padding: 20px 10px 10px 15px;
  }

  .content .data-item .detail-txt {
      line-height: 20px;
  }
  .report-ttl,
  .reports-btm {
    -o-background-size: 100% 50%;
       background-size: 100% 50%;
  }
    .bd-data-box {
        margin: -82px auto 0;
    }


}
@media screen and (max-width: 992px) {
  .bd-data-box-r .img {
    display: none;
  }
  .content .data-item {
      padding: 20px 10px 10px 15px;
      border-right: #ddd solid 1px;
  }
  .m-policy-rt {
    position: static;
    height: auto;
    background: url(../images/inv.enviroment.bg-box3-06.png) no-repeat center/cover;
  }
  .m-policy .col-lg-3 {
    position: static;
  }
  .m-policy-rt-list a {
    display: block;
    font-size: 16px;
  }
  /* .banner-owl .re-sliders .item .icon {
    font-size: 20px;
  } */
  .banner-owl .re-sliders .item .description {
    font-size: 14px;
  }
  .banner-owl .re-sliders .item .num {
    font-size: 48px;
    /* line-height: 42px; */
  }
  .banner-owl .re-sliders .item .num > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .hd {
    height: 300px;
    margin: 0 auto;
    background: url(../images/inv.enviroment.top.png) no-repeat center;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
  .bd-data-box-l .title {
      height: 150px;
  }
  .bd-data-box-l .title-bg {
      padding: 35px 0 0 28px;
      height: 150px;
  }
  .bd-data-box-l .title-bg::after {
      left: 28px;
      bottom: 20px;
  }
  .bd-data-box-l .title-bg .txt {
      font-size: 30px;
  }
  .content .data-item {
      padding: 20px 10px 10px 15px;
      border-right: #ddd solid 1px;
  }
  .content .data-item p {
      font-size: 40px;
      line-height: 45px;
  }
  .content .data-item .detail-txt {
      font-size: 12px;
  }
    /*service agencies*/
    .service-agencies-item {
        flex: 1;
        height: 135px;
        border: 0;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .service-agencies-item img{
        width: 80%;
    }
    .service-agencies-item p {
        font-size: 14px;
    }
  .banner-owl {
      height: 170px;
  }
  .banner-owl .re-sliders .item {
      height: 130px;
  }
  .banner-owl .re-sliders .item .icon {
      font-size: 20px;
  }
  .banner-owl .re-sliders .item .description {
      font-size: 14px;
      line-height: 20px;
  }
  .banner-owl .re-sliders .item .num {
      font-size: 42px;
      line-height: 42px;
  }
  .banner-owl .re-sliders .item .num > span {
      font-size: 16px;
  }
  .m-box-wrap {
    padding:0;
    height: auto;
  }
  .m-box-wrap-item {
    padding: 15px 15px 20px;
  }
  .u-box-ttl {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
  }
  .u-box-ttl::before {
    bottom: 15px;
  }
  .report-ttl, .reports-btm {
    height: 100px;
  }
  .u-item-ttl {
    font-size: 20px;
  }
  .u-item-ttl02 {
    height: 60px;
    line-height: 60px;
  }
  .u-item-more {
    margin-top: 15px;
    font-size: 16px;
  }
  .m-policy {
    padding-bottom: 40px;
  }
  .m-policy-rt-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-policy-rt-list .list-item {
    margin-top: 0;
  }
  .m-policy-rt-list a span {
    line-height: 40px;
    font-size: 16px;
  }
  .m-policy-rt-list a span::before {
    width: 14px;
    height: 14px;
  }
  .reports-item-cont p {
    font-size: 16px;
  }
}


@media screen and (max-width: 576px) {
  .reports-item-cont img {
    width: 60%;
  }
  .reports-item:nth-child(1) {
    padding: 0 15px 0;
    border-right: none;
  }
  .reports-item:nth-child(2) {
    margin-top: 20px;
    padding: 0 15px 0;
  }
}
