﻿html {
  font-size: 62.5%;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
}
body {
  background: #f7f7f7;
  color: #333;
  margin: 0px;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
}
* {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
img {
  border: 0;
  max-width: 100%;
}
p {
 /* text-align: justify;*/
}
.bgwhite {
  background: #ffffff;
}
.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: #333;
  text-decoration: none;
  transition: 0.5s all ease;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #b80e0f;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #666;
}
:focus {
  outline: none;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
figure,
figcaption,
code,
del,
dfn,
em,
image,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
tf,
tr,
th {
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-family: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  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;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.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: #c1c1c1;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ContaineM {
  width: 1200px;
  margin: 0 auto;
}
.wid100 {
  width: 100%;
}
.wid48 {
  width: 48%;
}
.wall {
  display: block;
  position: relative;
}
a.labeltitle {
  background: url(../images/label.png) no-repeat left top;
  background-size: 100%;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 50;
  padding: 5px 15px;
  width: 100px;
  height: 50px;
}
.wall-column {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding: 0 2%;
  box-sizing: border-box;
}
.article {
  display: block;
  margin: 0 0 8% 0;
  padding: 5%;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 100;
  overflow: hidden;
  position: relative;
}
.article:hover {
  transform: scale(1.01);
}
.article img {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
}
.article a {
  color: #666;
}
.article p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  font-size: 1.2em;
  line-height: 1.5;
}
.article small {
  font-size: 1em;
  color: #ff0000;
  line-height: 1.5;
}
.article input {
  width: 20%;
  padding: 0.6em;
  border-radius: 0.4em;
  font-size: 1.1em;
  z-index: 100;
  background-color: #f60;
  border: none;
  position: absolute;
  bottom: 3%;
  right: 5%;
  color: #fff;
  box-shadow: 0 0 7px #d7d7d7;
}
/*瀑布流结束*/
.wrapper h3 {
  text-align: center;
  margin: 0 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  font-size: 1.5em;
  padding: 0.7em 0;
}
.wrapper h4 {
  width: 90%;
  margin: 0 5%;
  text-align: justify;
  font-weight: normal;
  color: #999;
  font-size: 1.2em;
  margin-bottom: 3%;
  line-height: 1.5;
}
.wid3-1 {
  width: calc(31.33333333%);
  margin: 0 1%;
}
.blod {
  font-weight: bold;
}
.Top {
  width: 100%;
  height: 100%;
}
.Top .TopFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #fff;
}
.Top .TopFlex i {
  font-style: normal;
}
.Top .TopFlex a {
  color: #fff;
  padding: 0 20px;
  /*border-left: 1px #444444 solid;
            border-right: 1px #444444 solid;*/
}
.Top .TopFlex a:hover {
  text-decoration: underline;
}
.TopMiddle {
  width: 100%;
  background: #b80e0f;
}
.TopMiddle .TopMiddleFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px;
}
.TopMiddle .TopMiddleFlex .Logo {
  width: 50%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.TopMiddle .TopMiddleFlex .Logo img {
  border: 0;
  vertical-align: middle;
}
.TopMiddle .TopMiddleFlex .Logo span {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 15px;
}
.TopMiddle .TopMiddleFlex .Search {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
.TopMiddle .TopMiddleFlex .Search .searchInput {
  width: 70%;
  border: 1px #fef3c0 solid;
  background: transparent;
  padding: 5px 15px;
  font-size: 14px;
  color: #d49b5e;
  height: 40px;
  line-height: 30px;
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
}
.TopMiddle .TopMiddleFlex .Search .searchInput::-webkit-input-placeholder {
  color: #d49b5e;
}
.TopMiddle .TopMiddleFlex .Search .searchInput:-moz-placeholder {
  color: #d49b5e;
}
.TopMiddle .TopMiddleFlex .Search .searchInput::-moz-placeholder {
  color: #d49b5e;
}
.TopMiddle .TopMiddleFlex .Search .searchInput:-ms-input-placeholder {
  color: #d49b5e;
}
.TopMiddle .TopMiddleFlex .Search .searchBut {
  width: 20%;
  border: 1px #d49b5e solid;
  background: #d49b5e url(../images/search.png) no-repeat center center;
  margin-left: -1px;
  height: 42px;
  line-height: 42px;
  font-size: 0;
  cursor: pointer;
}
.TopMiddle .TopMiddleFlex .Search .searchBut:hover {
  border: 1px #de9950 solid;
  background: #de9950 url(../images/search.png) no-repeat center center;
}
/*pc  Menu start*/
.Menu {
  width: 100%;
  /*background: @menubg;*/
  /*border-top:1px rgba(255,255,255,.4) solid;*/
  /*border-top:1px #d49b5e solid;
    border-bottom:1px #d49b5e solid;*/
  background: #bb051b;
  border-top: 1px rgba(254, 202, 146, 0.4) solid;
  margin-bottom: 20px;
}
.Menu .smenu {
  display: none;
}
.Menu .MenuFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1;
}
.Menu .MenuFlex > li {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  /*width: calc(100%/8);*/
  text-align: center;
  flex: 1;
}
.Menu .MenuFlex > li > a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 0;
}
.Menu .MenuFlex > li:before {
  content: "|";
  padding: 0;
  position: absolute;
  left: -3px;
  color: #d49b5e;
  top: 15px;
}
.Menu .MenuFlex > li:last-child:after {
  content: "|";
  padding: 0;
  position: absolute;
  right: 0;
  top: 15px;
  color: #d49b5e;
}
.Menu .MenuFlex > li:hover,
.Menu .MenuFlex > li.active {
  box-sizing: border-box;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  background: rgba(184, 14, 15, 0.3);
  cursor: pointer;
}
.Menu .MenuFlex > li:hover > a,
.Menu .MenuFlex > li.active > a {
  color: #d49b5e;
}
.Menu .MenuFlex > li:hover:before,
.Menu .MenuFlex > li.active:before {
  content: "|";
  padding: 0;
  position: absolute;
  left: 0;
  color: #d49b5e;
}
.Menu .MenuFlex > li.active + li:before,
.Menu .MenuFlex > li:hover + li:before {
  content: "|";
  padding: 0;
  position: absolute;
  left: -3px;
  color: #d49b5e;
}
.Menu .MenuFlex .DownMenu {
  width: 100%;
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 10px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.Menu .MenuFlex .DownMenu > li {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333333;
  border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
  box-sizing: border-box;
  font-size: 14px;
}
.Menu .MenuFlex .DownMenu > li a {
  color: #333333;
}
.Menu .MenuFlex .DownMenu > li:hover {
  background: #f9f9f9;
}
.Menu .MenuFlex .DownMenu > li:hover a {
  color: #b80e0f;
}
.Menu .MenuFlex > li:hover .DownMenu {
  display: block;
}
/*pc  Menu end*/
.NewsFlex {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.NewsFlex .NewsBannerSilder {
  width: 100%;
}
.NewsFlex .NewsTabSlider {
  width: 32%;
}
.ZSXX-Tab {
  width: 100%;
  padding: 5px 0px;
}
.ZSXX-Tab ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border: 5px #b80e0f solid;
  border-bottom: none;
  box-sizing: border-box;
}
.ZSXX-Tab ul li {
  text-align: center;
  background: #b80e0f;
  flex: 1;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.ZSXX-Tab ul li a {
  color: #ffffff;
}
.ZSXX-Tab ul li:hover,
.ZSXX-Tab ul li.active {
  background: #ffffff;
}
.ZSXX-Tab ul li:hover a,
.ZSXX-Tab ul li.active a {
  color: #b80e0f;
}
.ZSXX-Tab-LIst {
  display: none;
}
.NewsBanner_colum1 {
  width: 100%;
}
.NewsBanner_colum1 h2 a {
  width: calc(100% - 420px);
  display: block;
  font-size: 22px;
  line-height: 70px;
  font-weight: bold;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  position: absolute;
  left: 405px;
  bottom: 0;
  z-index: 999;
  padding-left: 20px;
  padding-right: 50px;
  box-sizing: border-box;
  background: -webkit-linear-gradient(left, rgba(159, 31, 22, 0.5), rgba(159, 31, 22, 0.05));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(159, 31, 22, 0.5), rgba(159, 31, 22, 0.05));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(159, 31, 22, 0.5), rgba(159, 31, 22, 0.05));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(159, 31, 22, 0.5), rgba(159, 31, 22, 0.05));
  /* 标准的语法（必须放在最后） */
}
.NewsBanner_colum1 h2 a:hover {
  color: #333333;
}
.NewsBanner_colum1 aside .node {
  color: #706b6b;
  font-size: 13px;
}
.NewsBanner_colum1 aside .node:hover {
  color: #b80e0f;
}
.NewsBanner_colum1 .timelist {
  position: absolute;
  bottom: 140px;
  left: 0;
  z-index: 20;
  /*.t1 i {
            filter: alpha(opacity=90);
            opacity: .9;
        }

        .t2 i {
            filter: alpha(opacity=80);
            opacity: .8;
        }

        .t3 i {
            filter: alpha(opacity=60);
            opacity: .6;
        }

        .t4 i {
            filter: alpha(opacity=50);
            opacity: .5;
        }

        .t5 i {
            filter: alpha(opacity=40);
            opacity: .4;
        }

        .t6 i {
            filter: alpha(opacity=20);
            opacity: .2;
        }*/
}
.NewsBanner_colum1 .timelist li {
  float: left;
  display: block;
  font-size: 26px;
  color: #fff;
  width: 80px;
  height: 70px;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 21;
  padding-top: 0px;
  margin-right: 1px;
  line-height: 55px;
  cursor: pointer;
  zoom: 1;
}
.NewsBanner_colum1 .timelist li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.NewsBanner_colum1 .timelist li.active {
  color: #b80e0f;
}
.NewsBanner_colum1 .timelist li.active i {
  background: #fff;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.NewsBanner_colum1 .timelist li span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: -10px;
  position: relative;
  line-height: 12px;
}
.NewsBanner_colum1 .timelist li i {
  position: absolute;
  z-index: -1;
  /*background: #ffa800;*/
  background: rgba(159, 31, 22, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.NewsBanner_colum1 .forwnxt {
  position: absolute;
  bottom: 140px;
  right: 0px;
  z-index: 2;
}
.NewsBanner_colum1 .forwnxt .forward {
  border-bottom: 1px #ffffff solid;
}
.NewsBanner_colum1 .forwnxt .forward a {
  background: rgba(159, 31, 22, 0.3);
}
.NewsBanner_colum1 .forwnxt a {
  width: 38px;
  height: 35px;
  background: rgba(159, 31, 22, 0.4);
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.NewsBanner_colum1 .forwnxt a:hover {
  background: #9f1f16;
}
.NewsBanner_colum1 .figurewrap {
  position: relative;
}
.NewsBanner_colum1 .jiequ {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #777777;
}
/*.NewsBanner_colum1 {
    width: 100%;

    h2 {


        a {
            display: block;
            font-size: 24px;
            line-height: 36px;
            margin: 10px 0;
            font-weight: bold;
            height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: @bgcolor;

            &:hover {
                color: @san;
            }
        }
    }

    aside {
        .node {
            color: #706b6b;
            font-size: @font13;

            &:hover {
                color: @bgcolor;
            }
        }
    }

    .timelist {
        position: absolute;
        bottom: 140px;
        left: 0;
        z-index: 20;

        li {
            float: left;
            display: block;
            font-size: 26px;
            color: #fff;
            width: 80px;
            height: 70px;
            text-align: center;
            font-weight: bold;
            position: relative;
            z-index: 21;
            padding-top: 0px;
            margin-right: 1px;
            line-height: 55px;
            cursor: pointer;
            zoom: 1;

            &:hover {
                opacity: 0.6;
                filter: alpha(opacity=60);
            }

            &.active {
                color: @bgcolor;

                i {
                    background: #fff;
                    filter: alpha(opacity=90);
                    opacity: 0.9;
                }
            }

            span {
                display: block;
                font-size: 12px;
                font-weight: normal;
                margin-top: -10px;
                position: relative;
                line-height: 12px;
            }

            i {
                position: absolute;
                z-index: -1;
           
                background: rgba(159,31,22,.6);
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }
        }
        .t1 i {
            filter: alpha(opacity=90);
            opacity: .9;
        }

        .t2 i {
            filter: alpha(opacity=80);
            opacity: .8;
        }

        .t3 i {
            filter: alpha(opacity=60);
            opacity: .6;
        }

        .t4 i {
            filter: alpha(opacity=50);
            opacity: .5;
        }

        .t5 i {
            filter: alpha(opacity=40);
            opacity: .4;
        }

        .t6 i {
            filter: alpha(opacity=20);
            opacity: .2;
        }
    }

    .forwnxt {
        position: absolute;
        bottom: 140px;
        right: 0px;
        z-index: 2;

        .forward {
            border-bottom: 1px @white solid;

            a {
                background: rgba(159,31,22,.3);
            }
        }

        a {
            display: block;
            width: 38px;
            height: 35px;
            background: rgba(159,31,22,.4);
            color: #fff;
            font-size: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            cursor: pointer;

            &:hover {
                background: rgba(159,31,22,1);
            }
        }
    }

    .figurewrap {
        padding: 10px 0px 0;
    }

    .jiequ {
        font-size: @font14;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: @qi;
    }
}*/
.NewsBanner_colum2 {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.NewsBanner_colum2:hover {
  overflow: visible;
}
.NewsBanner_colum2:hover ul.nlist {
  border-color: #b80e0f;
}
.NewsBanner_colum2:hover ul.switch {
  border-left: 1px solid #b80e0f;
  border-right: 1px solid #b80e0f;
}
.NewsBanner_colum2 ul.switch li {
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 60px;
  height: 56px;
  width: 50%;
  background: #b80e0f;
  text-align: right;
  cursor: pointer;
  padding: 0 30px;
  box-sizing: border-box;
}
.NewsBanner_colum2 ul.switch li:hover {
  color: #000000;
}
.NewsBanner_colum2 ul.switch li.current {
  background: #fff;
  color: #b80e0f;
  border-top: 7px solid #b80e0f;
  line-height: 49px;
  height: 49px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
ul.nlist {
  width: 100%;
  border: 1px solid #fff;
  border-top: 0;
  z-index: 1;
  background: #ffffff;
}
ul.nlist h3 {
  font-size: 14px;
  line-height: 22px;
  padding: 6px 0 0 0;
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
ul.nlist h3 a {
  color: #444;
}
ul.nlist h3 a:hover {
  color: #ff7800;
}
ul.nlist li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}
ul.nlist li.more {
  text-align: right;
  border: 0;
  padding: 0;
}
ul.nlist li.more a {
  display: block;
}
ul.nlist li .time {
  color: #999;
}
ul.nlist li .time i {
  color: #ff7800;
  font-size: 14px;
  margin-right: 5px;
}
ul.nlist li img {
  margin-top: 10px;
  width: 100%;
}
ul.nlist li .click {
  float: right;
  color: #999;
}
ul.nlist li .click i {
  font-size: 14px;
  margin-right: 5px;
}
.annSection {
  width: 100%;
  margin: 15px 0;
  height: auto;
  overflow: hidden;
  position: relative;
}
.annSection a,
.annSection img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.annSection .annSectionbg img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  width: 150%;
  height: 100%;
  z-index: -1;
}
.annSection:hover img {
  transform: scale(0.99, 0.99);
  -webkit-transform: scale(0.99, 0.99);
  -moz-transform: scale(0.99, 0.99);
  -ms-transform: scale(0.99, 0.99);
}
.NoticeSection {
  width: 100%;
  padding: 30px 20px 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 50px;
}
.TitleModel {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.TitleModel .TitleModelName {
  width: 70%;
  font-size: 24px;
  color: #b80e0f;
  font-weight: bold;
}
.TitleModel .TitleModelMore {
  width: 30%;
  text-align: right;
}
.TitleModel .TitleModelMore a {
  font-size: 14px;
  color: #b80e0f;
}
.NoticeList {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  /*margin-bottom: 15px;*/
  flex-wrap: wrap;
  position: relative;
}
.NoticeList .NoticeListItem_width {
  width: 32%;
}
.Notice_List_Title {
  font-size: 15px;
  height: 78px;
  line-height: 26px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 500;
}
.NoticeListItem {
  /*width:100%;*/
  margin-bottom: 15px;
  position: relative;
}
.NoticeListItem .NoticeList_Title {
  font-size: 16px;
  /*height: 36px;
            line-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
  color: #333333;
  margin-bottom: 5px;
  width: 100%;
}
.NoticeListItem .NoticeList_Title a {
  font-size: 16px;
  /*height: 36px;
            line-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
  color: #333333;
  margin-bottom: 5px;
  width: 100%;
}
.NoticeListItem .NoticeList_Title a:hover {
  color: #b80e0f;
}
.NoticeListItem .NoticeList_TitleLine {
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-align: center;
  border-bottom: 1px #f0f0f0 solid;
  margin-bottom: 10px;
}
.NoticeListItem .NoticeList_TitleLine:hover {
  color: #b80e0f;
  border-bottom: 1px #b80e0f dashed;
}
.NoticeListItem .NoticeList_Des,
.NoticeListItem .media-des {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 3px;
  width: 100%;
}
.NoticeListItem .NoticeList_Des a,
.NoticeListItem .media-des a {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 3px;
  width: 100%;
}
.NoticeListItem .NoticeList_Des a:hover,
.NoticeListItem .media-des a:hover {
  color: #b80e0f;
}
.NoticeListItem .NoticeList_Des .media-logo,
.NoticeListItem .media-des .media-logo {
  text-align: right;
}
.NoticeListItem .NoticeList_Des .media-logo img,
.NoticeListItem .media-des .media-logo img {
  max-width: 100%;
  width: auto;
  margin: 10px 0 0 auto;
}
.NoticeListItem:hover .NoticeList_Title {
  color: #b80e0f;
}
.NoticeListItem:hover .NoticeList_Time {
  color: #666666;
}
.NoticeListItem:hover .NoticeList_Des {
  color: #333333;
}
.NoticeList_Time {
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
}
.PicList_TimeIco {
  margin-right: 5px;
  font-size: 14px;
  color: #b80e0f;
}
.PicList_channel {
  padding-left: 5px;
  font-size: 12px;
  color: #ababab;
}
.PicList_channel a {
  font-size: 14px;
  color: #999999;
}
.PicList_tag {
  position: absolute;
  right: 0;
  top: 0;
}
.PicList_tag a {
  display: block;
  padding: 5px 20px;
  font-size: 12px;
  color: #fff;
  background: rgba(184, 14, 15, 0.9);
  /*border-radius: 20px;
        float: right;
        opacity: 0.8;*/
}
.PicList_tag a:hover {
  opacity: 1;
}
.PicList_tag a:after {
  content: '';
  display: block;
  clear: both;
}
.PicList_Bigimg {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.PicList_Bigimg img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.PicList_Bigimg:hover {
  cursor: pointer;
}
.PicList_Bigimg:hover 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);
}
.padding15 {
  padding: 5px 15px 15px;
  box-sizing: border-box;
}
.padding24 {
  padding: 15px 24px 20px;
  box-sizing: border-box;
}
.padding20 {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.line_clamp2 {
  -webkit-line-clamp: 2;
  max-height: 52px;
}
.line_clamp4 {
  -webkit-line-clamp: 4;
  max-height: 104px;
}
.line_clamp6 {
  -webkit-line-clamp: 6;
  height: auto;
  max-height: 156px;
}
.line_clamp3 {
  -webkit-line-clamp: 3;
  max-height: 78px;
}
.bottomcontent {
  width: 100%;
  /*background: url(../images/bg.jpg) no-repeat center bottom;*/
  padding-bottom: 50px;
  margin-top: 30px;
}
.bottomcontent .mainWrap {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.bottomcontent .mainWrap .mainWrapList1 {
  width: 30%;
}
.bottomcontent .mainWrap .mainWrapList2 {
  width: 68%;
}
.View_more {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  background: #ffffff;
}
.View_more a {
  color: #333333;
  display: block;
}
.View_more:hover {
  background: #b80e0f;
  cursor: pointer;
}
.View_more:hover a {
  color: #ffffff;
}
.Foot {
  width: 100%;
  padding: 40px 0;
  background: #b80e0f;
}
.Foot .FootFlex {
  width: 100%;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.Foot .FootFlex .LogoX {
  width: 10%;
}
.Foot .FootFlex .LogoX img {
  width: auto;
  height: auto;
}
.Foot .FootFlex .Fdes {
  width: 58%;
}
.Foot .FootFlex .Fdes p {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.Foot .FootFlex .FCode {
  width: 30%;
  display: flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.Foot .FootFlex .FCode .CodeItem {
  /*width:50%;*/
  margin-left: 15px;
  color: #ffffff;
  text-align: center;
}
.Foot .FootFlex .FCode .CodeItem img {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
.Foot .FootFlex .FCode .CodeItem p {
  text-align: center;
}
.Tico {
  position: absolute;
  width: 93px;
  height: 93px;
  left: -8px;
  top: -6px;
}
.Tico img {
  width: 100%;
  height: 100%;
}
.Inside {
  /*background: url(../images/bg2.jpg) no-repeat center bottom;*/
  width: 100%;
  height: 100%;
}
.InsidePart {
  width: 100%;
  padding: 10px 0 50px;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.InsidePart .InsideLeftPart {
  width: 30%;
  box-sizing: border-box;
  padding: 15px;
}
.InsidePart .InsideRightPart {
  width: 68%;
  /*background: @white;*/
  padding: 15px 40px 10px;
  box-sizing: border-box;
}
.InsidePart .InsideRightPart .ProjectTitle {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 2px #b80e0f solid;
  color: #b80e0f;
  font-size: 28px;
  padding-bottom: 15px;
  font-weight: bold;
}
.InsidePart .InsideRightPart .LocalLad {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #434343;
  margin-bottom: 15px;
  border-bottom: 2px #b80e0f solid;
  display: flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #777777;
  width: 70%;
  font-size: 14px;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks a {
  color: #777777;
  padding: 0 5px;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks a:hover {
  color: #152f80;
}
.InsidePart .InsideRightPart .LocalLad .LocalLinks span {
  padding: 0 5px;
  color: #b80e0f;
}
.InsidePart .InsideRightPart .LocalLad .LocalTitle {
  width: 30%;
  font-size: 18px;
  color: #000000;
  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: #666666;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon p {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  text-indent: 0em;
  margin-bottom: 10px;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
  padding: 10px;
  vertical-align: middle;
  max-width: 100%;
}
.InsidePart .InsideRightPart .ContInfo .ContInfocon img {
  padding: 10px;
  vertical-align: middle;
  max-width: 100%;
}
.ZSXX-PicNews ul {
  width: 100%;
  padding: 20px 0;
}
.ZSXX-PicNews ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0 25px;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px #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: 26%;
  position: relative;
  overflow: hidden;
}
.ZSXX-PicNews ul li a .Newsimg img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  display: block;
  /*width: auto;*/
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.ZSXX-PicNews ul li a .Newsinfo {
  padding: 0;
  width: 72%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText {
  width: calc(100% - 120px);
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsname {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #1a1a1a;
  /*font-weight: 600;*/
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .News_tag {
  width: 100%;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #999999;
  line-height: 26px;
  margin-left: -10px;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .News_tag .tag_Notice {
  font-size: 10px;
  color: #999999;
  padding: 1px 12px;
  background: #b80e0f;
  color: #ffffff;
  border-radius: 30px;
  margin-right: 5px;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .News_tag span {
  padding: 0 10px;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes {
  width: 100%;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  /*color: @liu;*/
  color: #999999;
  font-size: 14px;
  text-align: justify;
  margin: 10px 0 0;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes span {
  color: #0096cc;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime {
  width: 100px;
  border-right: 1px #ebebeb solid;
  padding-right: 20px;
  text-align: right;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime h3 {
  font-size: 15px;
  color: #666666;
}
.ZSXX-PicNews ul li a .Newsinfo .NewsTime h4 {
  font-size: 24px;
  color: #999999;
}
.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 .Newsinfo .NewsinfoText .Newsname {
  color: #b80e0f;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes {
  color: #000000;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes span {
  text-decoration: underline;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h3 {
  color: #b80e0f;
}
.ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h4 {
  color: #b80e0f;
}
.ZSXX-Detail {
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.ZSXX-Detail .DetailTitle {
  width: 100%;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 8px;
  font-weight: 500;
}
.ZSXX-Detail .DetailTitle span {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  padding: 0px 10px;
}
.ZSXX-Detail .DetailTitle span:nth-child(1),
.ZSXX-Detail .DetailTitle span:nth-child(2) {
  display: none;
}
.ZSXX-Detail .DetailCont {
  padding: 20px 0 50px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.ZSXX-Detail .DetailCont p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.ZSXX-Detail .DetailCont p img {
  max-width: 100%;
}
.ZSXX-Detail .DetailCont strong {
  font-size: 16px;
  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: #666666;
}
.ZSXX-Detail .pagrnext > div a {
  font-size: 15px;
  color: #333333;
}
.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: #666666;
  background: #fff;
}
.page a.active,
.page a:hover {
  border: 1px #b80e0f solid;
  background: #b80e0f;
  color: #fff;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .ContaineM {
    width: 960px;
    margin: 0 auto;
  }
  .ZSXX-Tab ul li {
    padding: 0 10px;
  }
  .Top {
    width: 100%;
    height: 100%;
  }
  .Top .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
  }
  .Top .TopFlex a {
    color: #fff;
    padding: 0 20px;
  }
  .Top .TopFlex a:hover {
    text-decoration: underline;
  }
  .TopMiddle {
    width: 100%;
  }
  .TopMiddle .TopMiddleFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: 60%;
    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: 33px;
    font-weight: bold;
    padding-left: 15px;
  }
  .NewsFlex {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .NewsBanner_colum1 h2 a {
    width: calc(100% - 420px);
    font-size: 18px;
    line-height: 70px;
    font-weight: normal;
    height: 70px;
    left: 405px;
  }
  .NewsBanner_colum1 h2 a:hover {
    color: #333333;
  }
  .NewsBanner_colum1 .timelist {
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 20;
  }
  .NewsBanner_colum1 .timelist li {
    float: left;
    display: block;
    font-size: 26px;
    color: #fff;
    width: 80px;
    height: 70px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 21;
    padding-top: 0px;
    margin-right: 1px;
    line-height: 50px;
    cursor: pointer;
    zoom: 1;
  }
  .NewsBanner_colum1 .timelist li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .NewsBanner_colum1 .timelist li.active {
    color: #b80e0f;
  }
  .NewsBanner_colum1 .timelist li.active i {
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .NewsBanner_colum1 .timelist li span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: -10px;
    position: relative;
    line-height: 12px;
  }
  .NewsBanner_colum1 .timelist li i {
    position: absolute;
    z-index: -1;
    /*background: #ffa800;*/
    background: rgba(159, 31, 22, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .NewsBanner_colum1 .forwnxt {
    position: absolute;
    bottom: 140px;
    right: 0px;
    z-index: 2;
  }
  .NewsBanner_colum1 .forwnxt .forward {
    border-bottom: 1px #ffffff solid;
  }
  .NewsBanner_colum1 .forwnxt .forward a {
    background: rgba(159, 31, 22, 0.3);
  }
  .NewsBanner_colum1 .forwnxt a {
    width: 38px;
    height: 35px;
    background: rgba(159, 31, 22, 0.4);
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    cursor: pointer;
  }
  .NewsBanner_colum1 .forwnxt a:hover {
    background: #9f1f16;
  }
  .NewsBanner_colum1 .figurewrap {
    position: relative;
  }
  .NewsBanner_colum1 .jiequ {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #777777;
  }
  .NewsBanner_colum2 {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .NewsBanner_colum2:hover {
    overflow: visible;
  }
  .NewsBanner_colum2:hover ul.nlist {
    border-color: #b80e0f;
  }
  .NewsBanner_colum2:hover ul.switch {
    border-left: 1px solid #b80e0f;
    border-right: 1px solid #b80e0f;
  }
  .NewsBanner_colum2 ul.switch li {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    height: 56px;
    width: 50%;
    background: #b80e0f;
    text-align: right;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .NewsBanner_colum2 ul.switch li:hover {
    color: #000000;
  }
  .NewsBanner_colum2 ul.switch li.current {
    background: #fff;
    color: #b80e0f;
    border-top: 7px solid #b80e0f;
    line-height: 49px;
    height: 49px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  ul.nlist {
    width: 100%;
    border: 1px solid #fff;
    border-top: 0;
    z-index: 1;
    background: #ffffff;
  }
  ul.nlist h3 {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0 0 0;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ul.nlist h3 a {
    color: #444;
  }
  ul.nlist h3 a:hover {
    color: #ff7800;
  }
  ul.nlist li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  ul.nlist li.more {
    text-align: right;
    border: 0;
    padding: 0;
  }
  ul.nlist li.more a {
    display: block;
  }
  ul.nlist li .time {
    color: #999;
  }
  ul.nlist li .time i {
    color: #ff7800;
    font-size: 14px;
    margin-right: 5px;
  }
  ul.nlist li img {
    margin-top: 10px;
    width: 100%;
  }
  ul.nlist li .click {
    float: right;
    color: #999;
  }
  ul.nlist li .click i {
    font-size: 14px;
    margin-right: 5px;
  }
  .annSection {
    width: 100%;
    margin: 15px 0;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .annSection a,
  .annSection img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .annSection .annSectionbg img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 150%;
    height: 100%;
    z-index: -1;
  }
  .annSection:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
  }
  .NoticeSection {
    width: 100%;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 50px;
  }
  .TitleModel {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .TitleModel .TitleModelName {
    width: 70%;
    font-size: 20px;
    color: #b80e0f;
    font-weight: bold;
  }
  .TitleModel .TitleModelMore {
    width: 30%;
    text-align: right;
  }
  .TitleModel .TitleModelMore a {
    font-size: 14px;
    color: #b80e0f;
  }
  .NoticeList {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-bottom: 15px;*/
    flex-wrap: wrap;
  }
  .NoticeList .NoticeListItem_width {
    width: 32%;
  }
  .NoticeListItem {
    margin-bottom: 15px;
  }
  .NoticeListItem a .NoticeList_TitleLine {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: center;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
  }
  .NoticeListItem a .NoticeList_TitleLine:hover {
    color: #b80e0f;
    border-bottom: 1px #b80e0f dashed;
  }
  .NoticeListItem a .NoticeList_Des {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 5px;
  }
  .NoticeListItem a:hover .NoticeList_Title {
    color: #b80e0f;
  }
  .NoticeListItem a:hover .NoticeList_Time {
    color: #666666;
  }
  .NoticeListItem a:hover .NoticeList_Des {
    color: #333333;
  }
  .NoticeList_Time {
    font-size: 13px;
    color: #999999;
  }
  .PicList_TimeIco {
    margin-right: 5px;
    font-size: 15px;
    color: #b80e0f;
  }
  .PicList_channel {
    padding-left: 20px;
    font-size: 12px;
    color: #ff7800;
  }
  .PicList_Bigimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .PicList_Bigimg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .PicList_Bigimg:hover {
    cursor: pointer;
  }
  .PicList_Bigimg:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
  .padding15 {
    padding: 5px 15px 15px;
    box-sizing: border-box;
  }
  .padding20 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .bottomcontent {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center bottom;
    padding-bottom: 50px;
  }
  .bottomcontent .mainWrap {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .View_more {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
  }
  .View_more a {
    color: #333333;
  }
  .View_more:hover {
    background: #b80e0f;
    cursor: pointer;
  }
  .View_more:hover a {
    color: #ffffff;
  }
  .Foot {
    width: 100%;
    padding: 40px 0;
    background: #5d5d5d;
  }
  .Foot .FootFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .Foot .FootFlex .LogoX {
    width: 15%;
  }
  .Foot .FootFlex .LogoX img {
    width: auto;
    height: auto;
  }
  .Foot .FootFlex .Fdes {
    width: 55%;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
  }
  .Foot .FootFlex .FCode {
    width: 30%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .Foot .FootFlex .FCode .CodeItem {
    /*width:50%;*/
    margin-left: 15px;
    color: #ffffff;
    text-align: center;
  }
  .Foot .FootFlex .FCode .CodeItem img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }
  .Foot .FootFlex .FCode .CodeItem p {
    text-align: center;
  }
  .Tico {
    position: absolute;
    width: 93px;
    height: 93px;
    left: -8px;
    top: -6px;
  }
  .Tico img {
    width: 100%;
    height: 100%;
  }
  .Inside {
    /*background:url(../images/bg2.jpg) no-repeat center bottom;*/
    width: 100%;
    height: 100%;
  }
  .InsidePart {
    width: 100%;
    padding: 10px 0 50px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .InsidePart .InsideLeftPart {
    width: 30%;
    box-sizing: border-box;
    padding: 15px;
  }
  .InsidePart .InsideRightPart {
    width: 68%;
    /*background: @white;*/
    padding: 15px 15px 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 15px;
    border-bottom: 2px #b80e0f solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #777777;
    width: 70%;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a {
    color: #777777;
    padding: 0 5px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a:hover {
    color: #152f80;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks span {
    padding: 0 5px;
    color: #b80e0f;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    width: 30%;
    font-size: 18px;
    color: #000000;
    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: #666666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .ZSXX-PicNews ul {
    width: 100%;
    padding: 20px 0;
  }
  .ZSXX-PicNews ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0 25px;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px #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: 26%;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-PicNews ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 72%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes {
    width: 100%;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    text-align: justify;
    margin: 20px 0 0;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes span {
    color: #0096cc;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    border-right: 1px #ebebeb solid;
    padding-right: 20px;
    text-align: right;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h3 {
    font-size: 15px;
    color: #666666;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h4 {
    font-size: 24px;
    color: #999999;
  }
  .ZSXX-PicNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-PicNews ul li a:hover .Newsimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    overflow: hidden;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsname {
    color: #b80e0f;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes {
    color: #000000;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes span {
    text-decoration: underline;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h3 {
    color: #b80e0f;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h4 {
    color: #b80e0f;
  }
  .ZSXX-Detail {
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .ZSXX-Detail .DetailTitle {
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 8px;
    font-weight: 500;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    padding: 0px 10px;
  }
  .ZSXX-Detail .DetailCont {
    padding: 20px 0 50px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext {
    width: 100%;
    border-top: 1px #e6e6e6 solid;
    padding: 15px 0;
  }
  .ZSXX-Detail .pagrnext > div {
    width: 100%;
    font-size: 15px;
    color: #000000;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ZSXX-Detail .pagrnext > div em {
    font-size: 20px;
    padding-right: 10px;
    color: #666666;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 15px;
    color: #333333;
  }
  .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: #666666;
    background: #fff;
  }
  .page a.active,
  .page a:hover {
    border: 1px #b80e0f solid;
    background: #b80e0f;
    color: #fff;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .ContaineM {
    width: 740px;
    margin: 0 auto;
  }
  .ZSXX-Tab ul {
    border: 3px #b80e0f solid;
    flex-wrap: wrap;
    border-bottom: 0;
  }
  .ZSXX-Tab ul li {
    padding: 0 0px;
    font-size: 12px;
  }
  .Top {
    width: 100%;
    height: 100%;
  }
  .Top .TopFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
  }
  .Top .TopFlex a {
    color: #fff;
    padding: 0 20px;
  }
  .Top .TopFlex a:hover {
    text-decoration: underline;
  }
  .TopMiddle {
    width: 100%;
  }
  .TopMiddle .TopMiddleFlex {
    padding: 20px 0 20px;
  }
  .TopMiddle .TopMiddleFlex .Logo img {
    width: 65%;
  }
  .TopMiddle .TopMiddleFlex .Logo span {
    font-size: 30px;
  }
  .TopMiddle .TopMiddleFlex .Search {
    width: 40%;
  }
  .TopMiddle .TopMiddleFlex .Search .searchInput {
    width: 70%;
    background: transparent;
    padding: 5px 15px;
    font-size: 14px;
    color: #454545;
  }
  .TopMiddle .TopMiddleFlex .Search .searchBut {
    width: 20%;
    margin-left: -1px;
    font-size: 0;
    cursor: pointer;
  }
  .TopMiddle .TopMiddleFlex .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  /*pc  Menu start*/
  .Menu {
    width: 100%;
    background: #b80e0f;
  }
  .Menu .smenu {
    display: none;
  }
  .Menu .MenuFlex > li {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    /*width: calc(100%/8);*/
    text-align: center;
    flex: 1;
  }
  .Menu .MenuFlex > li > a {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
  .Menu .MenuFlex > li:before {
    content: "|";
    padding: 0;
    position: absolute;
    left: 0;
    color: #ffffff;
  }
  .Menu .MenuFlex > li:last-child:after {
    content: "|";
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    color: #ffffff;
  }
  .Menu .MenuFlex > li:hover,
  .Menu .MenuFlex > li.active {
    box-sizing: border-box;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .Menu .MenuFlex > li:hover .DownMenu {
    display: block;
  }
  /*pc  Menu end*/
  .NewsFlex {
    padding: 20px 20px;
  }
  .NewsFlex .NewsBannerSilder {
    width: 100%;
  }
  .NewsFlex .NewsTabSlider {
    width: 46%;
  }
  /*.NewsBanner_colum1 {
    width: 100%;

    h2 {


        a {
             width: calc(~"100% - 300px");
            font-size: 24px;
        }
    }

    aside {
        .node {
            color: #706b6b;
            font-size: @font13;

            &:hover {
                color: @bgcolor;
            }
        }
    }

    .timelist {
        position: absolute;
        bottom: 140px;
        left: 0;
        z-index: 20;

        li {
            float: left;
            display: block;
            font-size: 26px;
            color: #fff;
            width: 60px;
            height: 60px;
            text-align: center;
            font-weight: bold;
            position: relative;
            z-index: 21;
            padding-top: 0px;
            margin-right: 1px;
            line-height: 50px;
            cursor: pointer;
            zoom: 1;

            &:hover {
                opacity: 0.6;
                filter: alpha(opacity=60);
            }

            &.active {
                color: @bgcolor;

                i {
                    background: #fff;
                    filter: alpha(opacity=90);
                    opacity: 0.9;
                }
            }

            span {
                display: block;
                font-size: 12px;
                font-weight: normal;
                margin-top: -10px;
                position: relative;
                line-height: 12px;
            }

            i {
                position: absolute;
                z-index: -1;
                
                background: rgba(159,31,22,.6);
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }
        }
        .t1 i {
            filter: alpha(opacity=90);
            opacity: .9;
        }

        .t2 i {
            filter: alpha(opacity=80);
            opacity: .8;
        }

        .t3 i {
            filter: alpha(opacity=60);
            opacity: .6;
        }

        .t4 i {
            filter: alpha(opacity=50);
            opacity: .5;
        }

        .t5 i {
            filter: alpha(opacity=40);
            opacity: .4;
        }

        .t6 i {
            filter: alpha(opacity=20);
            opacity: .2;
        }
    }

    .forwnxt {
        position: absolute;
        bottom: 140px;
        right: 0px;
        z-index: 2;

        .forward {
            border-bottom: 1px @white solid;

            a {
                background: rgba(159,31,22,.3);
            }
        }

        a {
            display: block;
            width: 38px;
            height: 35px;
            background: rgba(159,31,22,.4);
            color: #fff;
            font-size: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            cursor: pointer;

            &:hover {
                background: rgba(159,31,22,1);
            }
        }
    }

    .figurewrap {
        padding: 10px 0px 0;
    }

    .jiequ {
        font-size: @font14;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: @qi;
    }
}*/
  .NewsBanner_colum1 h2 a {
    width: calc(100% - 300px);
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
    height: 60px;
    left: 305px;
  }
  .NewsBanner_colum1 h2 a:hover {
    color: #333333;
  }
  .NewsBanner_colum1 .timelist {
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 20;
  }
  .NewsBanner_colum1 .timelist li {
    float: left;
    display: block;
    font-size: 26px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 21;
    padding-top: 0px;
    margin-right: 1px;
    line-height: 50px;
    cursor: pointer;
    zoom: 1;
  }
  .NewsBanner_colum1 .timelist li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .NewsBanner_colum1 .timelist li.active {
    color: #b80e0f;
  }
  .NewsBanner_colum1 .timelist li.active i {
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .NewsBanner_colum1 .timelist li span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: -10px;
    position: relative;
    line-height: 12px;
  }
  .NewsBanner_colum1 .timelist li i {
    position: absolute;
    z-index: -1;
    /*background: #ffa800;*/
    background: rgba(159, 31, 22, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .NewsBanner_colum1 .forwnxt {
    position: absolute;
    bottom: 140px;
    right: 0px;
    z-index: 2;
  }
  .NewsBanner_colum1 .forwnxt .forward {
    border-bottom: 1px #ffffff solid;
  }
  .NewsBanner_colum1 .forwnxt .forward a {
    background: rgba(159, 31, 22, 0.3);
  }
  .NewsBanner_colum1 .forwnxt a {
    width: 38px;
    height: 35px;
    background: rgba(159, 31, 22, 0.4);
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    cursor: pointer;
  }
  .NewsBanner_colum1 .forwnxt a:hover {
    background: #9f1f16;
  }
  .NewsBanner_colum1 .figurewrap {
    position: relative;
  }
  .NewsBanner_colum1 .jiequ {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #777777;
  }
  .NewsBanner_colum2 {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .NewsBanner_colum2:hover {
    overflow: visible;
  }
  .NewsBanner_colum2:hover ul.nlist {
    border-color: #b80e0f;
  }
  .NewsBanner_colum2:hover ul.switch {
    border-left: 1px solid #b80e0f;
    border-right: 1px solid #b80e0f;
  }
  .NewsBanner_colum2 ul.switch li {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    height: 56px;
    width: 50%;
    background: #b80e0f;
    text-align: right;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .NewsBanner_colum2 ul.switch li:hover {
    color: #000000;
  }
  .NewsBanner_colum2 ul.switch li.current {
    background: #fff;
    color: #b80e0f;
    border-top: 7px solid #b80e0f;
    line-height: 49px;
    height: 49px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  ul.nlist {
    width: 100%;
    border: 1px solid #fff;
    border-top: 0;
    z-index: 1;
    background: #ffffff;
  }
  ul.nlist h3 {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0 0 0;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ul.nlist h3 a {
    color: #444;
  }
  ul.nlist h3 a:hover {
    color: #ff7800;
  }
  ul.nlist li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  ul.nlist li.more {
    text-align: right;
    border: 0;
    padding: 0;
  }
  ul.nlist li.more a {
    display: block;
  }
  ul.nlist li .time {
    color: #999;
  }
  ul.nlist li .time i {
    color: #ff7800;
    font-size: 14px;
    margin-right: 5px;
  }
  ul.nlist li img {
    margin-top: 10px;
    width: 100%;
  }
  ul.nlist li .click {
    float: right;
    color: #999;
  }
  ul.nlist li .click i {
    font-size: 14px;
    margin-right: 5px;
  }
  .annSection {
    width: 100%;
    margin: 15px 0;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .annSection a,
  .annSection img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .annSection .annSectionbg img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 150%;
    height: 100%;
    z-index: -1;
  }
  .annSection:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
  }
  .NoticeSection {
    width: 100%;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 50px;
  }
  .TitleModel .TitleModelName {
    width: 70%;
    font-size: 20px;
    color: #b80e0f;
    font-weight: bold;
  }
  .TitleModel .TitleModelMore {
    width: 30%;
    text-align: right;
  }
  .TitleModel .TitleModelMore a {
    font-size: 14px;
    color: #b80e0f;
  }
  .NoticeList {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-bottom: 15px;*/
    flex-wrap: wrap;
  }
  .NoticeList .NoticeListItem_width {
    width: 32%;
  }
  .NoticeListItem {
    margin-bottom: 15px;
  }
  .NoticeListItem a .NoticeList_Title {
    font-size: 14px;
    /*font-weight: bold;
            height: 36px;
            line-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
    color: #333333;
    margin-bottom: 5px;
  }
  .NoticeListItem a .NoticeList_TitleLine {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: center;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
  }
  .NoticeListItem a .NoticeList_TitleLine:hover {
    color: #b80e0f;
    border-bottom: 1px #b80e0f dashed;
  }
  .NoticeListItem a .NoticeList_Des {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 5px;
  }
  .NoticeListItem a:hover .NoticeList_Title {
    color: #b80e0f;
  }
  .NoticeListItem a:hover .NoticeList_Time {
    color: #666666;
  }
  .NoticeListItem a:hover .NoticeList_Des {
    color: #333333;
  }
  .NoticeList_Time {
    font-size: 15px;
    color: #999999;
  }
  .PicList_TimeIco {
    margin-right: 5px;
    font-size: 15px;
    color: #b80e0f;
  }
  .PicList_channel {
    padding-left: 20px;
    font-size: 13px;
    color: #ff7800;
  }
  .PicList_Bigimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .PicList_Bigimg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .PicList_Bigimg:hover {
    cursor: pointer;
  }
  .PicList_Bigimg:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
  .padding15 {
    padding: 5px 15px 15px;
    box-sizing: border-box;
  }
  .padding20 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .bottomcontent {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center bottom;
    padding-bottom: 50px;
  }
  .bottomcontent .mainWrap {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .View_more {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
  }
  .View_more a {
    color: #333333;
  }
  .View_more:hover {
    background: #b80e0f;
    cursor: pointer;
  }
  .View_more:hover a {
    color: #ffffff;
  }
  .Foot {
    width: 100%;
    padding: 40px 0;
    background: #5d5d5d;
  }
  .Foot .FootFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .Foot .FootFlex .LogoX {
    width: 15%;
  }
  .Foot .FootFlex .LogoX img {
    width: auto;
    height: auto;
  }
  .Foot .FootFlex .Fdes {
    width: 55%;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
  }
  .Foot .FootFlex .FCode {
    width: 30%;
    display: flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .Foot .FootFlex .FCode .CodeItem {
    /*width:50%;*/
    margin-left: 15px;
    color: #ffffff;
    text-align: center;
  }
  .Foot .FootFlex .FCode .CodeItem img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }
  .Foot .FootFlex .FCode .CodeItem p {
    text-align: center;
  }
  .Tico {
    position: absolute;
    width: 93px;
    height: 93px;
    left: -8px;
    top: -6px;
  }
  .Tico img {
    width: 100%;
    height: 100%;
  }
  .Inside {
    /*background:url(../images/bg2.jpg) no-repeat center bottom;*/
    width: 100%;
    height: 100%;
  }
  .InsidePart {
    width: 100%;
    padding: 10px 0 50px;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .InsidePart .InsideLeftPart {
    width: 30%;
    box-sizing: border-box;
    padding: 15px;
  }
  .InsidePart .InsideRightPart {
    width: 68%;
    /*background: @white;*/
    padding: 15px 15px 10px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 15px;
    border-bottom: 2px #b80e0f solid;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #777777;
    width: 70%;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a {
    color: #777777;
    padding: 0 5px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a:hover {
    color: #152f80;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks span {
    padding: 0 5px;
    color: #b80e0f;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    width: 30%;
    font-size: 18px;
    color: #000000;
    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: #666666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .ZSXX-PicNews ul {
    width: 100%;
    padding: 20px 0;
  }
  .ZSXX-PicNews ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0 25px;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px #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 {
    display: none;
    position: relative;
    overflow: hidden;
  }
  .ZSXX-PicNews ul li a .Newsimg img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: block;
    /*width: auto;*/
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    padding: 0;
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes {
    width: 100%;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    text-align: justify;
    margin: 20px 0 0;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes span {
    color: #0096cc;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    border-right: 1px #ebebeb solid;
    padding-right: 20px;
    text-align: right;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h3 {
    font-size: 15px;
    color: #666666;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h4 {
    font-size: 24px;
    color: #999999;
  }
  .ZSXX-PicNews ul li a:hover {
    overflow: hidden;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
  }
  .ZSXX-PicNews ul li a:hover .Newsimg img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    overflow: hidden;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsname {
    color: #b80e0f;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes {
    color: #000000;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsinfoText .Newsdes span {
    text-decoration: underline;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h3 {
    color: #b80e0f;
  }
  .ZSXX-PicNews ul li a:hover .Newsinfo .NewsTime h4 {
    color: #b80e0f;
  }
  .ZSXX-Detail {
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .ZSXX-Detail .DetailTitle {
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 8px;
    font-weight: 500;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    padding: 0px 10px;
  }
  .ZSXX-Detail .DetailCont {
    padding: 20px 0 50px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext {
    width: 100%;
    border-top: 1px #e6e6e6 solid;
    padding: 15px 0;
  }
  .ZSXX-Detail .pagrnext > div {
    width: 100%;
    font-size: 15px;
    color: #000000;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ZSXX-Detail .pagrnext > div em {
    font-size: 20px;
    padding-right: 10px;
    color: #666666;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 15px;
    color: #333333;
  }
  .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: #666666;
    background: #fff;
  }
  .page a.active,
  .page a:hover {
    border: 1px #b80e0f solid;
    background: #b80e0f;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .ZSXX-Tab ul li {
    padding: 0 10px;
  }
  .Top .TopFlex .welcome {
    width: 80%;
  }
  .TopMiddle .TopMiddleFlex {
    padding: 15px 0 15px;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: calc(100% - 80px);
  }
  .TopMiddle .TopMiddleFlex .Logo img {
    width: 60%;
  }
  .TopMiddle .TopMiddleFlex .Logo span {
    font-size: 1.3rem;
  }
  .TopMiddle .TopMiddleFlex .Search {
    display: none;
    width: 30%;
    /*display: flex;
            display: inline-flex;
            justify-content: flex-end;
            align-items: center;
            box-sizing: border-box;*/
  }
  .TopMiddle .TopMiddleFlex .Search .searchInput {
    width: 70%;
    border: 1px #c1c4cb solid;
    background: transparent;
    padding: 5px 15px;
    font-size: 14px;
    color: #454545;
    height: 40px;
    line-height: 30px;
  }
  .TopMiddle .TopMiddleFlex .Search .searchBut {
    width: 20%;
    border: 1px #b80e0f solid;
    background: #b80e0f url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    cursor: pointer;
  }
  .TopMiddle .TopMiddleFlex .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .Menu {
    width: 100%;
  }
  .Menu .smenu {
    font-size: 18px;
    background: #b80e0f;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 50px;
    cursor: pointer;
    display: block;
    z-index: 12;
  }
  .Menu .MenuFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .Menu .MenuFlex > li {
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    width: calc(100%);
    padding: 5px 0px;
  }
  .Menu .MenuFlex > li > a {
    display: block;
    width: 100%;
    color: #333333;
    font-size: 1.6rem;
    text-align: left;
  }
  .Menu .MenuFlex > li:before {
    content: "|";
    padding: 0;
    position: absolute;
    left: 0;
    display: none;
  }
  .Menu .MenuFlex > li:last-child:after {
    content: "|";
    padding: 0;
    position: absolute;
    right: 0;
    top: 17px;
    display: none;
  }
  .Menu .MenuFlex > li:hover,
  .Menu .MenuFlex > li.active {
    box-sizing: border-box;
    color: #b80e0f;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background: transparent;
  }
  .Menu .MenuFlex > li:hover > a,
  .Menu .MenuFlex > li.active > a {
    color: #b80e0f;
  }
  .Menu .MenuFlex .DownMenu {
    width: 100%;
    background: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    padding: 10px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .Menu .MenuFlex .DownMenu > li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
    box-sizing: border-box;
    font-size: 14px;
  }
  .Menu .MenuFlex .DownMenu > li a {
    color: #333333;
  }
  .Menu .MenuFlex .DownMenu > li:hover {
    background: #f9f9f9;
  }
  .Menu .MenuFlex .DownMenu > li:hover a {
    color: #b80e0f;
  }
  .Menu .MenuFlex > li:hover .DownMenu {
    display: block;
  }
  .Menu .smenu.active {
    top: 0;
    right: 250px;
    background: rgba(62, 58, 57, 0.9);
  }
  #nav {
    position: absolute;
    width: 250px;
    z-index: 999;
    background: #4C4F52;
    right: 0;
    top: 0px;
    padding: 10px 0px;
    display: none;
    box-sizing: border-box;
  }
  #nav.active {
    display: block;
    background: rgba(62, 58, 57, 0.9);
    position: absolute;
  }
  .NewsFlex {
    padding: 15px 10px;
    flex-wrap: wrap;
  }
  .NewsFlex .NewsBannerSilder {
    width: 100%;
    margin-bottom: 15px;
  }
  .NewsFlex .NewsTabSlider {
    width: 100%;
  }
  .NewsBanner_colum1 h2 a {
    width: calc(100% - 300px);
    font-size: 15px;
    line-height: 60px;
    font-weight: normal;
    height: 60px;
    left: 305px;
  }
  .NewsBanner_colum1 h2 a:hover {
    color: #333333;
  }
  .NewsBanner_colum1 .timelist {
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 20;
  }
  .NewsBanner_colum1 .timelist li {
    float: left;
    display: block;
    font-size: 26px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 21;
    padding-top: 0px;
    margin-right: 1px;
    line-height: 50px;
    cursor: pointer;
    zoom: 1;
  }
  .NewsBanner_colum1 .timelist li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .NewsBanner_colum1 .timelist li.active {
    color: #b80e0f;
  }
  .NewsBanner_colum1 .timelist li.active i {
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .NewsBanner_colum1 .timelist li span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: -10px;
    position: relative;
    line-height: 12px;
  }
  .NewsBanner_colum1 .timelist li i {
    position: absolute;
    z-index: -1;
    /*background: #ffa800;*/
    background: rgba(159, 31, 22, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .NewsBanner_colum1 .forwnxt {
    position: absolute;
    bottom: 140px;
    right: 0px;
    z-index: 2;
  }
  .NewsBanner_colum1 .forwnxt .forward {
    border-bottom: 1px #ffffff solid;
  }
  .NewsBanner_colum1 .forwnxt .forward a {
    background: rgba(159, 31, 22, 0.3);
  }
  .NewsBanner_colum1 .forwnxt a {
    width: 38px;
    height: 35px;
    background: rgba(159, 31, 22, 0.4);
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    cursor: pointer;
  }
  .NewsBanner_colum1 .forwnxt a:hover {
    background: #9f1f16;
  }
  .NewsBanner_colum1 .figurewrap {
    position: relative;
  }
  .NewsBanner_colum1 .jiequ {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #777777;
  }
  .NewsBanner_colum2 {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .NewsBanner_colum2:hover {
    overflow: visible;
  }
  .NewsBanner_colum2:hover ul.nlist {
    border-color: #b80e0f;
  }
  .NewsBanner_colum2:hover ul.switch {
    border-left: 1px solid #b80e0f;
    border-right: 1px solid #b80e0f;
  }
  .NewsBanner_colum2 ul.switch li {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    height: 46px;
    width: 50%;
    background: #b80e0f;
    text-align: right;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .NewsBanner_colum2 ul.switch li:hover {
    color: #000000;
  }
  .NewsBanner_colum2 ul.switch li.current {
    background: #fff;
    color: #b80e0f;
    border-top: 6px solid #b80e0f;
    line-height: 40px;
    height: 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
  }
  ul.nlist {
    width: 100%;
    border: 1px solid #fff;
    border-top: 0;
    z-index: 1;
    background: #ffffff;
  }
  ul.nlist h3 {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0 0 0;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ul.nlist h3 a {
    color: #444;
  }
  ul.nlist h3 a:hover {
    color: #ff7800;
  }
  ul.nlist li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  ul.nlist li.more {
    text-align: right;
    border: 0;
    padding: 0;
  }
  ul.nlist li.more a {
    display: block;
  }
  ul.nlist li .time {
    color: #999;
  }
  ul.nlist li .time i {
    color: #ff7800;
    font-size: 14px;
    margin-right: 5px;
  }
  ul.nlist li img {
    margin-top: 10px;
    width: 100%;
  }
  ul.nlist li .click {
    float: right;
    color: #999;
  }
  ul.nlist li .click i {
    font-size: 14px;
    margin-right: 5px;
  }
  .annSection {
    width: 100%;
    margin: 15px 0;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .annSection a,
  .annSection img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .annSection .annSectionbg img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 150%;
    height: 100%;
    z-index: -1;
  }
  .annSection:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
  }
  .NoticeSection {
    width: 100%;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 50px;
  }
  .TitleModel .TitleModelName {
    width: 70%;
    font-size: 1.3rem;
    color: #b80e0f;
    font-weight: bold;
  }
  .TitleModel .TitleModelMore {
    width: 30%;
    text-align: right;
  }
  .TitleModel .TitleModelMore a {
    font-size: 1rem;
    color: #b80e0f;
  }
  .NoticeList {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-bottom: 15px;*/
    flex-wrap: wrap;
  }
  .NoticeList .NoticeListItem_width {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #eee dashed;
  }
  .NoticeListItem {
    margin-bottom: 15px;
  }
  .NoticeListItem a .NoticeList_Title {
    font-size: 16px;
    /*font-weight: bold;
                height: 36px;
                line-height: 36px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;*/
    color: #333333;
    margin-bottom: 5px;
  }
  .NoticeListItem a .NoticeList_TitleLine {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: center;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
  }
  .NoticeListItem a .NoticeList_TitleLine:hover {
    color: #b80e0f;
    border-bottom: 1px #b80e0f dashed;
  }
  .NoticeListItem a .NoticeList_Des {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 5px;
  }
  .NoticeListItem a:hover .NoticeList_Title {
    color: #b80e0f;
  }
  .NoticeListItem a:hover .NoticeList_Time {
    color: #666666;
  }
  .NoticeListItem a:hover .NoticeList_Des {
    color: #333333;
  }
  .NoticeList_Time {
    font-size: 15px;
    color: #999999;
  }
  .PicList_TimeIco {
    margin-right: 5px;
    font-size: 15px;
    color: #b80e0f;
  }
  .PicList_channel {
    padding-left: 20px;
    font-size: 13px;
    color: #ff7800;
  }
  .PicList_Bigimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .PicList_Bigimg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .PicList_Bigimg:hover {
    cursor: pointer;
  }
  .PicList_Bigimg:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
  .padding15 {
    padding: 5px 15px 15px;
    box-sizing: border-box;
  }
  .padding20 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .bottomcontent {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center bottom;
    padding-bottom: 50px;
  }
  .bottomcontent .mainWrap {
    flex-wrap: wrap;
  }
  .bottomcontent .mainWrap .mainWrapList1 {
    width: 48.5%;
    margin-bottom: 15px;
    display: none;
  }
  .bottomcontent .mainWrap .mainWrapList2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .View_more {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
  }
  .View_more a {
    color: #333333;
  }
  .View_more:hover {
    background: #b80e0f;
    cursor: pointer;
  }
  .View_more:hover a {
    color: #ffffff;
  }
  .Foot {
    padding: 20px 0;
  }
  .Foot .FootFlex .LogoX {
    display: none;
    width: 15%;
  }
  .Foot .FootFlex .LogoX img {
    width: auto;
    height: auto;
  }
  .Foot .FootFlex .Fdes {
    width: 60%;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 30px;
  }
  .Foot .FootFlex .FCode {
    width: 30%;
    /*display: flex;
            display: inline-flex;
            justify-content: flex-end;
            align-items: flex-start;*/
  }
  .Foot .FootFlex .FCode .CodeItem {
    /*width:50%;*/
    margin-left: 15px;
    color: #ffffff;
    text-align: center;
  }
  .Foot .FootFlex .FCode .CodeItem img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }
  .Foot .FootFlex .FCode .CodeItem p {
    text-align: center;
  }
  .Tico {
    position: absolute;
    width: 93px;
    height: 93px;
    left: -8px;
    top: -6px;
  }
  .Tico img {
    width: 100%;
    height: 100%;
  }
  .Inside {
    /*background: url(../images/bg2.jpg) no-repeat center bottom;*/
    width: 100%;
    height: 100%;
  }
  .InsidePart {
    width: 100%;
    padding: 0px 0 30px;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart {
    width: 100%;
    margin-bottom: 15px;
  }
  .InsidePart .InsideRightPart {
    width: 100%;
    /*background: @white;*/
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #777777;
    width: 100%;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a {
    color: #777777;
    padding: 0 5px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a:hover {
    color: #152f80;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks span {
    padding: 0 5px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    display: none;
    width: 30%;
    font-size: 18px;
    color: #000000;
    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: #666666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .ZSXX-Detail {
    padding-bottom: 0;
  }
  .ZSXX-Detail .DetailTitle {
    font-size: 1.1rem;
    line-height: 1.8rem;
    /*.ZSXX-PicNews {
                ul {
                    padding: 20px 0;

                    li {
                        width: 100%;
                        box-sizing: border-box;
                        margin: 0px 0 25px;
                        overflow: hidden;
                        padding-bottom: 25px;
                        border-bottom: 1px @hui solid;

                        a {
                            width: 100%;
                            display: flex;
                            display: inline-flex;
                            display: -webkit-flex;
                            justify-content: space-between;
                            align-items: stretch;
                            flex: 1;
                            flex-wrap: wrap;

                            .Newsimg {
                                width: 30%;
                                position: relative;
                                overflow: hidden;
                                margin-bottom: 15px;

                                img {
                                    transition: all 1s;
                                    -moz-transition: all 1s;
                                    -webkit-transition: all 1s;
                                    -o-transition: all 1s;
                                    display: block;
                                    height: 100%;
                                    width: 100%;
                                    margin: 0 auto;
                                }
                            }

                            .Newsinfo {
                                width: 68%;
                                justify-content: space-between;

                                .NewsinfoText {
                                    width: 74%;

                                    .Newsname {
                                        width: 100%;
                                        height: 30px;
                                        line-height: 30px;
                                        overflow: hidden;
                                        text-overflow: ellipsis;
                                        white-space: nowrap;
                                        font-size: @font16;
                                        color: #1a1a1a;
                                        font-weight: 600;
                                    }

                                    .Newsdes {
                                        width: 100%;
                                        height: 52px;
                                        line-height: 26px;
                                        overflow: hidden;
                                        color: @liu;
                                        font-size: @font14;
                                        text-align: justify;
                                        margin: 5px 0 0;

                                        span {
                                            color: #0096cc;
                                        }
                                    }
                                }


                                .NewsTime {
                                    width: 22%;
                                    border-right: 1px #ebebeb solid;
                                    padding-right: 20px;
                                    text-align: right;

                                    h3 {
                                        font-size: 0.8rem;
                                        color: @liu;
                                    }

                                    h4 {
                                        font-size: 1.1rem;
                                        color: @jiu;
                                    }
                                }
                            }
                        }
                    }
                }
            }*/
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 0.5rem;
    padding: 0 5px;
  }
  .ZSXX-Detail .DetailCont {
    padding: 15px 0 10px;
    font-size: 1rem;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 0.8rem;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
  }
  .ZSXX-Detail .DetailCont strong {
    display: block;
    font-size: 20px;
    color: #232323;
    margin-top: 15px;
    line-height: 40px;
  }
  .ZSXX-Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .ZSXX-Detail .pagrnext > div {
    font-size: 14px;
  }
  .ZSXX-Detail .pagrnext > div a {
    font-size: 14px;
  }
  /*分页*/
  .page a {
    padding: 5px 8px;
    font-size: 1rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .PicList_tag {
    font-size: 1rem;
  }
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .ZSXX-Tab {
    width: 100%;
    padding: 5px 0px;
  }
  .ZSXX-Tab ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border: 3px #b80e0f solid;
    border-bottom: none;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .ZSXX-Tab ul li {
    text-align: center;
    background: #b80e0f;
    flex: auto;
    padding: 0 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 25%;
  }
  .ZSXX-Tab ul li a {
    color: #ffffff;
  }
  .ZSXX-Tab ul li:hover,
  .ZSXX-Tab ul li.active {
    background: #ffffff;
  }
  .ZSXX-Tab ul li:hover a,
  .ZSXX-Tab ul li.active a {
    color: #b80e0f;
  }
  .Top .TopFlex .welcome {
    width: 80%;
  }
  .Top .TopFlex i {
    display: none;
  }
  .Top .TopFlex .GOback {
    padding: 0 0;
  }
  .TopMiddle .TopMiddleFlex {
    padding: 10px 0 10px;
  }
  .TopMiddle .TopMiddleFlex .Logo {
    width: calc(100% - 80px);
  }
  .TopMiddle .TopMiddleFlex .Logo img {
    width: 50%;
  }
  .TopMiddle .TopMiddleFlex .Logo span {
    font-size: 2rem;
  }
  .TopMiddle .TopMiddleFlex .Search {
    display: none;
    width: 30%;
    /*display: flex;
            display: inline-flex;
            justify-content: flex-end;
            align-items: center;
            box-sizing: border-box;*/
  }
  .TopMiddle .TopMiddleFlex .Search .searchInput {
    width: 70%;
    border: 1px #c1c4cb solid;
    background: transparent;
    padding: 5px 15px;
    font-size: 14px;
    color: #454545;
    height: 40px;
    line-height: 30px;
  }
  .TopMiddle .TopMiddleFlex .Search .searchBut {
    width: 20%;
    border: 1px #b80e0f solid;
    background: #b80e0f url(../images/search.png) no-repeat center center;
    margin-left: -1px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    cursor: pointer;
  }
  .TopMiddle .TopMiddleFlex .Search .searchBut:hover {
    border: 1px #d32121 solid;
    background: #d32121 url(../images/search.png) no-repeat center center;
  }
  .Menu {
    width: 100%;
  }
  .Menu .smenu {
    font-size: 14px;
    background: #b80e0f;
    height: 30px;
    width: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 45px;
    cursor: pointer;
    display: block;
    z-index: 12;
  }
  .Menu .MenuFlex {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .Menu .MenuFlex > li {
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    width: calc(100%);
    padding: 5px 0px;
  }
  .Menu .MenuFlex > li > a {
    display: block;
    width: 100%;
    color: #333333;
    font-size: 1.6rem;
    text-align: left;
  }
  .Menu .MenuFlex > li:before {
    content: "|";
    padding: 0;
    position: absolute;
    left: 0;
    display: none;
  }
  .Menu .MenuFlex > li:last-child:after {
    content: "|";
    padding: 0;
    position: absolute;
    right: 0;
    top: 17px;
    display: none;
  }
  .Menu .MenuFlex > li:hover,
  .Menu .MenuFlex > li.active {
    box-sizing: border-box;
    color: #b80e0f;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background: transparent;
  }
  .Menu .MenuFlex > li:hover > a,
  .Menu .MenuFlex > li.active > a {
    color: #b80e0f;
  }
  .Menu .MenuFlex .DownMenu {
    width: 100%;
    background: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    padding: 10px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .Menu .MenuFlex .DownMenu > li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
    box-sizing: border-box;
    font-size: 14px;
  }
  .Menu .MenuFlex .DownMenu > li a {
    color: #333333;
  }
  .Menu .MenuFlex .DownMenu > li:hover {
    background: #f9f9f9;
  }
  .Menu .MenuFlex .DownMenu > li:hover a {
    color: #b80e0f;
  }
  .Menu .MenuFlex > li:hover .DownMenu {
    display: block;
  }
  .Menu .smenu.active {
    top: 0;
    right: 250px;
    background: rgba(62, 58, 57, 0.9);
  }
  #nav {
    position: absolute;
    width: 250px;
    z-index: 999;
    background: #4C4F52;
    right: 0;
    top: 0px;
    padding: 10px 0px;
    display: none;
    box-sizing: border-box;
  }
  #nav.active {
    display: block;
    background: rgba(62, 58, 57, 0.9);
    position: absolute;
  }
  .NewsFlex {
    padding: 15px 10px;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .NewsFlex .NewsTabSlider {
    width: 100%;
  }
  .Notice_List_Title {
    font-size: 1.1rem;
    height: 78px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .wall-column {
    width: 100%;
  }
  .NewsBanner_colum1 {
    width: 100%;
  }
  .NewsBanner_colum1 h2 a {
    width: calc(100%);
    font-size: 1.3rem;
    line-height: 40px;
    font-weight: normal;
    height: 40px;
    left: 0px;
    bottom: 0;
    z-index: 999;
    padding-left: 10px;
    padding-right: 30px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(left, rgba(159, 31, 22, 0.5), rgba(159, 31, 22, 0.05));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, rgba(159, 31, 22, 0.5), rgba(159, 31, 22, 0.05));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, rgba(159, 31, 22, 0.5), rgba(159, 31, 22, 0.05));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, rgba(159, 31, 22, 0.5), rgba(159, 31, 22, 0.05));
    /* 标准的语法（必须放在最后） */
  }
  .NewsBanner_colum1 .timelist {
    display: none;
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 20;
  }
  .NewsBanner_colum1 .timelist li {
    float: left;
    display: block;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 21;
    padding-top: 0px;
    margin-right: 1px;
    line-height: 50px;
    cursor: pointer;
    zoom: 1;
  }
  .NewsBanner_colum1 .timelist li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .NewsBanner_colum1 .timelist li.active {
    color: #b80e0f;
  }
  .NewsBanner_colum1 .timelist li.active i {
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .NewsBanner_colum1 .timelist li span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: -10px;
    position: relative;
    line-height: 12px;
  }
  .NewsBanner_colum1 .timelist li i {
    position: absolute;
    z-index: -1;
    /*background: #ffa800;*/
    background: rgba(159, 31, 22, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .NewsBanner_colum1 .forwnxt {
    position: absolute;
    bottom: 140px;
    right: 0px;
    z-index: 2;
    display: none;
  }
  .NewsBanner_colum1 .forwnxt .forward {
    border-bottom: 1px #ffffff solid;
  }
  .NewsBanner_colum1 .forwnxt .forward a {
    background: rgba(159, 31, 22, 0.3);
  }
  .NewsBanner_colum1 .forwnxt a {
    width: 38px;
    height: 35px;
    background: rgba(159, 31, 22, 0.4);
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    cursor: pointer;
  }
  .NewsBanner_colum1 .forwnxt a:hover {
    background: #9f1f16;
  }
  .NewsBanner_colum1 .jiequ {
    font-size: 0.8rem;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #777777;
  }
  .NewsBanner_colum2 {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .NewsBanner_colum2:hover {
    overflow: visible;
  }
  .NewsBanner_colum2:hover ul.nlist {
    border-color: #b80e0f;
  }
  .NewsBanner_colum2:hover ul.switch {
    border-left: 1px solid #b80e0f;
    border-right: 1px solid #b80e0f;
  }
  .NewsBanner_colum2 ul.switch li {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    height: 46px;
    width: 50%;
    background: #b80e0f;
    text-align: right;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .NewsBanner_colum2 ul.switch li:hover {
    color: #000000;
  }
  .NewsBanner_colum2 ul.switch li.current {
    background: #fff;
    color: #b80e0f;
    border-top: 6px solid #b80e0f;
    line-height: 40px;
    height: 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
  }
  .wid3-1 {
    width: 48%;
  }
  ul.nlist {
    width: 100%;
    border: 1px solid #fff;
    border-top: 0;
    z-index: 1;
    background: #ffffff;
  }
  ul.nlist h3 {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0 0 0;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ul.nlist h3 a {
    color: #444;
  }
  ul.nlist h3 a:hover {
    color: #ff7800;
  }
  ul.nlist li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  ul.nlist li.more {
    text-align: right;
    border: 0;
    padding: 0;
  }
  ul.nlist li.more a {
    display: block;
  }
  ul.nlist li .time {
    color: #999;
  }
  ul.nlist li .time i {
    color: #ff7800;
    font-size: 14px;
    margin-right: 5px;
  }
  ul.nlist li img {
    margin-top: 10px;
    width: 100%;
  }
  ul.nlist li .click {
    float: right;
    color: #999;
  }
  ul.nlist li .click i {
    font-size: 14px;
    margin-right: 5px;
  }
  .annSection {
    width: 100%;
    margin: 15px 0;
    height: auto;
    overflow: hidden;
    position: relative;
    display: none;
  }
  .annSection a,
  .annSection img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .annSection .annSectionbg img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 150%;
    height: 100%;
    z-index: -1;
  }
  .annSection:hover img {
    transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
  }
  .NoticeSection {
    width: 100%;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 50px;
  }
  .TitleModel .TitleModelName {
    width: 70%;
    font-size: 1.3rem;
    color: #b80e0f;
    font-weight: bold;
  }
  .TitleModel .TitleModelMore {
    width: 30%;
    text-align: right;
  }
  .TitleModel .TitleModelMore a {
    font-size: 1rem;
    color: #b80e0f;
  }
  .NoticeList {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-bottom: 15px;*/
    flex-wrap: wrap;
  }
  .NoticeList .NoticeListItem_width {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #eee dashed;
  }
  .NoticeListItem {
    margin-bottom: 15px;
  }
  .NoticeListItem a .NoticeList_Title {
    font-size: 16px;
    /*font-weight: bold;
                height: 36px;
                line-height: 36px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;*/
    color: #333333;
    margin-bottom: 5px;
  }
  .NoticeListItem a .NoticeList_TitleLine {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: center;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
  }
  .NoticeListItem a .NoticeList_TitleLine:hover {
    color: #b80e0f;
    border-bottom: 1px #b80e0f dashed;
  }
  .NoticeListItem a .NoticeList_Des {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 5px;
  }
  .NoticeListItem a:hover .NoticeList_Title {
    color: #b80e0f;
  }
  .NoticeListItem a:hover .NoticeList_Time {
    color: #666666;
  }
  .NoticeListItem a:hover .NoticeList_Des {
    color: #333333;
  }
  .imgListItem .PicList_Bigimg {
    /*display: none;*/
  }
  .NoticeList_Time {
    font-size: 1rem;
    color: #999999;
  }
  .PicList_TimeIco {
    margin-right: 5px;
    font-size: 1rem;
    color: #b80e0f;
  }
  .PicList_channel {
    padding-left: 5px;
    font-size: 1rem;
    color: #ff7800;
  }
  .PicList_Bigimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .PicList_Bigimg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }
  .PicList_Bigimg:hover {
    cursor: pointer;
  }
  .PicList_Bigimg:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
  .padding15 {
    padding: 5px 10px 15px;
    box-sizing: border-box;
  }
  .padding20 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .bottomcontent {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center bottom;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .bottomcontent .mainWrap {
    flex-wrap: wrap;
  }
  .bottomcontent .mainWrap .mainWrapList1 {
    width: 100%;
    margin-bottom: 15px;
    display: none;
  }
  .bottomcontent .mainWrap .mainWrapList2 {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .View_more {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
  }
  .View_more a {
    color: #333333;
  }
  .View_more:hover {
    background: #b80e0f;
    cursor: pointer;
  }
  .View_more:hover a {
    color: #ffffff;
  }
  .Foot {
    padding: 20px 0;
  }
  .Foot .FootFlex .LogoX {
    display: none;
    width: 15%;
  }
  .Foot .FootFlex .LogoX img {
    width: auto;
    height: auto;
  }
  .Foot .FootFlex .Fdes {
    width: 100%;
  }
  .Foot .FootFlex .Fdes p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 30px;
  }
  .Foot .FootFlex .FCode {
    display: none;
    width: 30%;
    /*display: flex;
            display: inline-flex;
            justify-content: flex-end;
            align-items: flex-start;*/
  }
  .Foot .FootFlex .FCode .CodeItem {
    /*width:50%;*/
    margin-left: 15px;
    color: #ffffff;
    text-align: center;
  }
  .Foot .FootFlex .FCode .CodeItem img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }
  .Foot .FootFlex .FCode .CodeItem p {
    text-align: center;
  }
  .Tico {
    position: absolute;
    width: 93px;
    height: 93px;
    left: -8px;
    top: -6px;
  }
  .Tico img {
    width: 100%;
    height: 100%;
  }
  .Inside {
    /*background: url(../images/bg2.jpg) no-repeat center bottom;*/
    width: 100%;
    height: 100%;
  }
  .InsidePart {
    width: 100%;
    padding: 0px 0 30px;
    flex-wrap: wrap;
  }
  .InsidePart .InsideLeftPart {
    width: 100%;
    margin-bottom: 15px;
  }
  .InsidePart .InsideRightPart {
    width: 100%;
    /*background: @white;*/
    padding: 0px;
    box-sizing: border-box;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #777777;
    width: 100%;
    font-size: 14px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a {
    color: #777777;
    padding: 0 5px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks a:hover {
    color: #152f80;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalLinks span {
    padding: 0 5px;
  }
  .InsidePart .InsideRightPart .LocalLad .LocalTitle {
    display: none;
    width: 30%;
    font-size: 18px;
    color: #000000;
    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: #666666;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    text-indent: 0em;
    margin-bottom: 10px;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon p img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .InsidePart .InsideRightPart .ContInfo .ContInfocon img {
    padding: 10px;
    vertical-align: middle;
    max-width: 100%;
  }
  .ZSXX-PicNews ul {
    padding: 20px 5px;
    box-sizing: border-box;
  }
  .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;
    flex-wrap: wrap;
  }
  .ZSXX-PicNews ul li a .Newsimg {
    width: 90%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    order: 2;
  }
  .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%;
    width: 100%;
    margin: 0 auto;
  }
  .ZSXX-PicNews ul li a .Newsinfo {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText {
    width: 74%;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes {
    width: 100%;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
    text-align: justify;
    margin: 5px 0 0;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsinfoText .Newsdes span {
    color: #0096cc;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime {
    width: 22%;
    border-right: 1px #ebebeb solid;
    padding-right: 20px;
    text-align: right;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h3 {
    font-size: 0.8rem;
    color: #666666;
  }
  .ZSXX-PicNews ul li a .Newsinfo .NewsTime h4 {
    font-size: 1.1rem;
    color: #999999;
  }
  .ZSXX-Detail {
    padding-bottom: 0;
  }
  .ZSXX-Detail .DetailTitle {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .ZSXX-Detail .DetailTitle span {
    font-size: 1rem;
    padding: 0 5px;
  }
  .ZSXX-Detail .DetailCont {
    padding: 15px 0 10px;
    font-size: 1rem;
  }
  .ZSXX-Detail .DetailCont p {
    font-size: 1.3rem;
    color: #666666;
    line-height: 30px;
    text-align: justify;
  }
  .ZSXX-Detail .DetailCont p img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
	height: auto;
  }
  .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: 5px 8px;
    font-size: 1rem;
    font-size: 14px;
  }
  .padding24 {
    padding: 15px 20px 20px;
    box-sizing: border-box;
  }
}
