/*
 * Page: 关于我们
 * Author: Truexin
 * Date: 2016/11/21
 *
 * ReviseAuthor: ''
 * ReviseDate: ''
 */
.col-partner {
  margin-bottom: 50px;
  }
@media screen and (min-width: 450px) {
  .col-partner .mask img {
    display: block;
    width: 100%;
    margin: auto;
    }
  }
@media screen and (max-width: 450px) {
  .col-partner .mask img {
    max-width: 100%;
    }
  }
.col-partner .title {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 50px 0;
  font-size: 20px;
  line-height: 30px;
  color: #01bfcb;
  text-align: center;
  }
@media screen and (max-width: 450px) {
  .col-partner .title {
    margin: 25px 0;
    font-size: 15px;
    }
  }
.col-partner .title:after {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  width: 350px;
  height: 1px;
  margin-left: -175px;
  content: '';
  background: #c0c0c0;
  }
.col-partner .title.text-blue {
  color: #0d415a;
  }
