@charset "utf-8";

.history {
  background-image: url("../img/history-bg.png");
  background-position: 150px bottom;
  background-repeat: no-repeat;
  min-height: 700px;
}

.timeline {
  background: none;
  font-size: 16px;
}

.timeline ul {
  border-left: 2px solid #0894a1;
  position: relative;
  top: 15px;
  margin-left: 15px;
}

.timeline ul li {
  background-image: url("../img/time_dot.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 10px;
  margin-bottom: 30px;
  position: relative;
  top: -15px;
  left: -6px;
}

.timeline ul li div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.time_year {
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin-left: 5px;
  float: left;
}

.time_text {
  color: #00514b;
  font-weight: bold;
  width: 83%;
}

.purple{
	background-image:url("../img/time-bg-purple.png");
}
.blue{
	background-image:url("../img/time-bg-blue.png");
}
.green{
	background-image:url("../img/time-bg-green.png");
}
.orange{
	background-image:url("../img/time-bg-orange.png");
}

.photo img {
  margin-bottom: 40px;
	border: 1px solid #b2ab9e;
	padding:5px;
}

.mian-title h1 {
  width: 100%;
  margin: 0px auto;
  font-size: 38px;
}

@media screen and (max-width: 1200px) {
    .center-page {
      margin: 0px auto;
      padding: 0px 0px 80px;
    }
    .breadcrumb {
      margin: 0px auto 30px;
    }
    .mian-title h1 {
      margin: 0px auto;
      font-size: 38px;
    }
    
    .time_text {
      width: 75%;
    }
}
@media screen and (max-width: 999px) {
    .history {
      background-position: left bottom;
    }
    
    .time_text {
      width: 85%;
    }
}

@media screen and (max-width: 650px) {
  .time_text {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
    .time_text {
      width: 60%;
    }
}