* {
  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: #ffffff;
  min-width: 1300px;
}
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;
}
.main .con {
  margin: 0 auto;
  width: 1200px;
}
.main .title {
  margin: 30px auto 40px;
  width: 1200px;
  height: 116px;
}
.main a.more {
  background: #e7f9e3;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 210px;
  line-height: 40px;
  color: #004d2d;
}
.main a.more i {
  display: inline-block;
  background: url("../images/more.png") no-repeat;
  width: 14px;
  height: 12px;
  margin-left: 8px;
}
.main .jcbs {
  margin: 70px auto 40px;
}
.main .jcbs .title {
  background: url("../images/title_jcbs.png") no-repeat center center;
}
.main .jcbs .con{
  overflow: initial;
}
.main .jcbs .newsPic {
  height: 322px;
  width: 580px;
  position: relative;
}
.main .jcbs .newsPic img {
  width: 100%;
  height: 100%;
}
.main .jcbs .newsPic p {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 46px;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .jcbs .newsList {
  width: 580px;
}
.main .jcbs .newsList li {
  padding: 11px 14px 0;
  width: 580px;
  background: #ffffff;
  box-sizing: border-box;
  height: 90px;
  font-weight: bold;
  margin-bottom: 26px;
  box-shadow: 0 0 10px rgba(7, 17, 67, 0.1);
  float: left;
  font-size: 18px;
}
.main .jcbs .newsList li a {
  line-height: 32px;
  height: 64px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .jcbs .newsList li a:hover {
  color: #004d2d;
}
.main .icon {
  background: url("../images/bg_icon.jpg") no-repeat center center;
  background-size: 100% 100%;
  padding: 40px 0;
  width: 100%;
  margin: 40px auto;
}
.main .icon .iconNav {
  margin-bottom: 20px;
}
.main .icon .iconNav li {
  width: 380px;
  height: 180px;
  margin-right: 30px;
  float: left;
  cursor: pointer;
}
.main .icon .iconNav li:last-child {
  margin-right: 0;
}
.main .icon .iconNav li.li1 {
  background: url("../images/icon1.png") no-repeat center top;
}
.main .icon .iconNav li.li1.active {
  background: url("../images/icon1_a.png") no-repeat center top;
}
.main .icon .iconNav li.li2 {
  background: url("../images/icon2.png") no-repeat center top;
}
.main .icon .iconNav li.li2.active {
  background: url("../images/icon2_a.png") no-repeat center top;
}
.main .icon .iconNav li.li3 {
  background: url("../images/icon3.png") no-repeat center top;
}
.main .icon .iconNav li.li3.active {
  background: url("../images/icon3_a.png") no-repeat center top;
}
.main .icon .iconCon .list {
  background: #ffffff;
  padding: 14px 20px 1px;
}
.main .icon .iconCon .list li {
  line-height: 38px;
  height: 48px;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.main .icon .iconCon .list li span.point {
  display: inline-block;
  background: url("../images/list.png") no-repeat;
  width: 11px;
  margin-right: 16px;
  height: 12px;
}
.main .icon .iconCon .list li a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .icon .iconCon .list li a:hover {
  color: #004d2d;
}
.main .icon .iconCon .list a.more {
  margin: 26px auto;
}
.main .lygd {
  margin: 50px auto 70px;
}
.main .lygd .title {
  background: url("../images/title_lygd.png") no-repeat center center;
}
.main .lygd .bigPic {
  width: 594px;
  height: 384px;
  position: relative;
}
.main .lygd .bigPic img {
  width: 100%;
  height: 100%;
}
.main .lygd .bigPic p {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 46px;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .lygd .smallPic {
  width: 606px;
}
.main .lygd .smallPic .pic {
  width: 294px;
  height: 189px;
  position: relative;
  margin: 0 0 6px 8px;
}
.main .lygd .smallPic .pic img {
  width: 100%;
  height: 100%;
}
.main .lygd .smallPic .pic p {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 46px;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}