body {
  height: 100%;
  width: 100%;
}
.header {
  width: 100%;
  height: 156px;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.header .w_1440 {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .w_1440 .head-left {
  padding-top: 41px;
  width: 40.41%;
}
.header .w_1440 .head-left img {
  width: 100%;
}
.header .w_1440 .head-right {
  width: 25.83%;
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .w_1440 .head-right .headcon-top {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333333;
}
.header .w_1440 .head-right .headcon-bottom {
  height: 50px;
}
.header .w_1440 .head-right .headcon-bottom .suncnui-form {
  display: flex;
  height: 50px;
}
.header .w_1440 .head-right .headcon-bottom .suncnui-form .searchinput {
  height: 50px;
  width: 308px;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #cc0000;
}
.header .w_1440 .head-right .headcon-bottom .suncnui-form .searchinput:hover {
  border: 1px solid #cc0000;
}
.header .w_1440 .head-right .headcon-bottom .suncnui-form .suncnui-btn {
  height: 50px;
  width: 64px;
  background: url(../image/search-bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0px 4px 4px 0px;
}
.header .w_1440 .logo {
  width: 60%;
  margin: 0 auto;
}
.header .w_1440 .logo img {
  width: 100%;
}
.index-body .top-contian {
  background: url(../image/bg.png) no-repeat;
  padding-bottom: 50px;
}
.index-body .middle-contain {
  height: 465px;
}
.index-body .middle-contain .w_1200 .banner2 .bannertitle2 {
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-body .middle-contain .w_1200 .banner2 .bannertitle2 span {
  font-size: 38px;
  color: #999999;
}
.index-body .middle-contain .w_1200 .banner2 .bannertitle2 span:nth-child(1) {
  margin-right: 114px;
}
.index-body .middle-contain .w_1200 .banner2 .bannertitle2 .active {
  color: #333333;
  font-weight: 800;
  position: relative;
}
.index-body .middle-contain .w_1200 .banner2 .bannertitle2 .active::after {
  position: absolute;
  bottom: 1px;
  width: 55px;
  height: 3px;
  content: "";
  background-color: #cc0000;
  border-radius: 1px;
  bottom: -12px;
  right: 47px;
}
.index-body .middle-contain .w_1200 .banner2 .bannercontian2 .bannercon {
  display: none;
}
.index-body .middle-contain .w_1200 .banner2 .bannercontian2 .bannercon ul {
  display: flex;
  justify-content: space-between;
}
.index-body .middle-contain .w_1200 .banner2 .bannercontian2 .bannercon ul li {
  width: 23.33%;
  background-color: #ffffff;
  box-shadow: 0px 1px 13px 0px rgba(0, 48, 84, 0.31);
}
.index-body .middle-contain .w_1200 .banner2 .bannercontian2 .bannercon ul li img {
  width: 100%;
  height:177px;
}
.index-body .middle-contain .w_1200 .banner2 .bannercontian2 .bannercon ul li a {
  display:inline-block;
  width: 100%;

}
.index-body .middle-contain .w_1200 .banner2 .bannercontian2 .bannercon ul li > .bottom {
  height: 89px;
  box-sizing: border-box;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.index-body .middle-contain .w_1200 .banner2 .bannercontian2 .bannercon ul li > .bottom p {
  font-size: 20px;
  color: #333333;
  letter-spacing: 1px;
}
.index-body .middle-contain .w_1200 .banner2 .bannercontian2 .bannercon ul li > .bottom > a {
  font-size: 16px;
  color: #2d63a7;
}
.index-body .bottom-contain {
  height: 422px;
  background: url(../image/link-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-body .bottom-contain .bottom-title {
  height: 178px;
  text-align: center;
  color: #333333;
  font-size: 38px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-body .bottom-contain .bottom-title .tit {
  position: relative;
}
.index-body .bottom-contain .bottom-title .tit::after {
  position: absolute;
  bottom: 1px;
  width: 55px;
  height: 3px;
  content: "";
  background-color: #cc0000;
  border-radius: 1px;
  bottom: -12px;
  right: 47px;
}
.index-body .bottom-contain .bottom-con {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.index-body .bottom-contain .bottom-con > li {
  width: 23%;
  margin-right: 2%;
}
.index-body .bottom-contain .bottom-con > li img {
  width: 100%;
  margin-bottom: 16px;
}
.index-body .bottom-contain .bottom-con > li :nth-child(4n) {
  margin-right: 0px;
}
.index-body .navList {
  height: 66px;
  width: 100%;
  background-color: rgba(205, 18, 13, 0.96);
}
.index-body .navList .nav {
  width: 75%;
  margin: 0 auto;
  height: 66px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.index-body .navList .nav li {
  height: 100%;
  display: flex;
  border: none;
  align-items: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
}
.index-body .navList .nav li .link .suncnui-form-select {
  font-size: 16px !important;
}
.index-body .navList .nav li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 1px;
  right: -30px;
  top: 22px;
}
.index-body .navList .nav li:first-child {
  letter-spacing: 3px;
}
.index-body .navList .nav li:last-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background-color: transparent;
  border-radius: 1px;
  right: -30px;
  top: 22px;
}
.index-body .navList .nav li a {
  color: #fff;
  font-weight: 800;
}
.index-body .navList .nav li a:hover {
  color: #fee43d;
}
.index-body .navList .nav .active a {
  color: #fee43d;
}
.index-body .big-banner .banner-0 {
  width: 100%;
  margin-top: 20px;
}
.index-body .big-banner .banner-0 img {
  width: 100%;
}
.index-body .big-banner .banner-1 {
  margin-top: 22px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  height: 566px;
  background: #fff;
  padding: 18px 15px 23px 20px;
  box-sizing: border-box;
}
.index-body .big-banner .banner-1 .swiper-news {
  width: 56.86%;
  text-align: center;
}
.index-body .big-banner .banner-1 .banner1-right {
  width: 41.28%;
}
.index-body .big-banner .banner-1 .banner1-right > .title {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.index-body .big-banner .banner-1 .banner1-right > .title .tit-left {
  display: flex;
  align-items: center;
}
.index-body .big-banner .banner-1 .banner1-right > .title .tit-left > img {
  margin-right: 20px;
  vertical-align: baseline;
}
.index-body .big-banner .banner-1 .banner1-right > .title .tit-left > span {
  font-size: 20px;
  color: #cc0000;
  font-weight: 800;
  line-height: 50px;
}
.index-body .big-banner .banner-1 .banner1-right > .title .tit-right {
  font-size: 18px;
  color: #293877;
}
.index-body .big-banner .banner-1 .banner1-right > .title .tit-right i {
  color: #d6d6d6;
}
.index-body .big-banner .banner-1 .banner1-right .contains ul {
  height: 476px;
  overflow: hidden;
}
.index-body .big-banner .banner-1 .banner1-right .contains ul li {
  height: 60px;
  line-height: 60px;
  display: flex;
  padding-left: 23px;
  position: relative;
  border-bottom: 1px dashed #e6e6e6;
}
.index-body .big-banner .banner-1 .banner1-right .contains ul li::before {
  position: absolute;
  left: 0px;
  top: 27px;
  content: "";
  width: 8px;
  height: 8px;
  background-image: linear-gradient(#c5c5c5, #c5c5c5), linear-gradient(#cc0000, #cc0000);
  background-blend-mode: normal, normal;
  border-radius: 4px;
}
.index-body .big-banner .banner-1 .banner1-right .contains ul li p {
  width: 80%;
  font-size: 17px;
  text-overflow: ellipsis;
  /*显示省略符号来代表被修剪的文本。*/
  white-space: nowrap;
  /*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
  overflow: hidden;
  /*内容会被修剪，并且其余内容是不可见的。*/
}
.index-body .big-banner .banner-1 .banner1-right .contains ul li span {
  width: 20%;
  font-size: 20px;
  color: #999999;
  text-align: right;
}
.index-body .big-banner .bannerrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-body .big-banner .bannerrow .bannercol {
  width: 32.43%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 0px 22px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.index-body .big-banner .bannerrow .bannercol > .title {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.index-body .big-banner .bannerrow .bannercol > .title .tit-left {
  display: flex;
  align-items: center;
}
.index-body .big-banner .bannerrow .bannercol > .title .tit-left > img {
  margin-right: 20px;
  vertical-align: baseline;
}
.index-body .big-banner .bannerrow .bannercol > .title .tit-left > span {
  font-size: 20px;
  color: #cc0000;
  font-weight: 800;
  line-height: 50px;
}
.index-body .big-banner .bannerrow .bannercol > .title .tit-left .blue {
  color: #4174cc;
}
.index-body .big-banner .bannerrow .bannercol > .title .tit-right {
  font-size: 18px;
  color: #293877;
}
.index-body .big-banner .bannerrow .bannercol > .title .tit-right i {
  color: #d6d6d6;
}
.index-body .big-banner .bannerrow .bannercol .contains ul {
  height: 303px;
  overflow: hidden;
}
.index-body .big-banner .bannerrow .bannercol .contains ul li {
  height: 60px;
  line-height: 60px;
  display: flex;
  padding-left: 23px;
  position: relative;
  border-bottom: 1px dashed #e6e6e6;
}
.index-body .big-banner .bannerrow .bannercol .contains ul li::before {
  position: absolute;
  left: 0px;
  top: 27px;
  content: "";
  width: 8px;
  height: 8px;
  background-image: linear-gradient(#c5c5c5, #c5c5c5), linear-gradient(#cc0000, #cc0000);
  background-blend-mode: normal, normal;
  border-radius: 4px;
}
.index-body .big-banner .bannerrow .bannercol .contains ul li p {
  width: 80%;
  font-size: 17px;
  text-overflow: ellipsis;
  /*显示省略符号来代表被修剪的文本。*/
  white-space: nowrap;
  /*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
  overflow: hidden;
  /*内容会被修剪，并且其余内容是不可见的。*/
}
.index-body .big-banner .bannerrow .bannercol .contains ul li span {
  width: 20%;
  font-size: 20px;
  color: #999999;
  text-align: right;
}
.list-body {
  padding-bottom: 40px;
  background: url(../image/detail.png) no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.list-body .navList {
  height: 66px;
  width: 100%;
  background-color: rgba(205, 18, 13, 0.96);
}
.list-body .navList .nav {
  width: 75%;
  margin: 0 auto;
  height: 66px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.list-body .navList .nav li {
  height: 100%;
  display: flex;
  border: none;
  align-items: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
}
.list-body .navList .nav li .link .suncnui-form-select {
  font-size: 16px !important;
}
.list-body .navList .nav li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 1px;
  right: -30px;
  top: 22px;
}
.list-body .navList .nav li:first-child {
  letter-spacing: 3px;
}
.list-body .navList .nav li:last-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background-color: transparent;
  border-radius: 1px;
  right: -30px;
  top: 22px;
}
.list-body .navList .nav li a {
  color: #fff;
  font-weight: 800;
}
.list-body .navList .nav li a:hover {
  color: #fee43d;
}
.list-body .navList .nav .active a {
  color: #fee43d;
}
.list-body .banner-0 {
  width: 100%;
  margin-top: 20px;
}
.list-body .banner-0 img {
  width: 100%;
}
.list-body .big-banner {
  background: #fff;
  padding: 0px 0px 30px 0px;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.07);
  margin-top: 22px;
}
.list-body .big-banner .title {
  height: 79px;
  border-bottom: 1px solid #ebebeb;
  line-height: 79px;
}
.list-body .big-banner .title img {
  margin-left: 27px;
  margin-right: 10px;
  vertical-align: middle;
}
.list-body .big-banner .title span {
  font-size: 18px;
  color: #333333;
}
.list-body .big-banner .listbannercontain {
  display: flex;
  padding-left: 53px;
  padding-right: 58px;
}
.list-body .big-banner .listbannercontain .listleft {
  width: 19.17%;
  height: 750px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  margin-top: 32px;
}
.list-body .big-banner .listbannercontain .listleft .titles {
  display: flex;
  box-sizing: border-box;
  padding: 0px 20px 0px 0px;
  height: 53px;
  background-image: linear-gradient(0deg, #78ceff 0%, #0f6fc5 100%), linear-gradient(#2e7dbf, #2e7dbf);
  background-blend-mode: normal, normal;
  color: #ffffff;
  font-size: 20px;
  padding-left: 51px;
  line-height: 53px;
}
.list-body .big-banner .listbannercontain .listleft .titles > div {
  font-size: 18px;
  line-height: 53px;
  color: #fff;
  margin-left: 13px;
}
.list-body .big-banner .listbannercontain .listleft .titles .link {
  height: 33px;
  margin: 10px 0px 10px 12px;
}
.list-body .big-banner .listbannercontain .listleft .titles .link .suncnui-input {
  color: #2e7dbf;
  width: 160px;
}
.list-body .big-banner .listbannercontain .listleft .district ul li {
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  font-size: 18px;
}
.list-body .big-banner .listbannercontain .listleft .district ul .distractive {
  color: #015fb4;
  background-color: #e9f5ff;
}
.list-body .big-banner .listbannercontain .listright {
  margin-top: 8px;
  display: flex;
  width: 80.83%;
  flex-direction: column;
}
.list-body .big-banner .listbannercontain .listright .listcontain {
  padding-left: 30px;
}
.list-body .big-banner .listbannercontain .listright .listcontain ul li {
  height: 62px;
  line-height: 62px;
  display: flex;
  padding-left: 23px;
  position: relative;
  border-bottom: 1px dashed #d3d3d3;
}
.list-body .big-banner .listbannercontain .listright .listcontain ul li::before {
  position: absolute;
  left: 0px;
  top: 29px;
  content: "";
  width: 6px;
  height: 6px;
  background-image: linear-gradient(#94b6e3, #94b6e3), linear-gradient(#ca0e13, #ca0e13);
  background-blend-mode: normal, normal;
  border-radius: 4px;
}
.list-body .big-banner .listbannercontain .listright .listcontain ul li p {
  width: 80%;
  color: #444444;
  font-size: 18px;
  text-overflow: ellipsis;
  /*显示省略符号来代表被修剪的文本。*/
  white-space: nowrap;
  /*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
  overflow: hidden;
  /*内容会被修剪，并且其余内容是不可见的。*/
}
.list-body .big-banner .listbannercontain .listright .listcontain ul li span {
  width: 20%;
  font-size: 18px;
  color: #999999;
  text-align: right;
}
.list-body .big-banner .listbannercontain .listright .page {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-body .big-banner .listbannercontain .listright .page div {
  margin-right: 20px;
}
.list-body .big-banner .listbannercontain .listright .page div span {
  color: red;
}
.list-body .big-banner .listbannercontain .listright .page .btn {
  padding: 6px 12px;
  border-radius: 3px;
  background-color: #ebebeb;
}
.detail-body {
  padding-bottom: 40px;
  background: url(../image/detail.png) no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.detail-body .navList {
  height: 66px;
  width: 100%;
  background-color: rgba(205, 18, 13, 0.96);
}
.detail-body .navList .nav {
  width: 75%;
  margin: 0 auto;
  height: 66px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.detail-body .navList .nav li {
  height: 100%;
  display: flex;
  border: none;
  align-items: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
}
.detail-body .navList .nav li .link .suncnui-form-select {
  font-size: 16px !important;
}
.detail-body .navList .nav li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 1px;
  right: -30px;
  top: 22px;
}
.detail-body .navList .nav li:first-child {
  letter-spacing: 3px;
}
.detail-body .navList .nav li:last-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background-color: transparent;
  border-radius: 1px;
  right: -30px;
  top: 22px;
}
.detail-body .navList .nav li a {
  color: #fff;
  font-weight: 800;
}
.detail-body .navList .nav li a:hover {
  color: #fee43d;
}
.detail-body .navList .nav .active a {
  color: #fee43d;
}
.detail-body .banner-0 {
  width: 100%;
  margin-top: 20px;
}
.detail-body .banner-0 img {
  width: 100%;
}
.detail-body .big-banner {
  background: #fff;
  padding: 0px 0px 30px 0px;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.07);
  margin-top: 22px;
}
.detail-body .big-banner .title {
  height: 79px;
  border-bottom: 1px solid #ebebeb;
  line-height: 79px;
}
.detail-body .big-banner .title img {
  margin-left: 27px;
  margin-right: 10px;
  vertical-align: middle;
}
.detail-body .big-banner .title span {
  font-size: 18px;
  color: #333333;
}
.detail-body .big-banner .detail-contain {
  padding: 45px 63px 0px 68px;
}
.detail-body .big-banner .detail-contain h2 {
  font-size: 20px;
  color: #164fa6;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
}
.detail-body .big-banner .detail-contain .remark {
  height: 41px;
  margin: 20px 0px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
}
.detail-body .big-banner .detail-contain .remark .w-581 {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-between;
  color: #666666;
}
.detail-body .big-banner .detail-contain .remark .w-581 div a:first-child img {
  margin-right: 20px;
}
.detail-body .big-banner .detail-contain .essay {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-align: justify;
  /*实现两端对齐*/
  text-justify: newspaper;
  /*通过增加或减少字或字母之间的空格对齐文本*/
  word-break: break-all;
  /*允许在单词内换行*/
}
.detail-body .big-banner .detail-contain .fileList {
  width: 100%;
  margin-top: 20px;
}
.detail-body .big-banner .detail-contain .fileList a li {
  color: #cf1b16;
}
.detail-body .big-banner .detail-contain .fileList a li img {
  width: 22px;
  height: 22px;
}
.detail-body .big-banner .detail-contain .fileList a li:hover {
  color: #cf1b16;
}
.w_1200 {
  width: 75%;
  margin: 0 auto;
}
.height {
  height: 70px;
}
.index-body {
  /* 轮播图1--s */
  /* 轮播图1--e */
  /* 轮播图2--s */
}
.index-body .changeBox_a1 {
  width: 100%;
  height: 526px;
  padding: 0;
  position: relative;
}
.index-body .changeBox_a1 .changeDiv {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.index-body .changeBox_a1 .changeDiv img {
  width: 100%;
  height: 100%;
}
.index-body .changeBox_a1 .ul_change_a2 {
  position: absolute;
  right: 15px;
  bottom: 20px;
  padding-left: 19px;
  overflow: hidden;
  z-index: 999;
}
.index-body .fr {
  float: right;
}
.index-body .ul_change_a2 span.on {
  background-color: #cb1c1d;
  width: 20px;
  height: 9px;
  border-radius: 5px;
}
.index-body .changeDiv h3 {
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.index-body .changeDiv h3 a {
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
  height: 50px;
  font-weight: normal;
  font-size: 20px;
  display: block;
  padding-left: 31px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-body .ul_change_a2 li {
  float: left;
  margin-right: 4px;
}
.index-body .ul_change_a2 span {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  line-height: 18px;
  text-align: center;
  background: #fff;
  display: block;
  cursor: pointer;
}
.index-body .changeDiv h3 a:hover {
  color: #ff0000;
}
.index-body .swiper-container {
  width: 100%;
  height: 100%;
}
.index-body .swiper-slide img {
  width: 100%;
  height: 100%;
}
.con {
  display: flex;
  margin: 0 auto;
}
.con .left-fa .left {
  margin-right: 20px;
  width: 188px;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background-color: #ffffff;
}
.con .left-fa .left .title {
  width: 189px;
  height: 58px;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  background: url(../images/listtitle.png);
  border-radius: 5px 5px 0px 0px;
}
.con .left-fa .left .a-link {
  padding: 22px 0px 7px 0px;
  text-align: center;
}
.con .left-fa .left .a-link li {
  height: 45px;
  width: 158px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666666;
  line-height: 45px;
  background-color: #f4f4f4;
}
.con .left-fa .left .a-link .active {
  background-color: #d32113;
  color: #ffffff;
}
.con .list {
  width: 992px;
  padding: 10px 48px 1px;
  background-color: #fff;
  margin-bottom: 42px;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  box-sizing: border-box;
}
.con .list .where {
  font-size: 18px;
  color: #333333;
  line-height: 72px;
}
.con .list .where img {
  vertical-align: middle;
  margin-left: -20px;
  margin-right: 17px;
}
.con .list .where span a {
  font-size: 18px;
  color: #333333;
  line-height: 72px;
}
.con .list .statistics {
  border-top: dashed 1px #d3d3d3;
}
.con .list .statistics ul {
  height: 802px;
  overflow: hidden;
}
.con .list .statistics ul li {
  position: relative;
  height: 72px;
  line-height: 72px;
  border-bottom: dashed 1px #d3d3d3;
  padding-left: 23px;
}
.con .list .statistics ul li::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 34px;
  width: 6px;
  height: 6px;
  background-color: #c50908;
}
.con .list .statistics ul li .left-new {
  float: left;
  font-size: 20px;
  width: 80%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con .list .statistics ul li .right-time {
  float: right;
  font-size: 20px;
  color: #999999;
}
.con .list .statistics .page-list {
  text-align: center;
  width: 100%;
  margin: 47px auto 48px;
}
.detail {
  margin-top: -25px;
  padding: 10px 48px 45px;
  background-color: #fff;
  margin-bottom: 42px;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.detail .where {
  font-size: 18px;
  color: #333333;
  line-height: 72px;
  border-bottom: 1px solid #ebebeb;
}
.detail .where img {
  vertical-align: middle;
  margin-left: -20px;
  margin-right: 17px;
}
.detail .where span a {
  font-size: 18px;
  color: #333333;
  line-height: 72px;
}
.detail .before {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}
.detail .before img {
  width: 100%;
}
.detail .after {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}
.detail .after img {
  width: 100%;
}
.detail .annex {
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
}
.detail .annex::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  left: 0px;
  top: 2px;
  background-color: #c50908;
}
.detail .annex .link {
  color: #969393;
}
.detail .issues .title {
  font-size: 24px;
  color: #cf1b16;
  padding-top: 44px;
  margin-bottom: 28px;
  text-align: center;
}
.detail .issues .remark {
  font-size: 18px;
  color: #999999;
  text-align: center;
  font-weight: normal;
  margin-bottom: 36px;
}
.detail .issues .img {
  text-align: center;
}
.detail .issues .essay {
  font-size: 18px;
  color: #333333;
}
.detail .issues .name {
  text-align: right;
}
.detail .issues .time {
  text-align: right;
}
.detailbody {
  position: relative;
}
.detailbody .weixinmodel {
  position: fixed;
  display: none;
  top: 35%;
  left: 50%;
  margin-left: -177px;
  background: #fff;
  border: 5px solid #a0a0a0;
  border-radius: 2px;
}
.detailbody .weixinmodel h3 {
  height: 40px;
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}
.detailbody .weixinmodel h3 span:first-child {
  font-size: 18px;
}
.detailbody .weixinmodel img {
  padding: 20px;
  padding-top: 10px;
}
.footer {
  height: 227px;
  background: url(../image/footer-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.footer .w_512 {
  width: 80.13%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.footer .w_512 .footerleft {
  width: 39%;
  line-height: 90px;
  border-right: 1px solid rgba(243, 247, 250, 0.5);
  align-items: center;
}
.footer .w_512 .footerleft img {
  height: 53px;
}
.footer .w_512 .footerright {
  display: flex;
  width: 58%;
  justify-content: space-between;
  align-items: center;
}
.footer .w_512 .footerright .erweima p {
  font-size: 14px;
  margin-top: 17px;
}
.footer .w_512 p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.footer .w_512 p a {
  color: #fff;
}
.footer .w_512 p a:hover {
  color: #fee43d;
}
