﻿@import url(common.css);
.section {
  width: 100%;
  height: auto;
  background: #F2F2F2;
}
.banner img {
  width: 100%;
  height: 345px;
}
.main {
  width: 1280px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
  margin-top: -200px;
  position: relative;
  z-index: 1111;
}
.main h2 {
  border-bottom: 1px solid #DBDBDB;
  font-size: 20px;
  line-height: 40px;
}
.main h2 a {
  float: right;
  font-size: 12px;
}
.main h2 span {
  display: inline-block;
  line-height: 40px;
  border-bottom: 2px solid #000080;
}
.main .right {
  width: 28%;
  float: right;
  margin: 3%;
}
.main .right input {
  width: 75%;
  height: 45px;
}
.main .right span {
  background: #4C558D;
  color: #fff;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  width: 20%;
  margin-left: 0%;
  float: right;
  display: inline-block;
  text-align: center;
}
.main .right img {
  width: 100%;
}
.main .right p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}
.main .left {
  width: 56%;
  margin: 3%;
  display: inline-block;
}
.main .left h3 {
  line-height: 50px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.main .left .page {
  text-align: center;
}
.main .left .page em {
  font-style: normal;
}
.main .left .page span {
  display: inline-block;
  border: 1px solid #DBDBDB;
  width: 20px;
  margin: 2px;
}
.main .left .page .selected {
  background: #000080;
  width: 30px;
  color: #fff;
}
.main .left ul {
  padding: 0;
}
.main .left li {
  list-style: none;
  border-bottom: 1px solid #DBDBDB;
}
.main .left dt {
  float: left;
  box-shadow: 4px 5px 5px grey;
  margin-right: 3%;
  margin-top: 42px;
  text-align: center;
}
.main .left dt span {
  background: #000080;
  color: #fff;
  width: 40px;
  display: inline-block;
}
.main .left dt big {
  background: #fff;
  box-shadow: 2px;
  width: 40px;
  display: block;
}
.main .left dd {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.main .left p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 23px;
  color: #333333;
  opacity: 1;
  margin-bottom: 20px;
}
