* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #303030;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
@keyframes dot-spread {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: .3;
  }
}
@keyframes dot-spread2 {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.indexBox {
  width: 100%;
  background: #fffff9 url(../images/banner.jpg) top center no-repeat;
  padding-bottom: 55px;
}
.indexBox .title a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .banner {
  height: 690px;
}
.indexBox .yearBox {
  width: 100%;
  background: url(../images/nav_line.png) center bottom no-repeat;
}
.indexBox .yearBox ul {
  width: 1200px;
  margin: 0 auto;
  padding: 0 207px;
}
.indexBox .yearBox ul li {
  cursor: pointer;
  position: relative;
  float: left;
  margin-bottom: 6px;
}
.indexBox .yearBox ul li.on .year {
  background: url(../images/on_year_bg.png) center center no-repeat;
}
.indexBox .yearBox ul li.on .year .round {
  background: #fed643;
  color: #a93131;
  font-size: 24px;
}
.indexBox .yearBox ul li.on .icon .dot {
  background: #db5a4d;
}
.indexBox .yearBox ul li.on .icon .mid_dot {
  background: #db5a4d;
}
.indexBox .yearBox ul li:nth-child(2) {
  float: right;
}
.indexBox .yearBox ul li .year {
  width: 171px;
  height: 172px;
  background: url(../images/year_bg.png) center center no-repeat;
  overflow: hidden;
  padding-top: 46px;
}
.indexBox .yearBox ul li .year .round {
  margin: 0 auto;
  width: 94.4px;
  height: 94.4px;
  border-radius: 50%;
  background: #ededed;
  font-size: 18px;
  color: #6f6f6f;
  text-align: center;
  line-height: 94.4px;
  transition: all .5s;
}
.indexBox .yearBox ul li .icon {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -12px;
}
.indexBox .yearBox ul li .icon .dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #bcbcbc;
  position: absolute;
  top: 0;
  left: 0;
  animation: dot-spread 1.5s infinite;
  transition: all .5s;
}
.indexBox .yearBox ul li .icon .mid_dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bcbcbc;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  transition: all .5s;
}
.indexBox .year-swiper {
  width: 1200px;
  margin-top: 55px;
}
.indexBox .year-swiper .swiper-slide li {
  width: 284px;
  height: 178px;
  background: #ffe895;
  border-radius: 20px;
  float: left;
  margin: 0 21px 25px 0;
  color: #a93131;
  text-align: center;
  line-height: 1.5;
  padding: 22px 10px 0;
}
.indexBox .year-swiper .swiper-slide li p {
  font-size: 20px;
}
.indexBox .year-swiper .swiper-slide li p span {
  font-size: 48px;
}
.indexBox .year-swiper .swiper-slide li:nth-child(4n) {
  margin: 0 0 25px 0;
}
.indexBox .year-swiper .swiper-slide .more {
  margin-top: 16px;
}
.indexBox .year-swiper .swiper-slide .more a {
  display: block;
  width: 165px;
  height: 55px;
  background: #e7e7e7;
  border-radius: 28px;
  color: #6f6f6f;
  text-align: center;
  line-height: 55px;
  margin: 0 auto;
  transition: all .5s;
}
.indexBox .year-swiper .swiper-slide .more a:hover {
  background: #fed643;
  color: #a93131;
}
.indexBox .xgwj {
  width: 1200px;
  margin: 67px auto 0;
}
.indexBox .xgwj .title {
  height: 36px;
  background: url(../images/title1.png) center center no-repeat;
  background-size: 100% 100%;
}
.indexBox .xgwj .content {
  margin-top: 53px;
}
.indexBox .xgwj .content li {
  width: 590px;
  height: 170px;
  border-radius: 10px;
  background: #fffbeb;
  float: left;
  margin: 0 20px 20px 0;
}
.indexBox .xgwj .content li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 28px 0 54px;
  position: relative;
}
.indexBox .xgwj .content li a::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  top: 42px;
  left: 30px;
  transition: all .5s;
}
.indexBox .xgwj .content li a .tit {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}
.indexBox .xgwj .content li a .text {
  line-height: 28px;
  color: #222222;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}
.indexBox .xgwj .content li a:hover .tit {
  color: #a93131;
}
.indexBox .xgwj .content li a:hover::before {
  background: #a93131;
}
.indexBox .xgwj .content li:nth-child(2n) {
  margin: 0 0 20px 0;
}
.indexBox .aity {
  width: 1200px;
  margin: 47px auto 0;
}
.indexBox .aity .title {
  height: 36px;
  background: url(../images/title2.png) center center no-repeat;
  background-size: 100% 100%;
}
.indexBox .aity .content {
  margin-top: 53px;
}
.indexBox .aity .content .left {
  width: 563px;
  float: left;
}
.indexBox .aity .content .left .hed {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.indexBox .aity .content .left .hed .pic {
  width: 240px;
  height: 136px;
  float: left;
  background: #ccc;
}
.indexBox .aity .content .left .hed .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .aity .content .left .hed .textBox {
  width: 310px;
  float: right;
}
.indexBox .aity .content .left .hed .textBox .tit {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.indexBox .aity .content .left .hed .textBox .tit a {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.indexBox .aity .content .left .hed .textBox .tit a:hover {
  color: #e85533;
}
.indexBox .aity .content .left .hed .textBox .text {
  color: #999999;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.indexBox .aity .content .left ul {
  margin-top: 25px;
}
.indexBox .aity .content .left ul li {
  margin-bottom: 28px;
}
.indexBox .aity .content .left ul li:last-child {
  margin-bottom: 0;
}
.indexBox .aity .content .left ul li a {
  font-size: 18px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .aity .content .left ul li a::before {
  content: '·';
  margin-right: 8px;
}
.indexBox .aity .content .left ul li a:hover {
  color: #e85533;
}
.indexBox .aity .content .right {
  width: 570px;
  height: 372px;
  float: right;
  background: #ccc;
  position: relative;
}
.indexBox .aity .content .right .aity-swiper {
  width: 100%;
  height: 100%;
}
.indexBox .aity .content .right .aity-swiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.indexBox .aity .content .right .aity-swiper a .pic {
  width: 100%;
  height: 100%;
}
.indexBox .aity .content .right .aity-swiper a .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .aity .content .right .aity-swiper a .tit {
  height: 48px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0 80px 0 18px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .aity .content .right .aity-pagination {
  position: absolute;
  right: 22px;
  bottom: 14px;
}
.indexBox .aity .content .right .aity-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin-right: 9px;
  background: #fff;
  opacity: .5;
}
.indexBox .aity .content .right .aity-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.indexBox .aity .content .right .aity-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.indexBox .tyshq {
  width: 1200px;
  margin: 67px auto 0;
}
.indexBox .tyshq .title {
  height: 83px;
  background: url(../images/title3.png) center center no-repeat;
  background-size: 100% 100%;
}
.indexBox .tyshq .content {
  margin-top: 47px;
  position: relative;
}
.indexBox .tyshq .content .tyshq-swiper .swiper-slide .pic {
  width: 570px;
  height: 372px;
  background: #ccc;
  float: left;
}
.indexBox .tyshq .content .tyshq-swiper .swiper-slide .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .tyshq .content .tyshq-swiper .swiper-slide .pic a img {
  width: 100%;
  height: 100%;
}
.indexBox .tyshq .content .tyshq-swiper .swiper-slide .textBox {
  width: 573px;
  float: left;
  margin-left: 37px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.indexBox .tyshq .content .tyshq-swiper .swiper-slide .textBox .tit {
  text-align: center;
}
.indexBox .tyshq .content .tyshq-swiper .swiper-slide .textBox .tit a {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .tyshq .content .tyshq-swiper .swiper-slide .textBox .tit a:hover {
  color: #e85533;
}
.indexBox .tyshq .content .tyshq-swiper .swiper-slide .textBox .text {
  line-height: 24px;
  text-align: justify;
  color: #999999;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.indexBox .tyshq .content .navPic {
  position: absolute;
  width: 613px;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.indexBox .tyshq .content .navPic li {
  width: 193px;
  height: 109px;
  float: left;
  background: #ccc;
  cursor: pointer;
}
.indexBox .tyshq .content .navPic li img {
  width: 100%;
  height: 100%;
}
.indexBox .tyshq .content .navPic li:last-child {
  margin-right: 0;
}
.indexBox .tyshq .content .navPic .next {
  width: 29px;
  height: 40px;
  position: absolute;
  background: rgba(232, 85, 51, 0.87) url(../images/next.png) center center no-repeat;
  background-size: 10px auto;
  right: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 99;
}
.indexBox .tyshq .content .navPic .next.swiper-button-disabled {
  background-color: rgba(232, 85, 51, 0.37);
}
.indexBox .tyshq .content .navPic .prev {
  width: 29px;
  height: 40px;
  position: absolute;
  background: rgba(232, 85, 51, 0.87) url(../images/prev.png) center center no-repeat;
  background-size: 10px auto;
  left: 0;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 99;
}
.indexBox .tyshq .content .navPic .prev.swiper-button-disabled {
  background-color: rgba(232, 85, 51, 0.37);
}
.indexBox .tyjsydcs {
  width: 1200px;
  margin: 67px auto 0;
}
.indexBox .tyjsydcs .title {
  height: 36px;
  background: url(../images/title4.png) center center no-repeat;
  background-size: 100% 100%;
}
.indexBox .tyjsydcs .content {
  height: 813px;
  margin-top: 70px;
  position: relative;
}
.indexBox .tyjsydcs .content .mapBox {
  width: 790px;
  height: 813px;
  background: url(../images/map_bg.png) center center no-repeat;
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox .dot-container {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
  z-index: 9;
}
.indexBox .tyjsydcs .content .mapBox .dot-container .dot {
  position: absolute;
  top: 48%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e85432;
  animation: dot-spread2 2s infinite;
  transform: scale(0);
}
.indexBox .tyjsydcs .content .mapBox .dot-container .dot:nth-child(2) {
  animation-delay: 0.5s;
}
.indexBox .tyjsydcs .content .mapBox .dot-container .dot:nth-child(3) {
  animation-delay: 1s;
}
.indexBox .tyjsydcs .content .mapBox .dot-container .dot:nth-child(4) {
  animation-delay: 1.5s;
}
.indexBox .tyjsydcs .content .mapBox .dot-container .whdot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e85432;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexBox .tyjsydcs .content .mapBox .hasCon .dot-container {
  display: block;
}
.indexBox .tyjsydcs .content .mapBox ul {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul a {
  transition: 0s all;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(1) {
  width: 338px;
  height: 280px;
  position: absolute;
  left: 4px;
  top: 109px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(1).on {
  background: url(../images/on_map.png) -2px 2px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(1) .box {
  width: 270px;
  height: 158px;
  position: absolute;
  left: -10px;
  top: 3px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(1) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  bottom: 24px;
  left: 228px;
  width: 51px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(1) .num1 .dot-container {
  bottom: 28px;
  left: 240px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(1) .num2 {
  width: 74px;
  height: 68px;
  left: 260px;
  top: 114px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(1) .num3 {
  width: 182px;
  height: 125px;
  left: 22px;
  top: 161px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(2) {
  width: 192px;
  height: 248px;
  position: absolute;
  left: 260px;
  top: 0;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(2).on {
  background: url(../images/on_map.png) -355px 1px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(2) .box {
  width: 197px;
  height: 159px;
  position: absolute;
  left: 3px;
  top: -1px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(2) .num2 {
  width: 66px;
  height: 78px;
  left: 74px;
  top: 158px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(2) .num2 .dot-container {
  bottom: 65px;
  left: 15px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(2) .num2 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  bottom: 55px;
  left: 18px;
  width: 51px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(3) {
  width: 199px;
  height: 187px;
  position: absolute;
  left: 208px;
  top: 265px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(3).on {
  background: url(../images/on_map.png) -586px 2px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(3) .box {
  width: 93px;
  height: 187px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(3) .num1 .dot-container {
  top: 65px;
  right: -30px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(3) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 56px;
  right: -22px;
  width: 51px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(3) .num2 {
  width: 76px;
  height: 121px;
  left: 93px;
  top: 30px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) {
  width: 253px;
  height: 304px;
  position: absolute;
  left: 327px;
  top: 144px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4).on {
  background: url(../images/on_map.png) 3px -299px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) .box {
  width: 140px;
  height: 178px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) .num1 .dot-container {
  top: 78px;
  right: 71px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 134px;
  left: 15px;
  width: 51px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) .num2 {
  width: 91px;
  height: 76px;
  left: 23px;
  top: 94px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) .num3 {
  width: 46px;
  height: 130px;
  left: 68px;
  top: 169px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) .num4 {
  width: 62px;
  height: 47px;
  left: 22px;
  top: 254px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) .num5 {
  width: 53px;
  height: 60px;
  left: 109px;
  top: 202px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(4) .num6 {
  width: 38px;
  height: 60px;
  left: 75px;
  top: 34px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(5) {
  width: 118px;
  height: 123px;
  position: absolute;
  left: 454px;
  top: 318px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(5).on {
  background: url(../images/on_map.png) -858px -166px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(5) .box {
  width: 60px;
  height: 125px;
  position: absolute;
  left: 36px;
  top: 0px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(5) .box .dot-container {
  top: 32px;
  right: 6px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(5) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 77px;
  left: 3px;
  width: 42px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(6) {
  width: 96px;
  height: 127px;
  position: absolute;
  left: 537px;
  top: 307px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(6).on {
  background: url(../images/on_map.png) -791px -324px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(6) .box {
  width: 60px;
  height: 125px;
  position: absolute;
  left: 15px;
  top: 0px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(6) .box .dot-container {
  top: 43px;
  right: -3px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(6) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 40px;
  left: -4px;
  width: 49px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(7) {
  width: 125px;
  height: 141px;
  position: absolute;
  right: 85px;
  top: 290px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(7).on {
  background: url(../images/on_map.png) -320px -488px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(7) .box {
  width: 50px;
  height: 125px;
  position: absolute;
  left: 28px;
  top: 3px;
  transform: rotate(-27deg);
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(7) .box .dot-container {
  top: 26px;
  right: -11px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(7) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 82px;
  left: 3px;
  width: 49px;
  text-align: center;
  transform: rotate(27deg);
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(8) {
  width: 120px;
  height: 131px;
  position: absolute;
  right: 38px;
  top: 253px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(8).on {
  background: url(../images/on_map.png) -495px -523px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(8) .box {
  width: 54px;
  height: 42px;
  position: absolute;
  left: 29px;
  top: 81px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(8) .num1 .dot-container {
  top: -25px;
  left: -16px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(8) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 1px;
  left: -4px;
  width: 46px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(8) .num2 {
  width: 89px;
  height: 48px;
  left: 29px;
  top: 0px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(8) .num3 {
  width: 29px;
  height: 48px;
  left: -3px;
  top: 36px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(9) {
  width: 157px;
  height: 183px;
  position: absolute;
  right: 0px;
  top: 316px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(9).on {
  background: url(../images/on_map.png) -669px -516px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(9) .num1 {
  width: 71px;
  height: 69px;
  position: absolute;
  left: 88px;
  top: 7px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(9) .num1 .dot-container {
  top: -15px;
  left: -36px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(9) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 31px;
  left: 3px;
  width: 46px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(9) .num2 {
  width: 54px;
  height: 37px;
  position: absolute;
  left: 36px;
  top: 5px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(9) .num3 {
  position: absolute;
  width: 32px;
  height: 83px;
  bottom: 5px;
  left: 14px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(10) {
  width: 212px;
  height: 131px;
  position: absolute;
  left: 231px;
  top: 414px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(10).on {
  background: url(../images/on_map.png) -275px -298px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(10) .num1 {
  width: 130px;
  height: 125px;
  position: absolute;
  left: 0;
  top: 5px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(10) .num1 .dot-container {
  top: 46px;
  left: 80px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(10) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 49px;
  left: 82px;
  width: 52px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(10) .num2 {
  position: absolute;
  width: 74px;
  height: 38px;
  left: 129px;
  top: 30px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(10) .num3 {
  position: absolute;
  width: 46px;
  height: 43px;
  top: 65px;
  left: 129px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(11) {
  width: 147px;
  height: 96px;
  position: absolute;
  left: 432px;
  top: 457px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(11).on {
  background: url(../images/on_map.png) -284px -650px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(11) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(11) .num1 {
  width: 56px;
  height: 55px;
  left: 12px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(11) .num1 .dot-container {
  top: -5px;
  left: -5px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(11) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 10px;
  left: 7px;
  width: 52px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(11) .num2 {
  width: 48px;
  height: 38px;
  top: 41px;
  right: 8px;
  z-index: 1000;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(12) {
  width: 207px;
  height: 161px;
  position: absolute;
  top: 373px;
  left: 428px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(12).on {
  background: url(../images/on_map.png) 0px -638px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(12) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(12) .num1 {
  width: 110px;
  height: 37px;
  top: 69px;
  left: 69px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(12) .num1 .dot-container {
  top: 8px;
  left: 13px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(12) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 11px;
  left: 23px;
  width: 61px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(12) .num2 {
  width: 67px;
  height: 92px;
  left: 5px;
  top: 5px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(12) .num3 {
  width: 60px;
  height: 57px;
  bottom: 0;
  left: 72px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(13) {
  width: 61px;
  height: 39px;
  position: absolute;
  top: 478px;
  left: 562px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(13).on {
  background: url(../images/on_map.png) -125px -844px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(13) .box {
  width: 43px;
  height: 36px;
  position: absolute;
  top: -3px;
  left: 35px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(13) .box .dot-container {
  top: -11px;
  left: -26px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(13) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: -3px;
  left: -2px;
  width: 27px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(14) {
  width: 52px;
  height: 75px;
  position: absolute;
  top: 424px;
  left: 604px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(14).on {
  background: url(../images/on_map.png) -18px -832px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(14) .box {
  position: absolute;
  width: 33px;
  height: 58px;
  top: 16px;
  left: 15px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(14) .box .dot-container {
  top: 2px;
  left: -16px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(14) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 7px;
  left: -7px;
  width: 45px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(15) {
  width: 98px;
  height: 102px;
  position: absolute;
  top: 418px;
  right: 40px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(15).on {
  background: url(../images/on_map.png) -859px -529px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(15) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(15) .num1 {
  width: 74px;
  height: 91px;
  top: 7px;
  left: 24px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(15) .num1 .dot-container {
  top: 7px;
  left: -10px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(15) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 50px;
  left: -2px;
  width: 45px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(16) {
  width: 231px;
  height: 223px;
  position: absolute;
  top: 474px;
  left: 310px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(16).on {
  background: url(../images/on_map.png) -518px -275px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(16) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(16) .num1 {
  width: 208px;
  height: 129px;
  top: 73px;
  left: -5px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(16) .num1 .dot-container {
  top: 1px;
  left: 95px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(16) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 20px;
  right: 0;
  width: 52px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(16) .num2 {
  width: 166px;
  height: 41px;
  top: 37px;
  left: 52px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(17) {
  width: 52px;
  height: 110px;
  position: absolute;
  top: 548px;
  left: 511px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(17).on {
  background: url(../images/on_map.png) -917px -810px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(17) .box {
  position: absolute;
  width: 41px;
  height: 94px;
  left: 7px;
  top: 10px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(17) .box .dot-container {
  top: -6px;
  left: -18px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(17) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 33px;
  right: 6px;
  width: 34px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(18) {
  width: 84px;
  height: 129px;
  position: absolute;
  top: 482px;
  left: 537px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(18).on {
  background: url(../images/on_map.png) -253px -773px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(18) .box {
  width: 58px;
  height: 71px;
  position: absolute;
  left: 16px;
  top: 36px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(18) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 14px;
  right: 13px;
  width: 34px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(19) {
  width: 65px;
  height: 77px;
  position: absolute;
  top: 497px;
  right: 116px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(19).on {
  background: url(../images/on_map.png) -387px -786px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(19) .box {
  width: 35px;
  height: 75px;
  position: absolute;
  left: 15px;
  top: 2px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(19) .box .dot-container {
  top: -6px;
  left: -18px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(19) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 35px;
  right: 0px;
  width: 38px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(20) {
  width: 97px;
  height: 59px;
  position: absolute;
  right: 33px;
  top: 513px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(20).on {
  background: url(../images/on_map.png) -502px -766px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(20) .box {
  width: 100px;
  height: 58px;
  position: absolute;
  top: 1px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(20) .box .dot-container {
  top: -6px;
  left: 43px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(20) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 5px;
  right: 35px;
  width: 47px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(21) {
  width: 71px;
  height: 96px;
  position: absolute;
  right: 57px;
  bottom: 173px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(21).on {
  background: url(../images/on_map.png) -663px -735px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(21) .box {
  position: absolute;
  width: 58px;
  height: 70px;
  left: 26px;
  top: 28px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(21) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 0px;
  right: 25px;
  width: 49px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(22) {
  width: 70px;
  height: 87px;
  position: absolute;
  right: 102px;
  bottom: 154px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(22).on {
  background: url(../images/on_map.png) -790px -710px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(22) .box {
  position: absolute;
  width: 45px;
  height: 83px;
  left: 12px;
  top: 2px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(22) .box .dot-container {
  top: -5px;
  left: -7px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(22) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 28px;
  right: -2px;
  width: 41px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(23) {
  width: 72px;
  height: 86px;
  position: absolute;
  right: 159px;
  bottom: 154px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(23).on {
  background: url(../images/on_map.png) -908px -700px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(23) .box {
  width: 65px;
  height: 55px;
  position: absolute;
  top: 28px;
  left: 2px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(23) .box .dot-container {
  top: -7px;
  left: 12px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(23) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 2px;
  right: 25px;
  width: 41px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(24) {
  width: 161px;
  height: 76px;
  position: absolute;
  left: 358px;
  bottom: 89px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(24).on {
  background: url(../images/on_map.png) -820px -27px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(24) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(24) .num1 {
  width: 49px;
  height: 44px;
  left: 73px;
  top: 29px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(24) .num1 .dot-container {
  top: -12px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(24) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 22px;
  right: 35px;
  width: 60px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(24) .num2 {
  width: 41px;
  height: 52px;
  right: 0;
  top: 2px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(24) .num3 {
  width: 73px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 48px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(25) {
  width: 124px;
  height: 84px;
  position: absolute;
  left: 453px;
  bottom: 29px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(25).on {
  background: url(../images/on_map.png) -82px -904px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(25) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(25) .num1 {
  width: 49px;
  height: 44px;
  left: 9px;
  top: 4px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(25) .num1 .dot-container {
  left: -20px;
  top: 15px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(25) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 14px;
  right: -9px;
  width: 60px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(25) .num2 {
  width: 29px;
  height: 18px;
  left: 0;
  top: 44px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(25) .num3 {
  width: 64px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 60px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(26) {
  width: 87px;
  height: 78px;
  position: absolute;
  left: 510px;
  bottom: 89px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(26).on {
  background: url(../images/on_map.png) -761px -835px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(26) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(26) .num1 {
  width: 31px;
  height: 46px;
  right: 1px;
  top: 8px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(26) .num1 .dot-container {
  left: -50px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(26) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 0px;
  right: 8px;
  width: 60px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(26) .num2 {
  width: 48px;
  height: 59px;
  left: 7px;
  top: 7px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(27) {
  width: 86px;
  height: 84px;
  position: absolute;
  right: 140px;
  bottom: 73px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(27).on {
  background: url(../images/on_map.png) -595px -847px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(27) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(27) .num1 {
  width: 53px;
  height: 71px;
  right: 0;
  top: 4px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(27) .num1 .dot-container {
  left: 1px;
  top: -9px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(27) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 38px;
  right: 8px;
  width: 46px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(27) .num2 {
  width: 33px;
  height: 18px;
  left: 0;
  top: 47px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(28) {
  width: 99px;
  height: 80px;
  position: absolute;
  left: 478px;
  bottom: 26px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(28).on {
  background: url(../images/on_map.png) -252px -903px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(28) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(28) .num1 {
  width: 61px;
  height: 71px;
  right: 0;
  top: 4px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(28) .num2 {
  width: 33px;
  height: 16px;
  left: 4px;
  top: 37px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(28) .num2 .dot-container {
  left: 31px;
  top: -11px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(28) .num2 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: -13px;
  right: -58px;
  width: 61px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(29) {
  width: 105px;
  height: 94px;
  position: absolute;
  right: 128px;
  bottom: 4px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(29).on {
  background: url(../images/on_map.png) -430px -883px no-repeat;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(29) .box {
  position: absolute;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(29) .num1 {
  width: 87px;
  height: 50px;
  right: 0;
  top: 18px;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(29) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 1px;
  right: 15px;
  width: 61px;
  text-align: center;
}
.indexBox .tyjsydcs .content .mapBox ul li:nth-child(29) .num2 {
  width: 43px;
  height: 32px;
  left: 3px;
  top: 65px;
}
.indexBox .tyjsydcs .content .rightBox {
  width: 395px;
  height: 518px;
  position: absolute;
  top: 120px;
  right: 0;
}
.indexBox .tyjsydcs .content .rightBox .item {
  background: #fff8df;
  border-radius: 26px;
  height: 518px;
  overflow: hidden;
  display: none;
}
.indexBox .tyjsydcs .content .rightBox .item .titBox {
  height: 70px;
  background: #ffe895;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  line-height: 70px;
}
.indexBox .tyjsydcs .content .rightBox .item .textCon {
  height: calc(100% - 110px);
  overflow-y: auto;
  margin: 20px auto;
  padding: 0 30px;
  color: #222222;
  text-align: justify;
  line-height: 2;
  overflow-x: hidden;
}
.indexBox .tyjsydcs .content .rightBox .item .textCon img {
  max-width: 100%;
}
.indexBox .tyydss {
  width: 1200px;
  margin: 67px auto 0;
}
.indexBox .tyydss .title {
  height: 36px;
  background: url(../images/title5.png) center center no-repeat;
  background-size: 100% auto;
}
.indexBox .tyydss .content {
  margin-top: 66px;
}
.indexBox .tyydss .content .left {
  width: 690px;
  float: left;
}
.indexBox .tyydss .content .left ul li {
  height: 170px;
  margin-bottom: 24px;
  background: #fffbeb;
  border-radius: 8px;
}
.indexBox .tyydss .content .left ul li:last-child {
  margin-bottom: 0;
}
.indexBox .tyydss .content .left ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 34px 30px 32px 18px;
  overflow: hidden;
}
.indexBox .tyydss .content .left ul li a .pic {
  width: 140px;
  height: 103px;
  background: #efce96;
  float: left;
}
.indexBox .tyydss .content .left ul li a .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .tyydss .content .left ul li a .textBox {
  height: 100%;
  position: relative;
  width: 484px;
  float: right;
}
.indexBox .tyydss .content .left ul li a .textBox .tit {
  transition: all .5s;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.indexBox .tyydss .content .left ul li a .textBox .bom {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
.indexBox .tyydss .content .left ul li a .textBox .bom .text_left {
  font-size: 24px;
  color: #999999;
  float: left;
  vertical-align: bottom;
}
.indexBox .tyydss .content .left ul li a .textBox .bom .text_left .date {
  font-weight: bold;
}
.indexBox .tyydss .content .left ul li a .textBox .bom .text_left .year {
  font-size: 14px;
  margin-left: 4px;
}
.indexBox .tyydss .content .left ul li a .textBox .bom .arrow {
  float: right;
  width: 30px;
  height: 12px;
  background: url(../images/arrow.png) center center no-repeat;
}
.indexBox .tyydss .content .left ul li a:hover .tit {
  color: #e85533;
}
.indexBox .tyydss .content .right {
  width: 482px;
  height: 559px;
  background: #fffbeb;
  float: right;
  padding: 36px 10px 36px 27px;
}
.indexBox .tyydss .content .right ul {
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}
.indexBox .tyydss .content .right ul li {
  height: 230px;
  background: #ccc;
  margin-bottom: 29px;
}
.indexBox .tyydss .content .right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .tyydss .content .right ul li a img {
  width: 100%;
  height: 100%;
}
.indexBox .tyydss .content .right ul li:last-child {
  margin-bottom: 0;
}
.indexBox .ydjszs {
  margin: 67px auto 0;
  width: 1200px;
}
.indexBox .ydjszs .title {
  height: 36px;
  background: url(../images/title6.png) center center no-repeat;
  background-size: 100% 100%;
}
.indexBox .ydjszs .content {
  margin-top: 41px;
}
.indexBox .ydjszs .content ul li {
  width: 200px;
  float: left;
  height: 458px;
  box-shadow: 0px 6px 0px 0px #dbb146;
  border-radius: 20px;
  border: solid 5px #f7ce76;
  margin-right: 19px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.indexBox .ydjszs .content ul li .iconBox {
  cursor: pointer;
  position: absolute;
  width: 190px;
  height: 100%;
  background: #fff8df;
  padding: 48px 0 0 0;
  top: 0;
  left: 0;
  transition: all .5s;
}
.indexBox .ydjszs .content ul li .iconBox .icon {
  text-align: center;
}
.indexBox .ydjszs .content ul li .iconBox .tit {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  padding: 0 28px;
  margin-top: 10px;
  line-height: 24px;
}
.indexBox .ydjszs .content ul li:last-child {
  margin-right: 0;
}
.indexBox .ydjszs .content ul li .textBox {
  position: absolute;
  height: 100%;
  width: 532px;
  right: -542px;
  background: #ffe895;
  padding: 74px 33px 0 33px;
  line-height: 2;
  transition: all .5s;
}
.indexBox .ydjszs .content ul li .textBox .tit {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  transition: all .5s;
}
.indexBox .ydjszs .content ul li .textBox .text {
  text-align: justify;
  color: #222222;
}
.indexBox .ydjszs .content ul li .textBox:hover .tit {
  color: #e85533;
}
.indexBox .ydjszs .content ul .on {
  width: 542px;
}
.indexBox .ydjszs .content ul .on .textBox {
  right: 0;
}
.indexBox .bszn {
  width: 1200px;
  margin: 67px auto 0;
}
.indexBox .bszn .title {
  height: 36px;
  background: url(../images/title7.png) center center no-repeat;
  background-size: 100% 100%;
}
.indexBox .bszn .content {
  margin-top: 41px;
}
.indexBox .bszn .content ul li {
  width: 230px;
  height: 82px;
  background-color: #fffbeb;
  border-radius: 10px;
  float: left;
  margin: 0 12px 25px 0;
}
.indexBox .bszn .content ul li a {
  padding: 0 6px;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #222222;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.indexBox .bszn .content ul li a:hover {
  color: #e85533;
}
.indexBox .bszn .content ul li:nth-child(5n) {
  margin: 0 0 25px 0;
}
.twsbBox {
  margin-top: 10px;
}
.twsbBox li {
  box-shadow: 0px 0px 36px 4px rgba(31, 21, 21, 0.03);
  border: solid 1px #fcefe7;
  background: #fff;
  margin-bottom: 19px;
  padding: 21px 38px 21px 21px;
  display: flex;
  justify-content: space-between;
}
.twsbBox li .pic {
  flex: none;
}
.twsbBox li .pic img {
  width: 282px;
  height: 211px;
  margin-right: 15px;
}
.twsbBox li .textBox {
  flex: 1;
  padding-bottom: 45px;
  position: relative;
}
.twsbBox li .textBox .tit {
  line-height: 1.4;
}
.twsbBox li .textBox .tit a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twsbBox li .textBox .date {
  font-size: 14px;
  color: #565656;
  line-height: 1;
  margin: 20px 0 0;
}
.twsbBox li .textBox .text {
  font-size: 16px;
  color: #747474;
  line-height: 1.6;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-top: 20px;
}
.twsbBox li .textBox .ckxq {
  position: absolute;
  bottom: 0;
}
.twsbBox li .textBox .ckxq a {
  color: #333;
  padding-right: 20px;
  background: url(../images/list_xq_jt.png) right center no-repeat;
}
.twsbBox li:last-child {
  margin-bottom: 30px;
}
.twsbBox .noimg .textBox {
  width: 100%;
}
