main .top {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
main .top img {
  min-width: 100%;
  min-height: 100%;
}
main .container {
  width: 1200px;
  padding: 20px 0 50px;
  margin: 0 auto;
}
main .container .left {
  float: left;
  width: 280px;
  margin-right: 40px;
}
main .container .left .title {
  height: 56px;
  background: #004098;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 56px;
  margin-bottom: 5px;
  border-radius: 10px 10px 0 0;
}
main .container .left .title span {
  font-size: 16px;
}
main .container .left .tabbar {
  padding: 16px 9px;
  background: #ececec;
  margin-bottom: 16px;
}
main .container .left .tabbar a {
  display: block;
  height: 47px;
  line-height: 47px;
  border-left: 5px solid #292929;
  padding-left: 28px;
  background: #fff;
  font-size: 18px;
  position: relative;
  color: #292929;
}
main .container .left .tabbar a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  right: 20px;
  top: 50%;
  background: #000;
  margin-top: -7.5px;
}
main .container .left .tabbar a.active {
  color: #FF6600;
  border-left: 5px solid #FF6600;
}
main .container .left .tabbar a {
  margin-bottom: 15px;
}
main .container .left img {
  width: 100%;
  height: 140px;
  border-radius: 0 0 10px 10px;
}
main .container .right {
  float: left;
  width: 875px;
  text-align: center;
  display: block;
}
main .container .right .title {
  border-bottom: 2px solid #ECECEC;
  line-height: 30px;
  height: 30px;
}
main .container .right .title h3 {
  float: left;
  display: inline-block;
  font-size: 22px;
  color: #292929;
  position: relative;
}
main .container .right .title h3:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #292929;
  left: 0;
  bottom: -2px;
}
main .container .right .title .position {
  float: right;
  font-size: 14px;
}
main .container .right .title .position a {
  color: #2a2a2a;
}
main .container .right .title .position a.active {
  color: #f78787;
}
main .container .content .list {
  padding-top: 20px;
}
main .container .content .list .item {
  width: 278px;
  float: left;
  margin-left: 20px;
}
main .container .content .list .item img {
  width: 278px;
  height: 221px;
}
main .container .content .list .item p {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #2a2a2a;
}
main .container .content .list .item:nth-child(3n+1) {
  margin: 0;
}
