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 + a {
  margin-top: 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 .right .content .list {
  padding-top: 20px;
}
main .container .right .content .list .item {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}
main .container .right .content .list .item .theme {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-family: simsun;
  line-height: 24px;
  color: #0F0F0F;
}
main .container .right .content .list .item .theme span:nth-of-type(1) {
  float: left;
}
main .container .right .content .list .item .theme span:nth-of-type(2) {
  float: right;
}
main .container .right .content .list .item p {
  font-size: 0;
  line-height: 24px;
}
main .container .right .content .list .item p span,
main .container .right .content .list .item p a {
  float: left;
  color: #626262;
  font-size: 12px;
}
main .container .right .content .list .item p span {
  max-width: 85%;
}
main .container .right .content .list .item p a {
  margin-left: 20px;
}
main .container .right .content .list .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF6600;
}
