.crumbs {
  width: 100%;
  min-width: 1200px;
  height: 66px;
  background-color: #f6f6f6;
}
.crumbs ul {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
}
.crumbs ul li {
  float: left;
  font-size: 14px;
  color: #333333;
}
.crumbs ul li a {
  color: #999999;
}
.crumbs ul li.arrow {
  width: 6px;
  height: 6px;
  background: url("../img\/news/jt.png") no-repeat left top;
  background-size: 100% 100%;
  margin: 0 10px;
  margin-top: 6px;
}
.content_box .content {
  padding-bottom: 20px;
  padding-top: 80px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
}
.content_box .content h3 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}
.content_box .content p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
.content_box .content p span {
  font-size: 14px;
  color: #808080;
}
.content_box .content .time_wrap {
  text-align: center;
}
.content_box .content .img_wrap {
  margin-bottom: 50px;
}
.content_box .content .img_wrap img {
  width: 590px;
  height: 400px;
}
.content_box .quick_wrap {
  font-size: 14px;
  color: #666666;
  margin-bottom: 65px;
}
.content_box .quick_wrap p {
  margin-bottom: 20px;
  cursor: pointer;
}
.content_box .quick_wrap p:hover span {
  color: #35488a;
}
