html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2cc6d0;
  color: #2cc6d0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #2cc6d0;
  background: #2cc6d0;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #505050;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #505050;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 30px;
  font-size: 0;
  text-align: left;
}
.l-title h2 {
  font-size: 30px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 20px;
    font-weight: 400;
  }
}
.content {
  padding-top: 110px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 90px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.banner {
  background: url(../images/banner-img-bg.jpg) center no-repeat;
  background-size: cover;
}
.banner .l-container {
  position: relative;
}
.banner .banner-main {
  line-height: 260px;
  height: 260px;
  text-align: center;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main .banner-img img {
  width: 350px;
  display: inline-block;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/banner-img-bg-mb.jpg) center no-repeat;
    background-size: 100% 100%;
    height: 200px;
  }
  .banner .l-container {
    position: relative;
    height: 100%;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 60px;
    margin-bottom: 0px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }
  .banner .banner-main .banner-img img {
    width: 230px;
    display: inline-block;
  }
}
.nav {
  height: 50px;
  background: #ecf3fe;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1;
}
.nav ul li {
  float: left;
  width: auto;
}
.nav ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  background-image: linear-gradient(to right, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 20px 0 0;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
.nav ul li a:hover {
  background-image: linear-gradient(to right, #25b6ff, #554ef6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav ul li.active a {
  background-image: linear-gradient(to right, #25b6ff, #554ef6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 978px) {
  .nav {
    height: 48px;
    background: #ecf3fe;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
  }
  .nav ul li {
    float: left;
    width: auto;
  }
  .nav ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    background-image: linear-gradient(to right, #000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 20px 0 0;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    font-weight: 700;
  }
  .nav ul li a:hover {
    background-image: linear-gradient(to right, #25b6ff, #554ef6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nav ul li.active a {
    background-image: linear-gradient(to right, #25b6ff, #554ef6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
#list {
  padding-top: 40px;
  background: #e0eeff;
}
#list .l-title {
  position: relative;
}
#list .l-title h2 a {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding: 0px 20px;
  height: 40px;
  line-height: 38px;
  transition: all 0.3s;
}
#list .l-title h2 a img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
#list .l-title h2 a span {
  vertical-align: middle;
}
#list .l-title h2 a:hover {
  color: #2cc6d0;
}
#list .l-title h2 a.active {
  background: #f2f8ff;
  border-radius: 4px;
}
#list .t-content {
  background: #fff;
  padding: 20px 20px 10px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#list .t-content ul {
  position: relative;
  padding-left: 88px;
}
#list .t-content ul li {
  float: left;
  margin-right: 0px;
  width: 125px;
  text-align: center;
}
#list .t-content ul li span {
  font-size: 14px;
  display: inline-block;
  color: #666;
  line-height: 32px;
  font-weight: 400;
  padding: 0px 15px;
  background: transparent;
  border-radius: 4px;
  transition: all 0s;
  cursor: pointer;
}
#list .t-content ul li.active {
  background-image: linear-gradient(90deg, rgba(138, 185, 226, 0.2) 0%, rgba(156, 143, 246, 0.2) 100%);
  border-radius: 6px;
  overflow: hidden;
}
#list .t-content ul li.active span {
  background-image: linear-gradient(to right, #25b6ff, #554ef6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#list .t-content ul li:hover span {
  background-image: linear-gradient(to right, #25b6ff, #554ef6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#list .t-content ul li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0px;
  width: 88px;
}
#list .t-content .h-list {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
#list .t-content .h-list > span {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 1px;
  font-weight: 400;
  float: left;
  width: 50px;
}
#list .t-content .y-list {
  margin-bottom: 23px;
  height: 26px;
}
#list .t-content .y-list > span {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  float: left;
  width: 50px;
}
#list .t-content .s-list {
  margin-bottom: 60px;
  height: 26px;
}
#list .t-content .s-list > span {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  float: left;
  width: 50px;
}
#list .t-content + .t-content {
  padding-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#list .b-content {
  margin-bottom: 30px;
  margin-top: 40px;
}
#list .b-content ul li {
  float: left;
  width: calc( ( 100% - 90px ) / 4 );
  margin-right: 30px;
  background: #fff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
#list .b-content ul li:nth-child(4n) {
  margin-right: 0;
}
#list .b-content ul li .img-box {
  font-size: 0;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  background-size: 100% 100% !important;
  background-position: center center !important;
}
#list .b-content ul li .img-box img {
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
}
#list .b-content ul li .img-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
#list .b-content ul li .img-box:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 50px;
  left: 20px;
  top: 0;
  background: url(../images/card-tag.png);
  background-size: 100% 100%;
  transition: all 0.3s;
}
#list .b-content ul li .info-box {
  padding: 20px;
}
#list .b-content ul li .info-box h3 {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: all 0.3s;
}
#list .b-content ul li .info-box p {
  height: 40px;
  padding-top: 10px;
  border-top: 1px dashed #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#list .b-content ul li .info-box p span {
  font-size: 12px;
  color: #666666;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
#list .b-content ul li .info-box p span:last-child {
  float: right;
}
#list .b-content ul li .info-box p img {
  float: right;
  height: 40px;
}
#list .b-content ul li .info-box p:last-child span:first-child {
  width: calc( 100% - 50px );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#list .b-content ul li .info-box .tag {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
  border: none;
  padding-top: 0;
  margin-bottom: 20px;
  height: auto;
}
#list .b-content ul li .info-box .tag span {
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  float: none !important;
}
#list .b-content ul li .info-box .tag .main-tag {
  background: #f1fade;
  border-radius: 4px;
  padding: 0px 5px;
  color: #91d500;
  height: 24px;
  line-height: 24px;
}
#list .b-content ul li:hover .img-box img {
  transform: scale(1.1);
}
#list .b-content ul li:hover h3 {
  color: #2cc6d0;
}
#list .b-content ul li:hover .img-box:after {
  background: rgba(74, 166, 181, 0.5);
}
@media (max-width: 978px) {
  #list {
    padding-bottom: 40px;
    padding-top: 0px;
  }
  #list .l-container {
    position: relative;
    padding: 0 0px;
  }
  #list .t-content {
    border-radius: 0 !important;
  }
  #list .t-content .scroll-box {
    width: calc( 100% - 0px );
    overflow: auto;
  }
  #list .t-content .scroll-box::-webkit-scrollbar {
    background: transparent;
    border-radius: 0px;
    width: 0px;
    display: none;
  }
  #list .t-content ul {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    width: 100%;
    padding-right: 20px;
  }
  #list .t-content ul li {
    float: none;
    display: inline-block;
    white-space: nowrap;
  }
  #list .t-content ul li span {
    padding: 0 10px;
  }
  #list .b-content {
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0 20px;
  }
  #list .b-content ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-bottom: 30px;
    height: auto;
    position: relative;
  }
  #list .b-content ul li .info-box h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 0;
  }
  #list .l-btn {
    height: 40px;
    border: 1px solid #dcdee2;
    border-radius: 20px;
    font-size: 14px;
    color: #bcc1ca;
    font-weight: 400;
    margin-right: 0;
    margin-top: 0;
  }
}
.enterprise {
  padding-top: 0;
  padding-bottom: 80px;
}
.enterprise .l-title h2 a {
  float: right;
  font-size: 14px;
  color: #3cc2c9;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.enterprise .l-title h2 a i {
  margin-left: 10px;
  vertical-align: top;
}
.enterprise .l-body ul li {
  float: left;
  width: calc( ( 100% - 90px ) / 4 );
  margin-right: 30px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.enterprise .l-body ul li:nth-child(4n) {
  margin-right: 0;
}
.enterprise .l-body ul li .img-box {
  font-size: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}
.enterprise .l-body ul li .img-box img {
  width: 100%;
  transition: all 0.3s;
}
.enterprise .l-body ul li .info-box h3 {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enterprise .l-body ul li .info-box p {
  height: 40px;
  padding-top: 10px;
  border-top: 1px dashed #dddddd;
}
.enterprise .l-body ul li .info-box p span {
  font-size: 12px;
  color: #666666;
  line-height: 45px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.enterprise .l-body ul li .info-box p span:last-child {
  float: right;
}
.enterprise .l-body ul li .info-box p img {
  float: right;
  height: 40px;
}
.enterprise .l-body ul li .info-box .tag {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
  border: none;
  padding-top: 0;
  margin-bottom: 20px;
  height: auto;
}
.enterprise .l-body ul li .info-box .tag span {
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  float: none !important;
}
.enterprise .l-body ul li .info-box .tag .main-tag {
  background: #f1fade;
  border-radius: 4px;
  padding: 0px 5px;
  color: #91d500;
  height: 24px;
  line-height: 24px;
}
.enterprise .l-body ul li:hover h3 {
  color: #2cc6d0;
}
.enterprise .l-body ul li:hover .img-box .video-play {
  background: rgba(74, 166, 181, 0.5) url(../images/video-play.png) center no-repeat;
  background-size: 48px 48px;
}
.enterprise .l-body ul li:hover .img-box:before {
  opacity: 1;
}
@media (max-width: 978px) {
  .enterprise {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .enterprise .l-title h2 a {
    float: right;
    font-size: 14px;
    color: #3cc2c9;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 500;
  }
  .enterprise .l-title h2 a i {
    margin-left: 10px;
    vertical-align: top;
  }
  .enterprise .l-body ul li {
    float: left;
    width: 100%;
    margin-right: 30px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
  }
  .enterprise .l-body ul li:nth-child(4n) {
    margin-right: 0;
  }
  .enterprise .l-body ul li .img-box {
    font-size: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .enterprise .l-body ul li .img-box img {
    width: 100%;
    transition: all 0.3s;
  }
  .enterprise .l-body ul li .info-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.3s;
  }
  .enterprise .l-body ul li .info-box p {
    height: 40px;
    padding-top: 10px;
    border-top: 1px dashed #dddddd;
  }
  .enterprise .l-body ul li .info-box p span {
    font-size: 12px;
    color: #666666;
    line-height: 45px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
  }
  .enterprise .l-body ul li .info-box p span:last-child {
    float: right;
  }
  .enterprise .l-body ul li .info-box p img {
    float: right;
    height: 40px;
  }
  .enterprise .l-body ul li .info-box .tag {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
    border: none;
    padding-top: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .enterprise .l-body ul li .info-box .tag span {
    margin-right: 5px;
    height: 24px;
    line-height: 24px;
    float: none !important;
  }
  .enterprise .l-body ul li .info-box .tag .main-tag {
    background: #e9f9fa;
    border-radius: 4px;
    padding: 0px 5px;
    color: #05a8b7;
    height: 24px;
    line-height: 24px;
  }
  .enterprise .l-body ul li:hover h3 {
    color: #2cc6d0;
  }
  .enterprise .l-body ul li:hover .img-box:after {
    background: rgba(74, 166, 181, 0.6);
  }
  .enterprise .l-body ul li:hover .img-box:before {
    opacity: 1;
  }
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.report {
  padding: 40px 0;
  padding-bottom: 0;
}
.report .l-body {
  display: flex;
}
.report .l-body .l-content {
  width: 50%;
  border-right: 1px solid #eee;
  padding-right: 40px;
}
.report .l-body .r-content {
  width: 50%;
  padding-left: 60px;
}
.report .l-body h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.report .l-body h3 a {
  float: right;
  font-size: 14px;
  color: #3cc2c9;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.report .l-body h3 a i {
  margin-left: 10px;
  vertical-align: top;
}
.report .l-body ul li {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.report .l-body ul li:last-child {
  margin-bottom: 0;
}
.report .l-body ul li a {
  display: inline-block;
  width: 100%;
}
.report .l-body ul li a p {
  display: inline-block;
  width: calc( 100% - 100px );
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.report .l-body ul li a .time {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  margin-left: 15px;
  vertical-align: middle;
}
.report .l-body ul li a:hover p {
  color: #2cc6d0;
}
@media (max-width: 978px) {
  .report {
    padding: 20px 0 0;
  }
  .report .l-body {
    display: block;
  }
  .report .l-body .l-content {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .report .l-body .r-content {
    width: 100%;
    padding-left: 0px;
  }
  .report .l-body h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .report .l-body h3 a {
    float: right;
    font-size: 14px;
    color: #3cc2c9;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .report .l-body h3 a i {
    margin-left: 10px;
    vertical-align: top;
  }
  .report .l-body ul li {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .report .l-body ul li a {
    display: inline-block;
    width: 100%;
  }
  .report .l-body ul li a:last-child {
    margin-bottom: 20px;
  }
  .report .l-body ul li a p {
    display: inline-block;
    width: calc( 100% - 100px );
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .report .l-body ul li a .time {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px;
    font-weight: 400;
    margin-left: 15px;
    vertical-align: middle;
  }
  .report .l-body ul li a:hover p {
    color: #2cc6d0;
  }
}
.arrow-right {
  width: 20px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  transition: all 0.3s;
}
a:hover .arrow-right {
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
footer {
  background: #fff;
}
