.indexBox .banner {
  height: 600px;
  width: 100%;
  background: url(../images/banner.jpg) top center no-repeat;
}
.indexBox .cjyd {
  margin-top: 43px;
  height: 929px;
}
.indexBox .cjyd .top {
  width: 153px;
  height: 46px;
  background: url(../images/jcyd.png) no-repeat;
  background-size: 153px 46px;
}
.indexBox .cjyd .hdzx {
  margin-top: 36px;
}
.indexBox .cjyd .hdzx .hdzx-top {
  height: 22px;
  background: url(../images/hdzx.png) no-repeat;
}
.indexBox .cjyd .hdzx .hdzx-conter {
  height: 366px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left {
  margin-top: 29px;
  float: left;
  width: 942px;
  height: 313px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left .hdzx-swiper {
  width: 942px;
  height: 313px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left .hdzx-swiper .pic {
  width: 500px;
  height: 313px;
  background-color: #cad9e2;
  border: solid 4px #f6f6f5;
  float: left;
  margin-right: 20px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left .hdzx-swiper .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left .hdzx-swiper .blurb {
  width: 400px;
  height: 313px;
  float: left;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left .hdzx-swiper .blurb h3 {
  width: 396px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left .hdzx-swiper .blurb p {
  margin-top: 50px;
  font-size: 16px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left .hdzx-swiper .blurb .ckxq {
  height: 50px;
  margin-top: 61px;
  width: 400px;
  position: relative;
  background: url(../images/sbckgd.png) no-repeat;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-left .hdzx-swiper .blurb .ckxq a {
  position: absolute;
  top: 10px;
  left: 328px;
  font-size: 18px;
  color: #000;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right {
  float: left;
  margin-left: 31px;
  margin-top: -38px;
  width: 208px;
  height: 400px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul {
  background-color: #ffffff;
  height: 400px;
  overflow-y: scroll;
  scrollbar-arrow-color: #fff;
  /*滚动条滑块按钮的颜色*/
  scrollbar-face-color: #b7b7b7;
  /*滚动条整体颜色*/
  scrollbar-highlight-color: #f8f8f8;
  /*滚动条阴影*/
  scrollbar-shadow-color: #f8f8f8;
  /*滚动条轨道颜色*/
  scrollbar-track-color: #f8f8f8;
  /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
  scrollbar-3dlight-color: #f8f8f8;
  /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
  scrollbar-darkshadow-color: #f8f8f8;
  /*滚动条基准颜色*/
  scrollbar-base-color: #f8f8f8;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul li {
  width: 156px;
  height: 99px;
  line-height: 99px;
  text-align: center;
  margin-left: 42px;
  box-shadow: 1px 2px 16px 0px rgba(77, 23, 0, 0.1);
  position: relative;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul li::after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  background-color: #f1f1f1;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul .active {
  width: 210px;
  height: 100px;
  background-color: #ff6422;
  margin-left: -10px;
  position: relative;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul .active::after {
  content: "";
  display: none;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul .active::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 39px;
  left: 35px;
  background: url(../images/hdzctb.png);
  width: 29px;
  height: 26px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul .active span {
  position: absolute;
  top: 3px;
  left: 86px;
  color: #fff;
  font-size: 16px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 2px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 10px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::-webkit-scrollbar-corner {
  background: #204754;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::scrollbar-track {
  background: #f8f8f8;
  border-radius: 2px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 10px;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::scrollbar-thumb:hover {
  background: #999;
}
.indexBox .cjyd .hdzx .hdzx-conter .hdzx-right ul::scrollbar-corner {
  background: #204754;
}
.indexBox .cjyd .wqzx {
  height: 438px;
  margin-top: 30px;
  width: 100%;
}
.indexBox .cjyd .wqzx .wqhd {
  width: 612px;
  height: 438px;
  margin-right: 37px;
  float: left;
}
.indexBox .cjyd .wqzx .wqhd .wqtop {
  height: 22px;
  background: url(../images/wqhg.png) no-repeat;
}
.indexBox .cjyd .wqzx .wqhd .wqtop a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .cjyd .wqzx .wqhd .wqconten {
  height: 398px;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li {
  width: 612px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 1px 2px 16px 0px rgba(77, 23, 0, 0.1);
  margin-top: 21px;
  position: relative;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .pic {
  width: 260px;
  height: 146px;
  position: absolute;
  top: 17px;
  left: 17px;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .pic .mark {
  display: none;
  width: 260px;
  height: 146px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/zt.png);
  opacity: 0.5;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .con {
  position: absolute;
  top: 26px;
  left: 299px;
  width: 287px;
  height: 146px;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .con h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .con p {
  margin-top: 14px;
  line-height: 26px;
  width: 287px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .con .ckgd {
  margin-top: 37px;
  height: 30px;
  line-height: 30px;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .con .ckgd span {
  font-size: 16px;
  color: #999;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li .con .ckgd a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 108px;
  right: 10px;
  background: url(../images/yjt1.png) center center no-repeat #cdcdcd;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li:hover .pic .mark {
  display: block !important;
}
.indexBox .cjyd .wqzx .wqhd .wqconten li:hover .con .ckgd a {
  background-color: #ff6422;
}
.indexBox .cjyd .wqzx .yyzx {
  width: 551px;
  float: left;
}
.indexBox .cjyd .wqzx .yyzx .yytop {
  height: 22px;
  background: url(../images/yyzx.png) no-repeat;
}
.indexBox .cjyd .wqzx .yyzx .yyconter {
  height: 398px;
  margin-top: 21px;
}
.indexBox .cjyd .wqzx .yyzx .yyconter .pic {
  width: 548px;
  height: 120px;
  border-radius: 10px;
}
.indexBox .cjyd .wqzx .yyzx .yyconter .pic img {
  width: 548px;
  height: 120px;
}
.indexBox .cjyd .wqzx .yyzx .yyconter ul li {
  margin-top: 11px;
  margin-right: 12px;
  float: left;
  width: 268px;
  height: 120px;
  border-radius: 10px;
}
.indexBox .cjyd .wqzx .yyzx .yyconter ul li:nth-child(2n) {
  margin-right: 0;
}
.indexBox .cjyd .wqzx .yyzx .yyconter ul li img {
  width: 268px;
  height: 120px;
}
.indexBox .xxfw {
  height: 590px;
  background: url(../images/xxfwbj.png) center center no-repeat;
  background-size: 1920px 590px;
  margin-top: 39px;
}
.indexBox .xxfw .conter {
  width: 1200px;
  margin: 0 auto;
  height: 590px;
  position: relative;
}
.indexBox .xxfw .conter .top {
  width: 1200px;
  height: 50px;
  position: absolute;
  top: 59px;
  background: url(../images/xxfw.png) no-repeat;
}
.indexBox .xxfw .conter .top a {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: #999;
}
.indexBox .xxfw .conter .top a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/more.png) no-repeat;
  margin-left: 5px;
}
.indexBox .xxfw .conter .btm {
  position: absolute;
  top: 137px;
}
.indexBox .xxfw .conter .btm .conter-left {
  width: 530px;
  height: 380px;
  float: left;
}
.indexBox .xxfw .conter .btm .conter-left .swiper-slide .pic {
  width: 530px;
  height: 380px;
}
.indexBox .xxfw .conter .btm .conter-left .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .xxfw .conter .btm .conter-left .swiper-slide .tit {
  width: 156px;
  height: 20px;
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 31px;
  width: 600px;
}
.indexBox .xxfw .conter .btm .conter-left .swiper-slide .tit a {
  width: 156px;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .xxfw .conter .btm .conter-left .swiper-slide .mark {
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
}
.indexBox .xxfw .conter .btm .conter-left .xxfw-pagination {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  right: 23px;
  text-align: right;
  left: auto;
  width: 92px;
  height: 8px;
  border-radius: 50%;
  margin: 0;
  margin-right: 5px;
}
.indexBox .xxfw .conter .btm .conter-left .xxfw-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.indexBox .xxfw .conter .btm .conter-left .xxfw-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ff6422;
  border-radius: 4px;
}
.indexBox .xxfw .conter .btm .conter-right {
  float: left;
  margin-left: 20px;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left {
  width: 314px;
  float: left;
  margin-right: 20px;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li {
  width: 314px;
  height: 186px;
  margin-bottom: 8px;
  position: relative;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li:last-child {
  margin-bottom: 0;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li h3 a {
  position: absolute;
  top: 22px;
  left: 21px;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li p a {
  position: absolute;
  top: 52px;
  left: 21px;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  opacity: 0.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li .fgx {
  position: absolute;
  top: 107;
  left: 15px;
  width: 284px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.1;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li .item {
  position: absolute;
  top: 122px;
  left: 21px;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li .item span {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  display: block;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li .more {
  position: absolute;
  top: 132px;
  right: 16px;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  border: 1px solid #222;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li:hover {
  background-color: #1664e5;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li:hover h3 a {
  color: #fff;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li:hover p a {
  color: #fff;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li:hover .item {
  color: #fff;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li:hover .item span {
  color: #fff;
}
.indexBox .xxfw .conter .btm .conter-right .ul-left li:hover .more {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  opacity: 0.7;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right {
  width: 316px;
  float: left;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li {
  width: 316px;
  height: 122px;
  background-color: #ffffff;
  margin-bottom: 7px;
  position: relative;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li:last-child {
  margin-bottom: 0;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li .time {
  width: 94px;
  height: 97px;
  border-right: 1px solid #f2f2f2;
  position: absolute;
  top: 13px;
  text-align: center;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li .time p {
  font-size: 24px;
  height: 24px;
  color: #999;
  font-weight: 700;
  position: absolute;
  top: 18px;
  left: 24px;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li .time span {
  color: #222222;
  opacity: 0.5;
  font-size: 14px;
  position: absolute;
  top: 60px;
  left: 24px;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li h3 {
  width: 175px;
  font-size: 16px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li a {
  display: block;
  position: absolute;
  top: 82px;
  left: 115px;
  background: url(../images/yjt.png) no-repeat;
  width: 17px;
  height: 12px;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li:hover {
  background-color: #1664e5;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li:hover .time p {
  color: #fff;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li:hover .time span {
  color: #fff;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li:hover h3 {
  color: #fff;
}
.indexBox .xxfw .conter .btm .conter-right .ul-right li:hover a {
  color: #fff;
}
.indexBox .zcfw {
  margin-top: 67px;
  height: 614px;
}
.indexBox .zcfw .top {
  background: url(../images/zcfw.png) top left no-repeat;
  height: 46px;
}
.indexBox .zcfw .conter {
  margin-top: 29px;
}
.indexBox .zcfw .conter .zcwj {
  float: left;
  width: 586px;
}
.indexBox .zcfw .conter .zcwj .zcwj-top {
  background: url(../images/zcwj.png) no-repeat;
  height: 20px;
  margin-bottom: 20px;
}
.indexBox .zcfw .conter .zcwj .zcwj-top a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li {
  width: 586px;
  height: 153px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  position: relative;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li:last-child {
  margin-bottom: 0;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li .time {
  width: 100px;
  height: 97px;
  border-right: 1px solid #f2f2f2;
  position: absolute;
  top: 28px;
  text-align: center;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li .time p {
  font-size: 24px;
  height: 24px;
  color: #999;
  font-weight: 700;
  position: absolute;
  top: 18px;
  left: 24px;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li .time span {
  color: #222222;
  opacity: 0.5;
  font-size: 14px;
  position: absolute;
  top: 60px;
  left: 24px;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li h3 {
  width: 351px;
  position: absolute;
  top: 26px;
  left: 129px;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li .zy {
  position: absolute;
  top: 74px;
  left: 131px;
  line-height: 24px;
  width: 405px;
  font-size: 16px;
  color: #666;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li:hover {
  border: 1px solid #1664e5;
}
.indexBox .zcfw .conter .zcwj .zcwj-conter li:hover .time p {
  color: #1664e5;
}
.indexBox .zcfw .conter .zcjd {
  float: left;
  width: 586px;
  margin-left: 20px;
}
.indexBox .zcfw .conter .zcjd .zcjd-top {
  background: url(../images/zcjd.png) no-repeat;
  height: 20px;
  margin-bottom: 20px;
}
.indexBox .zcfw .conter .zcjd .zcjd-top a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li {
  width: 586px;
  height: 153px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  position: relative;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li:last-child {
  margin-bottom: 0;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li:hover {
  border: solid 1px #1664e5;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li:hover .pic .mark {
  display: block !important;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li .pic {
  position: absolute;
  top: 21px;
  left: 22px;
  width: 200px;
  height: 112px;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li .pic .mark {
  display: none;
  width: 200px;
  height: 112px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/zt.png) center center;
  background-size: 200px 112px;
  opacity: 0.5;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li h3 {
  position: absolute;
  top: 38px;
  left: 239px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.indexBox .zcfw .conter .zcjd .zcjd-conter li span {
  position: absolute;
  top: 103px;
  left: 240px;
  font-size: 16px;
  color: #222;
  opacity: 0.5;
}
.indexBox .bsfw {
  height: 720px;
  margin-top: 67px;
  background: url(../images/bsfwbj.png) center center no-repeat;
  background-size: 100% 720px;
}
.indexBox .bsfw .conter {
  height: 720px;
  position: relative;
}
.indexBox .bsfw .conter .top {
  position: absolute;
  top: 59px;
  background: url(../images/bsfw.png) no-repeat;
  height: 50px;
  width: 170px;
  background-size: 170px 50px;
}
.indexBox .bsfw .conter .kzan {
  width: 108px;
  height: 45px;
  position: absolute;
  top: 91px;
  right: 0;
}
.indexBox .bsfw .conter .kzan .left {
  float: left;
  width: 45px;
  height: 45px;
  background: url(../images/bskzanleft.png);
  opacity: 0.5;
  margin-right: 10px;
}
.indexBox .bsfw .conter .kzan .right {
  float: left;
  width: 45px;
  height: 45px;
  background: url(../images/bskzanright.png);
  opacity: 1;
}
.indexBox .bsfw .conter .gxfw {
  position: absolute;
  top: 174px;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper {
  width: 1200px;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper .swiper-slide {
  width: 1200px;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper .swiper-slide ul {
  width: 1200px;
  height: 498px;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper .swiper-slide ul li {
  float: left;
  width: 230px;
  height: 240px;
  margin-bottom: 18px;
  margin-right: 10px;
  position: relative;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper .swiper-slide ul li:nth-child(5n) {
  margin-right: 0;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper .swiper-slide ul li img {
  position: absolute;
  top: 47px;
  left: 82px;
  width: 66px;
  height: 62px;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper .swiper-slide ul li h4 {
  position: absolute;
  top: 140px;
  left: 61px;
  width: 113px;
  color: #fefefe;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper .swiper-slide ul li p {
  position: absolute;
  bottom: 29px;
  left: 31px;
  width: 167px;
  color: #fefefe;
  opacity: 0.5;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}
.indexBox .bsfw .conter .gxfw .gxfw-swiper .swiper-slide ul li:hover {
  background-image: linear-gradient(to bottom, rgba(252, 253, 255, 0.2) 0%, rgba(79, 129, 251, 0.5) 100%);
}
.indexBox .hdfw {
  margin-top: 67px;
  height: 430px;
}
.indexBox .hdfw .top {
  background: url(../images/hdfw.png) top left no-repeat;
  height: 46px;
}
.indexBox .hdfw .conter {
  height: 324px;
  width: 1200px;
}
.indexBox .hdfw .conter .cjwt {
  float: left;
  height: 306px;
  width: 682px;
  margin-top: 30px;
  margin-right: 28px;
}
.indexBox .hdfw .conter .cjwt .cjtop {
  background: url(../images/cjwt.png) top left no-repeat;
  height: 22px;
}
.indexBox .hdfw .conter .cjwt .cjtop a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .hdfw .conter .cjwt .cjconter {
  margin-top: 20px;
  width: 682px;
  height: 250px;
  background-color: #f4f4f4;
}
.indexBox .hdfw .conter .cjwt .cjconter ul {
  margin: 22px 0 0 25px;
  width: 657px;
  height: 228px;
  padding-top: 20px;
}
.indexBox .hdfw .conter .cjwt .cjconter ul li {
  margin-bottom: 20px;
  width: 502px;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.indexBox .hdfw .conter .cjwt .cjconter ul li::before {
  content: "";
  display: inline-block;
  background: url(../images/cjwtlb.png) no-repeat;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 6px;
}
.indexBox .hdfw .conter .cjwt .cjconter ul li a {
  display: inline-block;
  font-size: 16px;
  width: 476px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 30px;
}
.indexBox .hdfw .conter .pics {
  width: 490px;
  height: 306px;
  margin-top: 74px;
  float: left;
}
.indexBox .hdfw .conter .pics ul {
  margin-bottom: 14px;
  height: 118px;
}
.indexBox .hdfw .conter .pics ul li {
  margin-right: 14px;
  width: 238px;
  height: 118px;
  float: left;
}
.indexBox .hdfw .conter .pics ul li:last-child {
  margin-right: 0;
}
.indexBox .hdfw .conter .pics ul li img {
  width: 100%;
  height: 100%;
}
.indexBox .hdfw .conter .pics .pic {
  width: 490px;
  height: 118px;
}
.indexBox .hdfw .conter .pics .pic img {
  width: 100%;
  height: 100%;
}
