.container {
  width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
}

.position {
  height: 61px;
  line-height: 61px;
}

.position .container {
  border-bottom: 1px solid #eeeeee;
  font-size: 15px;
  color: #666666;
  height: 100%;
}

.position .container span {
  display: inline-block;
  padding-left: 27px;
  height: 100%;
  background: url(/uiFramework/commonResource/image/2022052222503547805.png)
    no-repeat left center;
  vertical-align: top;
}

.position .container a {
  display: inline-block;
  font-size: 15px;
  color: #666666;
  height: 100%;
}

.position .container a:last-child {
  color: #71922a;
}

.position .container a:hover {
  color: #71922a;
}

.paddingTB {
  padding-top: 40px;
  padding-bottom: 50px;
}

.floatRight890 {
  float: right;
  width: 890px;
}

.floatRight890 > .hd {
  height: 48px;
  border-bottom: 1px solid #e1e3e5;
}

.floatRight890 > .hd span {
  display: inline-block;
  padding-left: 26px;
  background: url(/uiFramework/commonResource/image/2022052222515665485.png)
    no-repeat left 3px;
  font-size: 24px;
  color: #71922a;
  font-weight: 700;
}

.sub_tab_bd.tab_bd ul li a::after {
  width: 7px;
  height: 7px;
  border: none;
  background: #cccccc;
}
.tab_bd ul li a {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
}
.tab_bd ul li a::after {
  content: '' !important;
  position: absolute;
  left: 0;
  top: 20px;
  box-sizing: border-box;
  border: 1px solid #74952f;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  border: none;
  background: #cccccc;
}
.tylb_main_right .tab_bd ul {
  padding-top: 15px;
}
.tab_bd ul li {
  height: 48px;
  line-height: 48px;
}
.tab_bd ul li span {
  float: right;
  font-size: 16px;
  color: #999999;
}
.xll_pagebox {
  display: ;
  text-align: center;
  line-height: 39px;
  margin: 40px auto 0;
  margin-bottom: 40px;
}

.xll_pagebox > a {
  margin-top: 10px;
  display: inline-block;
  width: 53px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  color: #7d7d7d;
  border-radius: 3px;
}

.xll_pagebox > p {
  display: inline-block;
}

.xll_pagebox > font {
  margin-left: 10px;
  color: #7d7d7d;
}

.xll_pagebox > span {
  font-size: 14px;
  color: #7d7d7d;
  margin-right: 19px;
}
.xll_pagebox > a:hover,
.zt12:hover,
.page_hide a:hover {
  color: #fff;
  background-color: #71922a;
  border: 1px solid #71922a;
}
.floatRight1200 {
  width: 100%;
}
/* 左侧侧边栏列表样式 */
.cebian_tong {
  float: left;
  width: 260px;
  margin-bottom: 100px;
}
.cebian_tong > span {
  display: block;
  width: 100%;
  height: 108px;
  display: flex;
  align-items: center;
  background: url(/uiFramework/commonResource/image/2022052222510997760.png)
    no-repeat right bottom;
  background-color: #71922a;
  border-radius: 0 10px 0 0;
  box-sizing: border-box;
  padding: 0 20px;
  justify-content: center;
}

.cebian_tong > span em {
  color: #fff;
  font-size: 30px;
}

.cebian_tong > ul {
  padding-top: 10px;
}

.cebian_tong > ul li {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  background: #f9f9f9;
  transition: background 0.3s;
}

.cebian_tong > ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  transition: height 0.3s;
  background: #71922a;
}

.cebian_tong > ul li a {
  display: block;
  padding-left: 40px;
  box-sizing: border-box;
  background: url(/uiFramework/commonResource/image/2022052222513631856.png)
    no-repeat right 35px center;
  font-size: 20px;
  color: #333333;
  padding-right: 60px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cebian_tong > ul li:hover,
.cebian_tong > ul li.on {
  background: #ffffff;
}

.cebian_tong > ul li:hover a,
.cebian_tong > ul li.on a {
  background: url(/uiFramework/commonResource/image/2022052222514526793.png)
    no-repeat right 30px center;
  color: #71922a;
}

.cebian_tong > ul li:hover:after,
.cebian_tong > ul li.on::after {
  height: 100%;
}

/* 中间内容部分，最外框 */
.paddingTB {
  padding-top: 40px;
  padding-bottom: 50px;
}

/* 右侧框内容部分 */
.floatRight890 {
  float: right;
  width: 890px;
}

.floatRight890 > .hd {
  height: 48px;
  border-bottom: 1px solid #e1e3e5;
}

.floatRight890 > .hd span {
  display: inline-block;
  padding-left: 26px;
  background: url(/uiFramework/commonResource/image/2022052222515665485.png)
    no-repeat left 3px;
  font-size: 24px;
  color: #71922a;
  font-weight: 700;
}

.floatRight1200 {
  width: 100%;
}
.tylb_main_right .bd li:nth-child(5n + 0) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b7b7b7;
}

.cont {
  border-bottom: none;
}

.cont {
  min-height: 300px;
  padding: 30px 0 30px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  border-bottom: 1px dashed #e2e2e2;
}

.cont {
  font-size: 16px !important;
  line-height: 36px !important;
  font-family: '微软雅黑' !important;
}

input.zt12 {
  display: inline-block;
  width: 53px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  color: #7d7d7d;
  border-radius: 3px;
  margin-top: -1px;
  background: white;
}
.cont {
  font-size: 16px !important;
  line-height: 36px !important;
  font-family: '微软雅黑' !important;
}
.zt11 {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  text-align: center;
  color: #7d7d7d;
}
.page_hide font {
  background-color: #71922a;
  color: #fff;
  border: 1px solid #71922a;
}
.page_hide a,
.page_hide span,
.page_hide font {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;

  border-radius: 3px;
  border: 1px solid #f5f5f5;

  font-size: 14px;
}
.tab_li_hover li:hover {
  /*    background-image: -moz-linear-gradient(180deg, transparent 0, rgb(156, 193, 133, .3) 50%), transparent 100%; */
  background-image: -webkit-linear-gradient(
    180deg,
    transparent 0,
    rgb(156, 193, 133, 0.3) 50%,
    transparent 100%
  ) !important;
  /*  background-image: -ms-linear-gradient(180deg, transparent 0, rgb(156, 193, 133, .3) 50%, transparent 100%);  */
}

.tab_li_hover li:hover a {
  color: #71922a;
}
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100vw !important;
    /* overflow: hidden; */
  }
 .cebian_tong{
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .left {
  /*  display: none; */
  }

  .container {
    width: 100%;
    /* display: flex; */
    /* justify-content: space-around; */
    overflow: hidden;
  }
  .floatRight890 {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
.xll_pagebox > font {
  display:block;
}
.tab_bd ul{
    width: 100%;
    /*  margin: 0 auto;  */
}
.floatRight890 .tab_bd ul li a {
   margin-left: 0px !important;
   padding-left: 15px  !important;
}
}