.en-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 26px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  color: #939598;
  line-height: 24px;
  letter-spacing: 2px;
}

.zh-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  letter-spacing: 1px;
  position: relative;
}

.zh-title:before,
.zh-title:after {
  display: block;
  content: '';
  position: absolute;
  width: 96px;
  height: 1px;
  background: #939598;
}

.zh-title:before {
  top: 20px;
  margin-left: -120px;
}

.zh-title:after {
  bottom: 20px;
  margin-left: 154px;
}

.en-title-left,
.zh-title-left {
  margin: 0;
  background: #f4f2f2;
  padding-right: 20px;
}

.en-title-left {
  margin-bottom: 8px;
}

.zh-title-left:before,
.zh-title-left:after {
  display: none;
}

/*工作动态*/
.workShow {
  position: relative;
  z-index: 99;
}

.workShow .icon {
  width: 864px;
  height: 552px;
}

.workShow img {
  width: 864px;
  height: 552px;
}

.date-name {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.workShow .titleDate {
  font-size: 28px;
  font-weight: 500;
  color: #7d2224;
  line-height: 32px;
  padding-right: 8px;
}

.workShow .titleName {
  width: 600px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fff;
}

.title {
  padding: 64px 0px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.workTitle {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  position: relative;
}

.workTitle::after {
  content: '';
  width: 64px;
  height: 4px;
  background: #7d2224;
  position: absolute;
  bottom: -12px;
  left: 0px;
}

.more {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #939598;
  line-height: 24px;
  cursor: pointer;
  position: relative;
}

.more::after {
  content: '';
  position: absolute;
  right: -17px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #939598;
  transform: rotate(45deg);
}

.title .more {
  margin-right: 20px;
}

.workCont {
  position: relative;
  display: flex;
}

.workCont .bg1 {
  position: absolute;
  top: 24px;
  left: -200px;
  width: 1280px;
  height: 608px;
  background: #f2f0f0;
  z-index: 0;
}

.workCont .bg2 {
  position: absolute;
  top: 24px;
  right: 0px;
  width: 424px;
  height: 584px;
  background: #7d2223;
  z-index: 0;
}

.workList {
  width: 600px;
  height: 560px;
  background: #fff;
  margin-top: 48px;
  padding: 0px 28px;
  box-sizing: border-box;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.workList li {
  display: block;
  box-sizing: border-box;
  padding: 35px 0px;
  border-bottom: 1px solid #d8d8d8;
}

.workList li:hover .newsCont {
  font-weight: 550;
}

.workList li:last-child {
  border-bottom: none;
}

.workList li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.workList li a .newsDate {
  text-align: center;
  color: #7d2224;
  width: 125px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.workList li a .newsDate .Day {
  font-size: 32px;
}

.workList li a .newsDate .month {
  font-size: 16px;
}

.workList li a .line {
  font-size: 24px;
  color: #7d2224;
  margin: 0px 10px 0px 0px;
  padding-left: 8px;
}

.workList li a .newsCont {
  width: 412px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 34px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.workList li a .newsCont:hover {
  font-weight: 500;
}

/*通知公告*/
.notice {
  height: 744px;
  background-image: url(../images/bg-block.png);
  background-size: cover;
}

.notice .container-fy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 48px;
}

.notice .block {
  width: 792px;
}

.newsTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding: 0px 0px 16px;
  margin-bottom: 40px;
}

.newsTitle>p {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
}

.newsTitle>p::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #7d2224;
}

.newsTitle .more {
  margin-right: 20px;
}

.notice li {
  display: block;
  margin-bottom: 24px;
}

.notice li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

.dateModle {
  width: 104px;
  height: 96px;
  border: 1px solid #7d2223;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 32px;
}

.dateModle .month {
  font-size: 28px;
  color: #fff;
  line-height: 50px;
  background: #7d2223;
  text-align: center;
}

.dateModle .year {
  font-size: 20px;
  color: #7d2223;
  line-height: 46px;
  text-align: center;
}

.newsTit {
  flex: 1;
  height: 96px;
  border-bottom: 1px dashed #d8d8d8;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 34px;
  box-sizing: border-box;
}

.notice li:hover .newsTit {
  color: #7d2224;
}

.process {
  width: 648px;
}

/*政策文件和文档下载*/
.docAnddown {
  width: 100%;
 /* background: url('../images/bg1.png');
  padding-top: 64px;*/
  margin-top: 60px;
  padding-bottom: 64px;
  overflow: hidden;
}

.files {
  width: 872px;
}

.fileList li {
  display: block;
}

.fileList li:hover .titles {
  color: #7D2223;
}

.fileList li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0px;
  border-bottom: 1px dashed #d8d8d8;
}

.fileList .titles {
  color: rgba(0, 0, 0, 0.85);
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.docList {
  width: 760px;
}

.downList {
  width: 440px;
}

.fileList .titles::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #939598;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.fileList .times {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}

.filesDow {
  width: 568px;
}

.partDoc li a:hover .titles,
.partDoc li a:hover .times {
  color: #7d2224;
}

.partDoc li a:hover .titles::after {
  background: #7d2224;
}

/* slide */
.slide-main {
  height: 100%;
  position: relative;
}

.prev,
.next {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 222;
  top: 267px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  _border: 1px solid none;
}

.prev {
  left: 70px;
}

.next {
  right: 70px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.item {
  display: block;
  position: absolute;
  z-index: 124;
  bottom: -38px;
  right: 0;
  left: 0;
  text-align: center;
}

.item a {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.50);
  margin-right: 11px;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
  border-radius: 50%;
}

.item a.cur {
  background: #fff;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.slide-box,
.slide {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-box {
  position: relative;
}

.slide {
  display: none;
  height: 100%;
  background: #ff6900;
  position: relative;
  position: absolute;
  z-index: 8;
}

#bgstylea {
  background: #ff6900;
}

#bgstyleb {
  background: #193d85;
}

#bgstylec {
  background: #000;
}

.slide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.show-item {
  width: 376px;
  height: 152px;
  padding: 24px;
  background: #ffffff;
  margin-top: 32px;
}

.show-item:hover .show-item-title {
  color: #7D2224;
}

.show-item-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.show-item-date {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.show-item-date img {
  width: 20px;
  height: 20px;
}

.show-item-date span {
  font-size: 18px;
  color: #939598;
  line-height: 24px;
  padding-left: 18px;
}

/* 快捷导航 */
.quick-nav {
  height: 344px;
  background-image: url(../images/bg-nav.png);
  background-size: cover;
}

.block-title {
  display: flex;
  align-items: center;
  padding: 64px 0px 48px 0px;
  justify-content: space-between;
}

.title-name {
  font-size: 38px;
}

.nav-box ul {
  height: 128px;
  display: flex;
  padding: 52px 32px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.80);
}

.nav-box li {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.nav-box li span {
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #7d2223;
  border-radius: 2px;
  margin-right: 16px;
  box-sizing: border-box;
}

@-webkit-keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-moz-keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-webkit-keyframes saAni {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes saAni {
  from {
    opacity: 0;
    -moz-transform: scale(0, 0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
  }
}

@keyframes saAni {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.watch-code.code-show {
  display: block;
  animation-name: scode;
  -webkit-animation: scode 0.3s linear 0s normal none;
  -moz-animation: scode 0.3s linear 0s normal none;
  animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
  from {
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform-origin: left bottom;
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform-origin: left bottom;
  }
}

@-moz-keyframes scode {
  from {
    opacity: 0;
    -moz-transform: scale(1, 0);
    transform-origin: left bottom;
  }

  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform-origin: bottom bottom;
  }
}

@keyframes scode {
  from {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: left bottom;
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: left bottom;
  }
}

@-webkit-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-moz-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-webkit-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@-moz-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}

@keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }

  to {
    opacity: 1;
    left: 50%;
  }
}