/*通用样式 */
body {
  /* font: 12px "΢���ź�", Arial, Helvetica, sans-serif; */
  color: #6C6C6C;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
img {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
}
.clearBottom:after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #3C3C3C;
  text-decoration: none;
}
a:hover {
  color: #FA4309;
  text-decoration: none;
}
.container {
  width: 1220px;
}
#nav,
#main {
  width: 1440px;
  margin: auto;
}
#nav > ul {
  background: #0151C0;
  height: 50px;
  line-height: 50px;
  padding: 0 100px;
}
#nav > ul > li {
  float: left;
  width: 177px;
  text-align: center;
}
.navAColor {
  color: #fff;
}
.navActive {
  background: #CCCCCC;
}
.navActive > a {
  color: #0454BA;
}
#main {
  margin-top: 10px;
}
#main > div.first > div > div > div.right > ul {
  padding: 0px;
  border-bottom: 1px solid #88ACE0;
}
#main > div.first > div > div > div.right > ul > li {
  float: left;
  width: 119.5px;
  text-align: center;
  height: 3em;
  line-height: 3em;
}
#main > div.first > div > div > div.right > ul > li>a{
  font-size: 19px;
}
#main > div.first > div > div > div.right > div {
  padding: 10px;
  height: 231px;
}
#main > div.first > div > div > div.right > div > div > div {
  margin-right: 10px;
  margin-top: 10px;
}
#main > div.first > div > div > div.right > div > div:last-child {
  display: none;
}
#main > div.second {
  margin-top: 40px;
}
#main > div.second > div > div {
  border-top: 1px solid #A6A6A6;
  padding: 30px 0 40px 0;
}
#main > div.second > div > div > div > div {
  overflow: auto;
  transition: all linear .5s;
}
#main > div.second > div > div > div > div > h1 {
  position: relative;
}
#main > div.second > div > div > div > div > h1 > img {
  cursor: pointer;
}
#main > div.second > div > div > div > div > h1 > span {
  font-size: 15px;
  color: #0151C0;
  margin-top: 26px;
  cursor: pointer;
}
#main > div.second > div > div > div > div > h3 {
  height: 50px;
  line-height: 50px;
}
#main > div.second > div > div > div > div > p {
  text-align: justify;
}
#main > div.second > div > div:nth-child(2) > h4 > img {
  cursor: pointer;
}
#main > div.second > div > div:nth-child(2) > div.center > div {
  overflow: auto;
}
#main > div.second > div > div:nth-child(2) > div.center > div > p {
  font-size: 16px;
}
.mainActive {
  background: #0151C0;
}
.mainActive > a {
  color: #fff;
}
.prevDivHeight {
  height: 359px;
}
.afterDivHeight {
  height: 581px;
}
