* {
  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: #f5fcff;
  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%;
}
.main {
  margin: 40px auto;
  width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px;
}
.main .con {
  margin: 0 auto;
}
.main .list li {
  line-height: 52px;
  height: 52px;
  font-size: 18px;
}
.main .list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main .list li a span.point {
  width: 6px;
  border-radius: 5px;
  height: 6px;
  background: #03a4f6;
  display: inline-block;
  margin-right: 10px;
}
.main .list li a:hover {
  color: #03a4f6;
}
.main .title {
  margin: 0 auto 16px;
  position: relative;
}
.main .title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  color: #3c69bf;
}
.main .news {
  margin: 0 auto 10px;
}
.main .news .newsPic {
  width: 578px;
  height: 372px;
  position: relative;
}
.main .news .newsPic .swiper-newsPic {
  width: 580px;
  height: 372px;
}
.main .news .newsPic .swiper-newsPic .pic {
  width: 580px;
  height: 340px;
  background: #ffffff;
  position: relative;
}
.main .news .newsPic .swiper-newsPic .pic img {
  width: 100%;
  height: 100%;
}
.main .news .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-align: center;
  text-indent: 10px;
  box-sizing: border-box;
  line-height: 46px;
  height: 46px;
  padding: 0 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .news .newsPic .arrow-left {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 130px;
  background: url("../images/left.png");
  width: 36px;
  height: 70px;
  z-index: 2;
}
.main .news .newsPic .arrow-right {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  right: 0;
  top: 130px;
  background: url("../images/right.png");
  width: 36px;
  height: 70px;
}
.main .news .nyjs {
  width: 561px;
}
.main .news .nyjs .title {
  background: url("../images/title_nyjs.png") no-repeat center center;
  width: 561px;
  height: 77px;
}
.main .fzjz {
  margin: 10px auto;
}
.main .fzjz .title {
  background: url("../images/title_fzjz.png") no-repeat center center;
  width: 1172px;
  height: 84px;
}
.main .fzjz li {
  width: 561px;
  margin-right: 30px;
  float: left;
}
.main .fzjz li:nth-child(2n) {
  margin-right: 0;
}
.main .tpy {
  margin: 50px auto;
}
.main .tpy .title {
  background: url("../images/title_tpy.png") no-repeat center center;
  width: 1172px;
  height: 84px;
}
.main .tpy .con .describe {
  margin-top: 20px;
  border-radius: 14px;
  width: 702px;
  height: 288px;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #bce4ea;
  box-shadow: 0 0 20px 0 rgba(62, 101, 108, 0.2);
}
.main .tpy .con .describe h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 70px;
  margin: 4px 0 10px;
}
.main .tpy .con .describe p {
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 112px;
  margin-bottom: 22px;
}
.main .tpy .con .describe a.details {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90px;
  font-size: 15px;
  background: #02a1f9;
  color: #ffffff;
  line-height: 26px;
  height: 28px;
  border-radius: 16px;
}
.main .tpy .con .tpyList {
  margin-top: 6px;
  width: 422px;
}
.main .tpy .con .tpyList li {
  margin: 6px 0;
  font-size: 18px;
  line-height: 26px;
  height: 56px;
}
.main .tpy .con .tpyList li span.point {
  width: 6px;
  border-radius: 5px;
  height: 6px;
  background: #03a4f6;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}
.main .tpy .con .tpyList li a {
  float: left;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .tpy .con .tpyList li.short span.point {
  margin-top: 23px;
}
.main .tpy .con .tpyList li.short a {
  margin-top: 13px;
}
/*# sourceMappingURL=jstg.css.map */