* {
  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: #2066c3;
}
img {
  vertical-align: middle;
}
body {
  background-color: #ffffff;
  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%;
  min-width: 1200px;
}
.banner img{
  width: 100%
}
.main {
  margin: 0 auto;
}
.main .con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main .con .newsList {
  width: 548px;
}
.main .con .newsList .list li {
  line-height: 28px;
  font-size: 18px;
  margin: 16px 0 4px;
}
.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 span.point {
  width: 6px;
  border-radius: 3px;
  height: 6px;
  display: inline-block;
  margin-right: 10px;
  background: #7ecef4;
  vertical-align: 4px;
}
.main .con .newsList .more {
  color: #0070d6;
  display: block;
  float: right;
}
.main .con .newsList .more i {
  background: url("../images/more.png");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -2px;
}
.main .news {
  margin: 50px auto;
}
.main .news .newsPic {
  width: 626px;
  height: 436px;
  position: relative;
}
.main .news .newsPic .swiper-newsPic {
  width: 626px;
  height: 436px;
}
.main .news .newsPic .swiper-newsPic .section {
  position: relative;
}
.main .news .newsPic .swiper-newsPic .section img {
  width: 626px;
  height: 436px;
}
.main .news .newsPic .swiper-newsPic .section p {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  box-sizing: border-box;
  height: 54px;
  line-height: 54px;
  text-indent: 10px;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .news .newsPic .pagination {
  position: absolute;
  right: 8px;
  z-index: 2;
  bottom: 18px;
  width: 100px;
  text-align: right;
}
.main .news .newsPic .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #dddddd;
  margin: 0 4px;
  cursor: pointer;
}
.main .news .newsPic .pagination .swiper-active-switch {
  background: #0070d6;
  width: 20px;
}
.main .news .tzgg .title {
  margin: 0 auto 24px;
  background: url("../images/title_tzgg.png") no-repeat center center;
  width: 479px;
  height: 89px;
}
.main .jycy {
  margin: 50px auto;
  background: #EAF7FD;
  padding: 40px 0;
}
.main .jycy .jycydt .title {
  margin: 0 auto 24px;
  background: url("../images/title_jycydt.png") no-repeat center center;
  width: 479px;
  height: 89px;
}
.main .jycy .jycyzd .title {
  margin: 0 auto 24px;
  background: url("../images/title_jycyzd.png") no-repeat center center;
  width: 479px;
  height: 89px;
}
.main .cyPic {
  width: 1220px;
  margin-bottom: 60px;
  position: relative;
}
.main .cyPic .swiper-cyPic{
  height: 344px;
}
.main .cyPic .section {
  width: 376px;
  height: 324px;
  margin: 10px auto;
  box-sizing: border-box;
  padding: 16px 0 0;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.main .cyPic .section img {
  width: 340px;
  border-radius: 10px;
  height: 216px;
  display: block;
  margin: 0 auto 12px;
}
.main .cyPic .section p {
  width: 340px;
  font-size: 18px;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  height: 60px;
}
.main .cyPic .arrow-left {
  position: absolute;
  left: -30px;
  top: 124px;
  z-index: 3;
  cursor: pointer;
  background: url("../images/left.png");
  width: 30px;
  height: 59px;
}
.main .cyPic .arrow-right {
  position: absolute;
  right: -30px;
  top: 124px;
  z-index: 3;
  cursor: pointer;
  background: url("../images/right.png");
  width: 30px;
  height: 59px;
}
