* {
  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 {
  color: #20784c;
}
img {
  vertical-align: middle;
}
body {
  font-size: 18px;
  min-width: 1380px;
  margin: 0 auto;
}
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%;
  height: 100%;
}

.main {
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg") no-repeat top center;
  padding-bottom: 30px;
  background-size: 100% 100%;
}

.main .title {
  width: 820px;
  height: 115px;
  margin: 50px auto 10px;
}
.main .ttxw .title{
  margin: 0 auto 10px;
}
.main .newsList li {
  line-height: 40px;
  font-size: 20px;
  margin-bottom: 10px;
}

.main .newsList li span {
  display: inline-block;
  background: url("../images/point.png") no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: 0px;
  margin-right: 10px;
}

.main .newsList li a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .newsList li a:hover {
  color: #20784c;
}

.main .newsList li:last-child {
  margin-bottom: 4px;
  border-bottom: 0;
}

.con {
  width: 1200px;
  background: #fff;
  margin: 0 auto 40px;
}

.main .ttxw .con {
  width: 1150px;
  margin: 0 auto 40px;
  background: #ffffff;
  padding: 30px 25px;
}

.main .ttxw .xwdt {
  position: relative;
}

.main .ttxw .xwdt .swiper-xwdt {
  height: 328px;
  width: 527px;
}

.main .ttxw .xwdt .swiper-xwdt a {
  position: relative;
  display: block;
  height: 328px;
  width: 527px;
}

.main .ttxw .xwdt .swiper-xwdt a img {
  width: 100%;
  height: 100%;
}

.main .ttxw .xwdt .swiper-xwdt a p {
  position: absolute;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  background: rgba(51, 51, 51, 0.6);
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 14px;
  line-height: 40px;
  color: #ffffff;
  padding-right: 100px
}

.main .ttxw .xwdt .pagination {
  position: absolute;
  text-align: right;
  bottom: 12px;
  right: 10px;
  z-index: 2;
}

.main .ttxw .xwdt .pagination .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  background: #ffffff;
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.4s;
}

.main .ttxw .xwdt .pagination .swiper-active-switch {
  background: #69b934;
}

.main .ttxw .ttxwList {
  width: 588px;
}

.main .ttxw .ttxwList li {
  font-size: 20px;
  line-height: 42px;
}

.main .ttxw .ttxwList li span.time {
  float: right;
  color: #7e7e7e;
}

.main .ttxw .ttxwList li a {
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ysdt .con {
  padding: 20px 0;
}

.ysdt .ysdtPic .section {
  width: 518px;
  height: 280px;
  background: url("../images/ysdt_bg1.png") no-repeat;
  margin: 0 20px;
  padding: 20px 20px 0;
}

.ysdt .ysdtPic .section h5 {
  font-size: 24px;
  font-weight: bold;
  height: 70px;
  line-height: 35px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ysdt .ysdtPic .section .describe .pic {
  width: 260px;
  height: 173px;
  background: url("../images/ysdt_picbg.png") no-repeat;
}

.ysdt .ysdtPic .section .describe .pic img {
  width: 243px;
  height: 157px;
  margin: 8px auto;
  display: block;
}

.ysdt .ysdtPic .section .describe p {
  width: 230px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.ysdt .newsList {
  margin-top: 15px;
}

.ysdt .newsList li {
  width: 540px;
  float: left;
  margin: 3px 30px;
}

.xgzc .con {
  padding: 40px 0;
}

.xgzc .newsList li {
  width: 1140px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.main .more {
  background: #4ba237;
  display: block;
  width: 194px;
  line-height: 42px;
  height: 42px;
  border-radius: 30px;
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
.main .more:hover{
  background: #20784c;
}
