﻿@charset "UTF-8";
/**
  css style 用于scss编写继承
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hover:hover {
  color: #1764ce !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

* {
  margin: 0;
  padding: 0;
}

.hd img {
  width: 100%;
  height: 100%;
  background: no-repeat center;
}

.common-main .clearfix:before,
.common-main .clearfix:after {
  display: inline-block;
  content: "";
  line-height: 0;
}

.big {
  width: 100%;
  background-color: #f5f5f5;
}
.big .content {
  width: 1200px;
  width: 12rem;
  padding-top: 49px;
  padding-top: 0.49rem;
  background-color: #ffffff;
  margin: 0 auto;
}
.big .content .common-main {
  width: 1110px;
  width: 11.1rem;
  margin: 0 auto;
  padding: 0;
}
.big .content .common-main .top {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.15rem;
}
.big .content .common-main .top img {
  width: 1039px;
  width: 10.39rem;
  height: 87px;
  height: 0.87rem;
  margin-top: -43.5px;
  margin-top: -0.435rem;
  position: absolute;
  top: 50%;
  float: left;
}
.big .content .common-main .top a {
  display: inline-block;
  line-height: 87px;
  line-height: 0.87rem;
  font-size: 16px;
  font-size: 0.16rem;
  color: #0b67d4;
  float: right;
}
.big .content .common-main .common-list ul {
  padding: 10px 0;
  padding: 0.1rem 0;
  border-bottom: none;
}
.big .content .common-main .common-list ul li {
  line-height: 50px;
  line-height: 0.5rem;
}
.big .content .common-main .common-list ul li a {
  color: #000;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 10rem;
}
.big .content .common-main .common-list ul li a:hover {
  color: #1764ce;
}
.big .content .common-main .common-list ul li:before {
  background: #c0cdd6;
}
.big .content .common-main .common-list ul li:first-child + li + li + li + li {
  border-bottom: none;
}
.big .content .common-main:first-child + .common-main {
  margin-top: 0.4rem;
}
.big .bread-crumbs {
  width: 1200px;
  width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .big {
    background-color: #ffffff;
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
  }

  .big .content {
    width: 100%;
    padding: 0;
  }

  .bread-crumbs {
    width: 100% !important;
    display: block !important;
    margin-bottom: 0.68rem;
  }

  .big .content .common-main {
    width: 100%;
    margin-left: 0;
  }

  .big .content .common-main:first-child + .common-main {
    width: 100%;
    margin-left: 0;
  }

  .big .content .common-main .top {
    margin-top: 0.5rem;
  }

  .big .content .common-main .top img {
    clear: both;
    position: unset;
    width: 100%;
    height: auto;
  }

  .big .content .common-main .top a {
    display: none;
  }

  .big .content .common-main .common-list ul li {
    border: none;
  }

  .big .content .common-main .common-list ul li a {
    font-size: 0.3rem;
    color: #444;
  }

  .common-main .common-list ul li span {
    font-size: 0.24rem;
    color: #999;
  }

  .big .content .common-main .common-list ul li:before {
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
  }
}
