      /* 统一样式 */
      
      body,
      p,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      ul,
      ol,
      li,
      dl,
      dt,
      dd,
      pre,
      div {
          margin: 0;
          padding: 0;
          border: none;
          list-style: none;
          box-sizing: border-box;
      }

/*html, body {-webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
}*/
      
      body {
          font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 14px;
          color: #000;
          background-color: #f5f5f3;
          position: relative;
          min-width: 1200px;
      }
      
      a {
          color: #000;
          text-decoration: none;
          animation: .3s;
      }
      
      a:hover {
          color: #be0606;
          cursor: pointer;
      }
      
      input,
      button {
          outline: 0;
      }
      
      video {
          object-fit: fill;
      }
      
      table {
          width: 100%;
          height: 100%;
      }
      
      img {
          vertical-align: middle;
          border: 0;
          transition: .3s;
          padding: 0;
          max-width: 100%;
      }
      
      .clearfix {
          *zoom: 1;
      }
      
      .clearfix:after {
          content: '';
          display: block;
          height: 0;
          visibility: hidden;
          clear: both;
      }
      /* 统一样式结束 */
      
      .box,
      .container {
          width: 1200px;
          margin: 0 auto;
          position: relative;
      }
      
      .fl,
      .lf {
          float: left;
      }
      
      .fr,
      .rt {
          float: right;
      }
      
      .active {
          display: block;
      }
      
      .container:after {
          content: '';
          display: block;
          clear: both;
      }
      
      .ellipsis {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
      }
      /* header */
      
      .top {
          width: 100%;
          height: 38px;
          line-height: 38px;
          color: #fff;
          background-color: #be0606;
      }
      
      .top .ipv6{
          margin-left: -150px;
          padding: 0px 6px;
          height: 38px;
          line-height: 38px;
          text-align: center;
          background: rgba(0, 0, 0, 0.5);
      }

      .top ul>li {
          float: left;
          color: #fff;
      }
      
      .top select {
          border: none;
          padding: 0 10px;
          color: #fff;
          background: #be0606 url(../images/sele-dowm.png) no-repeat 87% center;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
      }
      select::-ms-expand {
          display: none;
      }
      .top select option {
          padding: 10px;
      }
       .top select option {
          background-color: #fff;
          color: #333;
      }
      .header {
          width: 100%;
          height: 93px;
          background-color: #fff;
      }
      
      .logo img {
          animation: zoomIn 1s;
      }
      
      #logotxt {
          color: #333;
      }
        .top ul>li:nth-child(2) select {
          width: 135px;
      }
      @media screen and (min-width: 480px) {
          #logotxt {
              font-size: 22px;
              animation: zoomIn 1s;
              line-height: 93px;
          }
          .header-con::before {
              position: absolute;
              content: '';
              width: 118px;
              height: 119px;
              background: url(../images/circle.png);
              left: 0;
              top: -12px;
              z-index: 2;
          }
          .logo {
              padding-left: 13px;
              position: relative;
              z-index: 3;
          }
      }
      
      @media screen and (max-width: 480px) {
          #logotxt {
              font-size: 20px;
          }
      }
      /* 搜索框 */
      
      .search-event {
          margin-top: 27px;
          position: relative;
      }
      
      .search {
          position: relative;
      }
      
      .search input {
          background-color: #fff;
          box-sizing: border-box;
          height: 34px;
          width: 257px;
          color: #999;
          font-size: 14px;
          padding-left: 20px;
          padding-right: 60px;
          border-radius: 20px;
          border: 1px solid #d2d2d2;
      }
      
      .search-logo {
          position: absolute;
          text-align: center;
          background: none;
          border: none;
          right: 10px;
          top: 7px;
          cursor: pointer;
      }
      /* 导航条 */
      
      .nav-bar {
          width: 100%;
          background-color: #be0606;
          text-align: center;
      }
      
      .nav .nLi {
          height: 59px;
          text-align: center;
          padding: 0 35px;
          position: relative;
          display: inline-block;
      }
      
      @media screen and (min-width: 800px) {
          #logotxt {
              font-size: 26px;
              animation: zoomIn 1s;
          }
          .nav .nLi span {
              display: none;
          }
          .nav .nLi {
              border-top-left-radius: 5px;
              border-top-right-radius: 5px;
          }
          .nav .nLi:hover {
              background-color: #ff6004;
          }
          .nav {
              text-align: center;
              height: 62px;
              padding-top: 3px;
          }
      }
      
      .nav .nLi:hover a {
          color: #fff;
      }
      
      .nav .nLi>a {
          height: 59px;
          line-height: 59px;
          text-align: center;
          display: block;
          font-size: 17px;
          box-sizing: border-box;
          position: relative;
          color: #fff;
      }
      
      .nav .sub {
          display: none;
          top: 59px;
          left: 0;
          position: absolute;
          z-index: 100000;
          width: 100%;
      }
      
      .nav .sub a {
          font-size: 16px;
          display: block;
          padding: 0 10px;
          text-align: center;
          color: #fff;
          font-style: normal;
          height: 45px;
          line-height: 45px;
      }
      
      .nav .sub li {
          background-color: #b70202;
          border-top: 1px solid #fff;
          zoom: 1;
      }
      
      .sub li a:hover {
          font-weight: bold;
      }
 
      .slideBox .arrow {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          display: none;
      }
      
      .slideBox:hover .arrow {
          display: block;
      }
      
      .slideBox .prev,
      .slideBox .next {
          position: absolute;
          margin-top: -37px;
          display: block;
          width: 78px;
          height: 100px;
          top: 50%;
      }
      
      .slideBox .prev {
          left: 0;
          background: url(../images/arr-l.png) no-repeat;
      }
      
      .slideBox .next {
          right: 0;
          background: url(../images/arr-r.png) no-repeat;
      }
      /* 大轮播图 */
      
      .slideBox {
          width: 100%;
          max-height: 603px;
          overflow: hidden;
          position: relative;
      }
      
      .slideBox .bd {
          position: relative;
          height: 100%;
          z-index: 0;
      }
      
      .slideBox .bd li {
          zoom: 1;
          vertical-align: middle;
      }
      
      .slideBox .bd img {
          width: 100%;
          display: block;
      }
      /* 主体 */
      
      .main-1 {
          border-radius: 15px;
          background-color: #fff;
          min-height: 158px;
          margin-top: -95px;
      }
      
      .main-1-con {
          width: 235px;
          height: 158px;
          border-top-left-radius: 15px;
          border-bottom-left-radius: 15px;
          background-color: #b70202;
          text-align: center;
          padding-top: 30px;
          position: relative;
          margin-right: 24px;
          border-right: 2px solid #8f0202;
          box-shadow: 5px 0 10px -5px #ccc;
      }
      
      .main-1-con::after {
          position: absolute;
          content: '';
          background-image: url(../images/main-1-arr.png);
          width: 17px;
          height: 29px;
          right: -13px;
          top: 42%;
      }
      
      .main-1-con a {
          padding-top: 10px;
          font-size: 26px;
          color: #fff;
      }
      
      .main-1-con div {
          margin-top: 10px;
      }
      
      .main-1-con span {
          font-size: 13px;
          color: #fff;
          opacity: 0.6;
          font-family: Georgia;
      }
      
      .main-1 ul li {
          float: left;
          width: 310px;
          height: 158px;
          padding: 20px 13px 0;
          position: relative;
      }
      
      .main-1 ul li:last-child::before {
          display: none;
      }
      
      .main-1 ul li::before {
          position: absolute;
          content: '';
          width: 1px;
          height: 114px;
          background-color: #ebebeb;
          right: 0;
          top: 29px;
      }
      
      .time {
          text-align: center;
          margin-top: 33px;
      }
      
      .time p {
          padding: 0 14px;
          height: 23px;
          text-align: center;
          font-size: 16px;
          color: #fff;
          border-radius: 15px;
          margin-bottom: 5px;
          background-color: #b70202;
      }
      
      .time div {
          font-size: 16px;
          font-weight: bold;
          /* color: #00a99d; */
      }
      
      .main-1-list>a {
          font-size: 16px;
          display: inline-block;
          line-height: 22px;
          height: 44px;
          overflow: hidden;
      }
      
      .main-1-list {
          width: 79%;
      }
      
      .main-1-list p {
          margin: 6px 0;
          line-height: 20px;
          height: 40px;
          overflow: hidden;
          color: #848484;
          font-size: 13px;
      }
      
      .main-1-list div a {
          font-size: 12px;
          color: #aaa;
      }
      
      .main-1-list div a:hover {
          color: #b70202;
          text-decoration: underline;
      }
      
      .main-2 {
          min-height: 486px;
          padding-bottom: 64px;
          background: url(../images/main-2-bg.png) center bottom no-repeat;
      }
      
      .mytitle {
          width: 100%;
          height: 100px;
          line-height: 100px;
          font-weight: normal;
      }
      
      .mytitle a {
          font-size: 22px;
          padding-left: 8px;
      }
      
      .mytitle img {
          padding-bottom: 5px;
      }
      
      .main-2-l {
          width: 570px;
      }
      /* 小轮播图 */
      
      .slideBox2 {
          width: 100%;
          overflow: hidden;
          position: relative;
          text-align: center;
      }
      
      .slideBox2 .hd {
          height: 15px;
          position: absolute;
          right: 10px;
          bottom: 15px;
          z-index: 1;
          opacity: 0.8;
      }
      
      .slideBox2 .hd ul {
          zoom: 1;
      }
      
      .slideBox2 .hd ul li {
          position: relative;
          float: left;
          margin-right: 7px;
          width: 11px;
          height: 11px;
          box-sizing: border-box;
          border-radius: 50%;
          background-color: #fff;
          cursor: pointer;
      }
      
      .slideBox2 .hd ul li.on {
          background-color: #d20404;
      }
      
      .slideBox2 .bd {
          position: relative;
          height: 100%;
          z-index: 0;
      }
      
      .slideBox2 .bd li {
          zoom: 1;
          vertical-align: middle;
          position: relative;
      }
      
      .slideBox2 .bd img {
          width: 100%;
          height: 424px;
          display: block;
      }
      
      .slideBox2 .bd img:hover {
          transform: scale(1.1)
      }
      /* 轮播图上的文字 */
      
      .text-lunbo {
          text-align: left;
          box-sizing: border-box;
          background-color: rgba(0, 0, 0, 0.5);
          padding-left: 20px;
          height: 60px;
          width: 100%;
          position: absolute;
          bottom: 0px;
          color: #fff;
      }
      
      .text-lunbo p {
          height: 60px;
          line-height: 60px;
          color: #fff;
          display: block;
          width: 70%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          opacity: 0.8;
          font-size: 18px;
      }
         .text-lunbo p a {
          color: #fff;
      }
      
      .text-lunbo p a:hover {
          text-decoration: underline;
      }
      
      .main-2-r {
          width: 600px;
      }
      
      .main-2-r ul li {
          border-top: 2px solid #b70202;
          width: 295px;
          min-height: 189px;
          float: left;
          margin: 0 8px 21px 0;
          background-color: #fff;
          padding: 19px 15px 10px;
      }
      
      .main-2-r ul li:nth-child(2n) {
          margin-right: 0;
      }
      
      .main-2-r ul li:nth-last-child(1),
      .main-2-r ul li:nth-last-child(2) {
          margin-bottom: 0;
      }
      
      .main-2-r ul li h2>a {
          display: inline-block;
          line-height: 26px;
          height: 78px;
          overflow: hidden;
          font-weight: normal;
          font-size: 17px;
      }
      
      .main-2-r ul li p {
          height: 25px;
          line-height: 25px;
          color: #aaa;
          margin: 19px 0;
          overflow: hidden;
      }
      
      .main-2-r ul li p a {
          color: #aaa;
      }
      
      .main-2-time {
          color: #aaa;
      }
      
      .main-2-time>img {
          padding: 0 5px 5px 0;
      }
      
      .main-3 {
          width: 100%;
          background: url(../images/main-3-bg.png) no-repeat center center;
          min-height: 227px;
        /*  padding-top: 68px; */
      }
      
      .main-3-con>ul>li {
          float: left;
          width: 380px;
          margin: 0 30px 0 0;
          background-color: #fff;
          text-align: center;
          transition: .3s;
      }
      
      .main-3-con>ul>li:hover {
          margin-top: -20px;
      }
      
      .main-3-con>ul>li:last-child {
          margin-right: 0;
      }
      
      .main-3-con>ul>li div {
          display: inline-block;
          width: 180px;
          height: 53px;
          line-height: 53px;
          text-align: center;
          border-radius: 30px;
          background-color: #9f0506;
          position: relative;
          top: -28px;
      }
      
      .main-3-con>ul>li div a:hover {
          font-weight: bold;
      }
      
      .main-3-con>ul>li div>a {
          font-size: 24px;
          color: #fff;
      }
      
      .main-3-con>ul>li ul {
          background-color: #fff;
          padding: 0 20px 17px;
          margin-top: -20px;
          text-align: left;height: 247px;
      }
      
      .main-3-con>ul>li ul li {
          height: 46px;
          line-height: 46px;
          border-bottom: 1px dashed #e5e5e5;
      }
      
      .main-3-con>ul>li ul li a {
          font-size: 16px;
          padding-left: 20px;
          position: relative;
      }
      
      .main-3-con>ul>li ul li a::before {
          position: absolute;
          content: '';
          background-image: url(../images/arr.png);
          width: 7px;
          height: 10px;
          left: 0;
          top: 8px;
          transition: .3s;
      }
      
      .main-3-con>ul>li ul li:hover a::before {
          left: 5px;
      }
      
      .main-4 {
          margin-bottom: 45px;
      }
      
      .main-4 .mien .bd {
          width: 100%;
          min-height: 150px;
          overflow: hidden;
      }
      
      .main-4 .mien li {
          float: left;
          width: 382px;
          margin-right: 27px;
          height: 190px;
          border: 8px solid #fff;
          box-shadow: -5px 5px 10px -4px #cfcfce, 5px 5px 10px -4px #cfcfce;
      }
      
      .main-4 .mien li:last-child {
          margin-right: 0;
      }
      
      .main-4 .mien li>a {
          display: block;
          height: 100%;
          overflow: hidden;
      }
      
      .main-4 .mien li img {
          width: 100%;
          height: 100%;
      }
      
      .main-4 .mien li img:hover {
          transform: scale(1.1);
      }
      
      .main-5 {
          background-color: #fff;
          padding-bottom: 40px;
      }
      
      .main-5 .paper .bd {
          width: 100%;
          min-height: 40px;
          overflow: hidden;
      }
      
      .main-5 .paper li {
          float: left;
          /* width: 19%; */
          width: 228px;
          height: 42px;
          line-height: 42px;
          text-align: center;
          background-color: #eee;
          margin-right: 15px;
          padding: 0 8px;
          border-radius: 25px;
      }
      
      .main-5 .paper li:last-child {
          margin-right: 0;
      }
      
      .main-5 .paper li:hover {
          background-color: #b02622;
      }
      
      .main-5 .paper li:hover a {
          color: #fff;
      }
      
      .main-6 {
          padding-bottom: 50px;
      }
      
      .main-6 ul>li {
          float: left;
          height: 92px;
          background-color: #fff;
          text-align: center;
          padding-top: 14px;
          width: 190px;
          border-radius: 15px;
          margin-right: 12px;
      }
      
      .main-6 ul>li:last-child {
          margin-right: 0;
      }
      
      .main-6 ul>li:hover {
          background-color: #b02622;
      }
      
      .main-6 ul>li:hover a {
          color: #fff;
      }
      
      .main-6 ul>li a {
          display: block;
          height: 100%;
          font-size: 16px;
      }
      
      .main-6 ul>li i {
          transition: .3s;
          min-height: 35px;
      }
      
      .main-6 ul>li:first-child i {
          display: inline-block;
          width: 30px;
          height: 33px;
          background: url(../images/listpic.png) no-repeat 0 0;
      }
      
      .main-6 ul>li:first-child:hover i {
          background-position-x: -30px;
      }
      
      .main-6 ul>li:nth-child(2) i {
          display: inline-block;
          width: 36px;
          height: 35px;
          background: url(../images/listpic.png) no-repeat -60px 0;
      }
      
      .main-6 ul>li:nth-child(2):hover i {
          background-position-x: -96px;
      }
      
      .main-6 ul>li:nth-child(3) i {
          display: inline-block;
          width: 32px;
          height: 25px;
          background: url(../images/listpic.png) no-repeat -134px 0;
      }
      
      .main-6 ul>li:nth-child(3):hover i {
          background-position-x: -166px;
      }
      
      .main-6 ul>li:nth-child(4) i {
          display: inline-block;
          width: 28px;
          height: 28px;
          background: url(../images/listpic.png) no-repeat -202px 0;
      }
      
      .main-6 ul>li:nth-child(4):hover i {
          background-position-x: -232px;
      }
      
      .main-6 ul>li:nth-child(5) i {
          display: inline-block;
          width: 34px;
          height: 30px;
          background: url(../images/listpic.png) no-repeat -264px 0;
      }
      
      .main-6 ul>li:nth-child(5):hover i {
          background-position-x: -300px;
      }
      
      .main-6 ul>li:nth-child(6) i {
          display: inline-block;
          width: 28px;
          height: 23px;
          background: url(../images/listpic.png) no-repeat -337px 0;
      }
      
      .main-6 ul>li:nth-child(6):hover i {
          background-position-x: -367px;
      }
      
      .link {
          padding: 0 0 30px 0;
      }
      
      .link .mytitle {
          height: 90px;
          line-height: 90px;
      }
      
      .link .mytitle a {
          color: #fff;
      }
      
      .link ul {
          padding-bottom: 40px;
          border-bottom: 1px solid #c25754;
      }
      
      .link ul li {
          float: left;
          opacity: 0.8;
          margin: 0 40px 0 0;
      }
      
      .link ul li:hover {
          opacity: 1;
      }
      
      .link ul li a {
          font-size: 16px;
          color: #fff;
          position: relative;
          padding-left: 20px;
      }
      
      .link ul li a::before {
          width: 6px;
          height: 6px;
          position: absolute;
          content: '';
          background-color: #fff;
          opacity: 0.5;
          border-radius: 50%;
          left: 0;
          top: 8px;
      }
      /* footer */
      
      .footer {
          width: 100%;
          min-height: 376px;
          background: url(../images/footer-bg.png) no-repeat center center;
          background-size: cover;
      }
      
      .footer-con>div.fl {
          margin-top: 25px;
      }
      
      .footer div.sydw {
          float: left;
          margin-right: 15px;
      }
      
      .footer-con p {
          line-height: 30px;
          color: #fff;
      }
	  .footer-con p a{
          color: #fff;
      }
	  .footer-con p a:hover{
          text-decoration: underline;
      }
      
      .erweima ul li {
          float: left;
          margin-right: 10px;
      }
      
      .erweima ul li:first-child img {
          width: 100%;
      }
      
      .erweima ul li img {
          width: 106px;
          height: 106px;
      }
      /* 二三级 */
      
      .mainBody {
          min-height: 600px;
      }
      
      .mainBody:after {
          content: "";
          display: table;
          clear: both;
      }
      /* detail */
      
      .introname>h2 {
          font-size: 25px;
          margin-bottom: 30px;
      }
      
      .caption {
          padding: 0 0 35px;
          text-align: center;
      }
      
      .caption h2 {
          font-size: 26px;
          margin-bottom: 10px;
      }
      
      .caption span {
          padding: 0 10px;
          color: #666;
      }
      
      .content p {
          font-size: 16px;
          line-height: 1.75em;
      }
      /*左侧导航*/
      
      .left-aside {
          float: left;
          position: relative;
          margin-right: 40px;
          width: 260px;
      }
      
      .left-aside>div {
          width: 100%;
          height: 80px;
          line-height: 80px;
      }
      
      .left-aside>p {
          position: absolute;
          top: -93px;
          left: 0;
          width: 100%;
          height: 93px;
          z-index: 11;
          overflow: hidden;
      }
      
      .left-aside>p>img {
          position: absolute;
          width: 100%;
          height: 93px;
          left: 0;
          top: 0px;
      }
      
      .left-aside>p>span {
          display: block;
          position: absolute;
          width: 100%;
          line-height: 80px;
          font-size: 24px;
          color: #fff;
          padding-left: 42px;
          box-sizing: border-box;
      }
      
      .col-name {
          color: #fff;
          padding-left: 42px;
          line-height: 93px;
          display: block;
          position: relative;
          text-transform: uppercase;
          opacity: 0.5;
          padding-top: 25px;
      }
      
      .left-aside>ul {
          width: 100%;
      }
      
      .left-aside>ul>li {
          width: 100%;
          height: 50px;
          background: #fff;
          position: relative;
      }
      
    
      
      .left-aside>ul>li a {
          line-height: 50px;
          font-size: 16px;
          display: block;
          position: relative;
          padding-left: 42px;
      }
      
      .left-aside>ul>li.on a::after {
          position: absolute;
          content: '';
          background-image: url(../images/arr-white.png);
          width: 7px;
          height: 12px;
          right: 25px;
          top: 19px;
      }
      
      .left-aside>ul>li.on a {
          color: #fff;
          padding-left: 36px;
      }
      
      .left-aside>ul>li.on {
          background-color: #545252;
          border-left: 6px solid #be0606;
      }
      /*右侧主体*/
      
      .right-aside {
          box-sizing: border-box;
          margin-left: 300px;
          min-height: 600px;
      }
      
      .column_name {
          height: 55px;
      }
      
      .column_name>div {
          height: 55px;
          line-height: 55px;
          color: #666;
      }
      
      .column_name>div>a {
          display: inline-block;
          color: #666;
          margin-right: 12px;
          margin-left: 3px;
      }
      
      .column_name>div .home img {
          margin-bottom: 5px;
          margin-right: 4px;
      }
      
      .column_name>div a:hover {
          color: #be0606;
      }
      /*list*/
      
      .right-aside ul {
          margin-bottom: 20px;
      }
      
      .notice_list li {
          height: 90px;
          width: 100%;
          margin-bottom: 13px;
          background-color: #fff;
          box-sizing: content-box;
      }
      
      .notice_list li div.notice-time {
          width: 90px;
          height: 100%;
          text-align: center;
          color: #696969;
          box-sizing: border-box;
          border-right: 2px solid #f5f5f3;
      }
      
      .notice_list li:hover div.notice-time {
          color: #b02622;
      }
      
      .notice_list li div.notice-time p.notice-day {
          font-size: 35px;
          font-weight: bold;
          padding-top: 11px;
      }
      
      .notice_list li div.notice-con {
          width: 88%;
          height: 100%;
          padding: 20px 25px 0 0;
      }
      
      .notice_list li div.notice-con>a {
          font-size: 20px;
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-bottom: 10px;
      }
      
      .notice_list li div.notice-con>p {
          color: #666;
          overflow: hidden;
          height: 20px;
          line-height: 20px;
      }
      /*图片列表页*/
      
      .img-list {
          margin: 30px 0;
          overflow: hidden;
      }
      
      .img-list li {
          float: left;
          width: 50%;
          margin: 10px 0;
          text-align: center;
      }
      
      .img-list li>a {
          display: inline-block;
          width: 288px;
          height: 192px;
          border: 5px solid #fefefe;
          overflow: hidden;
          box-shadow: 1px 3px 3px #D4D3D3;
      }
      
      .img-list li>a img {
          display: inline-block;
          /* width: 288px; */
          /* height: 192px; */
          transition: .3s;
      }
      
      .img-list li>a:hover img {
          transform: scale(1.1);
      }
      
      .img-list li p {
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          text-align: center;
      }
      
      .img-list li p:hover a {
          display: inline-block;
          width: 298px;
          text-decoration: none;
      }
      /* 机构设置 */
      
      .organ-list li {
          float: left;
          width: 48%;
          height: 50px;
          line-height: 50px;
          padding-left: 30px;
          margin-bottom: 15px;
          background-color: #fff;
          border-left: 3px solid #be0606;
          border-bottom: 1px solid #e0e0de;
      }
      
      .organ-list li:nth-of-type(even) {
          float: right;
      }
      
      .organ-list li>a {
          font-size: 18px;
      }
      /* 领导 */
      
      .leaders-list li {
          width: 100%;
          height: 270px;
          background-color: #fff;
          margin-bottom: 20px;
      }
      
      .leaders-list li>a {
          display: block;
          float: left;
          width: 194px;
          height: 100%;
          margin-right: 30px;
          overflow: hidden;
      }
      
      .leaders-list li>a>img {
          width: 100%;
          height: 100%;
      }
      
      .leaders-list li>a>img:hover {
          transform: scale(1.1);
      }
      
      .leaders-list li>div {
          width: 72%;
          margin-top: 30px;
      }
      
      .leaders-list li>div>h2 {
          font-weight: normal;
          color: #be0606;
          font-size: 25px;
          margin-bottom: 10px;
      }
      
      .leaders-list li>div>div {
          font-weight: bold;
          font-size: 20px;
          margin-bottom: 25px;
      }
      
      .leaders-list li>div>p {
          line-height: 30px;
          height: 120px;
          overflow: hidden;
          text-align: justify;
      }
  <!-- 飘窗 -->
		 .pc-move {
		  			  position: fixed;
		  			      z-index: 999;
		  			      bottom: 0;
		  			      right: 0px;
		  			      width: 200px;
		  }
		  .main-xxgk{
			  margin-top: 50px;
		  }