* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #4476d8;
}
img {
  vertical-align: middle;
}
body {
  background-color: #FFFFFF;
  min-width: 1400px !important;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.main {
  margin: 0 auto;
}
.main .title {
  margin: 20px auto;
  height: 70px;
  position: relative;
}
.main .title .more {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.main .con {
  width: 1400px;
  margin: 0 auto;
}
.main .con .newsList {
  margin: 50px 60px 0 0;
  width: 650px;
  float: left;
}
.main .con .newsList:nth-child(2n){
  margin-right: 0;
}
.main .con .newsList .list {
  margin-left: 14px;
}
.main .con .newsList .list li {
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}
.main .con .newsList .list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
.main .con .newsList .list li a:hover {
  color: #c6a98a;
}
.main .con .newsList .list li span.point {
  background: #c6a98a;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 14px;
}
.main .con .pcgz .title {
  background: url("../images/title_pcgz.png") no-repeat center left;
  width: 650px;
  height: 72px;
}
.main .con .pcjb .title {
  background: url("../images/title_pcjb.png") no-repeat center left;
  width: 650px;
  height: 72px;
}
.main .con .cgzs .title {
  background: url("../images/title_cgzs.png") no-repeat center left;
  width: 650px;
  height: 72px;
}
.main .con .zjsd .title {
  background: url("../images/title_zjsd.png") no-repeat center left;
  width: 650px;
  height: 72px;
}
.main .con .pic {
  /* width: 700px; */
  float: left;
  margin:110px 0 0;
}

.main .con .pic img{
  margin: 0 auto;
  display: block;
}