body {
  font-family: "microsoft yahei";
  background-color: #f3f7fe;
}
.con {
  width: 1200px;
  margin: 0 auto;
}
.title1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.title1 span {
  color: #ea275e;
}
.title2 {
  color: #666666;
  font-size: 24px;
  line-height: 26px;
  margin-top: 28px;
  text-align: center;
}
.head {
  height: 62px;
  width: 100%;
  background-color: white;
}
.head .logo {
  display: block;
  float: left;
}
.head .logo img {
  padding-top: 7px;
}
.head .ul {
  float: left;
  margin-left: 22px;
}
.head .ul a {
  float: left;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  margin-top: 30px;
}
.head .ul span {
  float: left;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  margin-top: 30px;
  margin-left: 9px;
  margin-right: 9px;
}
.head p {
  float: right;
  font-size: 14px;
  line-height: 14px;
  margin-top: 30px;
}
.head .mianshou {
  display: block;
  float: right;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin: 27px 33px 0 0;
}
.head .jidi {
  display: block;
  float: right;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin: 27px 20px 0 0;
}
.banner {
  background: url(../images/banner1.jpg) no-repeat center;
  height: 250px;
  background-size: contain;
}
.banner h2,
.banner p {
  text-indent: -9999px;
}
.timeLine {
  background: url(../images/timeLine.png) no-repeat center;
  height: 125px;
  width: 1200px;
  margin: -62.5px auto;
}
.linkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
.linkWrap a {
  width: 16.667%;
  height: 100%;
}
.linkWrap a:hover {
  background-color: rgba(71, 163, 241, 0.6);
}
.content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.main {
  width: 820px;
  float: left;
}
.notice {
  margin-top: 40px;
  margin-bottom: 20px;
}
.notice img {
  width: 20px;
  height: 20px;
  float: left;
}
.notice p {
  text-indent: 1em;
}
.notice p a {
  color: #f7a75f;
}
.notice p a:hover {
  color: #cc0000;
}
.areaList {
  padding: 20px;
  background-color: white;
}
.areaList li {
  width: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.areaList li a:hover {
  color: #5695f1;
}
.contentLink {
  padding: 50px 0 50px 20px;
  background: url(../images/baoming.png) no-repeat center;
  background-size: 100% 100%;
  color: #cc0000;
}
.contentLink li {
  margin: 10px 0 10px 20px;
}
.contentLink li b {
  color: #6e6c6c;
}
.contentLink span {
  color: #5695f1;
}
.button {
  margin-top: 50px;
  margin-left: 20px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: url(../images/button.png) no-repeat center;
}
.button:hover {
  background: url(../images/hover_button.png) no-repeat center;
}
.main .section {
  background-color: white;
  margin-top: 14px;
}
.main .section h2 {
  padding: 30px 30px;
}
.main .section h2 a {
  font-size: 14px;
  color: #5695f1;
  font-weight: normal;
  line-height: 26px;
  float: right;
}
.main .section_two {
  background-color: white;
  margin-top: 40px;
}
.main .section_two h2 {
  padding: 30px 30px;
}
.main .section_two h2 a {
  font-size: 14px;
  color: #5695f1;
  font-weight: normal;
  line-height: 26px;
  float: right;
}
.baoming ul {
  padding-bottom: 20px;
}
.baoming ul li{
  width: 325px;
  text-align: left;
  padding-top: 15px;
  padding-left: 1em;
  padding-bottom: 15px;
  margin-left: 20px;
  overflow: hidden;
  float: left;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  background: url(../images/gray.png) no-repeat 0 center;
}
.baoming ul li:hover {
  color: #5695f1;
  background: url(../images/blue.png) no-repeat 0 center;
}
.question ul {
  padding: 0 20px;
}
.question li {
  border-bottom: 1px dashed #6e6c6c;
}
.question li:last-child {
  border-bottom: none;
}
.question li p {
  text-indent: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.question li p:first-child {
  font-size: 16px;
  background: url(../images/border-blue.png) no-repeat 0 center;
}
.question li p:last-child {
  font-size: 14px;
  color: #6e6c6c;
  background: url(../images/border-yellow.png) no-repeat 0 14px;
  line-height: 2em;
  position: relative;
}
.question li p span {
  position: absolute;
  bottom: 8px;
  right: 0;
}
.question li p span a {
  color: #f7a75f;
}
.question li p span a:hover {
  color: #cc0000;
}

.aside {
  width: 320px;
  float: right;
}
.aside .section {
  margin: 10px 0;
}
.aside .section h3 a {
  font-size: 14px;
  color: #5695f1;
  font-weight: normal;
  line-height: 26px;
  float: right;
}
.aside .section li {
  margin-top: 20px;
}
.aside .section li:hover {
  box-shadow: 3px 6px 10px #a4bfd9, -3px 6px 10px #a4bfd9;
}
.aside .section img {
  width: 100%;
}
.wrapList {
  margin-top: 20px;
}
.aside .section .bgLeft {
  width: 20px;
  height: 206px;
  background: url(../images/line.png) no-repeat;
  float: left;
}
.contentList p {
  margin-bottom: 14.5px;
  margin-left: 25px;
}
.contentList p:hover {
  color: #5695f1;
  cursor: pointer;
}

/* Í¨ÓÃµ×²¿ */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; background: #000 }
.footer p { position: relative; z-index: 2; color:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }
