@charset "utf-8";
/* CSS Document */
/* 清除默认样式 */
* {
  margin: 0;
  padding: 0;
}
body {background-color:#f7f7f7}
div, ul, li, h1, p, span, label {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main-box {
  width: 1200px;
  height: 273px;
  margin: 0 auto 0 auto;
  background: url("/newstyle4/images/background.png")
}
.box_logo {
  width: 270px;
  height: 131px;
  float: left;
  margin-top: 70px;
  margin-left: 78px;
}
.box_logo1 {
  width: 750px;
  height: 100px;
  float: left;
  margin-top: 58px;
  margin-left: 20px;
}
.logo1, .logo2 {
  width: 127px;
  height: 131px;
  float: left;
  margin-right: 6px;
}
.box_text1, .box_text2 {
  width: 750px;
  height: auto;
  font-family: Microsoft YaHei;
  font-size: 45px;
  color: #019978;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  letter-spacing: 4px;
  text-shadow: 0 3px #fff, 3px 0 #fff, -3px 0 #fff, 0 -3px #fff;
}
.nav_change {
  width: 1100px;
  height: 50px;
  padding: 0 50px;
  margin: auto;
  background-color: #00b48d
}
.nav_change ul li {
  float: left;
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  /* display: flex; */
}
.nav_change ul li a {
  width: 110px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
}
.nav_change ul li a.active {
  color: #00B48D;
  background: #fff;
  font-weight: bold;
}
.dropdown {
  width: 110px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 99;
  box-shadow: 0 5px 10px #999;
  display: none
}
.dropdown a {
  color: #555 !important;
  display: block;
  line-height: 40px !important;
  height: 40px !important;
  font-size: 16px;
  width: 110px !important;
  text-align: center
}
.weizhi {
  width: 13px;
  height: 16px;
  margin-right: 10px;
}
.new-contain {
  width: 1140px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: none;
  overflow: hidden;
  margin: 0 auto 25px auto;
  padding:30px;
}

.new-contain1 {
  width: 1140px;
  height: auto;
  background-color: #ffffff;
  /* border: 1px solid #e5e5e5; */
  border-top: none;
  overflow: hidden;
  margin: 0 auto 25px auto;
  padding:30px;
}

.new-contain2 {
  width: 100%;
  height: auto;
  /* background-color: #ffffff; */
  /* border: 1px solid #e5e5e5; */
  border-top: none;
  overflow: hidden;
  margin: 0 auto 25px auto;
  /* padding:30px; */;
  min-width: 1200px;

}

.breadcrumb-main {
  display: block;
  width: 1120px;
  height: 46px;
  padding-left: 20px;
  background: #F7F7F7;
  margin: 0px auto 40px auto;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
  color: #333333;
  line-height: 46px;
  margin: 0;
  padding: 0;
}

.breadcrumb ul span a{
  color: #333333;
}

.breadcrumb li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 .25rem;
  content: ">";
}
.contain {
  width: 1000px;
  height: auto;
  margin: auto;
}
.contain span {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 32px;
  /* font-weight: bold; */
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.contain2 {
  width: 100%;
  height: auto;
  margin: auto;
}

a {
  text-decoration: none;
}
.contain1 {
  width: 1140px;
  border: 1px solid #e5e5e5;
  border-top: none;
  overflow: hidden;
  height: auto;
  margin: 0 auto 25px auto;
  padding: 30px;
  background-color: #fff;
}
.information {
  margin-top: 30px;
  height: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.information_left {
  text-align:center
}
.contain_line {
  width: 1000px;
  height: 1px;
  margin-top: 30px;
  background: #00B48D;
}
.information_right {
  float: right;
}
.contain_img {
  width: 600px;
  height: 400px;
  background: url("/newstyle4/images/new_img.png") no-repeat center;
  margin: 40px auto 40px auto;
}
p {
  /* text-indent: 2em; */
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
/*底部部分*/
.footer {
  width: 100%;
  height: 250px;
  padding-top: 20px;
  background: #1cb995;
  margin: auto;
  min-width: 1200px;
}
.select_main {
  width: 1200px;
  height: 40px;
  margin: auto;
}
.select_main ul li {
  display: block;
  text-decoration: none;
  float: left;
}
.select1, .select2 {
  margin-right: 20px;
}
.select_main ul li select {
  width: 386px;
  height: 35px;
  padding: 0px 10px;
  ;
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  background-color: rgb(73 199 170);
  border: none;
}
.footer_main {
  width: 1200px;
  height: 90px;
  margin: 22px auto 0px auto;
}
.footer_main ul {
  display: table;
  margin: 0 auto 10px auto;
}
.footer_main ul li {
  display: block;
  text-decoration: none;
  float: left;
  text-align: center;
}
.footer_main ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer_main span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.banquan {
  margin-bottom: 10px;
}
.footer_bottom {
  width: 1200px;
  height: 50px;
  margin: auto;
}
.footer_bottom span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer_bottom span a {
  color:#FFFFFF;
}
.beian {
  margin-bottom: 10px;
}
.news-left {
  float: left;
  width: 238.9px;
  height: 300px;
  /* background-color: gold; */
}
.news-left a {
  display:block;
  color:#555;
}
.news-right {
  float: right;
  width: 870px;
  /* background-color: gold; */
}
.news-right a:hover div {
  color: #1CB995
}
.clear {
  clear: both;
}
.date {
  width: 104px;
  height: 110px;
  text-align: center;
  /* padding: 25px 20px; */
  background-color: #F7F7F7;
  float: left;
}
.time {
  height: 32px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 25px;
  line-height: 33px;
}
.month {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.middle {
  float: left;
  margin: 15px 43px 15px 20px;
}
.title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.contant {
  width: 668px;
  height: 41px;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-right img {
  width: 35px;
  height: 35px;
  float: right;
  margin-top: 38px;
}
.tabchange {
  padding: 15px 71px;
  /* border: 1px solid red; */
  background-color: #F1F1F1;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
  display:block;
}
.list_t {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  float: left;
  margin-left: 16px;
}
.active1 {
  background-color: #1CB995;
  background-image: url('/newstyle4/images/tabChange.png');
  background-position: 50px 20px;
  background-repeat: no-repeat;
}
.active1 .list_t {
  color: #fff;
  font-weight: bold
}

.list {width:844px;float:right;padding:8px 20px;border:1px solid #ddd}
.list i {width:5px;height:5px;background-color:#1CB995;float:left;margin-top:18px;border-radius:3px;margin-right:9px;}
.list li {height:40px;}
.list a{display:block;line-height:40px;font-size:16px;color:#555;float:left}
.list a:hover {color:#04A392}
.list p{float:right;line-height:40px;font-size:16px;color:#999;}

.pagefont{ text-align:center;width:870px; margin:0 auto;padding-top:20px;height:auto;overflow: hidden}
.pagefont a{ color:#666; padding:0 10px; height:25px; line-height:25px; display:inline-block; border:1px solid #ddd; margin-left:5px; margin-right:5px; font-size:14px}
.pagefont a:hover{background:#1CB995;color:#fff;border:1px solid #1CB995; }
.pagefont a.active{background:#1CB995;color:#fff;border:1px solid #1CB995;}

#content {
  margin-top: 25px !important;
}


  #content {
    width: 800px;
    height: auto;
    margin: auto;
	line-height: 30px;
}
  #content span,#content p,#content a {
    font-family: Microsoft YaHei!important;
    font-size: 16px!important;
    color: #333333!important;
    line-height: 30px!important;
    text-align: justify;
}

  .new-contain img {
    max-width: 800px;
    max-height: 575px;
}
.photo-right {
  width:886px;
	float:right;
}

.img-lhzs {
  width: 100%;
  padding-left:14px;
}
.img-lhzs li {
  float: left;
  margin-left: 16px;
  height: 181px;
  width: 273px;
  margin-bottom:15px;
}
.img-lhzs a {
  height: 181px;
  width: 273px;
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden
}
.img-lhzs p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -WEBkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.lhzs-sw {  
  text-align: center;
  padding-bottom:20px;
}
.lhzs-sw a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  color: #555;
  border-radius:3px;
}
.lhzs-sw a.active {
  background-color: #00B48D;
  color: #fff
}
.contain2 {
  width: 1200px;
  border-top: none;
  overflow: hidden;
  height: auto;
  margin: 0 auto 30px auto;
  background-color: #fff;
}