/* @font-face {
  
  src: url(../font/FZHTJW.TTF);
}
@font-face {
  
  src:url(../font/FZZDHJW.TTF);
} */
body {
  background: #f4f6f5;
  font-family: Arial;
  
}
a:hover {
  color: #cd0200;
  text-decoration: none;
}
.stitle{
  font-size: 16px;
  color: #2f8526;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
}
.header-banner {
  display: block;
  width: 100%;
  height: 140px;
}
.nav {
  
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #66a000;
  border-radius: 5px;
  border: 1px solid #adcc77;
}
.nav-list {
  float: left;
  text-align: center;
  position: relative;
  margin: 0 5px;
  z-index: 100;
}
.nav-list a:hover {
  text-decoration: none;
}
.nav-list > a {
  width: 110px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.nav-list:hover > a {
  background: #93a12e;
  *background: none;
}
.nav .nav-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 108px;
  padding: 5px 0;
  background: #fda83c;
  border: 1px solid #7ff54e;
  border-top: none;
  *border: none;
}
.nav .nav-submenu li a {
  display: block;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
}
.nav .nav-submenu li a:hover {
  color: #003ca0;
}
.search-wrap {
  margin-top: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.search-form {
  margin-left: 5px;
  position: relative;
  width: 180px;
  height: 26px;
  background: url(../images/search2.png) no-repeat;
  background-size: 100% auto;
}
.search-input {
  width: 110px;
  height: 22px;
  line-height: 22px;
  padding-left: 25px;
  padding-right: 5px;
  color: #333;
  font-size: 12px;
}
.search-btn {
  width: 36px;
  height: 22px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.header-bottom {
  margin-top: 2px;
  height: 24px;
  padding: 2px 10px;
  border: solid 1px #66a000;
  background: #fff;
}
.header-bottom .date {
  width: 205px;
  line-height: 24px;
  color: #298122;
}
.notice-scroll-wrap-fr {
  width: 740px;
  padding: 0 10px;
  border: solid 1px #b8b8b8;
  border-radius: 9px;
  background: linear-gradient(#eee, #fff);
}
.notice-scroll-wrap {
  overflow: hidden;
  line-height: 22px;
}
.notice-scroll-con {
  width: 100000%;
}
.notice-scroll-wrap a {
  color: #434343;
  margin: 0 10px;
}
.section-box {
  margin-top: 2px;
  background: #fff;
  padding: 10px 10px 0 10px;
  box-shadow: 2px 0 4px 0 rgba(156, 147, 114, 0.4);
}
.section-left {
  width: 190px;
}
.section-right {
  width: 780px;
}
.login-title {
  border-bottom: 1px solid #66a000;
}
.login-title a {
  float: left;
  margin-left: 6px;
  width: 90px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: solid 1px #66a000;
  background-color: #66a000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.login-title a:first-child {
  margin-left: 0;
}
.login-title a.active,
.login-title a:hover {
  color: #66a000;
  background-color: #f4f6f5;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-bottom: 2px solid #f4f6f5;
  margin-bottom: -1px;
}
.login-form-wrap {
  padding: 6px 12px;
  border: solid 1px #66a000;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f4f6f5;
}
.login-form .input {
  margin-top: 5px;
  width: 100%;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  color: #333;
  background-color: #faffbd;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
}
.login-form .submit {
  display: block;
  margin: 8px auto 0;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #66a000;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: -2px -2px 0 #accc75;
}
.login-form .submit:hover {
  background: #588603;
}
.aside-box {
  background-color: #f4f6f5;
  border: solid 1px #66a000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.aside-box .title {
  height: 32px;
  line-height: 32px;
  background: #66a000;
  text-align: left;
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: -2px -2px 0 #accc75;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.aside-box .title .more{
  float: right;
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
}
.aside-box .arr {
  text-align: center;
}
.aside-box .arr img {
  margin-top: 4px;
  width: 10px;
}
.aside-box .arr .hr {
  border-top: 1px dashed #66a000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}
.about-left-wrap .a-link {
  padding-top: 4px;
}
.about-left-wrap .a-link a {
  float: left;
  margin: 4px 6px;
  width: 82px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #66a000;
  box-shadow: -2px -2px 0 #accc75;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.more-index {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 26px;
}
.more-index img {
  width: 100%;
}
.more-index:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.news-left-menu {
  width: 160px;
  padding: 6px;
  margin: 4px auto 0;
}
.news-left-menu li {
  line-height: 22px;
  background: #fff;
  padding: 2px 5px;
  border: 1px solid #cccccc;
  font-size: 12px;
  margin-bottom: 5px;
}
.news-left-menu li span {
  color: #585757;
  margin-left: 3px;
}
.news-left-menu li a {
  display: block;
  font-size: 12px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left-menu li a:hover {
  color: #cd0200;

}

.fenbu-left-wrap .fenbu-a-wrap {
  width: 150px;
  margin: 8px auto 0;
  padding: 4px 0;
}
.fenbu-left-wrap .fenbu-a-wrap a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #66a000;
  background: #fff;
  padding: 2px 5px;
  border: 1px solid #cccccc;
  font-size: 12px;
  margin-bottom: 5px;
}
.fenbu-left-wrap .fenbu-a-wrap a:last-child
{ 
margin-bottom: 0px;
}
.fenbu-left-wrap .fenbu-a-wrap a:hover {

  color: #cd0200;

}

.xiazai-a-wrap {
  padding: 8px 11px 0 11px;
}
.xiazai-a-wrap a {
  display: block;
  margin-bottom: 5px;
}
.xiazai-a-wrap a img {
  width: 100%;
}
.xiazai-a-wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.lianxi-a-wrap {
  background: url(../images/15.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 82px;
}
.lianxi-a-wrap a {
  display: block;
  width: 90px;
  margin-left: 10px;
  margin-top: 13px;
}
.lianxi-a-wrap a img {
  display: block;
  width: 100%;
}
.lianxi-a-wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tousu-a-wrap a {
  text-align: center;
  display: block;
  margin-top: 13px;
  padding-bottom: 13px;
}
.tousu-a-wrap a img {
  width: 170px;
}
.tousu-a-wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.peixun-left-wrap .news-left-menu {
  border-left: none;
  border-right: none;
  margin-top: 8px;
}
.section-main {
  width: 530px;
}
.section-main .main-img img {
  width: 100%;
}
.section-aside {
  width: 240px;
}
.slide-news-wrap {
  position: relative;
  overflow: hidden;
  width: 260px;
  height: 190px;
}
.slide-news-menu {
  position: relative;
}
.slide-news-menu li {
  float: left;
}
.slide-news-menu li a {
  display: block;
  position: relative;
}
.slide-news-menu li img {
  display: block;
  width: 260px;
  height: 190px;
}
.slide-news-menu li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.slide-news-menu li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 3px;
  text-align: center;
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(188, 188, 188, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}
.slide-news-menu li p:hover {
  color: #cd0200;
}
.slide-news-num {
  position: absolute;
  bottom: 35px;
  right: 10px;
  z-index: 10;
  font-size: 0;
}
.slide-news-num li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.5s;
}
.slide-news-num li.active {
  background-color: #fd4e01;
}
.news-hot-wrap {
  width: 266px;
}
.news-hot-wrap .title {
  border-bottom: 1px solid #66a000;
}
.news-hot-wrap .title a {
  float: left;
  margin-left: 3px;
  width: 90px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border: solid 1px #298122;
  background-color: #298122;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 700;
}
.news-hot-wrap .title a:first-child {
  margin-left: 0;
}
.news-hot-wrap .title a.active,
.news-hot-wrap .title a:hover {
  color: #66a000;
  background-color: #f5f5f8;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-bottom: 2px solid #f5f5f8;
  margin-bottom: -1px;
}
.news-hot-c-wrap {
  padding: 1px 8px;
  border: solid 1px #66a000;
  border-top: none;
  background-color: #f5f5f8;
}
.news-hot-menu {
  line-height: 22px;
}
.news-hot-menu a {
  display: block;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}
.news-hot-menu a:hover {
  color: #cd0200;
}
.news-hot-c-wrap a{
  line-height: 22px;

}
.news-hot-menu span {
  margin-left: 4px;
  color: #585757;
}
.news-tab-index-box {
  border: solid 1px #66a000;
  border-radius: 5px;
  padding: 8px 5px;
  background: #f4f6f5;
}
.news-tab-index-box .title-wrap {
  border-bottom: 1px solid #66a000;
}
.news-tab-index-box .title-wrap span {
  font-size: 16px;
  color: #66a000;
  line-height: 26px;
  letter-spacing: 1px;
  margin-right: 20px;
  font-weight: 700;

}
.news-tab-index-box .title a {
  float: left;
  margin-left: 6px;
  font-weight: 700;

  width: 117px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: solid 1px #66a000;
  background-color: #66a000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: -2px -2px 0 #accc75;
}
.news-tab-index-box .title a.active,
.news-tab-index-box .title a:hover {
  color: #66a000;
  background-color: #f4f6f5;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-bottom: 2px solid #f4f6f5;
  margin-bottom: -1px;
  box-shadow: none;
}
.news-tab-index-box .news-tab-c {
  padding-top: 8px;
}
.news-tab-index-box .news-tab-c .news-hot-menu span {
  margin-left: 10px;
}
.bannerAd-slide {
  height: 90px;
  overflow: hidden;
  position: relative;
}
.bannerAd-menu {
  position: relative;
}
.bannerAd-menu a {
  float: left;
}
.bannerAd-menu a img {
  display: block;
  width: 1200px;
  height: 90px;
}
.bannerAd-num {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 10;
}
.bannerAd-num a {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.5s;
}
.bannerAd-num a.active {
  width: 24px;
  background-color: #0084ff;
}
.tuijian-title {
  font-size: 16px;
  color: #66a000;
  line-height: 26px;
  letter-spacing: 1px;
  margin-right: 20px;
  font-weight: 700;
}
.tuijian-slide-wrap {
  position: relative;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.tuijian-slide {
  overflow: hidden;
  border: 2px solid #8ebb8b;
}
.tuijian-slide-menu {
  position: relative;
}
.tuijian-slide-menu li {
  float: left;
  width: 100px;
  border: 1px solid #8ebb8b;
  position: relative;
}
.tuijian-slide-menu li img {
  display: block;
  width: 100px;
  height: 82px;
}
.tuijian-slide-menu li:hover {
  border: 1px solid #3d8c34;
}
.tuijian-slide-menu li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tuijian-slide-wrap .arrow {
  width: 8px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  position: absolute;
  display: block;
  top: 0;
  background: #94c090;
}
.tuijian-slide-wrap .arrow img {
  width: 6px;
}
.tuijian-slide-wrap .up-arrow {
  left: -10px;
}
.tuijian-slide-wrap .down-arrow {
  right: -10px;
}
.tuijian-slide-wrap .arrow:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.news-index-wrap2 {
  margin-left: -4px;
}
.news-index-wrap2 .news-index-box2 {
  width: 251px;
  margin-left: 4px;
  margin-top: 8px;
  border: solid 1px #66a000;
  border-radius: 5px;
  padding: 8px 5px;
  background: #f4f6f5;
}
.news-index-wrap2 .news-index-box2 .title {
  

  font-size: 16px;
  color: #66a000;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  border-bottom: solid 1px #66a000;
  margin-bottom: 8px;
}
.news-index-wrap2 .news-index-box2 .con .one {
  margin-bottom: 5px;
}
.news-index-wrap2 .news-index-box2 .con img {
  display: block;
  width: 168px;
  height: 120px;
  margin-right: 5px;
}
.news-index-wrap2 .news-index-box2 .con img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.news-index-wrap2 .news-index-box2 .con h3 a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #66a000;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.news-index-wrap2 .news-index-box2 .con p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.news-index-wrap2 .news-index-box2 .con p.p1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-index-wrap2 .news-index-box2 .con p.p2 {
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.biaoshi-wrap {
  border: solid 1px #66a000;
  border-radius: 5px;
  padding: 8px 5px;
  background: #f4f6f5;
}
.biaoshi-title {
  font-size: 16px;
  color: #66a000;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  border-bottom: solid 1px #66a000;
  overflow: hidden;
}
.biaoshi-title h2 {
  font-size: 16px;
    color: #66a000;
    width: 110px;
    line-height: 26px;
    font-size: 14px;
    float: left;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: solid 1px #66a000;
    background-color: #66a000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: -2px -2px 0 #accc75;
}
.biaoshi-title .more{
  float: right;
  font-size: 12px;
}
.aside-box .title .more:hover{
color: #cd0200;
}
.biaoshi-slide-wrap {
  position: relative;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.biaoshi-slide {
  overflow: hidden;
  border: 2px solid #8ebb8b;
}
.biaoshi-slide-menu {
  position: relative;
}
.biaoshi-slide-menu li {
  float: left;
  width: 135px;
  border: 1px solid #8ebb8b;
  position: relative;
}
.biaoshi-slide-menu li img {
  display: block;
  width: 135px;
  height: 120px;
}
.biaoshi-slide-menu li:hover {
  border: 1px solid #3d8c34;
}
.biaoshi-slide-menu li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.biaoshi-slide-wrap .arrow {
  width: 8px;
  height: 126px;
  line-height: 126px;
  text-align: center;
  position: absolute;
  display: block;
  top: 0;
  background: #94c090;
}
.biaoshi-slide-wrap .arrow img {
  width: 6px;
}
.biaoshi-slide-wrap .up-arrow {
  left: -10px;
}
.biaoshi-slide-wrap .down-arrow {
  right: -10px;
}
.biaoshi-slide-wrap .arrow:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer-top-wrap {
  padding-top: 8px;
  background: #fff;
}
.footer-top-wrap .hr {
  background: #298122;
  height: 3px;
  margin-bottom: 8px;
}
.footer-top {
  background: #66a000;
  padding: 15px 20px;
}
.footer-top .img-wrap {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.footer-top .img-wrap img {
  margin-top: 6px;
  width: 117px;
  display: block;
  margin-top: 17px;
}
.footer-top .zhengshu-search {
  margin-left: 25px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-right: 1px dashed #fff;
  border-left: 1px dashed #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-top .zhengshu-search p {
  margin-top: 8px;
}
.footer-top .zhengshu-search .hao {
  width: 50px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.footer-top .zhengshu-search .input {
  width: 90px;
  height: 20px;
  padding: 0 5px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.footer-top .zhengshu-search .submit {
  display: block;
  width: 40px;
  height: 20px;
  padding: 0 5px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.footer-top .zhengshu-search .submit:hover{

  color: #cd0200;
}
.footer-top .quanwang-search {
  padding: 5px 10px;
  margin-right: 15px;
}
.footer-top .quanwang-search .quanwang-l {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-top .quanwang-search .quanwang-l p {
  color: #fff;
  font-size: 15px;
  margin: 8px;
  text-align: center;
  font-weight: 700;
}
.footer-top .quanwang-search .quanwang-l .input,
.footer-top .quanwang-search .quanwang-l .reset,
.footer-top .quanwang-search .quanwang-l .submit {
  width: 40px;
  height: 20px;
  padding: 0 5px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #333;
  margin-right: 3px;
  margin-top: 5px;
}
.footer-top .quanwang-search .quanwang-l .input{
  width: 27px;

}
.footer-top .quanwang-search .quanwang-l .reset,
.footer-top .quanwang-search .quanwang-l .submit {
  margin-top: 10px;
  cursor: pointer;
  color: #66a000;
}

.footer-top .quanwang-search .quanwang-l .reset:hover,
.footer-top .quanwang-search .quanwang-l .submit:hover {
  color: #cd0200;
}
.footer-top .quanwang-search .quanwang-r {
  font-size: 14px;
  line-height: 20px;
  color: #231815;
  text-align: center;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  padding-left: 11px;
  padding-right: 12px;
  font-weight: 700;

}
.footer-bottom {
  padding: 30px;
  background: #514f4f;
  text-align: center;
}
.footer-bottom .footer-nav {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.footer-bottom .footer-nav a {
  font-size: 14px;
  color: #fff;
  margin: 0 6px;
}
.footer-bottom .copy-right {
  font-size: 12px;
  line-height: 28px;
  color: #e5e3e3;
}
.footer-bottom .link {
  margin-left: 10px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  color: #999;
  font-size: 12px;
}
.huodong-a-wrap {
  padding: 4px 8px 0;
}
.huodong-a-wrap a {
  display: block;
  padding: 3px 0;
  border-bottom: 1px dashed #66a000;
}
.huodong-a-wrap a img {
  display: block;
  width: 100%;
  height: 95px;
}
.huodong-a-wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.zhiliang-a-wrap {
  padding: 6px 8px 0;
}
.zhiliang-a-wrap a {
  display: block;
}
.zhiliang-a-wrap a img {
  display: block;
  width: 100%;
  height: 121px;
}
.zhiliang-a-wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dibiao-a-wrap {
  margin: 6px 8px 0;
  margin-left: 6px;
  padding: 4px 0;
  border-top: 1px dashed #66a000;
  border-bottom: 1px dashed #66a000;
}
.dibiao-a-wrap a {
  float: left;
  margin-left: 2px;
}
.dibiao-a-wrap a img {
  display: block;
  width: 78px;
  border: 1px solid #66a000;
  border-radius: 5px;
}
.dibiao-a-wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dibiao-a-wrap a:first-child img {
  width: 100%;
  height: 180px;
}
.dianshang-a-wrap {
  margin: 6px 8px 0;
  padding: 4px 0;
  border-top: 1px dashed #66a000;
  border-bottom: 1px dashed #66a000;
}
.dianshang-a-wrap a {
  display: block;
}
.dianshang-a-wrap a img {
  display: block;
  width: 100%;
  height: 98px;
}
.dianshang-a-wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bolanhui-a-wrap {
  padding: 4px 6px 0;
}
.bolanhui-a-wrap .con .one {
  margin-bottom: 5px;
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #66a000;
}
.bolanhui-a-wrap .con img {
  display: block;
  width: 110px;
  height: 81px;
  margin-right: 5px;
}
.bolanhui-a-wrap .con img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bolanhui-a-wrap .con h3 a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #66a000;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.bolanhui-a-wrap .con p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.bolanhui-a-wrap .con p.p1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bolanhui-a-wrap .con p.p2 {
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 12px;
}
.list-page-wrap {
  background-color: #f4f6f5;
  border: solid 1px #66a000;
  border-radius: 5px;
}
.bread-nav-wrap {
  font-size: 18px;
  line-height: 40px;
  color: #000;
  border-bottom: 1px dashed #66a000;
}
.bread-nav-wrap span {
  width: 140px;
  height: 40px;
  font-weight: 700;
  background: #66a000;
  text-align: center;
  color: #fff;
}
.bread-nav {
  margin-left: 10px;
  margin-right: 10px;
  color: #298122;
  font-weight: 700;
}
.bread-nav a {
  margin: 0 5px;
  color: #298122;
}
.bread-nav-wrap i {
  font-style: normal;
  font-size: 12px;
  margin-left: 10px;
}
.bread-nav-wrap .select {
  margin-top: 10px;
  width: 100px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.bread-nav-wrap .input {
  margin-top: 8px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.bread-nav-wrap .submit {
  margin-top: 8px;
  margin-left: 10px;
  width: 50px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  background: #8cb622;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.news-list-menu {
  padding: 0 10px;
}
.news-list-menu li {
  padding: 6px 0;
  line-height: 20px;
  border-bottom: 1px dashed #8cb622;
}
.news-list-menu li span {
  color: #434343;
  margin-left: 20px;
}
.news-list-menu li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-j-wrap {
  padding: 6px 10px;
  color: #000;
}
.page-j-wrap a {
  color: #000;
  margin: 0 5px;
}
.page-j-wrap .select {
  border: 1px solid #ddd;
  background: #fff;
}
.news-text-wrap {
  margin-top: 40px;
  padding: 0 40px;
}
.news-text-t {
  padding-bottom: 28px;
  text-align: center;
}
.news-text-t h1 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #298122;
}
.news-text-t .time {
  margin-top: 15px;
  color: #434343;
  font-size: 14px;
}
.news-text-c {
  padding: 24px 0;
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.news-text-c img {
  max-width: 100%;
}
