﻿html {
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
}
* {
  box-sizing: border-box;
}
*:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
img {
  border: 0;
  max-width: 100%;
}
p {
  text-align: justify;
}
.QkI01 {
  background: url(../images/bg01.png) no-repeat left top;
}
.QkI02 {
  background: url(../images/bg02.png) no-repeat left top;
}
.QkI03 {
  background: url(../images/bg03.png) no-repeat left top;
}
.QkI04 {
  background: url(../images/bg04.png) no-repeat left top;
}
.green {
  background: #a5b924;
}
.orange {
  background: #ffad2b;
}
.cyan {
  background: #40c6a5;
}
.blue {
  background: #4f8de0;
}
.Zgreen {
  background: #069b51;
}
.Zorange {
  background: #ffaa19;
}
.Zblue {
  background: #0293df;
}
.grade {
  background: #2f2f2f;
}
a {
  color: #5f3817;
  text-decoration: none;
  transition: 0.5s all ease;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #824b1c;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #666;
}
:focus {
  outline: none;
}
html,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
em {
  font-style: normal;
}
b {
  font-weight: bold;
}
.clearfix {
  content: '';
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none !important;
}
.show {
  display: block;
}
.block {
  display: block;
}
.aling-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
/*��������ʽ*/
*::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #c1c1c1;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ContaineM {
  width: 1200px;
  margin: 0 auto;
}
.Top {
  width: 100%;
  height: 100%;
}
.Top .TopFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #fff;
}
.Top .TopFlex a {
  color: #fff;
  padding: 0 20px;
  border-left: 1px #444444 solid;
  border-right: 1px #444444 solid;
}
.Top .TopFlex a:hover {
  text-decoration: underline;
}
.TopMiddle {
  width: 100%;
  background: #ffffff url(../images/topbg.jpg) no-repeat center top;
}
.TopMiddle .TopMiddleFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px;
}
.TopMiddle .TopMiddleFlex .Logo {
  width: 50%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.TopMiddle .TopMiddleFlex .Logo img {
  border: 0;
  vertical-align: middle;
}
.TopMiddle .TopMiddleFlex .Logo span {
  font-size: 35px;
  color: #9f1f16;
  font-weight: bold;
  padding-left: 15px;
}
.TopMiddle .TopMiddleFlex .Search {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
.TopMiddle .TopMiddleFlex .Search .searchInput {
  width: 70%;
  border: 1px #c1c4cb solid;
  background: transparent;
  padding: 5px 15px;
  font-size: 14px;
  color: #454545;
  height: 40px;
  line-height: 30px;
}
.TopMiddle .TopMiddleFlex .Search .searchBut {
  width: 20%;
  border: 1px #9f1f16 solid;
  background: #9f1f16 url(../images/search.png) no-repeat center center;
  margin-left: -1px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  cursor: pointer;
}
.TopMiddle .TopMiddleFlex .Search .searchBut:hover {
  border: 1px #d32121 solid;
  background: #d32121 url(../images/search.png) no-repeat center center;
}
/*pc  Menu start*/
.Menu {
  width: 100%;
  background: #9f1f16;
}
.Menu .smenu {
  display: none;
}
.Menu .MenuFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1;
}
.Menu .MenuFlex > li {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  /*width: calc(100%/8);*/
  text-align: center;
  flex: 1;
}
.Menu .MenuFlex > li > a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 0;
}
.Menu .MenuFlex > li:before {
  content: "|";
  padding: 0;
  position: absolute;
  left: -3px;
  color: #ffffff;
  top: 15px;
}
.Menu .MenuFlex > li:last-child:after {
  content: "|";
  padding: 0;
  position: absolute;
  right: 0;
  top: 15px;
  color: #ffffff;
}
.Menu .MenuFlex > li:hover,
.Menu .MenuFlex > li.active {
  box-sizing: border-box;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  background: #860e06;
  cursor: pointer;
}
.Menu .MenuFlex > li:hover > a,
.Menu .MenuFlex > li.active > a {
  color: #ffffff;
}
.Menu .MenuFlex > li:hover:before,
.Menu .MenuFlex > li.active:before {
  content: "|";
  padding: 0;
  position: absolute;
  left: 0;
  color: #860e06;
}
.Menu .MenuFlex > li.active + li:before,
.Menu .MenuFlex > li:hover + li:before {
  content: "|";
  padding: 0;
  position: absolute;
  left: -3px;
  color: #860e06;
}
.Menu .MenuFlex .DownMenu {
  width: 100%;
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 10px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.Menu .MenuFlex .DownMenu > li {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333333;
  border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
  box-sizing: border-box;
  font-size: 14px;
}
.Menu .MenuFlex .DownMenu > li a {
  color: #333333;
}
.Menu .MenuFlex .DownMenu > li:hover {
  background: #f9f9f9;
}
.Menu .MenuFlex .DownMenu > li:hover a {
  color: #9f1f16;
}
.Menu .MenuFlex > li:hover .DownMenu {
  display: block;
}
/*pc  Menu end*/
/*手机菜单*/
.header {
  display: none;
}
/*手机菜单*/
.Banner {
  margin-top: 5px;
  width:1920px;
}
.width48 {
  width: 48%;
}
.width49 {
  width: 49%;
}
.width100 {
  width: 100%;
}
.NewsTextList {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/xian.png) no-repeat 50% center;
  flex-wrap: wrap;
}
.NewsTextList .NewsTextListItem {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
}
.NewsTextList .NewsTextListItem .NewsTextListDate {
  width: 10%;
  border: 1px #9f1f16 solid;
  padding: 5px 5px;
  box-sizing: border-box;
}
.NewsTextList .NewsTextListItem .NewsTextListDate dl {
  color: #9f1f16;
  text-align: center;
  width: 100%;
}
.NewsTextList .NewsTextListItem .NewsTextListDate dl dt {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px #9f1f16 solid;
  font-weight: bold;
}
.NewsTextList .NewsTextListItem .NewsTextListDate dl dd {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo {
  width: 87%;
  box-sizing: border-box;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
  margin-bottom: 3px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName span {
  width: 70%;
  color: #000000;
  font-size: 15px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName em {
  width: auto;
  max-width: 30%;
  background: #9f1f16;
  padding: 1px 10px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 8px;
}
.NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListDes {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-column-count: 2;
  opacity: 0.8;
  /*text-align: justify;*/
  color: #999999;
}
.NewsTextList .NewsTextListItem:hover .NewsTextListDate {
  cursor: pointer;
  background: #9f1f16;
}
.NewsTextList .NewsTextListItem:hover .NewsTextListDate dl {
  color: #ffffff;
}
.NewsTextList .NewsTextListItem:hover .NewsTextListDate dl dt {
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}
.NewsTextList .NewsTextListItem:hover .NewsTextListInfo a {
  color: #9f1f16;
}
.NewsTextList .NewsTextListItem:hover .NewsTextListInfo a .NewsTextListDes {
  opacity: 1;
}
.IndexPart {
  width: 100%;
  padding: 30px 0 30px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.IndexPart .LeftPartS {
  width: 48%;
}
.IndexPart .RightPartS {
  width: 49%;
}
.IndexPart .LeftPart {
  width: 79%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.IndexPart .LeftPart .PartModel {
  padding: 15px;
  border: 1px #ebebeb solid;
  border-radius: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.IndexPart .RightPart {
  width: 18%;
}
.WikiList {
  width: 100%;
  padding: 10px 0 30px;
}
.WikiList .WikiListItem {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.WikiList .WikiListItem .NoticePicListPic {
  width: 18%;
  height: auto;
}
.WikiList .WikiListItem .NoticePicListPic a {
  display: block;
}
.WikiList .WikiListItem .NoticePicListPic a img {
  display: block;
  width: auto;
  height: auto;
  box-shadow: 5px 5px 0px 0px #ffffff;
}
.WikiList .WikiListItem .NoticePicListDes {
  width: 78%;
}
.WikiList .WikiListItem .NoticePicListDes a {
  color: #ffffff;
  display: block;
}
.WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
  font-size: 20px;
  margin-bottom: 10px;
}
.WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-column-count: 3;
  color: rgba(255, 255, 255, 0.6);
  text-align: justify;
}
.WikiList .WikiListItem:hover .NoticePicListPic a img {
  box-shadow: 5px 5px 0px 0px #9f1f16;
}
.WikiList .WikiListItem:hover .NoticePicListDes a .NoticePicListDes {
  color: #ffffff;
}
.WikiList .WikiListItem:last-child {
  margin-bottom: 0;
}
.AnnSlider {
  position: relative;
}
.AnnSlider .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.AnnSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 5px;
  border: 2px #ffffff solid;
}
.AnnSlider .swiper-container-horizontal > .swiper-pagination-bullets,
.AnnSlider .swiper-pagination-custom,
.AnnSlider .swiper-pagination-fraction {
  bottom: 15px;
}
.AnnSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.AnnSlider .swiper-pagination-white .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px #9f1f16 solid;
  box-sizing: border-box;
}
.AnnSlider .swiper-pagination-bullet {
  background: transparent;
}
.AnnSlider .AnnSliderPic {
  border-radius: 5px 5px 0 0;
}
.AnnSlider .AnnSliderPic img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
}
.AnnSlider .AnnSliderInfo {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
}
.AnnSlider .AnnSliderInfo .AnnSliderName {
  width: 100%;
}
.AnnSlider .AnnSliderInfo .AnnSliderName p {
  width: 80%;
  font-size: 15px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.IndexMain {
  width: 100%;
  padding: 50px 0 30px;
}
.MainBody {
  width: 100%;
}
.TitleModel {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px #dbdbdb solid;
}
.TitleModel .PartyTitle {
  width: 80%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.TitleModel .PartyTitle .PartyTitleItem {
  color: #9f1f16;
  font-size: 18px;
  margin-right: 25px;
  padding-bottom: 10px;
  border-bottom: 3px transparent solid;
}
.TitleModel .PartyTitle .PartyTitleItem:hover,
.TitleModel .PartyTitle .PartyTitleItem.active {
  cursor: pointer;
  border-bottom: 3px #9f1f16 solid;
}
.TitleModel .PartyMore {
  font-size: 14px;
}
.TitleModel .PartyMore a {
  color: #888888;
}
.TitleModel .PartyMore a:hover {
  color: #333333;
}
.InterviewsParty {
  width: 100%;
}
.InterviewsParty .InterviewsPartyItem {
  margin-bottom: 15px;
  width: 100%;
}
.InterviewsParty .InterviewsPartyItem a {
  display: block;
  width: 100%;
  height: auto;
}
.InterviewsParty .InterviewsPartyItem a h3 {
  font-size: 15px;
  color: #9f1f16;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.InterviewsParty .InterviewsPartyItem a .InterviewsPartyItemDes {
  font-size: 14px;
  color: #707070;
  overflow: hidden;
  height: 78px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
  text-indent: 2em;
}
.InterviewsParty .InterviewsPartyItem:hover a h3 {
  color: #9f1f16;
}
.InterviewsParty .InterviewsPartyItem:hover a .InterviewsPartyItemDes {
  color: #000000;
}
.InterviewsList {
  width: 100%;
}
.InterviewsList .InterviewsItem {
  margin-bottom: 15px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px #dbdbdb dashed;
  padding-bottom: 15px;
}
.InterviewsList .InterviewsItem .InterviewsItemImg {
  width: 140px;
  overflow: hidden;
  position: relative;
}
.InterviewsList .InterviewsItem .InterviewsItemImg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo {
  width: calc(100% - 155px);
}
.InterviewsList .InterviewsItem .InterviewsItemInfo a {
  display: block;
  width: 100%;
  height: auto;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
  font-size: 15px;
  color: #333333;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo a time {
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
  display: block;
}
.InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
  font-size: 12px;
  color: #707070;
  overflow: hidden;
  height: 60px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.InterviewsList .InterviewsItem:hover .InterviewsItemImg {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
  color: #9f1f16;
}
.InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
  color: #999999;
}
.InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
  color: #000000;
}
.InterviewsList .InterviewsItem:last-child {
  margin-bottom: 0px;
}
.ProjectBox {
  box-sizing: border-box;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 15px 0;
}
.ProjectBox .ProjBig {
  width: 45%;
}
.ProjectBox .ProjBig a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ProjectBox .ProjBig a .ProjBigimg {
  width: 100%;
  height: auto;
}
.ProjectBox .ProjBig a .ProjBigimg img {
  width: 100%;
  height: 100%;
}
.ProjectBox .ProjBig a .ProjBigInfo {
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: rgba(0, 0, 0, 0.5);
}
.ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
}
.ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  opacity: 0.8;
}
.ProjectBox .ProjBig a:hover .ProjBigInfo {
  background: rgba(0, 0, 0, 0.8);
}
.ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
  color: #ffffff;
}
.ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
  color: #ffffff;
  opacity: 1;
}
.ProjectBox .ProjSmall {
  width: 53%;
}
.annSection {
  width: 100%;
  margin: 30px 0;
  height: auto;
  overflow: hidden;
  position: relative;
}
.annSection a,
.annSection img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.annSection .annSectionbg img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  width: 150%;
  height: 100%;
  z-index: -1;
}
.annSection:hover img {
  transform: scale(0.99, 0.99);
  -webkit-transform: scale(0.99, 0.99);
  -moz-transform: scale(0.99, 0.99);
  -ms-transform: scale(0.99, 0.99);
}
.PartyTab {
  width: 100%;
}
.PartyTab .PartyUl {
  width: 100%;
}
.PartyTab .PartyList {
  width: 100%;
}
.PartyTab .PartyList .PartyListItem {
  display: none;
}
.PartyTab .PartyList .PartyListItem.active {
  display: block;
}
.NewsListFlex {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.NewsListFlex .NewsList {
  width: 48.5%;
  /*padding-right: 2%;*/
}
.NewsListFlex .NewsList .NewsList_recommend {
  width: 100%;
}
.NewsListFlex .NewsList .NewsList_recommend a {
  display: block;
  width: 100%;
}
.NewsListFlex .NewsList .NewsList_recommend a h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  text-indent: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
  color: #9f1f16;
}
.NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
  color: #000000;
}
.NewsListFlex .NewsListBanner {
  width: 48.5%;
  position: relative;
}
.NewsListFlex .NewsListBanner .hd {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #ffffff;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.NewsListFlex .NewsListBanner .hd .pageState {
  letter-spacing: 5px;
}
.NewsListFlex .NewsListBanner .bd {
  width: 100%;
}
.NewsListFlex .NewsListBanner .bd ul li {
  position: relative;
}
.NewsListFlex .NewsListBanner .bd ul li img {
  display: block;
}
.NewsListFlex .NewsListBanner .bd ul li .information-main-text {
  position: absolute;
  bottom: 0;
  line-height: 50px;
  padding: 0 16px;
  display: block;
  z-index: 2;
  text-align: left;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  box-sizing: border-box;
}
.NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
  width: calc(100% - 50px);
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
  background: #9f1f16;
}
.News_List {
  width: 100%;
}
.News_List ul {
  color: #333;
  padding: 0;
  width: 100%;
}
.News_List ul li {
  height: 32px;
  /*border-bottom: 1px solid #e5e5e5;*/
  line-height: 32px;
  text-align: left;
  list-style-type: disc;
  position: relative;
  display: inline-block;
  width: 100%;
  background: url(../images/listbg.png) no-repeat 0 center;
  padding-left: 25px;
  box-sizing: border-box;
}
.News_List ul li span {
  float: right;
  font-size: 13px;
  color: #999;
  width: 22%;
  text-align: right;
}
.News_List ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 78%;
  float: left;
  font-size: 14px;
  color: #666666;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
}
.News_List ul li a:hover {
  color: #9f1f16;
}
.IndexNewsMain {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 35px;
}
.IndexNewsMain .IndexNewsLeft {
  width: 58%;
}
.IndexNewsMain .IndexNewsRight {
  width: 38%;
}
.NoticeListItem {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #e7e7e7 solid;
}
.NoticeListItem a .NoticeList_Title {
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.NoticeListItem a .NoticeList_TitleLine {
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-align: center;
  border-bottom: 1px #f0f0f0 solid;
  margin-bottom: 10px;
}
.NoticeListItem a .NoticeList_TitleLine:hover {
  color: #9f1f16;
  border-bottom: 1px #9f1f16 dashed;
}
.NoticeListItem a .NoticeList_Des {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  height: 48px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.NoticeListItem a:hover .NoticeList_Title {
  color: #9f1f16;
}
.NoticeListItem a:hover .NoticeList_Time {
  color: #666666;
}
.NoticeListItem a:hover .NoticeList_Des {
  color: #333333;
}
.Quickentry {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
.Quickentry .QuickentryItem {
  width: 25%;
  margin-bottom: 15px;
  background-size: 100% 100%;
  text-align: center;
}
.Quickentry .QuickentryItem a {
  display: block;
  text-align: center;
  padding: 13px 0;
  font-size: 18px;
  color: #333333;
}
.Quickentry .QuickentryItem a .QuickentryImg {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 3px #888888 solid;
  margin: 15px auto 15px;
}
.Quickentry .QuickentryItem a .QuickentryImg em {
  line-height: 96px;
  font-size: 50px;
  color: #888888;
}
.Quickentry .QuickentryItem a p {
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.Quickentry .QuickentryItem a:hover .QuickentryImg {
  border: 3px #9f1f16 solid;
}
.Quickentry .QuickentryItem a:hover .QuickentryImg em {
  color: #9f1f16;
}
.Quickentry .QuickentryItem a:hover p {
  color: #9f1f16;
}
.InsideBanner {
  margin-top: 10px;
  width: 100%;
  height: auto;
}
.InsideBanner a {
  display: block;
}
.InsideBanner img {
  width: 100%;
  height: 100%;
}
.Foot {
  width: 100%;
  padding: 40px 0;
  background: url(../images/bottomBg.jpg) no-repeat center center;
  margin-top: 30px;
}
.Foot .FootFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #ffffff;
}
.Foot .FootFlex .LogoX {
  width: 10%;
}
.Foot .FootFlex .LogoX img {
  width: auto;
  height: auto;
}
.Foot .FootFlex .Fdes {
  width: 58%;
}
.Foot .FootFlex .Fdes p {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.Foot .FootFlex .FCode {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.Foot .FootFlex .FCode .CodeItem {
  /*width:50%;*/
  margin-left: 15px;
  text-align: center;
}
.Foot .FootFlex .FCode .CodeItem img {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
.Foot .FootFlex .FCode .CodeItem p {
  text-align: center;
}
.InsidePart {
  width: 100%;
  padding: 30px 0 0px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.InsidePart .InsideLeftPart {
  width: 20%;
  box-sizing: border-box;
}
.InsidePart .InsideLeftPart .InsideLeftTitle {
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  line-height: 30px;
  padding: 15px 15px 5px;
  background: #9f1f16;
  border-radius: 6px 6px 0 0;
}
.InsidePart .InsideLeftPart .InsideLeftTitle span {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.7;
}
.InsidePart .InsideLeftPart .InsideLeftTitle em {
  font-size: 24px;
  padding-right: 15px;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul {
  width: 100%;
  padding: 0px;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px #ebebeb solid;
  border-right: 1px #ebebeb solid;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 30px;
  color: #161616;
  border-bottom: 1px #ebebeb solid;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
  display: none;
  font-size: 20px;
  color: #ffffff;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
  content: '';
  display: block;
  clear: both;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:first-child a {
  border-top: 1px #ffffff solid;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li.active,
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover {
  border-right: 1px #ffffff solid;
  border-left: 1px #9f1f16 solid;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
  /*background:@bgcolor;*/
  color: #9f1f16;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
  display: block;
  color: #9f1f16;
}
.InsidePart .InsideRightPart {
  width: 76%;
}
.InsidePart .InsideRightPart .LocalLad {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #434343;
  margin-bottom: 15px;
  border-bottom: 1px #ebebeb solid;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #777777;
  width: 70%;
  font-size: 14px;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks a {
  color: #777777;
  padding: 0 5px;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks a:hover {
  color: #152f80;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks span {
  padding: 0 5px;
  color: #9f1f16;
}
.InsidePart .InsideRightPart .LocalLad .LocalTitle {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  border-bottom: 2px #9f1f16 solid;
}
.InsidePart .InsideRightPart .LocalLad .LocalTitle em {
  font-size: 24px;
  color: #9f1f16;
  padding-right: 15px;
  line-height: 40px;
}
.InsidePart .InsideRightPart .ContInfo {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
}
.InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
  font-size: 24px;
  color: #010101;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon {
  padding: 20px 0;
  font-size: 15px;
  line-height: 26px;
  color: #666666;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon p {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  text-indent: 0em;
  margin-bottom: 10px;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
  padding: 10px;
  vertical-align: middle;
  max-width: 100%;
}
.ZSXX-PicNews ul {
  width: 100%;
  padding: 20px 0;
}
.ZSXX-PicNews ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0 25px;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px #ebebeb solid;
}
.ZSXX-PicNews ul li a {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}
.ZSXX-PicNews ul li a .Newsimg {
  width: 20%;
  position: relative;
  overflow: hidden;
}
.ZSXX-PicNews ul li a .Newsimg img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  display: block;
  /*width: auto;*/
  height: auto;
  max-height: 140px;
  width: 100%;
  margin: 0 auto;
}
.ZSXX-PicNews ul li a .Newsinfo {
  padding: 0;
  width: 78%;
}
.ZSXX-PicNews ul li a .Newsinfo .Newsname {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
}
.ZSXX-PicNews ul li a .Newsinfo .Newsdes {
  width: 100%;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  text-align: justify;
  margin: 8px 0;
}
.ZSXX-PicNews ul li a .Newsinfo .Newsdes span {
  color: #0096cc;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #999999;
  margin-left: -10px;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime span {
  padding: 0 10px;
}
.ZSXX-PicNews ul li a:hover {
  overflow: hidden;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.ZSXX-PicNews ul li a:hover .Newsimg img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  overflow: hidden;
}
.ZSXX-PicNews ul li a:hover .Newsname {
  color: #9f1f16;
}
.ZSXX-PicNews ul li a:hover .NewsTime {
  color: #666666;
}
.ZSXX-PicNews ul li a:hover .Newsdes {
  color: #9f1f16;
}
.ZSXX-PicNews ul li a:hover .Newsdes span {
  text-decoration: underline;
}
.ZSXX-News {
  margin-bottom: 30px;
}
.ZSXX-News ul {
  color: #333333;
  padding: 10px 0;
}
.ZSXX-News ul li {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  display: -webkit-flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  list-style-type: disc;
  width: 100%;
}
.ZSXX-News ul li > span {
  float: right;
  font-size: 14px;
  color: #999999;
  width: 20%;
  text-align: right;
}
.ZSXX-News ul li a {
  float: left;
  display: flex;
  display: -webkit-flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}
.ZSXX-News ul li a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 75%;
  font-size: 15px;
  color: #333333;
  height: 44px;
  line-height: 44px;
  display: block;
}
.ZSXX-News ul li a em {
  margin-left: 10px;
  background: #9f1f16;
  border: 1px #9f1f16 solid;
  color: #ffffff;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 10px;
  max-width: calc("25% - 10px");
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ZSXX-News ul li a:hover {
  color: #9f1f16;
}
.ZSXX-News ul li a:hover em {
  background: transparent;
  border: 1px #9f1f16 solid;
  color: #9f1f16;
}
.ZSXX-Detail {
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.ZSXX-Detail .DetailTitle {
  width: 100%;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 8px;
  font-weight: 500;
}
.ZSXX-Detail .DetailTitle span {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  padding: 0px 10px;
}
.ZSXX-Detail .DetailCont {
  padding: 20px 0 50px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}
.ZSXX-Detail .DetailCont p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}
.ZSXX-Detail .DetailCont p img {
  max-width: 100%;
}
.ZSXX-Detail .DetailCont strong {
  display: block;
  font-size: 20px;
  color: #232323;
  margin-top: 15px;
  line-height: 40px;
}
.ZSXX-Detail .DetailCont img {
  max-width: 100%;
  margin: 10px auto;
}
.ZSXX-Detail .pagrnext {
  width: 100%;
  border-top: 1px #e6e6e6 solid;
  padding: 15px 0;
}
.ZSXX-Detail .pagrnext > div {
  width: 100%;
  font-size: 15px;
  color: #000000;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ZSXX-Detail .pagrnext > div a {
  font-size: 15px;
  color: #333333;
}
.ZSXX-Detail .pagrnext > div:hover {
  padding: 0 10px;
  background: #f7f7f7;
  color: #9f1f16;
  cursor: pointer;
}
.ZSXX-Detail .pagrnext > div:hover a {
  color: #9f1f16;
}
/*分页*/
.page {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.page a {
  padding: 6px 15px;
  margin: 0 3px;
  font-size: 16px;
  border: 1px #e9e9e9 solid;
  color: #666666;
  background: #fff;
}
.page a.active,
.page a:hover {
  border: 1px #9f1f16 solid;
  background: #9f1f16;
  color: #fff;
}
.MajorTable {
  width: 100%;
  overflow: auto;
}
.MajorTable .table_list8 {
  margin: 20px auto;
  border-top: 1px #ebebeb solid;
  border-left: 1px #ebebeb solid;
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
}
.MajorTable .table_list8 thead tr th {
  border-right: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  font-weight: 600;
}
.MajorTable .table_list8 tbody tr td {
  padding: 10px 10px;
  color: #333333;
  border-right: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.MajorTable .table_list8 tbody tr td a {
  color: #9f1f16;
}
.MajorTable .table_list8 tbody tr td a:hover {
  text-decoration: underline;
}
.zSMobileContant {
  width: 100%;
  display: none;
}
.zSMobileContant ul {
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zSMobileContant ul li {
  width: calc(23%);
  margin: 10px 1%;
  background: #fff;
  border: 1px #ebebeb solid;
  border-radius: 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.zSMobileContant ul li a {
  color: #333333;
}
.zSMobileContant ul li:hover {
  border: 1px #9f1f16 solid;
  cursor: pointer;
}
.zSMobileContant ul li:hover a {
  color: #9f1f16;
}
.ZSXX-ImgNews ul {
  width: 100%;
  padding: 20px 0;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
}
.ZSXX-ImgNews ul li {
  width: calc(30.33333333%);
  box-sizing: border-box;
  margin: 0px 1.5% 25px;
  overflow: hidden;
}
.ZSXX-ImgNews ul li a {
  width: 100%;
}
.ZSXX-ImgNews ul li a .Newsimg {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 6px;
  background: #e9e9e9;
}
.ZSXX-ImgNews ul li a .Newsimg img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  display: block;
  /*width: auto;*/
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.ZSXX-ImgNews ul li a .Newsinfo {
  padding: 0;
  width: 100%;
}
.ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
  width: 100%;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
.ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
  width: 100%;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #999999;
  font-size: 13px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: none;
}
.ZSXX-ImgNews ul li a .Newsinfo .NewsDes span {
  color: #0096cc;
}
.ZSXX-ImgNews ul li a:hover {
  overflow: hidden;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.ZSXX-ImgNews ul li a:hover .Newsimg img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  overflow: hidden;
}
.ZSXX-ImgNews ul li a:hover .NewsTitle {
  color: #9f1f16;
}
.ZSXX-ImgNews ul li a:hover .NewsDes {
  color: #000000;
}
.ZSXX-ImgNews ul li a:hover .NewsDes span {
  text-decoration: underline;
}
#tagbuttons {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
#tagbuttons button {
  padding: 5px 10px;
  background: #ffffff;
  color: #9f1f16;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px #ebebeb solid;
}
#tagbuttons button:hover,
#tagbuttons button.active {
  cursor: pointer;
  background: #9f1f16;
  border: 1px #9f1f16 solid;
  color: #ffffff;
}
@media (max-width: 1440px) and (min-width: 1201px) {
  .ContaineM {
    width: 1000px;
    margin: 0 auto;
  }
  .AnnSlider {
    position: relative;
    height: 100%;
  }
  .AnnSlider .swiper-container {
    height: 100%;
  }
  .IndexPart {
    align-items: stretch;
  }
  .IndexPart .LeftPartS {
    width: 51%;
  }
  .IndexPart .RightPartS {
    width: 47%;
  }
  .IndexPart .LeftPart {
    width: 79%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPart .PartModel {
    padding: 15px;
    border: 1px #ebebeb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .News_List ul li span {
    font-size: 12px;
    width: 23%;
  }
  .News_List ul li a {
    width: 76%;
    font-size: 13px;
  }
  .NewsTextList {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    background: url(../images/xian.png) no-repeat 50% center;
    flex-wrap: wrap;
  }
  .NewsTextList .NewsTextListItem {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 15px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate {
    width: 12%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo {
    width: 85%;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .ContaineM {
    width: 800px;
    margin: 0 auto;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 70%;
  }
  .TopMiddle .TopMiddleFlex .Logo img {
    width: 50%;
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle .TopMiddleFlex .Logo span {
    font-size: 26px;
  }
  .TopMiddle .TopMiddleFlex .Search {
    width: 30%;
  }
  .TopMiddle .TopMiddleFlex .Search .searchInput {
    width: 70%;
    padding: 5px 15px;
    height: 32px;
    line-height: 22px;
  }
  .TopMiddle .TopMiddleFlex .Search .searchBut {
    height: 32px;
    line-height: 32px;
    background-size: 19px;
  }
  .Menu .smenu {
    display: none;
  }
  .Menu .MenuFlex {
    flex: auto;
  }
  .Menu .MenuFlex > li {
    flex: auto;
  }
  .Menu .MenuFlex > li > a {
    font-size: 1rem;
  }
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  .IndexPart {
    padding: 30px 0 30px;
  }
  .IndexPart .LeftPartS {
    width: 60%;
  }
  .IndexPart .RightPartS {
    width: 38%;
  }
  .IndexPart .LeftPart {
    width: 77%;
  }
  .IndexPart .RightPart {
    width: 20%;
  }
  .IndexMain {
    width: 100%;
    padding: 50px 0 30px;
  }
  .MainBody {
    width: 100%;
  }
  .TitleModel {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .TitleModel .TitleModelName {
    color: #9f1f16;
    font-size: 18px;
    border-bottom: 3px #888888 solid;
    padding-bottom: 5px;
  }
  .TitleModel .TitleModelName em {
    font-size: 16px;
    padding-left: 5px;
  }
  .TitleModel .TitleModelMore {
    font-size: 14px;
  }
  .TitleModel .TitleModelMore a {
    color: #888888;
  }
  .TitleModel .TitleModelMore a:hover {
    color: #9f1f16;
  }
  .InterviewsList .InterviewsItem {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg {
    width: 100px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo {
    width: calc(100% - 115px);
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
    font-size: 15px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 30px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
    font-size: 12px;
    color: #707070;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
    color: #9f1f16;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
    color: #999999;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
    color: #000000;
  }
  .InterviewsList .InterviewsItem:last-child {
    margin-bottom: 0px;
  }
  .ProjectBox {
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 15px 0;
  }
  .ProjectBox .ProjBig {
    width: 45%;
  }
  .ProjectBox .ProjBig a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ProjectBox .ProjBig a .ProjBigimg {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigimg img {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    opacity: 0.8;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo {
    background: rgba(0, 0, 0, 0.8);
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
    color: #ffffff;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
    color: #ffffff;
    opacity: 1;
  }
  .ProjectBox .ProjSmall {
    width: 53%;
  }
  .annSection {
    margin: 10px 0 20px;
  }
  .annSection a,
  .annSection img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .annSection .annSectionbg img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 150%;
    height: 100%;
    z-index: -1;
  }
  .annSection:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
  }
  .NewsListFlex {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .NewsListFlex .NewsList {
    width: 48.5%;
    /*padding-right: 2%;*/
  }
  .NewsListFlex .NewsList .NewsList_recommend {
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a {
    display: block;
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
    color: #9f1f16;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
    color: #000000;
  }
  .NewsListFlex .NewsListBanner {
    width: 48.5%;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #9f1f16;
  }
  .News_List ul li {
    height: 26px;
    /*border-bottom: 1px solid #e5e5e5;*/
    line-height: 26px;
  }
  .News_List ul li span {
    font-size: 12px;
    width: 32%;
  }
  .News_List ul li a {
    width: 68%;
    font-size: 13px;
  }
  .NoticeListItem {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #e7e7e7 solid;
  }
  .NoticeListItem a .NoticeList_Title {
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
  }
  .NoticeListItem a .NoticeList_TitleLine {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: center;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
  }
  .NoticeListItem a .NoticeList_TitleLine:hover {
    color: #9f1f16;
    border-bottom: 1px #9f1f16 dashed;
  }
  .NoticeListItem a .NoticeList_Des {
    font-size: 12px;
    color: #707070;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .NoticeListItem a:hover .NoticeList_Title {
    color: #9f1f16;
  }
  .NoticeListItem a:hover .NoticeList_Time {
    color: #666666;
  }
  .NoticeListItem a:hover .NoticeList_Des {
    color: #333333;
  }
  .Quickentry {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }
  .Quickentry .QuickentryItem {
    width: 25%;
    margin-bottom: 15px;
    background-size: 100% 100%;
    text-align: center;
  }
  .Quickentry .QuickentryItem a {
    display: block;
    text-align: center;
    padding: 13px 0;
    font-size: 18px;
    color: #333333;
  }
  .Quickentry .QuickentryItem a .QuickentryImg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px #888888 solid;
    margin: 15px auto 15px;
  }
  .Quickentry .QuickentryItem a .QuickentryImg em {
    line-height: 96px;
    font-size: 50px;
    color: #888888;
  }
  .Quickentry .QuickentryItem a p {
    text-align: center;
    font-size: 16px;
    color: #333333;
  }
  .Quickentry .QuickentryItem a:hover .QuickentryImg {
    border: 3px #9f1f16 solid;
  }
  .Quickentry .QuickentryItem a:hover .QuickentryImg em {
    color: #9f1f16;
  }
  .Quickentry .QuickentryItem a:hover p {
    color: #9f1f16;
  }
  .InsideBanner {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .InsideBanner a {
    display: block;
  }
  .InsideBanner img {
    width: 100%;
    height: 100%;
  }
  .Foot .FootFlex .Fdes {
    width: 55%;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 14px;
  }
  .InsidePart {
    padding: 30px 0 50px;
  }
  .InsidePart .InsideLeftPart {
    width: 25%;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    font-size: 18px;
    color: #ffffff;
    padding: 15px 20px;
    background: #9f1f16;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle em {
    font-size: 24px;
    padding-right: 15px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
    padding: 0px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: 100%;
    box-sizing: border-box;
    border-left: 1px #ebebeb solid;
    border-right: 1px #ebebeb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 30px;
    color: #161616;
    border-bottom: 1px #ebebeb solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
    display: none;
    font-size: 20px;
    color: #ffffff;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
    content: '';
    display: block;
    clear: both;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:first-child a {
    border-top: 1px #ffffff solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover {
    border-right: 1px #ffffff solid;
    border-left: 1px #9f1f16 solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
    /*background:@bgcolor;*/
    color: #9f1f16;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
    display: block;
    color: #9f1f16;
  }
  .InsidePart .InsideRightPart {
    width: 72%;
  }
  .InsidePart .InsideRightPart .LocalLad {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 10px 0;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .ZSXX-PicNews ul li {
    margin: 0px 0 20px;
    padding-bottom: 20px;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 30%;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 68%;
  }
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*分页*/
  .page a {
    font-size: 14px;
  }
  .MajorTable {
    width: 100%;
    overflow: auto;
  }
  .MajorTable .table_list8 thead tr th {
    font-size: 15px;
  }
  .MajorTable .table_list8 tbody tr td {
    font-size: 14px;
  }
  .zSMobileContant {
    display: none;
  }
  .ZSXX-ImgNews ul {
    width: 100%;
    padding: 20px 0;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
  }
  .ZSXX-ImgNews ul li {
    width: calc(30.33333333%);
    box-sizing: border-box;
    margin: 0px 1.5% 25px;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a {
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-ImgNews ul li a .Newsinfo {
    padding: 0;
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999999;
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .ZSXX-ImgNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-ImgNews ul li a:hover .Newsimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a:hover .NewsTitle {
    color: #9f1f16;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes {
    color: #000000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .InterviewsParty .InterviewsPartyItem {
    margin-bottom: 5px;
  }
  .InterviewsParty .InterviewsPartyItem a {
    display: block;
    width: 100%;
    height: auto;
  }
  .InterviewsParty .InterviewsPartyItem a .InterviewsPartyItemDes {
    font-size: 14px;
    color: #707070;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
    text-indent: 0em;
  }
  .InterviewsParty .InterviewsPartyItem:hover a h3 {
    color: #9f1f16;
  }
  .InterviewsParty .InterviewsPartyItem:hover a .InterviewsPartyItemDes {
    color: #000000;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .ContaineM {
    width: 680px;
    margin: 0 auto;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 70%;
  }
  .TopMiddle .TopMiddleFlex .Logo img {
    width: 50%;
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle .TopMiddleFlex .Logo span {
    font-size: 26px;
  }
  .TopMiddle .TopMiddleFlex .Search {
    width: 30%;
  }
  .TopMiddle .TopMiddleFlex .Search .searchInput {
    width: 70%;
    padding: 5px 15px;
    height: 32px;
    line-height: 22px;
  }
  .TopMiddle .TopMiddleFlex .Search .searchBut {
    height: 32px;
    line-height: 32px;
    background-size: 19px;
  }
  .Menu .smenu {
    display: none;
  }
  .Menu .MenuFlex > li {
    flex: auto;
  }
  .Menu .MenuFlex > li > a {
    font-size: 0.8rem;
  }
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  .MainBody {
    width: 100%;
  }
  .InterviewsList .InterviewsItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg {
    width: 100px;
    overflow: hidden;
    position: relative;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo {
    width: calc(100% - 115px);
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
    font-size: 14px;
    margin-bottom: 0px;
    height: 26px;
    line-height: 26px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
    font-size: 12px;
    color: #707070;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
    color: #9f1f16;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
    color: #999999;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
    color: #000000;
  }
  .InterviewsList .InterviewsItem:last-child {
    margin-bottom: 0px;
  }
  .ProjectBox {
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 15px 0;
  }
  .ProjectBox .ProjBig {
    width: 45%;
  }
  .ProjectBox .ProjBig a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ProjectBox .ProjBig a .ProjBigimg {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigimg img {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    opacity: 0.8;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo {
    background: rgba(0, 0, 0, 0.8);
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
    color: #ffffff;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
    color: #ffffff;
    opacity: 1;
  }
  .ProjectBox .ProjSmall {
    width: 53%;
  }
  .annSection {
    width: 100%;
    margin: 30px 0;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .annSection a,
  .annSection img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .annSection .annSectionbg img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 150%;
    height: 100%;
    z-index: -1;
  }
  .annSection:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
  }
  .NewsListFlex {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .NewsListFlex .NewsList {
    width: 48.5%;
    /*padding-right: 2%;*/
  }
  .NewsListFlex .NewsList .NewsList_recommend {
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a {
    display: block;
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
    color: #9f1f16;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
    color: #000000;
  }
  .NewsListFlex .NewsListBanner {
    width: 48.5%;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #9f1f16;
  }
  .News_List ul li {
    height: 26px;
    /*border-bottom: 1px solid #e5e5e5;*/
    line-height: 26px;
  }
  .News_List ul li span {
    font-size: 10px;
    width: 32%;
  }
  .News_List ul li a {
    width: 68%;
    font-size: 12px;
  }
  .NoticeListItem a .NoticeList_Title {
    font-size: 15px;
  }
  .NoticeListItem a .NoticeList_TitleLine {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .NoticeListItem a .NoticeList_Des {
    font-size: 12px;
    color: #707070;
    line-height: 18px;
    height: 36px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .NoticeListItem a:hover .NoticeList_Title {
    color: #9f1f16;
  }
  .NoticeListItem a:hover .NoticeList_Time {
    color: #666666;
  }
  .NoticeListItem a:hover .NoticeList_Des {
    color: #333333;
  }
  .Quickentry {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }
  .Quickentry .QuickentryItem {
    width: 25%;
    margin-bottom: 15px;
    background-size: 100% 100%;
    text-align: center;
  }
  .Quickentry .QuickentryItem a {
    display: block;
    text-align: center;
    padding: 13px 0;
    font-size: 18px;
    color: #333333;
  }
  .Quickentry .QuickentryItem a .QuickentryImg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px #888888 solid;
    margin: 15px auto 15px;
  }
  .Quickentry .QuickentryItem a .QuickentryImg em {
    line-height: 96px;
    font-size: 50px;
    color: #888888;
  }
  .Quickentry .QuickentryItem a p {
    text-align: center;
    font-size: 16px;
    color: #333333;
  }
  .Quickentry .QuickentryItem a:hover .QuickentryImg {
    border: 3px #9f1f16 solid;
  }
  .Quickentry .QuickentryItem a:hover .QuickentryImg em {
    color: #9f1f16;
  }
  .Quickentry .QuickentryItem a:hover p {
    color: #9f1f16;
  }
  .InsideBanner {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .InsideBanner a {
    display: block;
  }
  .InsideBanner img {
    width: 100%;
    height: 100%;
  }
  .Foot .FootFlex .Fdes {
    width: 55%;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 14px;
  }
  .InsidePart {
    padding: 30px 0 50px;
  }
  .InsidePart .InsideLeftPart {
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    width: 100%;
    font-size: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 30px;
    padding: 15px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle span {
    font-size: 1.5rem;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
  .InsidePart .InsideRightPart {
    width: 72%;
  }
  .InsidePart .InsideRightPart .LocalLad {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 10px 0;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .ZSXX-PicNews ul li {
    margin: 0px 0 20px;
    padding-bottom: 20px;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 30%;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 68%;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsname {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsdes {
    font-size: 14px;
    margin: 0px 0 5px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #999999;
    margin-left: -10px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime span {
    padding: 0 10px;
  }
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .DetailTitle {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding: 0px 10px;
  }
  .ZSXX-Detail .DetailCont {
    padding: 15px 0 30px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*分页*/
  .page a {
    font-size: 14px;
  }
  .MajorTable {
    width: 100%;
    overflow: auto;
  }
  .MajorTable .table_list8 thead tr th {
    font-size: 15px;
  }
  .MajorTable .table_list8 tbody tr td {
    font-size: 14px;
  }
  .zSMobileContant {
    display: none;
  }
  .ZSXX-ImgNews ul {
    width: 100%;
    padding: 20px 0;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
  }
  .ZSXX-ImgNews ul li {
    width: calc(47%);
    box-sizing: border-box;
    margin: 0px 1.5% 25px;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a {
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-ImgNews ul li a .Newsinfo {
    padding: 0;
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999999;
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .ZSXX-ImgNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-ImgNews ul li a:hover .Newsimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a:hover .NewsTitle {
    color: #9f1f16;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes {
    color: #000000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .IndexPart {
    align-items: stretch;
  }
  .IndexPart .LeftPartS {
    width: 56%;
  }
  .IndexPart .RightPartS {
    width: 40%;
  }
  .IndexPart .LeftPart {
    width: 79%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPart .PartModel {
    padding: 15px;
    border: 1px #ebebeb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .InterviewsParty .InterviewsPartyItem {
    margin-bottom: 0px;
  }
  .InterviewsParty .InterviewsPartyItem a .InterviewsPartyItemDes {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0px;
    text-indent: 0em;
  }
  .InterviewsParty .InterviewsPartyItem:hover a h3 {
    color: #9f1f16;
  }
  .InterviewsParty .InterviewsPartyItem:hover a .InterviewsPartyItemDes {
    color: #000000;
  }
  .AnnSlider {
    position: relative;
    height: 100%;
  }
  .AnnSlider .swiper-container {
    height: 100%;
  }
  .AnnSlider .AnnSliderInfo {
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    position: absolute;
    background: #000000;
    left: 0;
    bottom: 0;
  }
  .AnnSlider .AnnSliderInfo .AnnSliderName {
    width: 100%;
  }
  .AnnSlider .AnnSliderInfo .AnnSliderName p {
    width: 70%;
    font-size: 15px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .TitleModel {
    margin-bottom: 15px;
  }
  .TitleModel .PartyTitle {
    width: 80%;
  }
  .TitleModel .PartyTitle .PartyTitleItem {
    color: #9f1f16;
    font-size: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
    border-bottom: 3px transparent solid;
  }
  .TitleModel .PartyTitle .PartyTitleItem:hover,
  .TitleModel .PartyTitle .PartyTitleItem.active {
    cursor: pointer;
    border-bottom: 3px #9f1f16 solid;
  }
  .TitleModel .PartyMore {
    font-size: 14px;
  }
  .TitleModel .PartyMore a {
    color: #888888;
  }
  .TitleModel .PartyMore a:hover {
    color: #333333;
  }
  .ZSXX-News {
    margin-bottom: 30px;
  }
  .ZSXX-News ul {
    color: #333333;
    padding: 10px 0;
  }
  .ZSXX-News ul li {
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    text-align: left;
    list-style-type: disc;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .ZSXX-News ul li span {
    float: right;
    font-size: 13px;
    color: #999999;
    width: 20%;
    text-align: right;
  }
  .ZSXX-News ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    float: left;
    font-size: 15px;
    color: #333333;
    height: 44px;
    line-height: 44px;
  }
  .ZSXX-News ul li a em {
    color: #333333;
    padding-right: 10px;
  }
  .ZSXX-News ul li a:hover {
    color: #9f1f16;
  }
  .ZSXX-News ul li a:hover em {
    color: #9f1f16;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .width49 {
    width: 100%;
  }
  .Menu {
    display: none;
  }
  /*手机菜单*/
  .header {
    position: fixed;
    height: 70px;
    background: #9f1f16;
    background-size: cover;
    display: block;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999999999999;
    box-sizing: border-box;
  }
  .header .logo {
    display: inline-block;
    width: 70%;
    height: 70px;
    padding: 5px 0 0 0px;
    font-size: 2rem;
    color: #ffffff;
    box-sizing: border-box;
  }
  .header .logo img {
    width: 50%;
    vertical-align: middle;
    margin-right: 10px;
  }
  /*手机菜单*/
  .Search {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
  }
  .Search .searchInput {
    width: 100%;
    border: 1px #ffffff solid;
    background: transparent;
    padding: 2px 15px;
    font-size: 14px;
    color: #ffffff;
    height: 34px;
    line-height: 30px;
    border-radius: 20px;
  }
  .Search .searchBut {
    width: 15%;
    border: 0;
    background: transparent url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 34px;
    line-height: 34px;
    font-size: 0;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 5px;
    background-size: 18px;
  }
  .Search .searchBut:hover {
    border: 1px #9f1f16 solid;
    background: #9f1f16 url(../images/search.png) no-repeat center center;
  }
  .TopMiddle {
    display: none;
  }
  .Top {
    display: none;
  }
  .IndexPart {
    padding: 20px 0;
    align-items: stretch;
  }
  .IndexPart .LeftPartS {
    width: 56%;
  }
  .IndexPart .RightPartS {
    width: 40%;
  }
  .IndexPart .LeftPart {
    width: 79%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPart .PartModel {
    padding: 15px;
    border: 1px #ebebeb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .InterviewsParty .InterviewsPartyItem {
    margin-bottom: 0px;
  }
  .InterviewsParty .InterviewsPartyItem a .InterviewsPartyItemDes {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0px;
    text-indent: 0em;
  }
  .InterviewsParty .InterviewsPartyItem:hover a h3 {
    color: #9f1f16;
  }
  .InterviewsParty .InterviewsPartyItem:hover a .InterviewsPartyItemDes {
    color: #000000;
  }
  .AnnSlider {
    position: relative;
    height: 100%;
  }
  .AnnSlider .swiper-container {
    height: 100%;
  }
  .AnnSlider .AnnSliderInfo {
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    position: absolute;
    background: #000000;
    left: 0;
    bottom: 0;
  }
  .AnnSlider .AnnSliderInfo .AnnSliderName {
    width: 100%;
  }
  .AnnSlider .AnnSliderInfo .AnnSliderName p {
    width: 70%;
    font-size: 15px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .TitleModel {
    margin-bottom: 15px;
  }
  .TitleModel .PartyTitle {
    width: 80%;
  }
  .TitleModel .PartyTitle .PartyTitleItem {
    color: #9f1f16;
    font-size: 15px;
    margin-right: 15px;
    padding-bottom: 8px;
    border-bottom: 3px transparent solid;
  }
  .TitleModel .PartyTitle .PartyTitleItem:hover,
  .TitleModel .PartyTitle .PartyTitleItem.active {
    cursor: pointer;
    border-bottom: 3px #9f1f16 solid;
  }
  .TitleModel .PartyMore {
    font-size: 14px;
  }
  .TitleModel .PartyMore a {
    color: #888888;
  }
  .TitleModel .PartyMore a:hover {
    color: #333333;
  }
  .IndexMain {
    width: 100%;
    padding: 15px 0 30px;
  }
  .MainBody {
    width: 100%;
  }
  .InterviewsList .InterviewsItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemImg {
    width: 100px;
    overflow: hidden;
    position: relative;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo {
    width: calc(100% - 115px);
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a h3 {
    font-size: 14px;
    margin-bottom: 0px;
    height: 26px;
    line-height: 26px;
  }
  .InterviewsList .InterviewsItem .InterviewsItemInfo a .InterviewsItemDes {
    font-size: 12px;
    color: #707070;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemImg img {
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a h3 {
    color: #9f1f16;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a time {
    color: #999999;
  }
  .InterviewsList .InterviewsItem:hover .InterviewsItemInfo a .InterviewsItemDes {
    color: #000000;
  }
  .InterviewsList .InterviewsItem:last-child {
    margin-bottom: 0px;
  }
  .ProjectBox {
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 15px 0;
  }
  .ProjectBox .ProjBig {
    width: 45%;
  }
  .ProjectBox .ProjBig a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ProjectBox .ProjBig a .ProjBigimg {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigimg img {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    opacity: 0.8;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo {
    background: rgba(0, 0, 0, 0.8);
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
    color: #ffffff;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
    color: #ffffff;
    opacity: 1;
  }
  .ProjectBox .ProjSmall {
    width: 53%;
  }
  .annSection {
    width: 100%;
    margin: 30px 0;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .annSection a,
  .annSection img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .annSection .annSectionbg img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 150%;
    height: 100%;
    z-index: -1;
  }
  .annSection:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
  }
  .NewsListFlex {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .NewsListFlex .NewsList {
    width: 48.5%;
    /*padding-right: 2%;*/
  }
  .NewsListFlex .NewsList .NewsList_recommend {
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a {
    display: block;
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
    color: #9f1f16;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
    color: #000000;
  }
  .NewsListFlex .NewsListBanner {
    width: 48.5%;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #9f1f16;
  }
  .News_List ul li {
    padding-left: 25px;
    height: 32px;
    line-height: 32px;
  }
  .News_List ul li span {
    font-size: 12px;
    width: 23%;
    display: none;
  }
  .News_List ul li a {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 32px;
  }
  .NoticeListItem {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e7e7e7 solid;
  }
  .NoticeListItem a .NoticeList_Title {
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
  }
  .NoticeListItem a .NoticeList_TitleLine {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: center;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
  }
  .NoticeListItem a .NoticeList_TitleLine:hover {
    color: #9f1f16;
    border-bottom: 1px #9f1f16 dashed;
  }
  .NoticeListItem a .NoticeList_Des {
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .NoticeListItem a:hover .NoticeList_Title {
    color: #9f1f16;
  }
  .NoticeListItem a:hover .NoticeList_Time {
    color: #666666;
  }
  .NoticeListItem a:hover .NoticeList_Des {
    color: #333333;
  }
  .Quickentry {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }
  .Quickentry .QuickentryItem {
    width: 25%;
    margin-bottom: 15px;
    background-size: 100% 100%;
    text-align: center;
  }
  .Quickentry .QuickentryItem a {
    display: block;
    text-align: center;
    padding: 13px 0;
    font-size: 18px;
    color: #333333;
  }
  .Quickentry .QuickentryItem a .QuickentryImg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px #888888 solid;
    margin: 15px auto 15px;
  }
  .Quickentry .QuickentryItem a .QuickentryImg em {
    line-height: 96px;
    font-size: 50px;
    color: #888888;
  }
  .Quickentry .QuickentryItem a p {
    text-align: center;
    font-size: 16px;
    color: #333333;
  }
  .Quickentry .QuickentryItem a:hover .QuickentryImg {
    border: 3px #9f1f16 solid;
  }
  .Quickentry .QuickentryItem a:hover .QuickentryImg em {
    color: #9f1f16;
  }
  .Quickentry .QuickentryItem a:hover p {
    color: #9f1f16;
  }
  .InsideBanner {
    margin-top: 70px;
    width: 100%;
    height: auto;
  }
  .InsideBanner a {
    display: none;
  }
  .Foot {
    padding: 20px 0;
    background-size: cover;
  }
  .Foot .FootFlex {
    flex-wrap: wrap;
  }
  .Foot .FootFlex .LogoX {
    display: none;
    width: 15%;
  }
  .Foot .FootFlex .LogoX img {
    width: auto;
    height: auto;
  }
  .Foot .FootFlex .Fdes {
    width: 70%;
    margin-bottom: 10px;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 1rem;
  }
  .Foot .FootFlex .FCode {
    width: 30%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
  }
  .Foot .FootFlex .FCode .CodeItem {
    /*width:50%;*/
    margin-left: 15px;
    text-align: center;
  }
  .Foot .FootFlex .FCode .CodeItem img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }
  .Foot .FootFlex .FCode .CodeItem p {
    text-align: center;
  }
  .InsidePart {
    padding: 15px 0 0px;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    width: 100%;
    font-size: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    line-height: 30px;
    padding: 15px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle span {
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: calc(33.33333333%);
    box-sizing: border-box;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
  .InsidePart .InsideRightPart {
    width: 100%;
  }
  .InsidePart .InsideRightPart .LocalLad {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 10px 0;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .zSContant {
    display: none;
  }
  .ZSXX-PicNews ul {
    padding: 20px 0 0;
  }
  .ZSXX-PicNews ul li {
    margin: 0px 0 20px;
    padding-bottom: 20px;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 28%;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 70%;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsname {
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsdes {
    height: 52px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #999999;
    margin: 0px 0 5px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    color: #999999;
    margin-left: -10px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime span {
    padding: 0 10px;
  }
  .ZSXX-News {
    margin-bottom: 0px;
  }
  .ZSXX-News ul li > span {
    font-size: 1.2rem;
    width: 25%;
  }
  .ZSXX-News ul li a {
    width: 75%;
    padding: 5px 0;
  }
  .ZSXX-News ul li a > span {
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
  .ZSXX-Detail {
    padding-bottom: 0;
  }
  .ZSXX-Detail .DetailTitle {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 0.8rem;
  }
  .ZSXX-Detail .DetailCont {
    padding: 20px 0 30px;
    font-size: 1rem;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*分页*/
  .page a {
    padding: 3px 10px;
    font-size: 1rem;
    font-size: 14px;
  }
  .MajorTable {
    width: 100%;
    overflow: auto;
  }
  .MajorTable .table_list8 thead tr th {
    font-size: 1.3rem;
  }
  .MajorTable .table_list8 tbody tr td {
    font-size: 1rem;
  }
  .zSMobileContant {
    display: block;
  }
  .ZSXX-ImgNews ul {
    width: 100%;
    padding: 20px 0;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
  }
  .ZSXX-ImgNews ul li {
    width: calc(30.33333333%);
    box-sizing: border-box;
    margin: 0px 1.5% 25px;
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a {
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsinfo {
    padding: 0;
    width: 100%;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #666666;
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .ZSXX-ImgNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-ImgNews ul li a:hover .Newsimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    overflow: hidden;
  }
  .ZSXX-ImgNews ul li a:hover .NewsTitle {
    color: #9f1f16;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes {
    color: #000000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .Banner {
    margin-top: 80px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate {
    width: 18%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dt {
    font-size: 20px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dd {
    font-size: 14px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo {
    width: 79%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
    font-size: 15px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListDes {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .width49 {
    width: 100%;
  }
  .Menu {
    display: none;
  }
  /*手机菜单*/
  .header {
    position: fixed;
    height: 50px;
    background: #9f1f16;
    background-size: cover;
    display: block;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999999999999;
    box-sizing: border-box;
  }
  .header .logo {
    display: inline-block;
    width: 70%;
    height: 50px;
    padding: 8px 0 0 10px;
    font-size: 1.5rem;
    color: #ffffff;
  }
  .header .logo img {
    width: 55%;
    vertical-align: middle;
    margin-right: 10px;
  }
  /*手机菜单*/
  .Search {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
  }
  .Search .searchInput {
    width: 100%;
    border: 1px #ffffff solid;
    background: transparent;
    padding: 2px 15px;
    font-size: 14px;
    color: #ffffff;
    height: 34px;
    line-height: 30px;
    border-radius: 20px;
  }
  .Search .searchBut {
    width: 15%;
    border: 0;
    background: transparent url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 34px;
    line-height: 34px;
    font-size: 0;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 5px;
    background-size: 18px;
  }
  .Search .searchBut:hover {
    border: 1px #9f1f16 solid;
    background: #9f1f16 url(../images/search.png) no-repeat center center;
  }
  .TopMiddle {
    display: none;
  }
  .Top {
    display: none;
  }
  .IndexPart {
    padding: 20px 0;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPartS {
    width: 100%;
    margin-bottom: 15px;
  }
  .IndexPart .RightPartS {
    width: 100%;
  }
  .IndexPart .LeftPart {
    width: 79%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .IndexPart .LeftPart .PartModel {
    padding: 15px;
    border: 1px #ebebeb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .IndexNewsMain {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .IndexNewsMain .IndexNewsLeft {
    width: 100%;
    margin-bottom: 10px;
  }
  .IndexNewsMain .IndexNewsRight {
    width: 100%;
  }
  .InterviewsParty .InterviewsPartyItem {
    margin-bottom: 0px;
  }
  .InterviewsParty .InterviewsPartyItem a .InterviewsPartyItemDes {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0px;
    text-indent: 0em;
  }
  .InterviewsParty .InterviewsPartyItem:hover a h3 {
    color: #9f1f16;
  }
  .InterviewsParty .InterviewsPartyItem:hover a .InterviewsPartyItemDes {
    color: #000000;
  }
  .AnnSlider {
    position: relative;
    height: 100%;
  }
  .AnnSlider .swiper-container {
    height: 100%;
  }
  .AnnSlider .AnnSliderInfo {
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    position: absolute;
    background: #000000;
    left: 0;
    bottom: 0;
  }
  .AnnSlider .AnnSliderInfo .AnnSliderName {
    width: 100%;
  }
  .AnnSlider .AnnSliderInfo .AnnSliderName p {
    width: 70%;
    font-size: 15px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .TitleModel {
    margin-bottom: 15px;
  }
  .TitleModel .PartyTitle {
    width: 80%;
  }
  .TitleModel .PartyTitle .PartyTitleItem {
    color: #9f1f16;
    font-size: 15px;
    margin-right: 15px;
    padding-bottom: 8px;
    border-bottom: 3px transparent solid;
  }
  .TitleModel .PartyTitle .PartyTitleItem:hover,
  .TitleModel .PartyTitle .PartyTitleItem.active {
    cursor: pointer;
    border-bottom: 3px #9f1f16 solid;
  }
  .TitleModel .PartyMore {
    font-size: 14px;
  }
  .TitleModel .PartyMore a {
    color: #888888;
  }
  .TitleModel .PartyMore a:hover {
    color: #333333;
  }
  .IndexMain {
    width: 100%;
    padding: 15px 0 30px;
  }
  .MainBody {
    width: 100%;
  }
  .ProjectBox {
    flex-wrap: wrap;
  }
  .ProjectBox .ProjBig {
    width: 100%;
    margin-bottom: 15px;
  }
  .ProjectBox .ProjBig a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ProjectBox .ProjBig a .ProjBigimg {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigimg img {
    width: 100%;
    height: 100%;
  }
  .ProjectBox .ProjBig a .ProjBigInfo {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigName {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .ProjectBox .ProjBig a .ProjBigInfo .ProjBigDes {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    opacity: 0.8;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo {
    background: rgba(0, 0, 0, 0.8);
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigName {
    color: #ffffff;
  }
  .ProjectBox .ProjBig a:hover .ProjBigInfo .ProjBigDes {
    color: #ffffff;
    opacity: 1;
  }
  .ProjectBox .ProjSmall {
    width: 100%;
  }
  .annSection {
    width: 100%;
    margin: 0 0 15px;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .annSection a,
  .annSection img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .annSection .annSectionbg img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 150%;
    height: 100%;
    z-index: -1;
  }
  .annSection:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
  }
  .NewsListFlex {
    flex-wrap: wrap;
  }
  .NewsListFlex .NewsList {
    width: 100%;
    /*padding-right: 2%;*/
    margin-bottom: 15px;
  }
  .NewsListFlex .NewsList .NewsList_recommend {
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a {
    display: block;
    width: 100%;
  }
  .NewsListFlex .NewsList .NewsList_recommend a h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsList .NewsList_recommend a .NewsList_recommend_des {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover h3 {
    color: #9f1f16;
  }
  .NewsListFlex .NewsList .NewsList_recommend a:hover .NewsList_recommend_des {
    color: #000000;
  }
  .NewsListFlex .NewsListBanner {
    width: 100%;
    position: relative;
  }
  .NewsListFlex .NewsListBanner .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .NewsListFlex .NewsListBanner .hd .pageState {
    letter-spacing: 5px;
  }
  .NewsListFlex .NewsListBanner .bd {
    width: 100%;
  }
  .NewsListFlex .NewsListBanner .bd ul li {
    position: relative;
  }
  .NewsListFlex .NewsListBanner .bd ul li img {
    display: block;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text a {
    width: calc(100% - 50px);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .NewsListFlex .NewsListBanner .bd ul li .information-main-text:hover {
    background: #9f1f16;
  }
  .News_List {
    margin-bottom: 20px;
  }
  .News_List ul {
    color: #333;
    padding: 0;
    width: 100%;
  }
  .News_List ul li {
    height: 30px;
    /*border-bottom: 1px solid #e5e5e5;*/
    line-height: 30px;
    text-align: left;
    list-style-type: disc;
    position: relative;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    background: url(../images/listbg.png) no-repeat 0 center;
    padding-left: 25px;
    box-sizing: border-box;
  }
  .News_List ul li span {
    float: right;
    font-size: 12px;
    color: #999;
    width: 30%;
    text-align: right;
  }
  .News_List ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    float: left;
    font-size: 14px;
    color: #666666;
    height: 30px;
    line-height: 30px;
  }
  .News_List ul li a:hover {
    color: #9f1f16;
  }
  .NoticeListItem {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e7e7e7 solid;
  }
  .NoticeListItem a .NoticeList_Title {
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
  }
  .NoticeListItem a .NoticeList_TitleLine {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: center;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
  }
  .NoticeListItem a .NoticeList_TitleLine:hover {
    color: #9f1f16;
    border-bottom: 1px #9f1f16 dashed;
  }
  .NoticeListItem a .NoticeList_Des {
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .NoticeListItem a:hover .NoticeList_Title {
    color: #9f1f16;
  }
  .NoticeListItem a:hover .NoticeList_Time {
    color: #666666;
  }
  .NoticeListItem a:hover .NoticeList_Des {
    color: #333333;
  }
  .Quickentry {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }
  .Quickentry .QuickentryItem {
    width: 25%;
    margin-bottom: 15px;
    background-size: 100% 100%;
    text-align: center;
  }
  .Quickentry .QuickentryItem a {
    display: block;
    text-align: center;
    padding: 13px 0;
    font-size: 18px;
    color: #333333;
  }
  .Quickentry .QuickentryItem a .QuickentryImg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 3px #888888 solid;
    margin: 15px auto 15px;
  }
  .Quickentry .QuickentryItem a .QuickentryImg em {
    line-height: 76px;
    font-size: 40px;
    color: #888888;
  }
  .Quickentry .QuickentryItem a p {
    text-align: center;
    font-size: 16px;
  }
  .InsideBanner {
    margin-top: 50px;
    width: 100%;
    height: auto;
  }
  .InsideBanner a {
    display: none;
  }
  .Foot {
    padding: 20px 0;
    background-size: cover;
  }
  .Foot .FootFlex {
    flex-wrap: wrap;
  }
  .Foot .FootFlex .LogoX {
    display: none;
    width: 15%;
  }
  .Foot .FootFlex .LogoX img {
    width: auto;
    height: auto;
  }
  .Foot .FootFlex .Fdes {
    width: 100%;
    margin-bottom: 10px;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 1rem;
  }
  .Foot .FootFlex .FCode {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
  }
  .Foot .FootFlex .FCode .CodeItem {
    /*width:50%;*/
    margin-left: 15px;
    text-align: center;
  }
  .Foot .FootFlex .FCode .CodeItem img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }
  .Foot .FootFlex .FCode .CodeItem p {
    text-align: center;
  }
  .InsidePart {
    padding: 20px 0 0px;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    width: 100%;
    font-size: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    line-height: 30px;
    padding: 15px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle span {
    font-size: 1.5rem;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: 50%;
    box-sizing: border-box;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
  .InsidePart .InsideRightPart {
    width: 100%;
  }
  .InsidePart .InsideRightPart .LocalLad {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 15px;
    border-bottom: 1px #ebebeb solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #777777;
    width: 100%;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a {
    color: #777777;
    padding: 0 5px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a:hover {
    color: #152f80;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks span {
    padding: 0 5px;
    color: #9f1f16;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    display: none;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    border-bottom: 2px #9f1f16 solid;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle em {
    font-size: 24px;
    color: #9f1f16;
    padding-right: 15px;
    line-height: 40px;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 24px;
    color: #010101;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 20px 0;
    font-size: 15px;
    line-height: 26px;
    color: #666666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .zSContant {
    display: none;
  }
  .ZSXX-PicNews ul {
    padding: 5px 0 0;
  }
  .ZSXX-PicNews ul li {
    margin: 0px 0 20px;
    padding-bottom: 20px;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 32%;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 66%;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsname {
    height: 24px;
    line-height: 24px;
    font-size: 1.3rem;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsdes {
    height: 40px;
    line-height: 20px;
    font-size: 1rem;
    color: #999999;
    margin: 0px 0 2px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    color: #999999;
    margin-left: -10px;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime span {
    padding: 0 10px;
  }
  .ZSXX-News {
    margin-bottom: 0px;
  }
  .ZSXX-News ul li > span {
    font-size: 1.3rem;
    width: 25%;
    display: none;
  }
  .ZSXX-News ul li a {
    width: 100%;
    padding: 5px 0;
  }
  .ZSXX-News ul li a > span {
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
  .ZSXX-Detail {
    padding-bottom: 0;
  }
  .ZSXX-Detail .DetailTitle {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 0.8rem;
  }
  .ZSXX-Detail .DetailCont {
    padding: 20px 0 30px;
    font-size: 1rem;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*分页*/
  .page a {
    padding: 3px 8px;
    font-size: 1rem;
    font-size: 14px;
  }
  .MajorTable {
    width: 100%;
    overflow: auto;
  }
  .MajorTable .table_list8 thead tr th {
    font-size: 1.3rem;
  }
  .MajorTable .table_list8 tbody tr td {
    font-size: 1rem;
  }
  .zSMobileContant {
    display: block;
  }
  .ZSXX-ImgNews ul {
    padding: 10px 0;
  }
  .ZSXX-ImgNews ul li {
    width: calc(48%);
    margin: 0px 1% 15px;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .Newsimg {
    padding: 2px;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    font-size: 1rem;
    color: #666666;
  }
  .Banner {
    margin-top: 55px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate {
    width: 20%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dt {
    font-size: 20px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListDate dl dd {
    font-size: 14px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo {
    width: 76%;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListName {
    font-size: 15px;
  }
  .NewsTextList .NewsTextListItem .NewsTextListInfo a .NewsTextListDes {
    font-size: 12px;
  }
  #tagbuttons {
    overflow-x: auto;
    padding: 10px 10px;
  }
  #tagbuttons button {
    margin-right: 5px;
    font-size: 13px;
  }
  #tagbuttons button:hover,
  #tagbuttons button.active {
    cursor: pointer;
    background: #9f1f16;
    border: 1px #9f1f16 solid;
    color: #ffffff;
  }
}
