body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #fff;
font-family:"Microsoft YaHei" !important;
}
html {
  max-width: 1600px;
font-family:"Microsoft YaHei";
}
a {
  text-decoration: none;
font-family:"Microsoft YaHei";
}
h2 {
  margin: 0px;
  padding: 0px;
font-family:"Microsoft YaHei";
}
li {
  list-style: none;
}
.main-body {
  background-color: #fff;
}
.main-body .head {
  text-align: center;
  position: relative;
  height: 210px;
}
.main-body .head img{
  width: 100%;
  height: 100%;
}
.main-body .content {
  margin: auto;
  width: 1240px;
}
.main-body .content .navbanner {
 display: flex;
  text-align: center;
  width: 100%;
  height: 60px;
  background-color: #04b34d;
  border-radius: 25px;
  padding: 0px 20px;
  box-shadow: none;
  box-sizing: border-box;
  justify-content: space-between;
}
.main-body .content .navbanner .nleft{

  font-size: 20px;
    width: 900px;
    text-align: center;
    line-height: 60px;
}
.main-body .content .navbanner .nleft a{
 color: #fff;
}
.main-body .content .navbanner .nleft ul{
 display: flex !important;
}
.main-body .content .navbanner .nleft ul li{
  flex: 1;
 }
.main-body .content .navbanner .nleft ul li a{
  font-weight: 600;
 }
.main-body .content .navbanner .nright{
  height: 100%;
  float: right;
  line-height: 10px;
  width: 250px;
  padding-top: 18px;
}
.main-body .content .navbanner .nright .search{
background-image: url(../img/ss.png) !important;
background-size: cover !important;
}
.main-body .content .text {
  width: 100%;
  height: 500px;
  margin: 30px 0px;
}
.main-body .content .text .left {
  float: left;
  width: 260px;
  height: 100%;
  overflow: hidden;
}
.main-body .content .text .left .title {
  display: flex;
  height: 60px;
  width: 260px;
  background-color: #08bf53;
  border-radius: 30px 30px 0px 0px;
  line-height: 60px;
}
.main-body .content .text .left .title img {
  vertical-align: middle;
}
.main-body .content .text .left .title span {
  vertical-align: middle;
  margin-left: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}
.main-body .content .text .left .tab {
    height: 414px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.main-body .content .text .left #wp_listcolumn_w15{
  margin: 0px 10px;

  
}
.main-body .content .text .left #wp_listcolumn_w15 .wp_listcolumn{
  margin: 0px !important;
  padding: 0px 0px !important;

}
.main-body .content .text .left #wp_listcolumn_w15 .wp_listcolumn .wp_column a .column-name{
  padding:0px !important;
}

.main-body .content .text .left #wp_listcolumn_w15 .wp_listcolumn .wp_column a{
 text-align: center !important;
}
 .main-body .content .text .left .wp_listcolumn .wp_column a .column-name{
 padding:0px !important;
}
.main-body .content .text .right {
  float: right;
  width: 880px;
  height: 100%;
  margin: 0px 50px;
  overflow: hidden;
}
.main-body .content .text .right .title2 {
  height: 60px;
  width: 100%;
  text-align: right;
  line-height: 60px;
  border-bottom: 3px solid #ece8d7;
}
.main-body .content .text .right .title2 span {
  font-size: 10px;
   color:#a3a3a3;
}
.main-body .content .text .right .title2 a{
   color:#a3a3a3;
}
.main-body .content .text .right .text2 {
  height: 100%;
  width: 100%;
}
.main-body .content .text .right .text2 .sl {
  height: 385px;
  width: 100%;
  padding: 25px 0px 0px 5px;
  box-sizing: border-box;
  position: relative;
}
.main-body .content .text .right .text2 .sl a{
  color: #000 !important;
  margin-bottom: 15px !important;
  display: block !important;
  
}
.main-body .content .text .right .text2 .sl .wp_paging{
  left: 190px;
  position: absolute;
  bottom: -32px;
}
.main-body .content .text .right .text2 .toggle {
  width: 100%;
  height: 40px;
  background-color: #ececec;
  border-radius: 2px;
}
.main-body .here {
  width: 100%;
  height: 140px;
  padding: 30px 0px;
  box-sizing: border-box;
  box-shadow: none;
  text-align: center;
  background-color: #1f9b53;
  color: #fafefd;
  font-size: 14px;
}
