.topnav {
  width: 100%;
  height: 90px;
  background: #035cac;
}
.topnav ul li {
  float: left;
  width: 170px;
  height: 90px;
  text-align: center;
}
.topnav ul li a {
  width: 170px;
  display: block;
  height: 90px;
  color: #fff;
  float: left;
}
.topnav ul li i {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #033766;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 10px auto;
  font-size: 20px;
}
.topnav ul li a:hover {
  background: #01488a;
}
.topnav ul li .right {
  margin-top: 15px;
  padding-left: 25px;
}
.topnav ul li .right span {
  display: block;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
.news {
  margin-top: 20px;
}
.news .cont {
  border: 1px solid #d7d7d7;
  height: 230px;
}
.news .left {
  width: 895px;
  float: left;
}
.news .left img {
  margin: 8px 10px;
  float: left;
}
.news .left .hotnews {
  width: 525px;
  height: 110px;
  float: right;
  margin-right: 10px;
}
.news .left .hotnews .title {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.news .left .hotnews .title a:hover {
  color: #01488a;
}
.news .left .hotnews .newscont {
  line-height: 30px;
  text-indent: 2em;
  height: 60px;
  overflow: hidden;
}
.news .left .hotnews .newscont a {
  color: #01488a;
}
.news .left .newslist {
  float: right;
  width: 525px;
  height: 90px;
  overflow: hidden;
  margin-top: 20px;
}
.news .left .newslist ul li {
  height: 30px;
  width: 525px;
  line-height: 30px;
  float: left;
}
.news .left .newslist ul li i {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.news .left .newslist ul li a {
  width: 375px;
  float: left;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .left .newslist ul li span {
  float: right;
  margin-right: 20px;
}
.news .left .newslist ul li:hover a,
.news .left .newslist ul li:hover i {
  color: #01488a;
}
.news .right {
  float: right;
  width: 301px;
}
.news .right .service {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
  border-left: 1px solid #d7d7d7;
  height: 75px;
  background: url("/images/service.png") no-repeat right;
}
.news .right .service span {
  font-size: 16px;
}
.news .right .service p {
  width: 138px;

  line-height: 25px;
}
.culture {
  margin-bottom: 40px;
}
.culture .cont {
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  height: 325px;
  overflow: hidden;
}
.culture .list {
  width: 299px;
  float: left;
  border-right: 1px solid #d7d7d7;
  padding-bottom: 30px;
}
.culture .list .title {
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color:#035cac;
}
.culture .list img {
  margin: 15px;
}
.culture .list p {
  line-height: 30px;
  padding: 0 15px;
}
.culture .list p a {
  display: block;
  float: right;
}
.culture .list p a:hover {
  color: #01488a;
}
.culture .z-gs {
  height: 320px;
  background: url("/images/z-gs.png") no-repeat bottom right;
}
.culture .z-gs span {
  font-size: 16px;
  padding: 15px;
  display: block;
  float: left;
 
}
.culture .z-gs p {
  line-height: 25px;
  float: left;
}
.culture .z-gs a {
  display: block;
  float: left  !important;

  line-height: 25px;
  margin-bottom:15px;
}
.culture .z-gs a:hover {
  color: #01488a;
}
