﻿html {
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
}
* {
  box-sizing: border-box;
}
*:hover {
  /*cursor:pointer;*/
  -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;
}
.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: #a8a8a8;
}
*::-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);
}
/*#cnzz_stat_icon_1278181861{
    margin:0 auto;display:block;
    width:100%;
    text-align:center;
    img{
        
    }
}*/
#cnzz_stat_icon_1278181861 {
  /*position:absolute;
    right:34%;
    bottom:15px;
    z-index:100;*/
}
.ContaineM {
  width: 1200px;
  margin: 0 auto;
}
/*pc  Menu start*/
.Menu {
  width: 58%;
}
.Menu .MenuFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  /*> li:hover .DownMenu {
            display: block;
        }*/
}
.Menu .MenuFlex > li {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  width: calc(100%/8);
  text-align: center;
  padding: 17px 0;
}
.Menu .MenuFlex > li > a {
  display: block;
  width: 100%;
  color: white;
  font-size: 1.8rem;
  text-align: center;
}
.Menu .MenuFlex > li:hover,
.Menu .MenuFlex > li.active {
  box-sizing: border-box;
  color: #9f1f16;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.Menu .MenuFlex > li:hover > a:after,
.Menu .MenuFlex > li.active > a:after {
  content: '';
  display: block;
  position: absolute;
  color: white;
  font-size: 15px;
  left: 43%;
  bottom: -4px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #fff;
}
.Menu .MenuFlex .DownMenu {
  width: 150px;
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -75px;
  z-index: 10000;
  padding: 10px;
  box-shadow: 3px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.Menu .MenuFlex .DownMenu > li {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333;
  border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
  box-sizing: border-box;
  font-size: 14px;
}
.Menu .MenuFlex .DownMenu > li a {
  color: #333;
}
.Menu .MenuFlex .DownMenu > li:hover {
  background: #f9f9f9;
}
.Menu .MenuFlex .DownMenu > li:hover a {
  color: #9f1f16;
}
.now_leader ul li a {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  border-bottom: #ededed 1px solid;
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.now_leader ul li a span {
  font-weight: 400;
  font-size: 2em;
  color: #000000;
  padding-left: 20px;
  margin-right: 20px;
  width: 100px;
}
.now_leader ul li a em {
  font-style: normal;
  font-size: 1.5em;
  color: #666666;
  width: 50px;
}
.now_leader ul li a p {
  font-style: normal;
  font-size: 1.5em;
  color: #666666;
  flex: 1;
}
.now_leader ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.now_leader ul li:hover em {
  color: #9f1f16;
}
.InsideMenu {
  width: 100%;
  background: #9f1f16;
}
/*pc  Menu end*/
/*手机菜单*/
.header {
  display: none;
}
/*手机菜单*/
.Search {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  display: none;
}
.Search .searchInput {
  width: 75%;
  border: 1px #c1c4cb solid;
  background: transparent;
  padding: 3px 15px;
  font-size: 14px;
  color: #454545;
  height: 26px;
  line-height: 20px;
}
.Search .searchBut {
  width: 15%;
  border: 1px #9f1f16 solid;
  background: #9f1f16 url(../images/search.png) no-repeat center center;
  margin-left: -1px;
  height: 26px;
  line-height: 26px;
  font-size: 0;
  cursor: pointer;
  background-size: 16px;
}
.Search .searchBut:hover {
  border: 1px #d32121 solid;
  background: #d32121 url(../images/search.png) no-repeat center center;
  background-size: 16px;
}
.SearchIco {
  width: 50px;
}
.SearchIco .searchBoxIco {
  font-size: 20px;
  color: white;
  padding: 0 15px;
}
.HeaderTop {
  border-top: 5px #9f1f16 solid;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  /* 标准的语法 */
}
.Top-Z {
  width: 100%;
  height: 100%;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  padding: 0 1%;
  box-sizing: border-box;
}
.Top-Z .TopFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  margin: 6px 0;
}
.Top-Z .TopFlex a {
  color: #fff;
  padding: 0 15px;
  border-right: 1px #fff solid;
}
.Top-Z .TopFlex a:hover {
  text-decoration: underline;
}
.Inside_Top {
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #e2e0e0;
}
.Inside_Top .Inside_TopFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  margin: 6px 0;
}
.Inside_Top .Inside_TopFlex a {
  color: #333;
  padding: 0 15px;
  border-right: 1px #333 solid;
}
.Inside_Top .Inside_TopFlex a:hover {
  text-decoration: underline;
}
.Inside_Top .Inside_TopFlex a:last-child {
  border-right: 0;
}
.TopMiddle-Z {
  width: 100%;
  padding: 0 1%;
  box-sizing: border-box;
}
.TopMiddle-Z .TopMiddleFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.TopMiddle-Z .TopMiddleFlex .Logo {
  width: 40%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.TopMiddle-Z .TopMiddleFlex .Logo img {
  border: 0;
  vertical-align: middle;
}
.TopMiddle-Z .TopMiddleFlex .Logo span {
  font-size: 40px;
  color: #9f1f16;
  font-weight: bold;
  padding-left: 15px;
}
.TopMiddle {
  width: 100%;
  box-sizing: border-box;
}
.TopMiddle .TopMiddleFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.TopMiddle .TopMiddleFlex .Logo {
  width: 40%;
  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: 40px;
  color: #9f1f16;
  font-weight: bold;
  padding-left: 15px;
}
.TopMiddle .TopMiddleFlex .SearchMenu {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  font-size: 15px;
  padding-left: 20px;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
  color: #9f1f16;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
  font-size: 18px;
  padding-right: 10px;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a span {
  color: #333;
}
.TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a:hover span {
  color: #9f1f16;
}
.Banner {
  width: 100%;
  height: auto;
  position: relative;
}
.Banner a {
  display: block;
}
.Banner a img {
  width: 100%;
  height: auto;
  display: block;
}
.searchBox {
  position: absolute;
  margin-left: -50%;
  z-index: 1;
  width: 30%;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -15%;
}
.searchBox .Search {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.searchBox .Search .searchInput {
  width: 75%;
  border: 1px white solid;
  background: transparent;
  padding: 5px 15px;
  font-size: 15px;
  color: white;
  height: 50px;
  line-height: 40px;
  border-right: 1px #9f1f16 solid;
}
.searchBox .Search .searchInput::placeholder {
  color: white;
}
.searchBox .Search .searchBut {
  width: 25%;
  border: 1px #9f1f16 solid;
  background: #9f1f16 url(../images/search.png) no-repeat center center;
  margin-left: -1px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  cursor: pointer;
}
.searchBox .Search .searchBut:hover {
  border: 1px #d32121 solid;
  background: #d32121 url(../images/search.png) no-repeat center center;
}
.InsideBg {
  width: 100%;
  background: url(../images/insideBg.png) no-repeat left bottom;
}
/*.guoqingBg{
    width:100%;
    background:url(../images/gq1.png) no-repeat center top;
    background-size:100%;
}*/
.IndexNewsFlex {
  width: 100%;
  margin: 120px auto 30px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.IndexNewsFlex .IndexNews_TitleFlex {
  width: 20%;
  margin-top: -90px;
}
.IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title {
  /*position:absolute;
        top:-90px;*/
  background: url(../images/newsTitle.png) no-repeat left top;
  height: 440px;
  padding: 30px 60px 30px 70px;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
.IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_english {
  font-size: 26px;
  color: white;
  opacity: 0.6;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  text-transform: uppercase;
  margin-left: 10px;
}
.IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_Title {
  font-size: 30px;
  color: white;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More {
  margin-top: 50px;
}
.IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a {
  width: 180px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: #000;
  padding: 12px 15px 12px 10px;
}
.IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a img {
  padding-left: 30px;
}
.IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover {
  background: #a50203;
  color: white;
}
.IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.IndexNewsFlex .IndexNews_ListFlex {
  width: 78%;
}
.IndexNewsFlex .IndexNews_ListFlex .swiper-wrapper {
  padding-bottom: 50px;
}
.NewsPic_VerticalListItem {
  width: auto;
  position: relative;
  max-width: 100%;
}
.NewsPic_VerticalListItem .VerticalListItem_Pic {
  position: relative;
  overflow: hidden;
  /*padding-top: 500px;*/
}
.NewsPic_VerticalListItem .VerticalListItem_Pic img {
  /*position: absolute;
            left: 50%;
            top: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            max-width: none;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: auto;*/
  width: 100%;
  height: 100%;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.NewsPic_VerticalListItem .VerticalListItem_Des {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.NewsPic_VerticalListItem .VerticalListItem_Des a {
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 17px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  /* 标准的语法 */
}
.NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Name {
  font-size: 16px;
  color: white;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: justify;
}
.NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time {
  background: url(../images/timeBg.png) no-repeat center 50%;
  display: flex;
  display: inline-flex;
  justify-content: center;
  background-size: 100%;
}
.NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time em {
  background: #a50203;
  padding: 3px 6px;
  margin: 0 15px;
  color: white;
  font-size: 12px;
}
.NewsPic_VerticalListItem:hover .VerticalListItem_Pic img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
.NewsPic_VerticalListItem:hover .VerticalListItem_Des a {
  padding-bottom: 30px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(0, 0, 0, 0.2), #000000);
  /* 标准的语法 */
}
.NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Name {
  font-size: 16px;
  color: white;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  padding: 0 20px;
}
.NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Time {
  background: url(../images/timeBg.png) no-repeat center 50%;
  display: flex;
  display: inline-flex;
  justify-content: center;
  background-size: 100%;
}
.NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Time em {
  background: #a50203;
  padding: 3px 6px;
  margin: 0 15px;
  color: white;
  font-size: 12px;
}
/*.NewsPos {
    position: relative;
}

.NewsPart {
    width: 100%;
    height: auto;
    background: url(../images/newsbg.png) no-repeat left top;
    padding-bottom: 50px;

    .NewsPicList {
        width: 100%;
        padding: 15px;
        background: @white;
        display: flex;
        display: inline-flex;
        justify-content: space-between;
        align-content: flex-start;
        position: absolute;
        top: -50px;
        z-index: 220;
        left: 0;
        margin-bottom: 60px;

        .NewsPicListItem {
            width: 32%;

            .NewsPic {
                width: 100%;

                a {
                    display: block;
                }

                img {
                    width: 100%;
                    height: 100%;
                    display: block;
                }
            }

            .NewsPicDes {
                width: 90%;
                margin: -30px auto 10px;
                position: relative;
                bottom: -15px;
                left: 0;
                z-index: 220;

                a {
                    display: block;
                    background: #f7f7f6;
                    padding: 10px;
                    box-sizing: border-box;
                    width: 100%;
                    height: auto;

                    .NewsPicDesName {
                        font-size: @font15;
                        color: @san;
                        line-height: 30px;
                        height: 30px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-weight: 500;
                        margin-bottom: 6px;
                    }

                    .NewsPicDesTime {
                        font-size: 13px;
                        color: @purple;
                        display: flex;
                        display: inline-flex;
                        justify-content: flex-end;
                        align-items: center;
                        width: 100%;

                        em {
                            font-size: @font16;
                            color: @purple;
                        }
                    }
                }
            }

            &:hover {
                .NewsPicDes {
                    a {
                        background: @maincolor;

                        .NewsPicDesName {
                            color: @white;
                        }

                        .NewsPicDesTime {
                            color: @white;

                            em {
                                color: @white;
                            }
                        }
                    }
                }
            }
        }
    }

    .NewsText {
        width: 100%;
    }
}

.NewsPartMore {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px rgba(255,255,255,.2) solid;
    font-size: @font15;
    margin: 0 auto;

    a {
        color: @white;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            display: block;
            width: auto;
            margin-left: 10px;
        }
    }

    &:hover {
        border: 1px rgba(255,255,255,.8) solid;
    }
}

.NewsTextListTitle {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;

    span {
        font-size: 30px;
        color: @white;
        padding: 0 20px;
    }

    em:after {
        content: "——";
        position: relative;
        font-size: @font14;
        left: 0;
        color: @white;
    }
}

.NewsTextList {
    width: 100%;
    margin: 50px 0;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    background: url(../images/xian.png) no-repeat 50% center;

    .NewsTextListItem {
        width: 46%;
        display: flex;
        display: inline-flex;
        justify-content: flex-end;
        align-items: flex-start;

        .NewsTextListDate {
            width: 15%;
            border: 1px rgba(255,255,255,.5) solid;
            padding: 10px 10px;
            box-sizing: border-box;

            dl {
                color: @white;
                text-align: center;
                width: 100%;

                dt {
                    font-size: @font20;
                    line-height: 30px;
                    border-bottom: 1px @white solid;
                    font-weight: bold;
                }

                dd {
                    font-size: @font14;
                    margin-top: 5px;
                    text-align: justify;
                }
            }
        }

        .NewsTextListInfo {
            width: 79%;
            margin-left: 6%;
            padding-bottom: 30px;

            a {
                color: @white;

                .NewsTextListName {
                    font-size: @font18;
                    height: 30px;
                    line-height: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-bottom: 5px;
                    font-weight: 500;
                }

                .NewsTextListDes {
                    font-size: @font14;
                    line-height: 24px;
                    height: 72px;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-column-count: 3;
                    opacity: 0.8;
                    text-align: justify;
                }
            }
        }

        &:hover {
            .NewsTextListDate {
                border: 1px rgba(255,255,255,1) solid;
            }

            .NewsTextListInfo {
                a {
                    color: @white;

                    .NewsTextListDes {
                        opacity: 1;
                    }
                }
            }
        }
    }

    .NewsTextListItem:after {
        content: '';
        border-right: 1px rgba(255,255,255,.2) dashed;
    }
}*/
.Title_Model {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.Title_Model .Title_ModelName h3 {
  color: #000;
  font-size: 26px;
  margin-bottom: 5px;
}
.Title_Model .Title_ModelName p {
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.Title_Model .Title_ModelName p em {
  color: #e21713;
  padding-right: 10px;
}
.Title_Model .Title_ModelName p span {
  color: #9c9c9c;
  font-size: 20px;
  font-family: 'Times New Roman';
  text-transform: uppercase;
}
.Title_Model .Title_ModelMore {
  border: 1px #dbdbdb solid;
  border-radius: 20px;
  padding: 5px 20px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}
.Title_Model .Title_ModelMore a {
  color: #333;
}
.Title_Model .Title_ModelMore a em {
  font-size: 16px;
  padding-right: 5px;
}
.Title_Model .Title_ModelMore:hover {
  border: 1px #9f1f16 solid;
  background: #9f1f16;
}
.Title_Model .Title_ModelMore:hover a {
  color: white;
}
.Title_Model .Title_ModelMore:hover a em {
  color: white;
}
.Media-reports {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.Media-reports .Media-reportsItem {
  width: 48.5%;
  position: relative;
}
.Media-reports .Media-reportsItem .Media-reportsPic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.Media-reports .Media-reportsItem .Media-reportsPic a {
  display: block;
}
.Media-reports .Media-reportsItem .Media-reportsPic img {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
}
.Media-reports .Media-reportsItem .Media-reportsDes {
  width: 100%;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 100%;
}
.Media-reports .Media-reportsItem .Media-reportsDes a {
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: white;
}
.Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsName {
  display: block;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsTime {
  font-size: 13px;
  opacity: 0.8;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsTime em {
  width: 30px;
  margin-right: 10px;
  height: 5px;
  background: #a50203;
}
.Media-reports .Media-reportsItem:hover {
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
}
.Media-reports .Media-reportsItem:hover .Media-reportsPic img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
.Media-reports .Media-reportsItem:hover .Media-reportsDes {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}
/*.NoticePicList {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px #dbdbdb solid;
    margin-bottom: 16px;

    .NoticePicListItem {
        width: 48.5%;

        .NoticePicListPic {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;

            a {
                display: block;
            }

            img {
                width: 100%;
                height: 100%;
                display: block;
                border: none;
                transition: all 1s;
                -webkit-transition: all 1s;
                -o-transition: all 1s;
                -moz-transition: all 1s;
            }
        }

        .NoticePicListDes {
            width: 100%;
            padding: 10px 10px 20px 10px;
            box-sizing: border-box;

            .NoticePicListName {
                a {
                    color: @san;
                    display: block;
                    font-size: @font15;
                    height: 30px;
                    line-height: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }

            .NoticePicListTime {
                font-size: @font13;
                color: @jiu;
            }
        }

        &:hover {
            transition: all 1s;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            -moz-transition: all 1s;

            .NoticePicListPic {
                img {
                    transform: scale(1.08,1.08);
                    -webkit-transform: scale(1.08,1.08);
                    -moz-transform: scale(1.08,1.08);
                    -ms-transform: scale(1.08,1.08);
                }
            }

            .NoticePicListDes {
                width: 100%;
                padding: 10px 10px 15px 10px;
                box-sizing: border-box;

                .NoticePicListName {
                    a {
                        color: @maincolor;
                    }
                }

                .NoticePicListTime {
                    color: @maincolor;
                }
            }
        }
    }
}*/
.NoticeTextList {
  width: 100%;
  border-top: 1px #dbdbdb solid;
  padding: 10px 0;
}
.NoticeTextList ul {
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.NoticeTextList ul li {
  width: 48%;
}
.NoticeTextList ul li a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.NoticeTextList ul li a .NoticeTextDate {
  padding-right: 15px;
  font-size: 14px;
  color: #999;
}
.NoticeTextList ul li a:hover {
  color: #9f1f16;
}
.NoticeTextList ul li a:hover .NoticeTextDate {
  color: #9f1f16;
}
.Notice_TextList {
  width: 100%;
}
.Notice_TextList ul {
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  /*li {
            width: 100%;

            a {
                display: flex;
                width: 100%;
                display:inline-flex;
                justify-content:space-between;
                align-items:center;

                .NoticeTextDate {
                    width:16%;
                    display:block;
                    font-size: @font12;
                    color: @jiu;
                    border-right: 1px #b5b5b5 solid;
                    color: @maincolor;
                    em {
                        font-size: @font15;
                    }
                }

                .NoticeTextInfo {
                    width:80%;
                    display:block;
                    height: 30px;
                    line-height:30px;
                    overflow: hidden;
                    font-size: @font13;
                    color: #323232;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                }

                &:hover {
                    color: @maincolor;

                    .NoticeTextDate {
                        color: @maincolor;
                    }
                }
            }
        }*/
}
.Notice_TextList ul li {
  width: 48%;
  margin-bottom: 15px;
}
.Notice_TextList ul li a {
  display: flex;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.Notice_TextList ul li a .NoticeTextDate {
  width: 26%;
  display: block;
  font-size: 12px;
  color: #999;
  border-right: 1px #b5b5b5 solid;
  color: #9f1f16;
  line-height: 36px;
}
.Notice_TextList ul li a .NoticeTextDate em {
  font-size: 16px;
}
.Notice_TextList ul li a .NoticeTextInfo {
  width: 70%;
  display: block;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 13px;
  color: #323232;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.Notice_TextList ul li a:hover {
  color: #9f1f16;
}
.Notice_TextList ul li a:hover .NoticeTextDate {
  color: #9f1f16;
}
.AnnEntrance {
  width: 100%;
  height: auto;
  margin-bottom: 27px;
}
.AnnEntrance a {
  display: block;
  position: relative;
}
.AnnEntrance a img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 140px;
}
.AnnEntrance a:hover img {
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
}
.AnnList {
  width: 100%;
}
.AnnList ul {
  width: 100%;
}
.AnnList ul li {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.AnnList ul li a {
  display: block;
}
.AnnList ul li .AnnListItem {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.AnnList ul li .AnnListItem .AnnDate {
  padding: 10px 15px;
  font-size: 15px;
  color: white;
  background: #9f1f16;
  width: 60px;
}
.AnnList ul li .AnnListItem .AnnInfo {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-column-count: 2;
  padding-left: 15px;
  align-items: center;
  height: 60px;
}
.AnnList ul li .AnnListItem:hover .AnnInfo {
  background: #9f1f16;
  color: white;
  opacity: 0.8;
}
.AnnList ul li .AnnListItem:last-child {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.AnnList ul li .AnnListItem:last-child .AnnDate {
  padding: 10px 15px;
  font-size: 15px;
  color: white;
  background: #a50203;
  width: 60px;
}
.AnnList ul li .AnnListItem:last-child .AnnInfo {
  font-size: 15px;
  color: #333;
  /*line-height: 30px;
                    max-height: 60px;
                    overflow: hidden;
                    width: calc(~"100% - 60px");
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-column-count: 2;
                    padding-left: 15px;*/
}
.AnnList ul li .AnnListItem:last-child:hover .AnnInfo {
  background: #9f1f16;
  color: white;
  opacity: 0.8;
}
.AnnList ul li:last-child {
  margin: 0;
}
.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: white;
  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.7);
  text-align: justify;
}
.WikiList .WikiListItem:hover .NoticePicListPic a img {
  box-shadow: 5px 5px 0px 0px #9f1f16;
}
.WikiList .WikiListItem:hover .NoticePicListDes a .NoticePicListInfo {
  color: #ffffff;
}
.WikiList .WikiListItem:last-child {
  margin-bottom: 0;
}
.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 #969696 solid;
}
.AnnSlider .swiper-container-horizontal > .swiper-pagination-bullets,
.AnnSlider .swiper-pagination-custom,
.AnnSlider .swiper-pagination-fraction {
  bottom: 75px;
}
.AnnSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.AnnSlider .swiper-pagination-white .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px #e3221f 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: white;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}
.AnnSlider .AnnSliderInfo .AnnSliderName {
  font-size: 15px;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AnnSlider .AnnSliderInfo .AnnSliderTime {
  text-align: right;
  font-size: 14px;
  color: #5e6d8c;
  display: none;
}
.AnnSlider .AnnSliderInfo .AnnSliderTime span {
  padding-right: 15px;
}
.Section-three {
  background: url(../images/bg3.png) no-repeat left top;
  background-size: cover;
}
.Section-fore {
  background: url(../images/bg4.png) no-repeat center center;
  background-attachment: fixed;
  padding: 50px 0 250px;
  /*display:none;*/
}
.Section-fore .ScientificItem {
  padding: 30px 0;
}
.Section-fore .ScientificItem a {
  display: block;
}
.Section-fore .ScientificItem a .ScientificPic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.Section-fore .ScientificItem a .ScientificPic img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.Section-fore .ScientificItem a .ScientificInfo {
  width: 100%;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  background: white url(../images/titlebg.png) no-repeat 90% 85%;
}
.Section-fore .ScientificItem a .ScientificInfo .ScientificName {
  font-size: 16px;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
  font-size: 13px;
  color: #666;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Section-fore .ScientificItem a:hover {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.Section-fore .ScientificItem a:hover .ScientificPic img {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
}
.Section-fore .ScientificItem a:hover .ScientificInfo {
  background: #9f1f16 url(../images/titlebg.png) no-repeat 90% 85%;
}
.Section-fore .ScientificItem a:hover .ScientificInfo .ScientificName {
  color: white;
}
.Section-fore .ScientificItem a:hover .ScientificInfo .ScientificDes {
  color: rgba(255, 255, 255, 0.6);
}
/*.Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 250px 0 0px;
    margin-top: -250px;

    .quick_LInk {
        width: 100%;
        display: flex;
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;

        .quick_LInk_left {
            width: 18%;
            border-right: 1px rgba(255,255,255,.6) solid;

            h3 {
                font-size: @font20;
                color: @white;
            }

            ul {
                display: flex;
                display: inline-flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
                padding: 20px 0 30px;

                li {
                    width: 48%;
                    line-height: 30px;
                    font-size: @font14;

                    a {
                        color: rgba(255,255,255,.6);
                    }

                    &:hover {
                        a {
                            color: @white;
                        }
                    }
                }
            }
        }

        .quick_LInk_Right {
            width: 78%;
            display: flex;
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;

            .quick_LInk_Item {
                width: 31%;
                background: rgba(255,255,255,.4);
                padding: 10px;
                box-sizing: border-box;
                position: relative;

                .quick_LInk_Img {
                    width: 100%;

                    img {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }
                }

                .quick_LInk_Name {
                    position: absolute;
                    right: 10px;
                    bottom: 10px;
                    z-index: 101;
                    background: rgba(226,23,19,.9);
                    padding: 5px;
                    height: 40px;
                    box-sizing: border-box;

                    span {
                        border-top: 1px rgba(255,255,255,.3) solid;
                        border-bottom: 1px rgba(255,255,255,.3) solid;
                        color: @white;
                        font-size: @font14;
                        line-height: 30px;
                        padding: 5px 20px;
                    }
                }

                &:hover {
                    background: rgba(255,255,255,.8);
                }
            }
        }
    }
}*/
.indexFoot {
  padding: 30px 0;
  width: 100%;
  background: rgba(32, 32, 32, 0.5);
  position: relative;
}
.indexFoot .indexFootFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.indexFoot .indexFootFlex .FootDes {
  width: 50%;
}
.indexFoot .indexFootFlex .FootDes .FootSelect {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}
.indexFoot .indexFootFlex .FootDes .FootSelect select {
  box-sizing: border-box;
  width: 28%;
  margin-right: 2%;
  padding: 5px 15px;
  background: white;
  border: 1px white solid;
  color: #333;
  font-size: 14px;
}
.indexFoot .indexFootFlex .FootDes .FootContact {
  margin-top: 20px;
}
.indexFoot .indexFootFlex .FootDes .FootContact h3 {
  font-size: 18px;
  color: white;
  margin-bottom: 5px;
}
.indexFoot .indexFootFlex .FootDes .FootContact p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
}
.indexFoot .indexFootFlex .FCode {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.indexFoot .indexFootFlex .FCode .CodeItem {
  /*width:50%;*/
  margin-left: 15px;
  color: white;
  text-align: center;
}
.indexFoot .indexFootFlex .FCode .CodeItem img {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
.indexFoot .indexFootFlex .FCode .CodeItem p {
  text-align: center;
}
.InsideFoot {
  background: #545454;
}
.FoooterB {
  margin: 0;
  background: #202020;
  text-align: center;
  color: white;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}
.FoooterB span {
  padding: 0 10px;
}
.FoooterB a {
  color: white;
}
.FoooterB a:hover {
  text-decoration: underline;
}
.InsidePart {
  width: 100%;
  padding: 30px 0 50px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.InsidePart .InsideLeftPart {
  width: 20%;
  background: #f9f9f9;
  box-sizing: border-box;
  position: relative;
  top: -95px;
  z-index: 220;
}
.InsidePart .InsideLeftPart .InsideLeftTitle {
  font-size: 20px;
  color: white;
  background: #9f1f16;
  font-weight: 500;
  padding: 0px;
  height: 65px;
  line-height: 65px;
  padding: 0 30px;
  border-bottom: 2px #9f1f16 solid;
}
.InsidePart .InsideLeftPart .InsideLeftList {
  border: 1px #dbdbdb solid;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul {
  width: 100%;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li {
  width: 100%;
  box-sizing: border-box;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  padding: 0 30px;
  color: #333;
  border-bottom: 1px #dbdbdb solid;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
  float: right;
  color: #9f1f16;
  font-weight: bold;
  display: none;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
  content: '';
  display: block;
  clear: both;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
  color: #9f1f16;
}
.InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
.InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
  display: block;
}
.InsidePart .InsideRightPart {
  width: 78%;
  /*background: @white;*/
  padding: 0px 2% 10px;
  box-sizing: border-box;
}
.InsidePart .InsideRightPart .LocalLad {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #434343;
  margin-bottom: 15px;
  border-bottom: 2px #9f1f16 solid;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #777777;
  font-size: 15px;
  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;
}
.InsidePart .InsideRightPart .LocalLad .LocalTitle {
  width: 30%;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.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: #666;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  text-indent: 0em;
  margin-bottom: 10px;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
  padding: 10px;
  vertical-align: middle;
  max-width: 100%;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon img {
  padding: 10px;
  vertical-align: middle;
  max-width: 100%;
}
.InsideHonor {
  width: 100%;
}
.InsideHonor .InsideHonorItem {
  margin-top: 30px;
}
.InsideHonor .InsideHonorItem h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.InsideHonor .InsideHonorItem ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.InsideHonor .InsideHonorItem ul li {
  width: 23%;
  margin: 10px 2% 10px 0;
}
.InsideHonor .InsideHonorItem ul li a {
  display: block;
  font-size: 14px;
  color: #666;
}
.InsideHonor .InsideHonorItem ul li a:hover {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  color: #9f1f16;
}
.SF_News {
  width: 100%;
  padding: 0px;
}
.SF_News ul {
  width: 100%;
}
.SF_News ul li {
  padding: 25px 0px 25px;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  border-bottom: 1px #e6e6e6 solid;
}
.SF_News ul li .News_gsxw_date {
  width: 12%;
  padding: 15px 10px;
  background: #f0f0f0;
  text-align: center;
  box-sizing: border-box;
}
.SF_News ul li .News_gsxw_date dl {
  width: 70%;
  color: #a4a4a4;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
  margin: 0 auto;
}
.SF_News ul li .News_gsxw_date dl dt {
  text-align: center;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
  line-height: 50px;
}
.SF_News ul li .News_gsxw_date dl dd {
  text-align: center;
  font-size: 14px;
}
.SF_News ul li .News_gsxw_Text {
  width: 85%;
}
.SF_News ul li .News_gsxw_Text a {
  display: block;
  width: 100%;
}
.SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
  width: 100%;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
  color: #606060;
  font-size: 14px;
}
.SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
  color: #0272c6;
  font-size: 15px;
  font-weight: bold;
}
.SF_News ul li:last-child {
  border-bottom: 0;
}
.SF_News ul li:hover {
  cursor: pointer;
}
.SF_News ul li:hover .News_gsxw_date {
  background: #9f1f16;
}
.SF_News ul li:hover .News_gsxw_date dl {
  color: white;
}
.SF_News ul li:hover .News_gsxw_Text a {
  display: block;
  width: 100%;
}
.SF_News ul li:hover .News_gsxw_Text a .News_gsxw_Text_Titles {
  color: #9f1f16;
}
.SF_News ul li:hover .News_gsxw_Text a .News_gsxw_Text_Dec {
  color: #9f1f16;
}
.SF_News ul li:hover .News_gsxw_Text a .News_gsxw_Text_Dec .More {
  color: #0272c6;
  font-size: 15px;
  font-weight: bold;
}
.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(100%/3 - 3%);
  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: #000;
  font-weight: 500;
}
.ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
  width: 100%;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #999;
  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: #000;
}
.ZSXX-ImgNews ul li a:hover .NewsDes span {
  text-decoration: underline;
}
.ZSXX-Leaders 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-Leaders ul li {
  width: calc(100%/4 - 3%);
  box-sizing: border-box;
  margin: 0px 1.5% 25px;
  overflow: hidden;
}
.ZSXX-Leaders ul li a {
  width: 100%;
}
.ZSXX-Leaders ul li a .Newsimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ZSXX-Leaders 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-Leaders ul li a .Newsinfo {
  padding-top: 7px;
  width: 100%;
  text-align: center;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsTitle span {
  color: #666;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsTitle strong {
  color: #000;
  font-weight: bold;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsDes {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ZSXX-Leaders ul li a .Newsinfo .NewsDes span {
  color: #0096cc;
}
.ZSXX-Leaders 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-Leaders 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-Leaders ul li a:hover .NewsTitle {
  color: #9f1f16;
}
.ZSXX-Leaders ul li a:hover .NewsDes {
  color: #000;
}
.ZSXX-Leaders ul li a:hover .NewsDes span {
  text-decoration: underline;
}
.Ann-Leaders {
  width: 100%;
  margin: 30px 0;
}
.Ann-Leaders a {
  display: block;
}
.Ann-Leaders img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
}
.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 #dbdbdb 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: 30%;
  position: relative;
  overflow: hidden;
  /*height: 280px;*/
}
.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: 100%;
  /* max-height: 140px; */
  width: 100%;
  /*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
  object-fit: cover;
}
.ZSXX-PicNews ul li a .Newsinfo {
  padding: 0;
  width: 66%;
}
.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: 72px;
  line-height: 24px;
  overflow: hidden;
  color: #666;
  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: #999;
  margin-left: -10px;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime span {
  padding: 0 10px;
}
.ZSXX-PicNews ul li a:hover {
  overflow: hidden;
  transition: All 1s linear;
  -webkit-transition: All 1s linear;
  -moz-transition: All 1s linear;
  -o-transition: All 1s linear;
}
.ZSXX-PicNews ul li a:hover .Newsimg img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  overflow: hidden;
}
.ZSXX-PicNews ul li a:hover .Newsname {
  color: #9f1f16;
}
.ZSXX-PicNews ul li a:hover .NewsTime {
  color: #666;
}
.ZSXX-PicNews ul li a:hover .Newsdes {
  color: #000;
}
.ZSXX-PicNews ul li a:hover .Newsdes span {
  text-decoration: underline;
}
.ZSXX-News {
  margin-bottom: 30px;
}
.ZSXX-News ul {
  color: #333;
  padding: 10px 0;
}
.ZSXX-News ul li {
  height: 44px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 44px;
  text-align: left;
  list-style-type: disc;
  position: relative;
  display: inline-block;
  width: 100%;
}
.ZSXX-News ul li span {
  float: right;
  font-size: 14px;
  color: #999;
  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: #333;
  height: 44px;
  line-height: 44px;
}
.ZSXX-News ul li a em {
  color: #333;
  padding-right: 10px;
}
.ZSXX-News ul li a:hover {
  color: #9f1f16;
}
.ZSXX-News ul li a:hover em {
  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: #000;
  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: #999;
  line-height: 20px;
  padding: 0px 10px;
}
.ZSXX-Detail .DetailCont {
  padding: 20px 0 50px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.ZSXX-Detail .DetailCont img {
  max-width: 100%;
}
.ZSXX-Detail .DetailCont p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.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 em {
  font-size: 20px;
  padding-right: 10px;
  color: #666;
}
.ZSXX-Detail .pagrnext > div a {
  font-size: 15px;
  color: #333;
}
.ZSXX-Detail .pagrnext > div:hover {
  background: #f7f7f7;
  color: #9f1f16;
}
.ZSXX-Detail .pagrnext > div:hover em {
  color: #9f1f16;
}
.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: #666;
  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: #000;
  font-size: 16px;
  font-weight: normal;
  font-weight: 600;
}
.MajorTable .table_list8 tbody tr td {
  padding: 10px 10px;
  color: #333;
  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;
}
.IndexPart {
  width: 100%;
  padding: 30px 0 30px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.IndexPart .LeftPartS {
  width: 69%;
}
.IndexPart .RightPartS {
  width: 29%;
}
.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 #dbdbdb solid;
  border-radius: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.IndexPart .RightPart {
  width: 18%;
}
/*.TitleModel {
    width: 100%;
    border-bottom: 1px @hui solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

    .TitleModelName {
        color: @san;
        font-size: @font18;
        border-bottom: 3px @maincolor solid;
        padding-bottom: 5px;

        em {
            font-size: @font16;
            padding-left: 5px;
        }
    }

    .TitleModelMore {
        font-size: @font14;

        a {
            color: @ba;

            &:hover {
                color: @maincolor;
            }
        }
    }
}*/
/*.IndexList {
    padding-top: 10px;

    ul {
        width: 100%;

        li {
            width: 100%;
            display: flex;
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            font-size: @font14;
            height: 30px;
            line-height: 30px;

            a {
                display: inline-block;
                width: 80%;
                color: @san;
                padding: 0 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;

                &:hover {
                    color: @maincolor;
                }
            }

            span {
                width: 15%;
                color: @ba;
                text-align: @textright;
            }
        }
    }
}*/
/*.SxfuKu {
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
    position: relative;

    .owl-nav {
        width: 100%;
        position: absolute;
        left: 0px;
        font-size: 0px;
        z-index: 20;
        margin: 0;
    }

    .owl-theme .owl-nav [class*=owl-prev] {
        width: 50px;
        height: 50px;
        position: absolute;
        left: -65px;
        top: 50%;
        margin-top: -105px;
        background: url(../images/icoLeft.png) no-repeat left center;

        &:hover {
            background: rgba(0,0,0,.3) url(../images/icoLeft.png) no-repeat left center;
        }
    }

    .owl-theme .owl-nav [class*=owl-next] {
        width: 50px;
        height: 50px;
        position: absolute;
        right: -65px;
        top: 50%;
        margin-top: -105px;
        background: url(../images/icoright.png) no-repeat left center;

        &:hover {
            background: rgba(0,0,0,.3) url(../images/icoright.png) no-repeat left center;
        }
    }
    .owl-prev {
            background: url(../images/icoLeft.png) no-repeat left center;

            &:hover {
                background: rgba(0,0,0,.3) url(../images/icoLeft.png) no-repeat left center;
            }
        }

        .owl-next {
            background: url(../images/icoright.png) no-repeat left center;
            &:hover {
                background: rgba(0,0,0,.3) url(../images/icoright.png) no-repeat left center;
            }
        }
}*/
/*.Quickentry {
    width: 100%;

    .QuickentryItem {
        width: 100%;
        margin-bottom: 15px;
        background-size: 100% 100%;
        text-align: center;

        a {
            display: flex;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 13px 0;
            font-size: @font18;
            color: @white;

            em {
                font-size: 37px;
                padding-right: 15px;
            }
        }
    }
}

.QuickentryMap {
    width: 100%;

    a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;

        .MapImg {
            width: 100%;
            height: 100%;
        }

        .MapPostion {
            display: flex;
            display: inline-flex;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 50%;
            margin-left: -50%;
            top: 50%;
            margin-top: -20%;
            font-size: @font18;
            color: @white;
            flex-direction: column;

            em {
                font-size: 50px;
                text-align: center;
                margin-bottom: 10px;
            }
        }

        &: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;

            .MapPostion {
                transform: rotateY(360deg);
                -webkit-transform: rotateY(360deg);
                -moz-transform: rotateY(360deg);
                -o-transform: rotateY(360deg);
                -ms-transform: rotateY(360deg);
            }
        }
    }
}*/
/*.Foot {
    width: 100%;
    padding: 40px 0;
    background: url(../images/foot.png) no-repeat left bottom;
    border-bottom: 5px @maincolor solid;

    .FootFlex {
        width: 100%;
        display: flex;
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;

        .LogoX {
            width: 15%;

            img {
                width: auto;
                height: auto;
            }
        }

        .Fdes {
            width: 55%;

            p {
                font-size: @font16;
                color: @san;
                line-height: 30px;
            }
        }

        .FCode {
            width: 30%;
            display: flex;
            display: inline-flex;
            justify-content: flex-end;
            align-items: flex-start;

            .CodeItem {
                margin-left: 15px;
                text-align: center;
                color: @san;
                text-align: center;

                img {
                    width: auto;
                    height: auto;
                    margin-bottom: 5px;
                }

                p {
                    text-align: center;
                }
            }
        }
    }
}*/
/*.zSMobileContant {
    width: 100%;
    display: none;

    ul {
        display: flex;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;

        li {
            width: calc(100%/4 - 2%);
            margin: 10px 1%;
            background: #fff;
            border: 1px @hui solid;
            border-radius: 10px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            font-size: @font15;

            a {
                color: @san;
            }

            &:hover {
                border: 1px @maincolor solid;
                cursor: pointer;

                a {
                    color: @maincolor;
                }
            }
        }
    }
}*/
@media (max-width: 1440px) and (min-width: 1201px) {
  .IndexNewsFlex {
    width: 100%;
    margin: 120px auto 50px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .IndexNewsFlex .IndexNews_TitleFlex {
    width: 20%;
    margin-top: -90px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title {
    /*position:absolute;
        top:-90px;*/
    background: url(../images/newsTitle.png) no-repeat left top;
    height: 440px;
    padding: 30px 30px 30px 70px;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_english {
    font-size: 26px;
    color: white;
    opacity: 0.6;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    text-transform: uppercase;
    margin-left: 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_Title {
    font-size: 30px;
    color: white;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More {
    margin-top: 50px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a {
    width: 180px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    color: #000;
    padding: 12px 15px 12px 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a img {
    padding-left: 30px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover {
    background: #a50203;
    color: white;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
  .IndexNewsFlex .IndexNews_ListFlex {
    width: 78%;
  }
  .IndexNewsFlex .IndexNews_ListFlex .swiper-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .ContaineM {
    width: 900px;
    margin: 0 auto;
  }
  /*pc  Menu start*/
  .Menu {
    width: 100%;
  }
  .Menu .MenuFlex {
    /*> li:hover .DownMenu {
            display: block;
        }*/
  }
  .Menu .MenuFlex > li {
    padding: 15px 0;
  }
  .Menu .MenuFlex > li > a {
    font-size: 1.5rem;
  }
  .Menu .MenuFlex > li:hover,
  .Menu .MenuFlex > li.active {
    box-sizing: border-box;
    color: #9f1f16;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .Menu .MenuFlex > li:hover > a:after,
  .Menu .MenuFlex > li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    color: white;
    font-size: 14px;
    left: 43%;
    bottom: -4px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
  }
  .Menu .MenuFlex .DownMenu {
    width: 150px;
    background: #fff;
    display: none;
    position: absolute;
  }
  .Menu .MenuFlex .DownMenu > li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333;
    border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
    box-sizing: border-box;
    font-size: 14px;
  }
  .Menu .MenuFlex .DownMenu > li a {
    color: #333;
  }
  .Menu .MenuFlex .DownMenu > li:hover {
    background: #f9f9f9;
  }
  .Menu .MenuFlex .DownMenu > li:hover a {
    color: #9f1f16;
  }
  /*pc  Menu end*/
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  .SearchIco {
    width: 50px;
  }
  .SearchIco .searchBoxIco {
    font-size: 20px;
    color: white;
    padding: 0 15px;
  }
  .HeaderTop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.33);
  }
  .Top-Z {
    width: 100%;
    height: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 0 1%;
    box-sizing: border-box;
  }
  .Top-Z .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Top-Z .TopFlex a {
    color: #fff;
    padding: 0 15px;
    border-right: 1px #fff solid;
  }
  .Top-Z .TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top {
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #e2e0e0;
  }
  .Inside_Top .Inside_TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Inside_Top .Inside_TopFlex a {
    color: #333;
    padding: 0 15px;
    border-right: 1px #333 solid;
  }
  .Inside_Top .Inside_TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top .Inside_TopFlex a:last-child {
    border-right: 0;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 8px 0;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 30%;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle {
    width: 100%;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 40%;
    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: 40px;
    color: #9f1f16;
    font-weight: bold;
    padding-left: 15px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 20px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
    color: #9f1f16;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
    font-size: 18px;
    padding-right: 10px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a span {
    color: #333;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a:hover span {
    color: #9f1f16;
  }
  .Banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .Banner a {
    display: block;
  }
  .Banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .searchBox {
    position: absolute;
    margin-left: -50%;
    z-index: 1;
    width: 30%;
    height: 90px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 30px;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -15%;
  }
  .searchBox .Search {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .searchBox .Search .searchInput {
    width: 75%;
    border: 1px white solid;
    background: transparent;
    padding: 5px 15px;
    font-size: 15px;
    color: white;
    height: 50px;
    line-height: 40px;
    border-right: 1px #9f1f16 solid;
  }
  .searchBox .Search .searchInput::placeholder {
    color: white;
  }
  .searchBox .Search .searchBut {
    width: 25%;
    border: 1px #9f1f16 solid;
    background: #9f1f16 url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    cursor: pointer;
  }
  .searchBox .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .InsideBg {
    width: 100%;
    background: url(../images/insideBg.png) no-repeat left bottom;
  }
  /*
    .NewsPos {
    position: relative;
}
    .NewsPart {
    padding-bottom: 30px;

    .NewsPicList {
        padding: 10px;
        top: -40px;
        z-index: 220;
        left: 0;
        margin-bottom: 60px;

        .NewsPicListItem {
            .NewsPicDes {
                width: 90%;
                margin: -30px auto 10px;
                position: relative;
                bottom: -15px;
                left: 0;
                z-index: 220;

                a {
                    display: block;
                    background: #f7f7f6;
                    padding:5px 10px;
                    box-sizing: border-box;
                    width: 100%;
                    height: auto;

                    .NewsPicDesName {
                        font-size: @font14;
                        color: @san;
                        line-height: 26px;
                        height: 26px;
                        margin-bottom: 0px;
                    }

                    .NewsPicDesTime {
                        font-size: 12px;
                        em {
                            font-size: @font15;
                        }
                    }
                }
            }

        }
    }
}

.NewsPartMore {
    width: 200px;
    font-size: @font14;
}

.NewsTextListTitle {

    span {
        font-size: 24px;
        padding: 0 15px;
    }
}

.NewsTextList {
    margin: 30px 0;
    background: url(../images/xian.png) no-repeat 50% center;

    .NewsTextListItem {
        width: 48%;
        .NewsTextListDate {
            width: 18%;

            dl {
                dt {
                    font-size: @font18;
                }

                dd {
                    font-size: @font13;
                }
            }
        }

        .NewsTextListInfo {
            width: 76%;
            margin-left: 4%;
            padding-bottom: 15px;

            a {

                .NewsTextListName {
                    font-size: @font16;
                }

                .NewsTextListDes {
                    font-size: @font13;
                    line-height: 20px;
                    height: 60px;
                    -webkit-column-count: 3;
                }
            }
        }

    }

}*/
  .Title_Model {
    margin-bottom: 10px;
  }
  .Title_Model .Title_ModelName h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .Title_Model .Title_ModelName p span {
    font-size: 15px;
  }
  .Title_Model .Title_ModelMore {
    padding: 4px 25px;
    border-radius: 30px;
    font-size: 13px;
  }
  .Title_Model .Title_ModelMore a em {
    font-size: 16px;
  }
  .NoticePicList .NoticePicListItem {
    width: 48.5%;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes {
    width: 100%;
    padding: 5px 8px 10px 8px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListName a {
    font-size: 14px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListTime {
    font-size: 12px;
  }
  .NoticeTextList {
    padding: 5px 0;
  }
  .NoticeTextList ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .NoticeTextList ul li a .NoticeTextDate {
    padding-right: 10px;
    font-size: 13px;
  }
  .AnnEntrance {
    margin-bottom: 15px;
  }
  .AnnList ul li {
    margin-bottom: 12px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    padding: 8px 15px;
    font-size: 15px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 13px;
    color: #333;
    line-height: 26px;
    max-height: 52px;
  }
  .WikiList {
    padding: 10px 0 30px;
  }
  .WikiList .WikiListItem {
    margin-bottom: 24px;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 28%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 68%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: white;
    display: block;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    -webkit-column-count: 2;
  }
  .AnnSlider .swiper-pagination {
    padding-right: 10px;
  }
  .Section-fore {
    background: url(../images/bg4.png) no-repeat center center;
    background-attachment: fixed;
    padding: 30px 0 200px;
  }
  .Section-fore .ScientificItem {
    padding: 10px 0;
  }
  .Section-fore .ScientificItem a .ScientificInfo {
    width: 100%;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    background: white url(../images/titlebg.png) no-repeat 90% 85%;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificName {
    font-size: 15px;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
    font-size: 13px;
  }
  .Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 220px 0 0px;
    margin-top: -240px;
  }
  .Section-five .quick_LInk .quick_LInk_left {
    width: 18%;
    border-right: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .Section-five .quick_LInk .quick_LInk_left h3 {
    font-size: 18px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul {
    padding: 15px 0 15px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul li {
    font-size: 13px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
    padding: 10px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
    padding: 5px;
    height: 30px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
    font-size: 13px;
    line-height: 20px;
    padding: 3px 15px;
  }
  .indexFoot {
    margin-top: 30px;
  }
  .indexFoot .indexFootFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .indexFoot .indexFootFlex .FootDes {
    width: 60%;
  }
  .indexFoot .indexFootFlex .FootDes .FootSelect select {
    font-size: 13px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact {
    margin-top: 20px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact h3 {
    font-size: 18px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact p {
    font-size: 13px;
  }
  .FoooterB {
    font-size: 13px;
  }
  .InsidePart {
    width: 100%;
    padding: 15px 0 30px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .InsidePart .InsideLeftPart {
    width: 20%;
    background: #f9f9f9;
    box-sizing: border-box;
    position: relative;
    top: -65px;
    z-index: 220;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    font-size: 18px;
    color: white;
    background: #9f1f16;
    font-weight: 500;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-bottom: 2px #9f1f16 solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList {
    border: 1px #dbdbdb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: 100%;
    box-sizing: border-box;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    padding: 0 30px;
    color: #333;
    border-bottom: 1px #dbdbdb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a em {
    float: right;
    color: #9f1f16;
    font-weight: bold;
    display: none;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:after {
    content: '';
    display: block;
    clear: both;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a {
    color: #9f1f16;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li.active > a em,
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li:hover > a em {
    display: block;
  }
  .InsidePart .InsideRightPart {
    width: 78%;
    /*background: @white;*/
    padding: 0px 2% 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 15px;
    border-bottom: 2px #9f1f16 solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #777777;
    font-size: 15px;
    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;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    width: 30%;
    font-size: 18px;
    color: #000;
    font-weight: 500;
  }
  .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: #666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsideHonor {
    width: 100%;
  }
  .InsideHonor .InsideHonorItem {
    margin-top: 30px;
  }
  .InsideHonor .InsideHonorItem h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  .InsideHonor .InsideHonorItem ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsideHonor .InsideHonorItem ul li {
    width: 23%;
    margin: 10px 2% 10px 0;
  }
  .InsideHonor .InsideHonorItem ul li a {
    display: block;
    font-size: 14px;
    color: #666;
  }
  .InsideHonor .InsideHonorItem ul li a:hover {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #9f1f16;
  }
  .SF_News {
    width: 100%;
    padding: 0px;
  }
  .SF_News ul {
    width: 100%;
  }
  .SF_News ul li {
    padding: 25px 0px 25px;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    border-bottom: 1px #e6e6e6 solid;
  }
  .SF_News ul li .News_gsxw_date {
    width: 12%;
    padding: 15px 10px;
    background: #f0f0f0;
    text-align: center;
    box-sizing: border-box;
  }
  .SF_News ul li .News_gsxw_date dl {
    width: 70%;
    color: #a4a4a4;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
    margin: 0 auto;
  }
  .SF_News ul li .News_gsxw_date dl dt {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    line-height: 50px;
  }
  .SF_News ul li .News_gsxw_date dl dd {
    text-align: center;
    font-size: 14px;
  }
  .SF_News ul li .News_gsxw_Text {
    width: 85%;
  }
  .SF_News ul li .News_gsxw_Text a {
    display: block;
    width: 100%;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    font-weight: bold;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    color: #606060;
    font-size: 14px;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .SF_News ul li:last-child {
    border-bottom: 0;
  }
  .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(100%/3-3);
    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: #000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    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: #000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .ZSXX-Leaders 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-Leaders ul li {
    width: calc(100%/4-3);
    box-sizing: border-box;
    margin: 0px 1.5% 25px;
    overflow: hidden;
  }
  .ZSXX-Leaders ul li a {
    width: 100%;
  }
  .ZSXX-Leaders ul li a .Newsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-Leaders 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-Leaders ul li a .Newsinfo {
    padding-top: 7px;
    width: 100%;
    text-align: center;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000;
    font-weight: 500;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle span {
    color: #666;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle strong {
    color: #000;
    font-weight: bold;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .ZSXX-Leaders 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-Leaders 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-Leaders ul li a:hover .NewsTitle {
    color: #9f1f16;
  }
  .ZSXX-Leaders ul li a:hover .NewsDes {
    color: #000;
  }
  .ZSXX-Leaders ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .Ann-Leaders {
    width: 100%;
    margin: 30px 0;
  }
  .Ann-Leaders a {
    display: block;
  }
  .Ann-Leaders img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
  }
  .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: 66%;
  }
  .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;
  }
  .IndexPart {
    width: 100%;
    padding: 30px 0 30px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .IndexPart .LeftPartS {
    width: 69%;
  }
  .IndexPart .RightPartS {
    width: 29%;
  }
  .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 #dbdbdb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .IndexPart {
    padding: 30px 0 30px;
  }
  .IndexPart .LeftPartS {
    width: 60%;
  }
  .IndexPart .RightPartS {
    width: 37%;
  }
  .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 #dbdbdb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .Media-reports .Media-reportsItem {
    width: 48.5%;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes {
    padding: 10px;
    box-sizing: border-box;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsName {
    font-size: 14px;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsTime {
    font-size: 12px;
  }
  .Notice_TextList ul li {
    width: 100%;
    margin-bottom: 10px;
    background: #F7F7F7;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .Notice_TextList ul li a .NoticeTextDate {
    width: 22%;
    display: block;
    font-size: 12px;
    color: #999;
    border-right: 1px #b5b5b5 solid;
    color: #9f1f16;
    line-height: 30px;
  }
  .Notice_TextList ul li a .NoticeTextDate em {
    font-size: 14px;
  }
  .Notice_TextList ul li a .NoticeTextInfo {
    width: 75%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
  }
  .AnnList ul li {
    margin-bottom: 18px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    padding: 12px 15px;
    width: 60px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    width: calc(100% - 60px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-column-count: 2;
    padding-left: 15px;
  }
  .IndexNewsFlex {
    margin: 50px auto 0px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex {
    width: 18%;
    margin-top: -30px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title {
    background: url(../images/newsTitle.png) no-repeat left bottom;
    height: 320px;
    padding: 30px 30px 30px 60px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_english {
    font-size: 20px;
    color: white;
    opacity: 0.6;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    text-transform: uppercase;
    margin-left: 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_Title {
    font-size: 24px;
    color: white;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More {
    margin-top: 20px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a {
    width: 90%;
    background: white;
    border-radius: 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 15px;
    color: #000;
    padding: 8px 15px 8px 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a img {
    padding-left: 0px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover {
    background: #a50203;
    color: white;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
  .IndexNewsFlex .IndexNews_ListFlex {
    width: 78%;
  }
  .IndexNewsFlex .IndexNews_ListFlex .swiper-wrapper {
    padding-bottom: 50px;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* 标准的语法 */
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Name {
    font-size: 14px;
    color: white;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: justify;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time {
    background: url(../images/timeBg.png) no-repeat center 50%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    background-size: 100%;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time em {
    background: #a50203;
    padding: 3px 6px;
    margin: 0 15px;
    color: white;
    font-size: 12px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .ContaineM {
    width: 680px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .slide-main {
    top: 0px;
  }
  /*pc  Menu start*/
  .Menu {
    width: 100%;
  }
  .Menu .MenuFlex {
    /*> li:hover .DownMenu {
            display: block;
        }*/
  }
  .Menu .MenuFlex > li {
    padding: 8px 0;
  }
  .Menu .MenuFlex > li > a {
    font-size: 1.4rem;
  }
  .Menu .MenuFlex > li:hover,
  .Menu .MenuFlex > li.active {
    box-sizing: border-box;
    color: #9f1f16;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .Menu .MenuFlex > li:hover > a:after,
  .Menu .MenuFlex > li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    color: white;
    font-size: 15px;
    left: 43%;
    bottom: -4px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .Menu .MenuFlex .DownMenu {
    top: 110%;
  }
  .Menu .MenuFlex .DownMenu > li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333;
    border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
    box-sizing: border-box;
    font-size: 14px;
  }
  .Menu .MenuFlex .DownMenu > li a {
    color: #333;
  }
  .Menu .MenuFlex .DownMenu > li:hover {
    background: #f9f9f9;
  }
  .Menu .MenuFlex .DownMenu > li:hover a {
    color: #9f1f16;
  }
  /*pc  Menu end*/
  /*手机菜单*/
  .header {
    display: none;
  }
  /*手机菜单*/
  .SearchIco {
    width: 40px;
  }
  .SearchIco .searchBoxIco {
    font-size: 20px;
    color: white;
    padding: 0 10px;
  }
  .Top-Z {
    width: 100%;
    height: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 0 1%;
    box-sizing: border-box;
  }
  .Top-Z .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 0.8rem;
    color: #fff;
    margin: 6px 0;
  }
  .Top-Z .TopFlex a {
    color: #fff;
    padding: 0 10px;
    border-right: 1px #fff solid;
  }
  .Top-Z .TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top .Inside_TopFlex {
    font-size: 10px;
  }
  .Inside_Top .Inside_TopFlex a {
    padding: 0 10px;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 10px 0;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 20%;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 40%;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
    font-size: 13px;
    padding-left: 15px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
    color: #9f1f16;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
    font-size: 16px;
    padding-right: 10px;
  }
  .Banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .Banner a {
    display: block;
  }
  .Banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .searchBox {
    width: 60%;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin-top: -30px;
    margin-left: -50%;
    margin-left: -30%;
    top: 50%;
  }
  .searchBox .Search .searchInput {
    width: 75%;
    font-size: 13px;
    color: white;
    height: 40px;
    line-height: 30px;
  }
  .searchBox .Search .searchInput::placeholder {
    color: white;
  }
  .searchBox .Search .searchBut {
    width: 25%;
    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;
  }
  .searchBox .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .InsideBg {
    width: 100%;
    background: url(../images/insideBg.png) no-repeat left bottom;
  }
  /*.NewsPos {
    position: relative;
}

.NewsPart {
    padding-bottom: 30px;

    .NewsPicList {
        padding: 10px;
        top:50px;
        z-index: 220;
        left: 0;
        margin-bottom: 60px;
        .NewsPicListItem {
            .NewsPicDes {
                width: 90%;
                margin: -30px auto 10px;
                position: relative;
                bottom: -15px;
                left: 0;
                z-index: 220;

                a {
                    display: block;
                    background: #f7f7f6;
                    padding:5px 10px;
                    box-sizing: border-box;
                    width: 100%;
                    height: auto;

                    .NewsPicDesName {
                        font-size: @font14;
                        color: @san;
                        line-height: 26px;
                        height: 26px;
                        margin-bottom: 0px;
                    }

                    .NewsPicDesTime {
                        font-size: 12px;
                        em {
                            font-size: @font15;
                        }
                    }
                }
            }

        }
    }
    .NewsText {
        width: 100%;
        margin-top:80px;
    }
}

.NewsPartMore {
    margin-top:30px;
    width: 200px;
    font-size: @font14;
}

.NewsTextListTitle {
    span {
        font-size: 20px;
        padding: 0 15px;
    }
}

.NewsTextList {
    margin: 0px 0;
    background: url(../images/xian.png) no-repeat 50% center;

    .NewsTextListItem {
        width: 48%;
        .NewsTextListDate {
            width:25%;

            dl {
                dt {
                    font-size: @font18;
                }

                dd {
                    font-size: @font13;
                }
            }
        }

        .NewsTextListInfo {
            width: 72%;
            margin-left: 4%;
            padding-bottom: 15px;

            a {

                .NewsTextListName {
                    font-size: @font14;
                }

                .NewsTextListDes {
                    font-size: 1rem;
                    line-height: 20px;
                    height: 40px;
                    -webkit-column-count: 2;
                }
            }
        }

    }

}*/
  .Title_Model {
    margin-bottom: 10px;
  }
  .Title_Model .Title_ModelName h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .Title_Model .Title_ModelName p span {
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore {
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore a em {
    font-size: 16px;
  }
  .NoticePicList .NoticePicListItem {
    width: 48.5%;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes {
    width: 100%;
    padding: 5px 0px 10px 0px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListName a {
    font-size: 13px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListTime {
    font-size: 12px;
  }
  .NoticeTextList {
    padding: 5px 0;
  }
  .NoticeTextList ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
  .NoticeTextList ul li a .NoticeTextDate {
    padding-right: 10px;
    font-size: 0.9rem;
  }
  .AnnEntrance {
    margin-bottom: 15px;
  }
  .AnnList ul li {
    margin-bottom: 12px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 1rem;
    color: #333;
    line-height: 26px;
    max-height: 52px;
  }
  .WikiList {
    padding: 10px 0 30px;
  }
  .WikiList .WikiListItem {
    margin-bottom: 24px;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 28%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 68%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: white;
    display: block;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    -webkit-column-count: 2;
  }
  .AnnSlider .swiper-pagination {
    padding-right: 10px;
  }
  .Section-fore {
    background: url(../images/bg4.png) no-repeat center center;
    background-attachment: fixed;
    padding: 30px 0 150px;
  }
  .Section-fore .ScientificItem {
    padding: 10px 0;
  }
  .Section-fore .ScientificItem a .ScientificInfo {
    width: 100%;
    padding: 5px 10px 20px 10px;
    box-sizing: border-box;
    background: white url(../images/titlebg.png) no-repeat 60% 85%;
    background-size: 90%;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificName {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
  .Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 200px 0 0px;
    margin-top: -200px;
  }
  .Section-five .quick_LInk .quick_LInk_left {
    width: 20%;
    border-right: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .Section-five .quick_LInk .quick_LInk_left h3 {
    font-size: 16px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul {
    padding: 15px 0 15px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul li {
    font-size: 1rem;
    line-height: 24px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
    padding: 10px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
    padding: 5px;
    height: 30px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
    font-size: 13px;
    line-height: 20px;
    padding: 3px 15px;
  }
  .indexFoot {
    margin-top: 0px;
  }
  .indexFoot .indexFootFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .indexFoot .indexFootFlex .FootDes {
    width: 60%;
  }
  .indexFoot .indexFootFlex .FootDes .FootSelect select {
    font-size: 13px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact {
    margin-top: 20px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact h3 {
    font-size: 18px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact p {
    font-size: 13px;
  }
  .FoooterB {
    font-size: 13px;
  }
  .InsidePart {
    padding: 15px 0 30px;
  }
  .InsidePart .InsideLeftPart {
    width: 24%;
    top: 0px;
    z-index: 220;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
  .InsidePart .InsideRightPart {
    width: 72%;
    /*background: @white;*/
    padding: 0px 0 10px;
  }
  .InsidePart .InsideRightPart .LocalLad {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    font-size: 13px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    font-size: 15px;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 15px 0;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 10px 0;
    font-size: 13px;
    line-height: 24px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 13px;
    line-height: 24px;
  }
  .InsideHonor {
    width: 100%;
  }
  .InsideHonor .InsideHonorItem {
    margin-top: 30px;
  }
  .InsideHonor .InsideHonorItem h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  .InsideHonor .InsideHonorItem ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsideHonor .InsideHonorItem ul li {
    width: calc(100%/3-2);
    margin: 10px 2% 10px 0;
  }
  .InsideHonor .InsideHonorItem ul li a {
    display: block;
    font-size: 14px;
    color: #666;
  }
  .InsideHonor .InsideHonorItem ul li a:hover {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #9f1f16;
  }
  .SF_News ul li {
    padding: 15px 0px 15px;
  }
  .SF_News ul li .News_gsxw_date {
    width: 18%;
    padding: 10px 10px;
  }
  .SF_News ul li .News_gsxw_date dl {
    width: 100%;
  }
  .SF_News ul li .News_gsxw_date dl dd {
    font-size: 12px;
  }
  .SF_News ul li .News_gsxw_Text {
    width: 79%;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #606060;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .SF_News ul li:last-child {
    border-bottom: 0;
  }
  .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(100%/3-3);
    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: #000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    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: #000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .ZSXX-Leaders ul {
    padding: 15px 0;
  }
  .ZSXX-Leaders ul li {
    width: calc(100%/3-3);
    margin: 0px 1.5% 15px;
  }
  .ZSXX-Leaders ul li a .Newsinfo {
    padding-top: 7px;
    width: 100%;
    text-align: center;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000;
    font-weight: 500;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle span {
    color: #666;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle strong {
    color: #000;
    font-weight: bold;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .Ann-Leaders {
    width: 100%;
    margin: 30px 0;
  }
  .Ann-Leaders a {
    display: block;
  }
  .Ann-Leaders img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
  }
  /*.ZSXX-PicNews {
    ul {
        li {
            margin: 0px 0 20px;
            padding-bottom: 20px;

            a {
                .Newsimg {
                    width: 30%;
                }

                .Newsinfo {
                    padding: 0;
                    width: 64%;
                }
            }
        }
    }
}*/
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  .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: 32%;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 64%;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsname {
    height: 26px;
    line-height: 26px;
    font-size: 1.4rem;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsdes {
    height: 44px;
    line-height: 22px;
    font-size: 1.2rem;
    color: #999;
    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: 1rem;
    color: #999;
    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: 1rem;
    width: 25%;
  }
  .ZSXX-News ul li a {
    width: 75%;
    font-size: 1rem;
  }
  .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: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666;
    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;
  }
  .IndexPart {
    padding: 30px 0 30px;
  }
  .IndexPart .LeftPartS {
    width: 60%;
  }
  .IndexPart .RightPartS {
    width: 37%;
  }
  .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 #dbdbdb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .Media-reports .Media-reportsItem {
    width: 48.5%;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes {
    padding: 10px;
    box-sizing: border-box;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsName {
    font-size: 14px;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsTime {
    font-size: 12px;
  }
  .Notice_TextList ul li {
    width: 100%;
    margin-bottom: 10px;
    background: #F7F7F7;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .Notice_TextList ul li a .NoticeTextDate {
    width: 22%;
    display: block;
    font-size: 12px;
    color: #999;
    border-right: 1px #b5b5b5 solid;
    color: #9f1f16;
    line-height: 30px;
  }
  .Notice_TextList ul li a .NoticeTextDate em {
    font-size: 14px;
  }
  .Notice_TextList ul li a .NoticeTextInfo {
    width: 75%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
  }
  .AnnList ul li {
    margin-bottom: 18px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    padding: 12px 15px;
    width: 60px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    width: calc(100% - 60px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-column-count: 2;
    padding-left: 15px;
  }
  .IndexNewsFlex {
    margin: 50px auto 0px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex {
    width: 18%;
    margin-top: -30px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title {
    background: url(../images/newsTitle.png) no-repeat left top;
    height: 260px;
    padding: 20px 30px;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_english {
    font-size: 16px;
    color: white;
    opacity: 0.6;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    text-transform: uppercase;
    margin-left: 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_Title {
    font-size: 20px;
    color: white;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More {
    margin-top: 20px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a {
    width: 100%;
    background: white;
    border-radius: 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 15px;
    color: #000;
    padding: 5px 15px 5px 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a img {
    padding-left: 0px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover {
    background: #a50203;
    color: white;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
  .IndexNewsFlex .IndexNews_ListFlex {
    width: 78%;
  }
  .IndexNewsFlex .IndexNews_ListFlex .swiper-wrapper {
    padding-bottom: 50px;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* 标准的语法 */
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Name {
    font-size: 14px;
    color: white;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: justify;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time {
    background: url(../images/timeBg.png) no-repeat center 50%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    background-size: 100%;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time em {
    background: #a50203;
    padding: 3px 6px;
    margin: 0 15px;
    color: white;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .slide-main {
    top: 60px;
  }
  .Menu {
    display: none;
  }
  /*手机菜单*/
  .header {
    position: fixed;
    height: 60px;
    background: #ab0104;
    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: 30%;
    height: 60px;
    padding: 8px 0 0 10px;
    font-size: 2rem;
    color: white;
  }
  .header .logo img {
    width: 100%;
    vertical-align: middle;
    margin-right: 10px;
  }
  /*手机菜单*/
  .SearchIco {
    width: 50px;
  }
  .SearchIco .searchBoxIco {
    font-size: 20px;
    color: white;
    padding: 0 15px;
  }
  .Top-Z {
    width: 100%;
    height: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 0 1%;
    box-sizing: border-box;
  }
  .Top-Z .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Top-Z .TopFlex a {
    color: #fff;
    padding: 0 15px;
    border-right: 1px #fff solid;
  }
  .Top-Z .TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top {
    width: 100%;
    height: 60px;
    padding: 0;
    box-sizing: border-box;
    background: #e2e0e0;
  }
  .Inside_Top .Inside_TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Inside_Top .Inside_TopFlex a {
    color: #333;
    padding: 0 15px;
    border-right: 1px #333 solid;
  }
  .Inside_Top .Inside_TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top .Inside_TopFlex a:last-child {
    border-right: 0;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
    display: none;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 8px 0;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 30%;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 40%;
    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: 40px;
    color: #9f1f16;
    font-weight: bold;
    padding-left: 15px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 20px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
    color: #9f1f16;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
    font-size: 18px;
    padding-right: 10px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a span {
    color: #333;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a:hover span {
    color: #9f1f16;
  }
  .Banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .Banner a {
    display: block;
  }
  .Banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .searchBox {
    width: 80%;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin-top: -30px;
    margin-left: -50%;
    margin-left: -40%;
    top: 50%;
  }
  .searchBox .Search .searchInput {
    width: 75%;
    font-size: 13px;
    color: white;
    height: 40px;
    line-height: 30px;
  }
  .searchBox .Search .searchInput::placeholder {
    color: white;
  }
  .searchBox .Search .searchBut {
    width: 25%;
    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;
  }
  .searchBox .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .InsideBg {
    width: 100%;
    background: url(../images/insideBg.png) no-repeat left bottom;
  }
  /*.NewsPos {
    position: relative;
}

.NewsPart {
    padding-bottom: 30px;

    .NewsPicList {
        padding: 10px;
        top:50px;
        z-index: 220;
        left: 0;
        margin-bottom: 60px;
        .NewsPicListItem {
            .NewsPicDes {
                width: 90%;
                margin: -30px auto 10px;
                position: relative;
                bottom: -15px;
                left: 0;
                z-index: 220;

                a {
                    display: block;
                    background: #f7f7f6;
                    padding:5px 10px;
                    box-sizing: border-box;
                    width: 100%;
                    height: auto;

                    .NewsPicDesName {
                        font-size: @font14;
                        color: @san;
                        line-height: 26px;
                        height: 26px;
                        margin-bottom: 0px;
                    }

                    .NewsPicDesTime {
                        font-size: 12px;
                        em {
                            font-size: @font15;
                        }
                    }
                }
            }

        }
    }
    .NewsText {
        width: 100%;
        margin-top:80px;
    }
}

.NewsPartMore {
    margin-top:30px;
    width: 200px;
    font-size: @font14;
}

.NewsTextListTitle {
    span {
        font-size: 20px;
        padding: 0 15px;
    }
}

.NewsTextList {
    margin: 0px 0;
    background: url(../images/xian.png) no-repeat 50% center;

    .NewsTextListItem {
        width: 48%;
        .NewsTextListDate {
            width:25%;

            dl {
                dt {
                    font-size: @font18;
                }

                dd {
                    font-size: @font13;
                }
            }
        }

        .NewsTextListInfo {
            width: 72%;
            margin-left: 4%;
            padding-bottom: 15px;

            a {

                .NewsTextListName {
                    font-size: @font14;
                }

                .NewsTextListDes {
                    font-size: 1rem;
                    line-height: 20px;
                    height: 40px;
                    -webkit-column-count: 2;
                }
            }
        }

    }

}*/
  .Title_Model {
    margin-bottom: 10px;
  }
  .Title_Model .Title_ModelName h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .Title_Model .Title_ModelName p span {
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore {
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore a em {
    font-size: 16px;
  }
  .NoticePicList .NoticePicListItem {
    width: 48.5%;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes {
    width: 100%;
    padding: 5px 0px 10px 0px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListName a {
    font-size: 13px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListTime {
    font-size: 12px;
  }
  .NoticeTextList {
    padding: 5px 0;
  }
  .NoticeTextList ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
  .NoticeTextList ul li a .NoticeTextDate {
    padding-right: 10px;
    font-size: 0.9rem;
  }
  .AnnEntrance {
    margin-bottom: 15px;
  }
  .AnnList ul li {
    margin-bottom: 12px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 1rem;
    color: #333;
    line-height: 26px;
    max-height: 52px;
  }
  .WikiList .WikiListItem {
    margin-bottom: 15px;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 18%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 76%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: white;
    display: block;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .AnnSlider .swiper-pagination {
    padding-right: 10px;
  }
  .Section-fore {
    background: url(../images/bg4.png) no-repeat center center;
    background-attachment: fixed;
    padding: 30px 0 150px;
  }
  .Section-fore .ScientificItem {
    padding: 10px 0;
  }
  .Section-fore .ScientificItem a .ScientificInfo {
    width: 100%;
    padding: 5px 10px 20px 10px;
    box-sizing: border-box;
    background: white url(../images/titlebg.png) no-repeat 60% 85%;
    background-size: 90%;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificName {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
  .Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 200px 0 0px;
    margin-top: -200px;
  }
  .Section-five .quick_LInk .quick_LInk_left {
    width: 20%;
    border-right: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .Section-five .quick_LInk .quick_LInk_left h3 {
    font-size: 16px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul {
    padding: 15px 0 15px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul li {
    font-size: 1rem;
    line-height: 24px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
    padding: 10px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
    padding: 5px;
    height: 30px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
    font-size: 13px;
    line-height: 20px;
    padding: 3px 15px;
  }
  .indexFoot {
    margin-top: 0px;
  }
  .indexFoot .indexFootFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .indexFoot .indexFootFlex .FootDes {
    width: 60%;
  }
  .indexFoot .indexFootFlex .FootDes .FootSelect select {
    font-size: 13px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact {
    margin-top: 20px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact h3 {
    font-size: 18px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact p {
    font-size: 13px;
  }
  .FoooterB {
    font-size: 13px;
  }
  .InsidePart {
    width: 100%;
    padding: 10px 0 10px;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart {
    width: 100%;
    position: inherit;
    top: 0px;
    z-index: 220;
    margin-bottom: 15px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    font-size: 15px;
    color: white;
    background: #9f1f16;
    font-weight: 500;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 2px #9f1f16 solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList {
    border: 1px #dbdbdb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: calc(100%/3-2);
    margin: 0 1%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    padding: 0 20px;
  }
  .InsidePart .InsideRightPart {
    width: 100%;
    /*background: @white;*/
    padding: 0px 0 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    width: 100%;
    font-size: 1rem;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    display: none;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 10px 0;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 1.2rem;
    line-height: 24px;
  }
  .InsideHonor {
    width: 100%;
  }
  .InsideHonor .InsideHonorItem {
    margin-top: 30px;
  }
  .InsideHonor .InsideHonorItem h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  .InsideHonor .InsideHonorItem ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .InsideHonor .InsideHonorItem ul li {
    width: 23%;
    margin: 10px 2% 10px 0;
  }
  .InsideHonor .InsideHonorItem ul li a {
    display: block;
    font-size: 14px;
    color: #666;
  }
  .InsideHonor .InsideHonorItem ul li a:hover {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #9f1f16;
  }
  .SF_News ul li {
    padding: 15px 0px 15px;
  }
  .SF_News ul li .News_gsxw_date {
    width: 14%;
    padding: 10px 10px;
  }
  .SF_News ul li .News_gsxw_date dl {
    width: 100%;
  }
  .SF_News ul li .News_gsxw_date dl dd {
    font-size: 12px;
  }
  .SF_News ul li .News_gsxw_Text {
    width: 83%;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #606060;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .SF_News ul li:last-child {
    border-bottom: 0;
  }
  .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(100%/3-3);
    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: #000;
    font-weight: 500;
  }
  .ZSXX-ImgNews ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    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: #000;
  }
  .ZSXX-ImgNews ul li a:hover .NewsDes span {
    text-decoration: underline;
  }
  .ZSXX-Leaders ul {
    padding: 15px 0;
  }
  .ZSXX-Leaders ul li {
    width: calc(100%/3-3);
    margin: 0px 1.5% 15px;
  }
  .ZSXX-Leaders ul li a .Newsinfo {
    padding-top: 7px;
    width: 100%;
    text-align: center;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000;
    font-weight: 500;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle span {
    color: #666;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle strong {
    color: #000;
    font-weight: bold;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes span {
    color: #0096cc;
  }
  .Ann-Leaders {
    width: 100%;
    margin: 30px 0;
  }
  .Ann-Leaders a {
    display: block;
  }
  .Ann-Leaders img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
  }
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  .ZSXX-PicNews ul {
    padding: 20px 0 0;
  }
  .ZSXX-PicNews ul li {
    margin: 0px 0 20px;
    padding-bottom: 20px;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsname {
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsdes {
    height: 72px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #999;
    margin: 0px 0 10px;
  }
  .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: #999;
    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: 1rem;
    width: 25%;
  }
  .ZSXX-News ul li a {
    width: 75%;
    font-size: 1rem;
  }
  .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;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666;
    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;
  }
  .IndexNewsFlex {
    margin: 50px auto 0px;
    padding-top: 60px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex {
    width: 18%;
    margin-top: -40px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title {
    background: url(../images/newsTitle.png) no-repeat left bottom;
    height: 280px;
    padding: 30px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_english {
    font-size: 18px;
    color: white;
    opacity: 0.6;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    text-transform: uppercase;
    margin-left: 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_Title {
    font-size: 22px;
    color: white;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More {
    margin-top: 30px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a {
    width: 100%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    padding: 6px 8px 6px 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a img {
    padding-left: 0px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover {
    background: #a50203;
    color: white;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
  .IndexNewsFlex .IndexNews_ListFlex {
    width: 78%;
  }
  .IndexNewsFlex .IndexNews_ListFlex .swiper-wrapper {
    padding-bottom: 50px;
  }
  .NewsPic_VerticalListItem {
    width: auto;
    position: relative;
    max-width: 100%;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Pic {
    position: relative;
    overflow: hidden;
    /*padding-top: 500px;*/
  }
  .NewsPic_VerticalListItem .VerticalListItem_Pic img {
    /*position: absolute;
            left: 50%;
            top: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            max-width: none;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: auto;*/
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a {
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 17px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* 标准的语法 */
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Name {
    font-size: 16px;
    color: white;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: justify;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time {
    background: url(../images/timeBg.png) no-repeat center 50%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    background-size: 100%;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time em {
    background: #a50203;
    padding: 3px 6px;
    margin: 0 15px;
    color: white;
    font-size: 12px;
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Pic img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Des a {
    padding-bottom: 30px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.2), #000000);
    /* 标准的语法 */
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Name {
    font-size: 16px;
    color: white;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Time {
    background: url(../images/timeBg.png) no-repeat center 50%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    background-size: 100%;
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Time em {
    background: #a50203;
    padding: 3px 6px;
    margin: 0 15px;
    color: white;
    font-size: 12px;
  }
  .IndexPart {
    padding: 30px 0 30px;
  }
  .IndexPart .LeftPartS {
    width: 60%;
  }
  .IndexPart .RightPartS {
    width: 37%;
  }
  .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 #dbdbdb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
  .Media-reports .Media-reportsItem {
    width: 48.5%;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes {
    padding: 10px;
    box-sizing: border-box;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsName {
    font-size: 14px;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsTime {
    font-size: 12px;
  }
  .Notice_TextList ul li {
    width: 100%;
    margin-bottom: 10px;
    background: #F7F7F7;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .Notice_TextList ul li a .NoticeTextDate {
    width: 22%;
    display: block;
    font-size: 12px;
    color: #999;
    border-right: 1px #b5b5b5 solid;
    color: #9f1f16;
    line-height: 30px;
  }
  .Notice_TextList ul li a .NoticeTextDate em {
    font-size: 14px;
  }
  .Notice_TextList ul li a .NoticeTextInfo {
    width: 75%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
  }
  .AnnList ul li {
    margin-bottom: 20px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    padding: 12px 15px;
    width: 60px;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    width: calc(100% - 60px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-column-count: 2;
    padding-left: 15px;
  }
  .WikiList {
    padding: 10px 0 30px;
  }
  .WikiList .WikiListItem {
    margin-bottom: 24px;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 28%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 68%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: white;
    display: block;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    -webkit-column-count: 2;
  }
}
@media screen and (max-width: 479px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .slide-main {
    top: 0px;
  }
  .Menu {
    display: none;
  }
  /*手机菜单*/
  .header {
    /*position: fixed;
        height: 50px;
        background: #ab0104;
        background-size: cover;
        display: block;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999999999999999999;
        box-sizing: border-box;*/
    border-top: 3px #9f1f16 solid;
    position: fixed;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background-size: cover;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999999999999;
    box-sizing: border-box;
  }
  .header .logo {
    display: inline-block;
    width: 50%;
    height: 50px;
    padding: 2px 0 0 10px;
    font-size: 2rem;
    color: white;
  }
  .header .logo img {
    width: 100%;
    vertical-align: middle;
    margin-right: 10px;
  }
  /*手机菜单*/
  .SearchIco {
    width: 50px;
  }
  .SearchIco .searchBoxIco {
    font-size: 20px;
    color: white;
    padding: 0 15px;
  }
  .HeaderTop {
    display: none;
  }
  .Top-Z {
    width: 100%;
    height: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 0 1%;
    box-sizing: border-box;
    display: none;
  }
  .Top-Z .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Top-Z .TopFlex a {
    color: #fff;
    padding: 0 15px;
    border-right: 1px #fff solid;
  }
  .Top-Z .TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #e2e0e0;
  }
  .Inside_Top .Inside_TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .Inside_Top .Inside_TopFlex a {
    color: #333;
    padding: 0 15px;
    border-right: 1px #333 solid;
  }
  .Inside_Top .Inside_TopFlex a:hover {
    text-decoration: underline;
  }
  .Inside_Top .Inside_TopFlex a:last-child {
    border-right: 0;
  }
  .TopMiddle-Z {
    width: 100%;
    padding: 0 0.5%;
    display: none;
  }
  .TopMiddle-Z .TopMiddleFlex {
    padding: 8px 0;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo {
    width: 30%;
  }
  .TopMiddle-Z .TopMiddleFlex .Logo img {
    border: 0;
    vertical-align: middle;
  }
  .TopMiddle {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 40%;
    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: 40px;
    color: #9f1f16;
    font-weight: bold;
    padding-left: 15px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem {
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 20px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a {
    color: #9f1f16;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a em {
    font-size: 18px;
    padding-right: 10px;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a span {
    color: #333;
  }
  .TopMiddle .TopMiddleFlex .SearchMenu .SearchMenuItem a:hover span {
    color: #9f1f16;
  }
  .Banner {
    width: 100%;
    position: relative;
    top: 0px;
    height: auto;
  }
  .searchBox {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin-top: 0px;
    margin-left: -50%;
    top: 0;
  }
  .searchBox .Search .searchInput {
    width: 75%;
    font-size: 13px;
    color: white;
    height: 40px;
    line-height: 30px;
  }
  .searchBox .Search .searchInput::placeholder {
    color: white;
  }
  .searchBox .Search .searchBut {
    width: 25%;
    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;
  }
  .searchBox .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .InsideBg {
    width: 100%;
    background: url(../images/insideBg.png) no-repeat left bottom;
  }
  /*.NewsPos {
        position: relative;
    }

    .NewsPart {
        padding-bottom: 30px;
        background-size: cover;

        .NewsPicList {
            padding: 10px;
            top: 50px;
            z-index: 220;
            left: 0;
            margin-bottom: 60px;
            flex-wrap: wrap;

            .NewsPicListItem {
                width: 100%;
                margin-bottom: 25px;

                .NewsPicDes {
                    width: 90%;
                    margin: -30px auto 10px;
                    position: relative;
                    bottom: -15px;
                    left: 0;
                    z-index: 220;

                    a {
                        display: block;
                        background: #f7f7f6;
                        padding: 5px 10px;
                        box-sizing: border-box;
                        width: 100%;
                        height: auto;

                        .NewsPicDesName {
                            font-size: @font14;
                            color: @san;
                            line-height: 26px;
                            height: 26px;
                            margin-bottom: 0px;
                        }

                        .NewsPicDesTime {
                            font-size: 12px;

                            em {
                                font-size: @font15;
                            }
                        }
                    }
                }
            }
        }

        .NewsText {
            width: 100%;
            margin-top: 80px;
        }
    }

    .NewsPartMore {
        margin-top: 20px;
        width: 200px;
        font-size: @font14;
        height: 40px;
        line-height: 40px;
    }

    .NewsTextListTitle {
        margin-bottom: 20px;

        span {
            font-size: 20px;
            padding: 0 15px;
        }
    }

    .NewsTextList {
        margin: 0px 0;
        background: none;
        flex-wrap: wrap;

        .NewsTextListItem {
            width: 100%;

            .NewsTextListDate {
                width: 20%;

                dl {
                    dt {
                        font-size: @font18;
                    }

                    dd {
                        font-size: @font13;
                    }
                }
            }

            .NewsTextListInfo {
                width: 80%;
                margin-left: 4%;
                padding-bottom: 15px;

                a {

                    .NewsTextListName {
                        font-size: @font14;
                    }

                    .NewsTextListDes {
                        font-size: 1rem;
                        line-height: 20px;
                        height: 40px;
                        -webkit-column-count: 2;
                    }
                }
            }
        }
    }*/
  .IndexNewsFlex {
    width: 100%;
    margin: 0px auto;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title {
    background: #921818 url(../images/newsTitle.png) no-repeat left bottom;
    height: 160px;
    padding: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_english {
    font-size: 1.8rem;
    color: white;
    opacity: 0.6;
    writing-mode: inherit;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_Title .landscape_Title {
    font-size: 2.2rem;
    writing-mode: inherit;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More {
    margin-top: 0px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a {
    /*width: 180px;*/
    width: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
    padding: 5px 20px;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a img {
    padding-left: 10px;
    mix-blend-mode: color-dodge;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover {
    background: #a50203;
    color: white;
  }
  .IndexNewsFlex .IndexNews_TitleFlex .IndexNews_More a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
  .IndexNewsFlex .IndexNews_ListFlex {
    width: 100%;
  }
  .IndexNewsFlex .IndexNews_ListFlex .swiper-wrapper {
    padding-bottom: 50px;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* 标准的语法 */
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Name {
    font-size: 1.4rem;
    height: 5.4rem;
    line-height: 1.8rem;
    -webkit-line-clamp: 3;
    padding: 0 10px;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time {
    background: url(../images/timeBg.png) no-repeat center 50%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    background-size: 100%;
  }
  .NewsPic_VerticalListItem .VerticalListItem_Des a .VerticalListItem_Time em {
    background: #a50203;
    padding: 3px 6px;
    margin: 0 15px;
    color: white;
    font-size: 12px;
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Pic img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Des a {
    padding-bottom: 30px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), #000000);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.2), #000000);
    /* 标准的语法 */
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Name {
    font-size: 16px;
    color: white;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Time {
    background: url(../images/timeBg.png) no-repeat center 50%;
    display: flex;
    display: inline-flex;
    justify-content: center;
    background-size: 100%;
  }
  .NewsPic_VerticalListItem:hover .VerticalListItem_Des a .VerticalListItem_Time em {
    background: #a50203;
    padding: 3px 6px;
    margin: 0 15px;
    color: white;
    font-size: 12px;
  }
  .Media-reports {
    flex-wrap: wrap;
  }
  .Media-reports .Media-reportsItem {
    width: 100%;
    margin-bottom: 15px;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes {
    width: 100%;
    padding: 10px 15px 15px 15px;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsName {
    font-size: 1.5rem;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsTime {
    font-size: 1.2rem;
  }
  .Media-reports .Media-reportsItem .Media-reportsDes a .Media-reportsTime em {
    height: 3px;
  }
  .Notice_TextList ul {
    /*li {
            width: 100%;

            a {
                display: flex;
                width: 100%;
                display:inline-flex;
                justify-content:space-between;
                align-items:center;

                .NoticeTextDate {
                    width:16%;
                    display:block;
                    font-size: @font12;
                    color: @jiu;
                    border-right: 1px #b5b5b5 solid;
                    color: @maincolor;
                    em {
                        font-size: @font15;
                    }
                }

                .NoticeTextInfo {
                    width:80%;
                    display:block;
                    height: 30px;
                    line-height:30px;
                    overflow: hidden;
                    font-size: @font13;
                    color: #323232;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                }

                &:hover {
                    color: @maincolor;

                    .NoticeTextDate {
                        color: @maincolor;
                    }
                }
            }
        }*/
  }
  .Notice_TextList ul li {
    width: 100%;
    margin-bottom: 15px;
    background: #f7f7f7;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .Notice_TextList ul li a .NoticeTextDate {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .Notice_TextList ul li a .NoticeTextDate em {
    font-size: 1.5rem;
  }
  .Notice_TextList ul li a .NoticeTextInfo {
    height: 3.6rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
  }
  .Notice_TextList ul li a:hover {
    color: #9f1f16;
  }
  .Notice_TextList ul li a:hover .NoticeTextDate {
    color: #9f1f16;
  }
  .Title_Model {
    margin-bottom: 10px;
  }
  .Title_Model .Title_ModelName h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .Title_Model .Title_ModelName p span {
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore {
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 1rem;
  }
  .Title_Model .Title_ModelMore a em {
    font-size: 16px;
  }
  .NoticePicList .NoticePicListItem {
    width: 48.5%;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes {
    width: 100%;
    padding: 5px 0px 10px 0px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListName a {
    font-size: 13px;
  }
  .NoticePicList .NoticePicListItem .NoticePicListDes .NoticePicListTime {
    font-size: 12px;
  }
  .NoticeTextList {
    padding: 5px 0;
  }
  .NoticeTextList ul {
    flex-wrap: wrap;
  }
  .NoticeTextList ul li {
    width: 100%;
  }
  .NoticeTextList ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
  .NoticeTextList ul li a .NoticeTextDate {
    padding-right: 10px;
    font-size: 1rem;
  }
  .AnnEntrance {
    margin-bottom: 15px;
  }
  .AnnList ul li {
    margin-bottom: 12px;
  }
  .AnnList ul li .AnnListItem .AnnDate {
    text-align: center;
    padding: 8px 15px;
    font-size: 1.3rem;
  }
  .AnnList ul li .AnnListItem .AnnInfo {
    font-size: 1.2rem;
    color: #333;
    line-height: 26px;
    max-height: 52px;
  }
  .WikiList .WikiListItem {
    margin-bottom: 15px;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListPic {
    width: 20%;
  }
  .WikiList .WikiListItem .NoticePicListDes {
    width: 76%;
  }
  .WikiList .WikiListItem .NoticePicListDes a {
    color: white;
    display: block;
    width: 100%;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListName {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .WikiList .WikiListItem .NoticePicListDes a .NoticePicListInfo {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .AnnSlider .swiper-pagination {
    padding-right: 10px;
  }
  .Section-fore {
    background: url(../images/bg4.png) no-repeat center center;
    background-attachment: fixed;
    padding: 30px 0 100px;
    background-size: cover;
  }
  .Section-fore .ScientificItem {
    padding: 10px 0;
  }
  .Section-fore .ScientificItem a .ScientificInfo {
    width: 100%;
    padding: 5px 10px 20px 10px;
    box-sizing: border-box;
    background: white url(../images/titlebg.png) no-repeat 60% 85%;
    background-size: 90%;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificName {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  .Section-fore .ScientificItem a .ScientificInfo .ScientificDes {
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
  .Section-five {
    background: url(../images/bg5.png) no-repeat center top;
    padding: 140px 0 0px;
    margin-top: -160px;
  }
  .Section-five .quick_LInk {
    flex-wrap: wrap;
  }
  .Section-five .quick_LInk .quick_LInk_left {
    width: 100%;
    margin-bottom: 10px;
    border-right: 0;
  }
  .Section-five .quick_LInk .quick_LInk_left h3 {
    font-size: 16px;
  }
  .Section-five .quick_LInk .quick_LInk_left ul {
    padding: 15px 0 15px;
    width: 100%;
  }
  .Section-five .quick_LInk .quick_LInk_left ul li {
    font-size: 1rem;
    line-height: 24px;
    width: 15.5%;
  }
  .Section-five .quick_LInk .quick_LInk_Right {
    width: 100%;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item {
    padding: 5px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name {
    padding: 5px;
    height: 30px;
    right: 5px;
    bottom: 5px;
  }
  .Section-five .quick_LInk .quick_LInk_Right .quick_LInk_Item .quick_LInk_Name span {
    font-size: 1rem;
    line-height: 20px;
    padding: 3px 8px;
  }
  .indexFoot {
    margin-top: 30px;
  }
  .indexFoot .indexFootFlex {
    flex-wrap: wrap;
  }
  .indexFoot .indexFootFlex .FootDes {
    width: 100%;
    margin-bottom: 15px;
  }
  .indexFoot .indexFootFlex .FootDes .FootSelect select {
    width: 31%;
    font-size: 13px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact {
    margin-top: 20px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact h3 {
    font-size: 14px;
  }
  .indexFoot .indexFootFlex .FootDes .FootContact p {
    font-size: 1rem;
    line-height: 20px;
  }
  .indexFoot .indexFootFlex .FCode {
    justify-content: center;
    width: 100%;
  }
  .indexFoot .indexFootFlex .FCode .CodeItem {
    width: 15%;
    margin-left: 15px;
    color: white;
    text-align: center;
    font-size: 1rem;
  }
  .FoooterB {
    font-size: 1rem;
  }
  .InsidePart {
    width: 100%;
    padding: 10px 0 10px;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart {
    width: 100%;
    position: inherit;
    top: 0px;
    z-index: 220;
    margin-bottom: 15px;
  }
  .InsidePart .InsideLeftPart .InsideLeftTitle {
    font-size: 16px;
    color: white;
    background: #9f1f16;
    font-weight: 500;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 2px #9f1f16 solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList {
    border: 1px #dbdbdb solid;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li {
    width: calc(100%/3-2);
    margin: 0 1%;
  }
  .InsidePart .InsideLeftPart .InsideLeftList > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .InsidePart .InsideRightPart {
    width: 100%;
    /*background: @white;*/
    padding: 0px 0 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    width: 100%;
    font-size: 1rem;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    display: none;
  }
  .InsidePart .InsideRightPart .ContInfo {
    padding: 10px 0;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfoTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon {
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 1.2rem;
    line-height: 24px;
  }
  .InsideHonor .InsideHonorItem {
    margin-top: 10px;
  }
  .InsideHonor .InsideHonorItem h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .InsideHonor .InsideHonorItem ul li {
    width: 48%;
    margin: 10px 1%;
  }
  .InsideHonor .InsideHonorItem ul li a {
    display: block;
    font-size: 13px;
  }
  .SF_News ul li {
    padding: 15px 0px 15px;
  }
  .SF_News ul li .News_gsxw_date {
    width: 22%;
    padding: 10px 10px;
    background: #f0f0f0;
    text-align: center;
    box-sizing: border-box;
  }
  .SF_News ul li .News_gsxw_date dl {
    width: 100%;
  }
  .SF_News ul li .News_gsxw_date dl dt {
    font-size: 40px;
  }
  .SF_News ul li .News_gsxw_date dl dd {
    text-align: center;
    font-size: 12px;
  }
  .SF_News ul li .News_gsxw_Text {
    width: 75%;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #606060;
    font-size: 1.3rem;
  }
  .SF_News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .SF_News ul li:last-child {
    border-bottom: 0;
  }
  .ZSXX-ImgNews ul {
    padding: 10px 0;
  }
  .ZSXX-ImgNews ul li {
    width: calc(100%/2-2);
    margin: 0px 1% 15px;
  }
  .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: #666;
  }
  .ZSXX-Leaders ul li {
    width: calc(100%/2-2);
    margin: 0px 1% 15px;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsTitle {
    font-size: 1.3rem;
  }
  .ZSXX-Leaders ul li a .Newsinfo .NewsDes {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 1.3rem;
  }
  .Ann-Leaders {
    margin: 10px 0;
  }
  .ZSXX-News ul li a {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  .ZSXX-PicNews ul {
    padding: 10px 0 0;
  }
  .ZSXX-PicNews ul li {
    margin: 0px 0 10px;
    padding-bottom: 10px;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 32%;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 64%;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsname {
    height: 26px;
    line-height: 26px;
    font-size: 1.4rem;
  }
  .ZSXX-PicNews ul li a .Newsinfo .Newsdes {
    height: 40px;
    line-height: 20px;
    font-size: 1.2rem;
    color: #999;
    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: 1rem;
    color: #999;
    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: 1rem;
    width: 25%;
  }
  .ZSXX-News ul li a {
    width: 75%;
    font-size: 1rem;
  }
  .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;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666;
    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;
  }
  .IndexPart {
    padding: 30px 0 30px;
    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 #dbdbdb solid;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .IndexPart .RightPart {
    width: 18%;
  }
}
