.banner {
  height: 629px;
  min-width: 1200px;
  margin-top: -1px; }
  .banner .slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center; }
    .banner .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      .banner .slick-dots li.slick-active button {
        background-color: #034399; }
    .banner .slick-dots button {
      border: 0;
      outline: none;
      background-color: #C4C4C4;
      -webket-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      font-size: 0;
      line-height: 0;
      padding: 0;
      cursor: pointer; }

.i-box {
  width: 370px;
  float: left;
  margin-left: 42px; }
  .i-box:first-child {
    margin-left: 0; }
  .i-box li:hover h4 a, .i-box li:hover p {
    color: #D5171A !important; }
  .i-box li:hover a:hover {
    text-decoration: underline; }

.more-icon {
  display: inline-block;
  width: 10px;
  height: 7px;
  background: transparent url("../img/more.png") 0 0 no-repeat;
  padding-right: 5px; }

.more-a:hover {
  text-decoration: underline; }

.new-list li {
  position: relative;
  padding: 15px 0 15px 55px;
  border-top: 1px dotted #A1A1A1; }
  .new-list li:first-child {
    border-top: 0;
    padding-top: 0; }
    .new-list li:first-child time {
      top: 0; }
  .new-list li time {
    position: absolute;
    left: 0;
    top: 15px; }
  .new-list li h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: bold; }
  .new-list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px; }

.about-txt .about-pic {
  width: 100%;
  height: 120px;
  margin-bottom: 10px; }
  .about-txt .about-pic img {
    width: 100%;
    height: 120px; }
.about-txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 24px; }

.sllide-content {
  padding-bottom: 15px;
  margin-top: 1px; }
  .sllide-content:hover .case-l-txt h4 a {
    color: #D5171A !important; }
  .sllide-content:hover .case-l-txt p {
    color: #D5171A !important; }

.case-l-pic {
  width: 140px;
  height: 80px; }
  .case-l-pic img {
    width: 100%;
    height: 100%;
    vertical-align: middle; }

.case-l-txt {
  width: 215px;
  padding-left: 15px; }
  .case-l-txt h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
    .case-l-txt h4 a {
      font-size: 14px; }
  .case-l-txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.case-slick .slick-list {
  height: 195px !important; }
.case-slick .slick-dots {
  position: absolute;
  top: -45px;
  right: 0;
  width: 100%;
  text-align: right; }
  .case-slick .slick-dots li {
    display: inline-block;
    margin: 0 2px; }
    .case-slick .slick-dots li.slick-active button {
      background-color: #D5171A; }
  .case-slick .slick-dots button {
    border: 0;
    outline: none;
    background-color: #C4C4C4;
    -webket-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer; }
