* {
  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;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1200px;
}
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%;
}
.banner .logo{
  position: absolute;
  left: 20px;
  top: 20px;
}
.banner .logo img{
  width: auto;
}
.main {
  margin: 0 auto;
}
.main .con {
  margin: 10px auto;
  width: 1200px;
}
.main .con .title {
  margin: 0 auto 26px;
  border-bottom: 1px solid #58a8f3;
  line-height: 34px;
  padding-bottom: 6px;
  font-weight: bold;
  position: relative;
  font-size: 20px;
  color: #226eb5;
}
.main .con .title span {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #226eb5;
  bottom: -1.5px;
  left: 0;
}
.main .con .list li {
  line-height: 64px;
  height: 64px;
  font-size: 18px;
}
.main .con .list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main .con .list li a span.point {
  width: 7px;
  height: 7px;
  background: #b2b2b2;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 2px;
}
.main .con .list li a:hover {
  color: #226eb5;
}
.main .con .newsPic {
  width: 566px;
  height: 378px;
  margin: 4px 0 30px;
  position: relative;
}
.main .con .newsPic .swiper-newsPic {
  width: 566px;
  height: 378px;
}
.main .con .newsPic .swiper-newsPic .pic {
  width: 566px;
  height: 378px;
  background: #ffffff;
  position: relative;
}
.main .con .newsPic .swiper-newsPic .pic img {
  width: 100%;
  height: 100%;
}
.main .con .newsPic .swiper-newsPic .pic p {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  text-indent: 10px;
  box-sizing: border-box;
  line-height: 46px;
  height: 46px;
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .con .newsPic .pagination {
  position: absolute;
  bottom: 14px;
  right: 12px;
  z-index: 2;
}
.main .con .newsPic .pagination .swiper-pagination-switch {
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  margin-left: 6px;
  border-radius: 9px;
  cursor:pointer;
  display: inline-block;
}
.main .con .newsPic .pagination .swiper-active-switch {
  background-color: #3e96f0;
  width: 18px;
}

.main .con .cgzs {
  width: 600px;
}
.main .con .zjxx {
  width: 566px;
}
.main .con .zjxx .zjxxNav {
  margin: 0 auto 26px;
  border-bottom: 1px solid #58a8f3;
  line-height: 34px;
  font-weight: bold;
  position: relative;
  font-size: 20px;
  color: #58a8f3;
}
.main .con .zjxx .zjxxNav li {
  float: left;
  position: relative;
  margin-right: 26px;
  padding-bottom: 6px;
}
.main .con .zjxx .zjxxNav li span {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #226eb5;
  bottom: -1.5px;
  left: 0;
  display: none;
}
.main .con .zjxx .zjxxNav li.active {
  color: #226eb5;
}
.main .con .zjxx .zjxxNav li.active span {
  display: block;
}
.main .con .zjsw {
  width: 600px;
}
.main .ywbl {
  margin: 20px auto 70px;
}
.main .ywbl .title {
  margin-bottom: 30px;
}


.newList{
    width: 100%;
    padding:0 15px;
    margin-top: 14px;
    list-style: none;
}

.newList li{
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    background: url("../images/dot.jpg") no-repeat left center;
    padding-left: 17px;
}

.newList li a{
    display: block;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.newList li .time {
    float: right;
}