@charset"utf-8";

h1,
h2,
h3,
h4,
p,
dl,
label,
input,
table,
ul {

  margin: 0;

}

a:hover,
a:focus,
a:active {

  text-decoration: none;

}

:focus {

  outline: none !important;

}

.imgDiv img {

  display: block;

  width: 100%;
  height: 100%;
  object-fit: cover;

}

/**/

.header {

  box-shadow: 0px 3.196px 15px 0px rgba(0, 0, 0, .1);

}

.headCont {

  width: 91.666%;

  margin: auto;

}

.container {

  width: 72.916%;

  margin: auto;

  /* min-width: 1200px; */

}

.logo,
.nav li a,
.hd-tXdl {

  height: 86px;

  line-height: 86px;

}

.nav .act a {
  color: #3d9b55;
  border-bottom: 1px solid #3d9b55;

}

.nav li {
  position: relative;
}

.nav li div {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  top: 100%;
  display: none;
}

.nav li div p {
  display: block;
}

.nav li div p a {
  line-height: 40px;
  height: 40px;
  float: initial;
  display: block;
  text-align: center;
  font-size: 15px;
  transition: .4s;
}

.nav li div p a:hover {
  background: #206231;
  color: #fff;
}

.nav li:hover div {
  display: block;
}

.header {
  position: sticky;
  z-index: 2;
  top: 0;
  background: #fff;
}

.logo {

  float: left;

  font-size: 0;

}

.logo a,
.logo img {

  display: inline-block;

  vertical-align: middle;

}

.logo .bqian {

  font-size: 20px;

  color: #206231;

  margin-left: 15px;

}

.nav {

  position: absolute;

  top: 0;

  left: 30%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-15%);

}

.nav li {

  float: left;

  padding: 0 26px;

}

.nav li a {

  float: left;

  font-size: 18px;

  color: #333333;

}

.headRight {

  float: right;

  /*position: relative;*/

}

.hd-tXdl {

  display: flex;

  align-items: center;

  padding-right: 25px;

  position: relative;

}

.hd-tXiang {

  width: 54px;

  height: 54px;

  border-radius: 100%;

  overflow: hidden;

  margin-right: 10px;

}

.hd-tXnm {

  font-size: 16px;

  color: #666666;

}

.hd-tXdl .iconfont {

  position: absolute;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%) scale(0.75);

  transform: translateY(-50%) scale(0.75);

  font-size: 12px;

  color: #aaaaaa;

}

/**/

.idxBox {

  padding-top: 15px;

  background-color: #f4f6f9;

  padding-bottom: 10px;

}

.idxConts {

  display: flex;

  align-items: stretch;

  margin-bottom: 15px;

}

.idxLeft {

  float: left;

  width: 32.857%;

  background-color: #3d9b55;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  align-content: center;

}

.idxLeft-hd {

  width: 100%;

  border-bottom: solid 1px rgba(255, 255, 255, .1);

  height: 67.8%;

  text-align: center;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  align-content: center;

}

.idxLeft .tXiang {

  width: 150px;
  height: 150px;

  border-radius: 100%;

  overflow: hidden;

  margin-bottom: 15px;

}

.idxLeft .tXiang img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idxLeft .title {

  font-size: 36px;

  color: #ffffff;

  width: 100%;

  margin-bottom: 5px;

}

.idxLeft .txt {

  width: 100%;

  font-size: 16px;

  color: #ffffff;

}

.idxLeft-body {

  width: 100%;

  margin-top: 30px;

}

.idxLeft-body li {

  float: left;

  width: 33.333%;

  text-align: center;

}

.idxLeft-body li .div {

  display: inline-block;

  text-align: left;

}

.idxLeft-body li .nmtit {

  font-size: 16px;

  color: #abe9bb;

  margin-bottom: 10px;

}

.idxLeft-body li .sptxt {

  font-size: 15px;

  color: #ffffff;

  text-align: center;

}

.idxRight {

  position: relative;
  width: 67.125%;

}

.idxRight .dateBox {

  position: absolute;

  right: 20px;

  top: 20px;

  background-color: rgba(0, 0, 0, .4);

  border-radius: 100%;

  width: 95px;

  height: 95px;

  text-align: center;

  line-height: 95px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  align-content: center;

}

.idxRight .day,
.idxRight .mth {

  color: #ffffff;

  line-height: 26px;

  width: 100%;

}

.idxRight .day {

  font-size: 40px;

  margin-top: 5px;

}

.idxRight .mth {

  font-size: 14px;

}

/**/

.idxNavlist .row {

  margin: 0 -15px;

}

.idxNav-col {

  float: left;

  padding: 0 15px;

  width: 25%;

}

.idxNavDl {

  background-color: #fff;

  padding-top: 60px;

  padding-bottom: 60px;

  text-align: center;

  position: relative;

  border-bottom: solid 2px rgba(0, 0, 0, 0);

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.idxNavDl:hover {

  border-color: #3d9b55;

}

.idxNavDl dt {

  margin-bottom: 50px;

}

.idxNavDl .tit {

  font-size: 30px;

  color: #333333;

  margin-bottom: 10px;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.idxNavDl .txt {

  font-size: 16px;

  color: #666666;

}

.idxNavDl:hover .tit {

  color: #3d9b55;

}

/**/

.footer {

  padding: 40px 0;

  background-color: #5b5b5b;

}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footLt .tit {

  font-size: 18px;

  color: #fff;

  margin-bottom: 10px;

}

.footLt .txt {

  font-size: 16px;

  color: #999999;

}

.footLt {

  /* float: left; */

}

.footRt {
  display: flex;
  /* float: right; */

  /* width: 260px; */

  /* height: 46px;

  position: relative; */

}

.footRt .slide {
  transition: .4s;
  margin-right: 30px;
  width: 200px;
  height: 46px;
  border: solid 1px rgba(255, 255, 255, .2);
  text-align: center;
  line-height: 46px;
}

@media (max-width: 750px) {
  .footRt .slide {
    width: 160px;
  }
}

.footRt .slide:last-child {
  margin-right: 0;
}


.footRt .slide a {
  display: block;
  transition: .4s;
  font-size: 16px;
  color: #fff;
}

.footRt .slide:hover {
  background: #fff;
}

.footRt .slide:hover a {
  color: #206231;
}


.footRt .tit {

  border: solid 1px rgba(255, 255, 255, .2);

  border-radius: 5px;

  line-height: 44px;

  height: 44px;

  padding: 0 30px;

  position: relative;

  font-size: 16px;

  color: #ffffff;

  cursor: pointer;

}

.footRt .iconfont {

  position: absolute;

  right: 30px;

  top: 50%;

  -webkit-transform: translateY(-50%) scale(.916);

  transform: translateY(-50%) scale(.916);

  font-size: 12px;

}

.yLink-ul {

  position: absolute;

  bottom: 100%;

  left: 0;

  width: 100%;

  display: none;

  box-shadow: 0px -10px 12px #f5f5f5;
  padding-bottom: 10px;

}

.yLink-ul li {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.yLink-ul li a {
  display: block;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 30px;
  transition: .4s;

}

.yLink-ul li a:hover {
  background: #3d9b55;
  color: #fff;
}

.footRt:hover .yLink-ul {
  display: block;

}

/**/

.bjQi {

  margin-bottom: 20px;

  border-radius: 8px;

  overflow: hidden;

  box-shadow: 3px 5.196px 10px 0px rgba(32, 98, 49, .1);

}

.bjQi .lbl {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}

.riZhi-hd {

  margin-bottom: 10px;

}

.riZhi-hd .title {

  font-size: 32px;

  color: #333333;

  float: left;

}

.riZhi-hd .renYuan {

  float: right;

}

.riZhi-hd .renYuan li,
.riZhi-hd .renYuan a {

  float: left;

}

.riZhi-hd .renYuan {

  /*margin: 0 -10px;*/

}

.riZhi-hd .renYuan li {

  padding: 0 10px;

}

.riZhi-hd .renYuan a {

  font-size: 16px;

  color: #333333;

  width: 100px;

  height: 42px;

  text-align: center;

  line-height: 42px;

  border: solid 1px #e5e5e5;

  border-radius: 3px;

  background-color: #ffffff;

}

.riZhi-hd .renYuan a:hover {
  background: #3d9b55;
  color: #fff;
}

.riZhi-hd .renYuan .act {
  background: #3d9b55;
  color: #fff;
}

.inputSearch {
  float: right;
  display: flex;
  justify-content: space-between;
}

.inputSearch .right input {
  display: none;
}

.inputSearch .right a {
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  background-color: #3d9b55;
  font-size: 16px;
  color: #ffffff;
  background-color: #3d9b55;
  border-radius: 0px 3px 3px 0px;
  border-color: #3d9b55;
}

.jyFank {

  display: flex;

  background-color: #fff;

  padding: 17px 40px;

  align-items: center;

  align-content: center;

  border-radius: 8px;

  box-shadow: 3px 5.196px 10px 0px rgba(32, 98, 49, .1);

}

.jyFank .lbl {

  font-size: 16px;

  color: #333333;

  width: 8%;
}

.jyFank input {

  flex: 1;

  height: 46px;

  padding-left: 15px;

}

.anBut {

  text-align: center;

  margin-top: 50px;

}

.anBut input {

  width: 160px;

  height: 50px;

  text-align: center;

  line-height: 46px;

  font-size: 18px;

  color: #3d9b55;

  border: solid 2px #3d9b55;

  border-radius: 50px;

  background-color: #fff;

  margin: 0 15px;

}

.anBut input:hover {

  background-color: #3d9b55;

  color: #fff;
}

/* .anBut input.butSub{

	background-color: #3d9b55;

	color: #fff;

} */

/**/

.idx2Box {

  padding-top: 50px;
  min-height: 78vh;
}

.oldrz-hd {

  margin-bottom: 35px;

}

.oldRizhi {

  background-color: #fff;

  padding: 45px 40px;

  border-radius: 8px;

  margin-top: 80px;

}

.oldrz-hd .tit {

  font-size: 28px;

  color: #206231;

  float: left;

}

.dateInp {

  border-radius: 37px;

  height: 37px;

  width: 155px;

  background: url(../images/date-ico.png) no-repeat center right 15px;

  padding-left: 22px;

  font-size: 14px;

}

.oldrz-date {

  float: right;

}

.oldrz-date .layui-inline,
.oldrz-date .gang {

  display: inline-block;

  vertical-align: middle;

}

.oldrz-date .gang {

  width: 10px;

  height: 2px;

  background-color: #dddddd;

  margin: 0 10px;

}

.oldrzBut {

  width: 90px;

  height: 37px;

  text-align: center;

  border-radius: 37px;

  background-color: #3d9b55;

  font-size: 16px;

  color: #ffffff;

  margin-left: 10px;

}

.oldTable tr {

  display: flex;

}

.oldTable th,
.oldTable .zgFkui td {

  align-items: center;

  display: flex;

  text-align: left;

  font-size: 16px;

  font-family: "å¾®è½¯é›…é»‘";

  line-height: 32px;

}

.oldTable .myRzhi td {

  align-items: flex-start;

  display: flex;

  text-align: left;

  font-size: 16px;

  font-family: "å¾®è½¯é›…é»‘";

  line-height: 32px;

  padding: 25px 0;

}

.oldTable th {

  color: #333333;

  height: 60px;

  background-color: #f4f6f9;

}

.oldTable td {

  color: #666666;

}

.zgFkui td {

  color: #333333;

  background-color: #f4f6f9;

  padding: 15px 0;

}

.oldTable th div,
.oldTable td div {

  padding: 0 40px;

}

.riqi {

  width: 180px;

}

.nrong {

  width: 760px;

}

.jyi {

  width: 375px;

}

.oldTable .zgFkui .riqi {

  font-weight: bold;

  color: #333333;

  text-align: center;

  justify-content: center;

  align-items: flex-start;

}

.zgFkui .nrong {

  flex: 1;

  color: #333333;

}

.zgFkui .nrong strong {

  margin-right: 5px;

}

.pagination {

  text-align: center;

  margin-top: 60px;

}

.pagination li {

  display: inline-block;

  vertical-align: middle;

  margin: 0 5px;

}

.pagination li a {

  display: block;

  width: 42px;

  height: 42px;

  text-align: center;

  line-height: 40px;

  border: solid 1px #e7e7e7;

  border-radius: 100%;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.pagination li.active a {

  border-color: #3d9b55;

  background-color: #3d9b55;

  color: #fff;

}

.pagination li:hover a {

  background-color: #eee;
  color: #3d9b55;

}

.fengyetiaozhuan a {
  display: flex !important;
  justify-content: flex-start;

}

.fengyetiaozhuan a {
  border: 0 !important;
  width: auto !important;
}


.fengyetiaozhuan a input[type='text'] {
  width: 40px;
  background: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #e7e7e7;
}

.fengyetiaozhuan a input[type='submit'],
.fengyetiaozhuan a input[type='button'] {
  width: 60px;
  display: block;
  margin-left: 18px;
}

.pagination li.fengyetiaozhuan:hover a {
  background: none;
}

/**/

.sliderNav {
  position: sticky;
  top: 86px;
  width: 20%;

  float: left;

  background-color: #f8f8f8;

  padding: 35px 0 35px 20px;

  margin-bottom: 100px;

}

.sliderNav li {

  padding: 5px 0;

}

.sliderNav li a {

  padding: 0 30px 0 60px;

  height: 48px;

  line-height: 48px;

  position: relative;

  display: block;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  border-radius: 48px 0 0 48px;

}

.sliderNav li a .iconfont.icon {

  color: #999999;

  margin-right: 10px;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.sliderNav li a span {

  color: #333333;

  font-size: 16px;

  position: relative;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.sliderNav li a .dian {

  width: 6px;

  height: 6px;

  background-color: #ff3600;

  border-radius: 100%;

  position: absolute;

  left: 100%;

  top: 0;

  margin-left: 5px;

  display: none;

}

.sliderNav li a .dian.vis {

  display: block;

}

.sliderNav li a .iconfont.jian {

  font-size: 14px;

  color: #fff;

  position: absolute;

  right: 40px;

  top: 50%;

  margin-top: -7px;

  line-height: 14px;

  visibility: hidden;

  opacity: 0;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.sliderNav li:hover a {

  background-color: #3d9b55;

}

.sliderNav li:hover a span,
.sliderNav li:hover a .iconfont.icon {

  color: #fff;

}

.sliderNav li:hover a .iconfont.jian {

  visibility: visible;

  opacity: 1;

  -webkit-animation: jianrt 1s ease 0s infinite;

  animation: jianrt 1s ease 0s infinite;

}

@keyframes jianrt {

  0% {

    right: 40px;

  }

  60% {

    right: 45px;

  }

  100% {

    right: 40px;

  }

}

@-webkit-keyframes jianrt {

  0% {

    right: 40px;

  }

  60% {

    right: 45px;

  }

  100% {

    right: 40px;

  }

}

.sliderNav li.active a {

  background-color: #3d9b55;

}

.sliderNav li.active a span,
.sliderNav li.active a .iconfont.icon {

  color: #fff;

}

.sliderNav li.active a .iconfont.jian {

  visibility: visible;

  opacity: 1;

}

.zshiKu-cent {

  width: 76.428%;

  float: right;

  padding-bottom: 100px;

}

.zshiKu-cHead {

  padding-bottom: 30px;

  border-bottom: solid 1px #eeeeee;

}

.zshiKu-cHlt {

  float: left;

}

.zshiKu-cHlt .title {

  font-size: 32px;

  color: #000000;

}

.zshiKu-cHlt .text {

  margin-top: 20px;

}

.zshiKu-cHlt .text li {

  float: left;

  line-height: 20px;

}

.zshiKu-cHlt .text li:not(:last-child) {

  margin-right: 25px;

}

.zshiKu-cHlt .text span {

  font-size: 16px;

  color: #aaaaaa;

}

.zshiKu-cHlt .text .time-ico {

  font-size: 20px;

  color: #aaaaaa;

  margin-right: 10px;

}

.returnBut {

  float: right;

  width: 135px;

  height: 50px;

  text-align: center;

  line-height: 46px;

  border: solid 2px #3d9b55;

  border-radius: 46px;

  font-size: 16px;

  color: #3d9b55;

}

.returnBut:hover {
  background: #3d9b55;
  color: #fff;
}

.zshiKu-cBody {

  font-size: 16px;

  line-height: 36px;

  color: #333333;

  padding: 35px 0;

}

.zshiKu-cBody .tit {

  font-size: 22px;

}

.zshiKu-cBody img {

  max-width: 100%;

}

.showPage {

  margin-top: 30px;

}

.showPage .prev,
.showPage .next {

  float: left;

  width: 50%;

  border: solid 1px #eeeeee;

  padding: 40px 60px;

}

.showPage .prev {

  border-right: 0;

}

.showPage span {

  font-size: 18px;

  color: #3d9b55;

  margin-bottom: 10px;

  display: block;

}

.showPage span .iconfont {

  font-size: 14px;

}

.showPage .prev .iconfont {

  margin-right: 5px;

}

.showPage .next .iconfont {

  margin-left: 5px;

}

.showPage p {

  font-size: 16px;

  color: #666666;

  height: 22px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

/**/

.casHead {

  margin-bottom: 35px;

}

.searchBox {

  float: left;

}

.searchInp {

  float: left;

  width: 430px;

  height: 46px;

  border: solid 1px #eeeeee;

  border-radius: 3px 0 0 3px !important;

  background-color: #fff;

  padding: 0 35px;

  border-right: 0;

}

.casHead .renYuan a.searchBut {

  width: 100px;

  height: 46px;

  line-height: 46px;

  text-align: center;

  display: block;

  background-color: #fff;

  font-size: 16px;

  color: #3d9b55;


  border-radius: 0px 3px 3px 0px;

  border-color: #3d9b55;

}

.casHead .renYuan a.searchBut:hover {
  background-color: #3d9b55;
  color: #fff;
}


.searchBut .iconfont {


  font-size: 20px;
  margin-right: 5px;

}

#searchfrom .iconfont {
  color: #3d9b55;
}

.riZhi-hd .searchBut .iconfont {
  color: #fff;

}

.casHead .renYuan a.searchBut .iconfont {
  color: #3d9b55;
}

.casHead .renYuan a.searchBut:hover .iconfont {
  color: #fff;
}



.riZhi-hd .searchBut:hover .iconfont {
  color: #fff !important;
}

.casHead .renYuan a.topcaseBut:hover .iconfont {
  color: #fff !important;
}




.casHead .renYuan a.topcaseBut {

  width: 130px;

  height: 46px;

  text-align: center;

  font-size: 16px;

  color: #3d9b55;

  border: solid 1px #3d9b55;

  border-radius: 3px;

  margin-left: 10px;

}
.casHead .renYuan a.topcaseBut i svg {
  vertical-align: sub;
}

.casHead .renYuan a.topcaseBut .iconfont {

  font-size: 16px;

  margin-right: 5px;

}

.casHead .renYuan a.topcaseBut:hover {
  background-color: #3d9b55;
  color: #fff;
}

.casHead .renYuan a.topcaseBut:hover {
  background-color: #3d9b55;
  color: #fff;
}

.casHead .renYuan a.topcaseBut:hover i svg path {
  fill: #fff;
}

.casNav {

  background-color: #fff;

  padding: 0 40px;

  visibility: hidden;

}

.casLi {

  display: flex;

  align-items: flex-start;

  padding: 20px 0;

}

.casLi:not(:last-child) {

  border-bottom: dashed 1px #e5e5e5;

}

.casNav .tit,
.casNav ul {

  float: left;

}

.casNav .tit {

  width: 95px;

  font-size: 16px;

  color: #666666;

}

.casNav ul {
  height: auto !important;

  flex: 1;

  margin: -5px -15px;

  padding-right: 100px;

  position: relative;

  overflow: hidden;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.casNav li {

  float: left;

  padding: 5px 15px;

  position: relative;

}

.casNav li a {

  float: left;

  height: 26px;

  line-height: 26px;

  padding: 0 15px;

  min-width: 60px;

  text-align: center;

  font-size: 16px;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  border-radius: 3px;

}

.casNav li a:hover {

  background-color: #eee;

}

.casNav li.active a {

  background-color: #3d9b55;

  color: #fff;

}

.upShow {

  position: absolute;

  top: 4px;

  right: 15px;

  cursor: pointer;

  border: solid 1px #3d9b55;

  border-radius: 3px;

  overflow: hidden;

}

.upShow img {

  display: block;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);

}

.upOn img {
  -webkit-transform: rotate(0deg);

  transform: rotate(0deg);
}

.casBody {

  background-color: #fff;

  margin-top: 20px;

  padding: 40px 40px 60px 40px;
  min-height: 68vh;
}

.casBody .yXuan {

  display: flex;

}

.yXuan .lblXuan {

  float: left;

  font-size: 16px;

  color: #666666;

  height: 32px;

  line-height: 32px;

}

.yXuan .yXuanUl {

  float: left;

  flex: 1;

}

.yXuan .yXuanUl li {

  padding: 0 5px;

  float: left;

}

.yXuan .yXuanUl li span {

  position: relative;

  height: 32px;

  line-height: 30px;

  padding: 0 24px 0 8px;

  min-width: 75px;

  font-size: 16px;

  color: #666666;

  display: block;

  border: dashed 1px #dcdcdc;

}

.yXuan .yXuanUl li .iconfont {

  font-size: 12px;

  color: #51a566;

  -webkit-transform: translateY(-50%) scale(0.5);

  transform: translateY(-50%) scale(0.5);

  position: absolute;

  right: 8px;

  top: 50%;

  cursor: pointer;

}

.yXuan {

  float: left;

}

.allPgs {

  float: right;

  height: 32px;

  line-height: 32px;

  color: #666666;

  font-size: 12px;

}

.allPgs .cols {

  color: #3d9b55;

}


.casBody table {
  width: 100%;

  margin-top: 35px;

}

.casBody thead,
.casBody body {

  text-align: left;

  background-color: #f4f6f9;

  text-align: center;

}


.casBody tr {

  border-bottom: solid 1px #c3c3c3;

}

.casBody tr th:nth-child(3) span {
  word-break: keep-all;
}

.casBody th,
.casBody td {
  padding: 0 15px;
  height: 60px;
}

.casBody td {

  text-align: center;

}

.casBody th span,
.casBody td span,

.casBody th a,
.casBody td a {

  font-size: 16px;

  color: #333333;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.casBody td a {
  /*width:100px;*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}



.casBody td .aAbut {

  font-size: 12px;
  color: #333333;
  width: 55px;
  height: 34px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  display: block;
  text-align: center;
  line-height: 34px;
  float: left;
  margin-left: 5px;




}

.idxBox .casBody td .aAbut {
  /* margin-top: 5px; */
  margin-bottom: 5px;
}

.idxBox .casBody td .aAbut:last-child {
  margin-top: 0;
  margin-bottom: 5px;
}




.casBody td a.aLink:hover {

  color: #3d9b55;

}

.casBody td a.aAbut:hover {

  background-color: #3d9b55;

  color: #fff;

  border-color: #3d9b55;

}

/**/

body {

  position: relative;

}

.addCaseBg,
.addCaseTan {

  visibility: hidden;

  opacity: 0;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.addCaseBg.vis,
.addCaseTan.vis {

  visibility: visible;

  opacity: 1;

}

.addCaseTan.vis {

  top: 50%;

}

.addCaseBg {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, .5);

  z-index: 8;

}

.addCaseTan {

  background-color: #fff;

  border-radius: 5px;

  padding: 45px 65px 60px;

  position: fixed;

  top: 60%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: 9;

  width: 700px;

}

.addCaseFm .div {

  display: flex;

  margin-bottom: 20px;

}

.addCaseFm .div .lbl,
.addCaseFm .div .addCaseRt {

  float: left;

  height: 46px;

}

.addCaseFm .div .lbl {

  font-size: 16px;

  color: #333333;

  width: 90px;

  line-height: 46px;

}

.addCaseFm .div .addCaseRt {

  flex: 1;

  border-radius: 3px !important;

  border: solid 1px #e5e5e5;

  padding: 0 30px;
  cursor: pointer;
  appearance: none;

}

.addCaseFm .div select.addCaseRt {

  background: #fff url(../images/jiao.png) no-repeat center right 30px;

}

.addCaseTan .title {

  font-size: 32px;

  color: #333333;

  text-align: center;

  margin-bottom: 35px;

}

.addCaseTan .sbuBut,
.addCaseTan .resBut {

  width: 160px;

  height: 50px;

  text-align: center;

  font-size: 18px;

  border-radius: 50px;

  cursor: pointer;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.addCaseTan .sbuBut {

  color: #fff;

  background-color: #3d9b55;

  margin-right: 20px;

}

.addCaseTan .resBut {

  color: #333333;

  border: solid 1px #e5e5e5;

  background-color: #fff;

}

.addCaseTan .sbuBut:hover,
.addCaseTan .resBut:hover {

  box-shadow: 0px 3px 8px 0px #3d9b55;

}

.addCaseBut {

  padding-left: 90px;

}

.tanXx {

  position: absolute;

  right: 30px;

  top: 30px;

  font-size: 22px;

  color: #3d9b55;

  cursor: pointer;

}

/*cc 新增 2022-3-10*/
.cctijiao {
  font-size: 20px;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 10px 0;
  margin-top: 30px;
  text-align: center;
  box-shadow: 1px 1px 3px 1px#717f72;
  color: #fff;
  background-color: #3d9b55;
}

.cctijiao:hover {

  color: #ccffad;

}

.mjh {
  position: relative;
}

.mjh1 {
  position: absolute;

  background: #DB0F0F;

  top: 12px;

  left: 33px;

  font-size: 10px;

  width: 18px;

  height: 18px;

  line-height: 18px;

  text-align: center;

  color: #fff;

  z-index: 1;

  border-radius: 10px;
}

.mjh2 {
  /*right: 13px;*/
  left: auto;

  right: 15px;
  top: 20px;
}


.mjh3 {
  /*right: 13px;*/
  left: auto;

  right: 10px;
  top: 0px;
}