* {
  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: #fefbf0;
  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: 0 auto;
  background: url("../images/main_bg.jpg") no-repeat center top #FFFFFF;
  background-size: 100% auto;
  padding: 10px 0;
}
.main .con {
  margin: 0 auto;
  width: 1200px;
}
.main .title {
  margin: 20px auto;
  position: relative;
}
.main .title .more {
  position: absolute;
  right: 0;
  top: 0;
}
.main .headline {
  background: url("../images/headline.png") no-repeat;
  width: 1200px;
  height: 170px;
  position: relative;
  box-sizing: border-box;
  padding: 30px 50px 0;
  margin: 40px auto;
}
.main .headline h4 {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fad6a1;
  text-align: center;
  margin-bottom: 14px;
}
.main .headline p {
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 72px;
  font-size: 18px;
  text-indent: 2em;
}
.main .zdgz {
  margin: 50px auto;
}
.main .zdgz .title {
  background: url("../images/title_zdgz.png") no-repeat center center;
  width: 1200px;
  height: 49px;
}
.main .zdgz .list li {
  float: left;
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 10px 0 rgba(155, 39, 24, 0.1);
  width: 580px;
  margin: 20px 40px 0 0;
  background: #FFFFFF;
}
.main .zdgz .list li a {
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.main .zdgz .list li a:hover {
  color: #cc1a16;
}
.main .zdgz .list li:nth-child(2n) {
  margin-right: 0;
}
.main .gcls {
  margin: 50px auto;
}
.main .gcls .title {
  background: url("../images/title_gcls.png") no-repeat center center;
  width: 1200px;
  height: 46px;
}
.main .gcls .gclsPic {
  width: 608px;
  height: 404px;
  position: relative;
  margin-top: 10px;
}
.main .gcls .gclsPic .swiper-container {
  width: 608px;
  height: 404px;
}
.main .gcls .gclsPic .swiper-container .pic {
  width: 608px;
  height: 404px;
  background: #ffffff;
  position: relative;
}
.main .gcls .gclsPic .swiper-container .pic img {
  width: 100%;
  height: 100%;
}
.main .gcls .gclsPic .swiper-container .pic p {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 45px;
  padding-bottom: 20px;
  box-sizing: border-box;
  padding-right: 10px;
  text-indent: 10px;
  color: #FFFFFF;
}
.main .gcls .gclsPic .pagination {
  position: absolute;
  right: 10px;
  bottom: 6px;
  z-index: 3;
}
.main .gcls .gclsPic .pagination .swiper-pagination-switch {
  background: #FFFFFF;
  margin-left: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 6px;
}
.main .gcls .gclsPic .pagination .swiper-active-switch {
  background: #f43b0c;
  width: 24px;
}
.main .gcls .gclsList {
  width: 560px;
  margin-top: 4px;
}
.main .gcls .gclsList .describe {
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
  position: relative;
  border-bottom: 1px dashed #f8b551;
}
.main .gcls .gclsList .describe h4 {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #cc1a16;
}
.main .gcls .gclsList .describe p {
  margin-top: 6px;
  color: #666666;
  text-indent: 2rem;
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 32px;
}
.main .gcls .gclsList .describe:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}