@charset "utf-8";
* { margin: 0; padding: 0; }
li { list-style: none; }

img { border: 0; max-width: 100%;}
a { text-decoration: none; color: #000; outline: none; }
body { min-width: 1200px; font-family: "Microsoft yahei"; }
input { outline: none; }
.fl {float: left;}
.fr { float: right; }
.dn { display: none; }
.wrap { width: 1200px; margin: 0 auto; overflow: hidden;}
.clear { clear: both; }

.head { height: 130px; background: #fefefe; }
.head .fl { line-height: 130px; padding-left: 30px; }
.head img { vertical-align: middle; }
.head .fr-t { font-size: 14px; color: #999; margin-bottom: 15px; text-align: right; margin-right: 10px; }
.head .fr-t a { font-size: 14px; color: #333; margin: 0 10px; line-height: 36px; }
.head .fr-t a:hover { color: #a01c1c; }
.head .fr-b { width: 300px; height: 34px; border: 1px solid #e7e7e7; position: relative; margin-right: 20px; }
.head .fr-b .ss { padding-left: 15px; height: 34px; line-height: 34px; width: 250px; border: none; font-size: 14px;color: #333;}
.head .fr-b .btn { position: absolute; width: 26px; height: 26px; right: 3px; top: 3px; cursor: pointer; border: none; }

.nav { height: 50px; line-height: 50px; background: #a51c31; }
.nav .wrap { overflow: visible; }
.nav ul { padding: 0 120px; }
.nav ul li { float: left; position: relative; z-index: 15;}
.nav ul li a { display: block; padding: 0 20px; font-size: 16px; color: #fff; white-space: nowrap; }
.nav ul li a:hover { color: #fffa7b; }
.nav ul li dl { position: absolute; left: 0; top: 50px; background: #a01c1c; line-height: 36px; display: none; }
.nav ul li:hover dl { display: block; }

.banner { position: relative;height: 470px;width: 100%;overflow: hidden;font-size: 0; }
.banner .bd {position: absolute;z-index:1;left: 50%;margin-left: -960px;top: 0; }
.banner .bd li{position:absolute;left:0;top:0;opacity:0;fliter:alpha(opacity=0);z-index:1;}
.banner .bd ul li { position: relative; height: 470px;}
.banner .bd ul li img { width: 1920px; }
.banner .bd ul li .title { position: absolute; width: 106.5%; left: 0; bottom: 0; z-index: 5; }
.banner .bd ul li .title .wrap { height: 56px; line-height: 56px; background: url(/_upload/tpl/03/90/912/template912/images/bg-banner-title.png) 10px top no-repeat; }
.banner .bd ul li .title .wrap a { font-size: 18px; color: #fff; margin-left: 80px; }
.banner .pn { width: 100%; position: absolute; left: 0; bottom: 0; z-index: 10; }
.banner .pn .wrap { position: relative; height: 56px;}
.banner .next, .banner .prev { z-index: 999; position: absolute; top: 10px; width: 16px; height: 35px;  }
.banner .next { background: url(/_upload/tpl/03/90/912/template912/images/banner-btn.png) right no-repeat; right: 50px; }
.banner .prev { background: url(/_upload/tpl/03/90/912/template912/images/banner-btn.png) left no-repeat; left: 30px; }


.news .wrap-in { padding: 20px 10px; overflow: hidden; }
.news-title { line-height: 21px; overflow: hidden; padding: 0 8px; padding-bottom: 5px; border-bottom: 1px solid #747683; }
.news-title-l { border-left: 3px solid #ef1313; padding-left: 10px; }
.news-title-l .cn { font-size: 16px; color: #373737; }
.news-title-l .en { font-size: 14px; color: #b0b0b0; }
.news-title-r { font-size: 12px; color: #585858; }
.news-l { width: 580px; }
.news-l ul { padding: 0 10px; }
.news-l ul li { overflow: hidden; padding-left: 15px; background: url(/_upload/tpl/03/90/912/template912/images/news-li.png) left center no-repeat; line-height: 30px; }
.news-l ul li a { float: left; font-size: 14px; color: #151515; }
.news-l ul li a:hover { color: #a01c1c; }
.news-l ul li span { font-size: 12px; color: #979797; float: right; }

.links .wrap-in { padding: 0 10px; }
.links-title { padding: 0 20px; padding-bottom: 5px; border-bottom: 1px solid #747683; }
.links-title .cn { font-size: 16px; color: #151515; }
.links-title .en { font-size: 14px; color: #b0b0b0; }
.links ul { overflow: hidden; padding: 20px 0;     text-align: center;}
.links ul li {  width: 190px; margin-right: 50px; display:inline-block;*display:inline;*zoom:1;    margin-bottom: 20px; }
.links ul li img { width: 190px; height: 56px; }

.footer { height: 90px; line-height: 90px; text-align: center; font-size: 14px; color: #fff; background: #a51c31; margin-top:25px;}

.container {
  width: 72%;
  margin: 0 auto;
  min-width: 1300px; }




span {
  color: #555; }

td[nowrap] {
  display: none; }

img {
  border: 0;
  max-width: 200%; }

main {
  overflow: hidden; }

.clear {
  overflow: hidden;
  zoom: 1; }

.clearfix, nav .container {
  zoom: 1; }
  .clearfix::after, nav .container::after {
    content: "";
    display: block;
    height: 0;
    clear: both; }

.abs_center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.clearfix2 {
  zoom: 1; }
  .clearfix2::before {
    display: table;
    content: ""; }
  .clearfix2::after {
    display: table;
    content: "";
    clear: both; }

.center, main .bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.column, footer .bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.wp_nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .wp_nav * {
    margin: 0;
    padding: 0; }
  .wp_nav .on {
    z-index: 10;
    background-color: unset; }
  .wp_nav > li.nav-item {
    position: relative;
    width: auto; }
    .wp_nav > li.nav-item > a {
      font-family: "Microsoft Yahei";
      letter-spacing: 1px;
      display: block;
      text-align: center;
      position: relative;
      z-index: 100; }
      .wp_nav > li.nav-item > a > span.item-name {
        display: block;
        padding: 12px 6px;
        line-height: 22px;
        font-size: 16px;
        cursor: pointer;
        color: #fff;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        white-space: nowrap; }
    .wp_nav > li.nav-item a.parent span.item-name {
      color: #b9182b;
      background: #fff; }
    .wp_nav > li.nav-item .mark {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99; }
    .wp_nav > li.nav-item > .sub-nav {
      display: block;
      width: auto !important;
      position: absolute;
      z-index: 200;
      visibility: hidden;
      border-right: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      border-left: 1px solid #cccccc;
      -o-border-image: none;
         border-image: none;
      border-top: none;
      top: 46px !important;
      height: auto !important; }
      .wp_nav > li.nav-item > .sub-nav .nav-item {
        white-space: nowrap; }
        .wp_nav > li.nav-item > .sub-nav .nav-item .mark {
          background: white; }
        .wp_nav > li.nav-item > .sub-nav .nav-item a {
          font-family: "Microsoft Yahei";
          font-size: 14px;
          letter-spacing: 1px;
          font-weight: normal;
          text-align: left;
          border-top: 1px solid #d8e1cc;
          min-width: 80px;
          background-color: rgba(255, 255, 255, 0.8); }
          .wp_nav > li.nav-item > .sub-nav .nav-item a span.item-name {
            display: block;
            color: #a51c31;
            padding: 10px 13px;
            font-size: 16px;
            display: block;
            white-space: nowrap; }
            .wp_nav > li.nav-item > .sub-nav .nav-item a span.item-name:hover {
              color: #b9182b;
              background: #f1f1f1; }
        .wp_nav > li.nav-item > .sub-nav .nav-item a.parent {
          background: #f7f7f7;
          color: #b9182b; }

div[class^="sudyfocus"] {
  height: 100%; }
  div[class^="sudyfocus"] .focus-box {
    width: 100% !important;
    height: 100% !important;
    /*文字区显示与否*/ }
    div[class^="sudyfocus"] .focus-box .focus-container {
      width: 100% !important;
      height: 100% !important; }
      div[class^="sudyfocus"] .focus-box .focus-container .focus-item {
        visibility: hidden; }
    div[class^="sudyfocus"] .focus-box .focus-navigation {
      display: none;
      width: 35px;
      opacity: 0.2;
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      div[class^="sudyfocus"] .focus-box .focus-navigation:hover {
        opacity: 0.3; }
    div[class^="sudyfocus"] .focus-box .focus-title-bar {
      visibility: hidden !important; }
    div[class^="sudyfocus"] .focus-box .focus-pagination {
      right: 49%;
      bottom: 160px;
      -webkit-transform: scale(1.4);
              transform: scale(1.4); }
      div[class^="sudyfocus"] .focus-box .focus-pagination .focus-page {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        opacity: 0.9; }
        div[class^="sudyfocus"] .focus-box .focus-pagination .focus-page:hover {
          opacity: 1;
          -webkit-transform: scale(1.2);
                  transform: scale(1.2);
          background: #eee; }
      div[class^="sudyfocus"] .focus-box .focus-pagination .focus-page-active {
        opacity: 1; }

.dtjt8_div_img {
  width: 100% !important;
  height: 260px !important; }
  .dtjt8_div_img img {
    width: 100% !important;
    height: 100% !important; }
  .dtjt8_div_img .number .current {
    background: #b9182b; }

.dtjt9_div_img {
  width: 100% !important;
  height: 210px !important; }
  .dtjt9_div_img img {
    width: 100% !important;
    height: 100% !important; }
  .dtjt9_div_img .number {
    right: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
    .dtjt9_div_img .number .current {
      background: #b9182b; }

.dtjt9_div_text {
  bottom: -12px; }
  .dtjt9_div_text .dtjt9_div_text_title {
    background: #0000006b; }
    .dtjt9_div_text .dtjt9_div_text_title a {
      color: #fff; }
      .dtjt9_div_text .dtjt9_div_text_title a:hover {
        color: #b9182b; }

.wp_article_list .list_item {
  overflow: hidden;
  *zoom: 1;
  height: unset;
  line-height: 1.5rem;
  border-bottom: none;
  margin: 0 0 8px 10px; }
  .wp_article_list .list_item span[class*="Article_Index"] {
    display: none; }
  .wp_article_list .list_item .Article_Index {
    float: left;
    overflow: hidden;
    width: 0;
    height: 18px;
    margin-top: 10px;
    font-size: 12px;
    text-indent: -99em; }
  .wp_article_list .list_item .Article_Title > a {
    color: #222;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    font-size: 1rem;
    white-space: nowrap; }
    .wp_article_list .list_item .Article_Title > a:hover {
      color: #a51c31; }

.wp_listcolumn {
  border: none;
  display: block;
  width: 100%; }
  .wp_listcolumn .wp_column {
    margin-bottom: 3px;
    position: relative; }
    .wp_listcolumn .wp_column a {
      width: unset;
      border: none;
      font-size: 16px;
      padding: 31px 0 24px 31px;
      word-wrap: break-word;
      background: #d61f36;
      display: block;
      *width: 206px; }
      .wp_listcolumn .wp_column a.selected {
        background-color: #b5e45b;
        background-image: url(wp_column_menu_li_2.gif); }
        .wp_listcolumn .wp_column a.selected span {
          font-weight: bold; }
      .wp_listcolumn .wp_column a:hover {
        background-color: #b9182b;
        background-image: url(wp_column_menu_li_2.gif); }
        .wp_listcolumn .wp_column a:hover span.column-name {
          color: #eee; }
    .wp_listcolumn .wp_column a {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      border-bottom: none;
      padding: 11px 32px;
      background: #d8fc93;
      border-radius: 0 0 1.3rem 0; }
      .wp_listcolumn .wp_column a span.column-name {
        font-size: 17px;
        color: #222;
        font-weight: normal; }
      .wp_listcolumn .wp_column a:hover {
        background: #c3ec73; }
        .wp_listcolumn .wp_column a:hover span.column-name {
          color: #000; }
    .wp_listcolumn .wp_column:first-child a {
      background: #ffe96c; }
      .wp_listcolumn .wp_column:first-child a:hover {
        background: #ecd343; }
        .wp_listcolumn .wp_column:first-child a:hover span {
          color: #000; }
  .wp_listcolumn .wp_subcolumn .wp_column a {
    border: none; }
    .wp_listcolumn .wp_subcolumn .wp_column a.selected {
      background-color: #b5e45b;
      background-image: none; }
      .wp_listcolumn .wp_subcolumn .wp_column a.selected span {
        font-weight: bold; }

.wp_articlecontent p {
  font-size: 14px; }

.wp_article_list_table {
  margin-bottom: 10px; }
  .wp_article_list_table table {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #d2d2d2;
    margin-top: 0px !important; }
    .wp_article_list_table table td {
      padding: 7px 0; }
      .wp_article_list_table table td a:hover {
        color: #b9182b; }

.prev {
  font-weight: bold; }

.next {
  font-weight: bold; }

/*webplus新闻列表样式*/
/*列表页面左栏列表样式*/
header {
  background-color: #a51c31; }
  header .header-top {
    height: 100px;
    position: relative; }
    header .header-top .logo {
      display: inline-block;
      position: relative;
      top: 25px;
      left: 5px; }
    header .header-top .title {
      display: inline-block;
      position: relative;
      color: #fff;
      font-size: 32px;
      font-weight: 800;
      font-family: cursive;
      top: 10px;
      left: 20px;
      *top: -10px;
      *left: 230px; }
    header .header-top .wb {
      position: absolute;
      right: 16px;
      top: 41px; }
      header .header-top .wb > a {
        margin: 3px; }
        header .header-top .wb > a img {
          border-radius: 5px; }
      header .header-top .wb .search-box {
        display: inline-block;
        background: rgba(255, 255, 255, 0.23);
        background: #b5495b \9;
        border-radius: 8px; }
        header .header-top .wb .search-box input {
          border: none;
          padding: 2px 5px;
          height: 24px;
          border-radius: 10px;
          width: 125px;
          background: none;
          color: #fff; }
        header .header-top .wb .search-box .search {
          width: 30px;
          height: 30px;
          height: 25px;
          background: url(/_upload/tpl/02/31/561/template561/img/search.png) no-repeat center;
          border: 0px;
          cursor: pointer; }

footer {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: #a51c31; }
  footer.main {
    position: absolute;
    bottom: 0; }
  footer .bottom {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    *left: 30%; }
    footer .bottom .zsb-wx {
      margin-top: 10px;
      float: left;
      color: #f1f1f1; }
      footer .bottom .zsb-wx img {
        display: block;
        margin-bottom: 6px; }
    footer .bottom .right {
      margin-left: 150px;
      text-align: left; }
      footer .bottom .right p,
      footer .bottom .right div {
        font-size: 15px;
        letter-spacing: 0.2px;
        color: #f1f1f1;
        text-align: left;
        margin-bottom: 2px; }
      footer .bottom .right div {
        display: inline-block;
        *display: inline;
        *zoom: 1; }
      footer .bottom .right > :last-child {
        position: absolute\0;
        left: 150px\0; }

.wx_box {
  position: absolute;
  bottom: 0px;
  right: 6%; }

.wx_box:hover .wx_img {
  display: block; }

.wx_img {
  display: none;
  position: absolute;
  top: -120px;
  right: -30px; }

nav {
  position: relative;
  background: #a51c31;
  -webkit-box-shadow: 0px 5px 5px 1px #4a4a4a40;
          box-shadow: 0px 5px 5px 1px #4a4a4a40;
  z-index: 19;
  height: 46px\9; }
  nav .container {
    position: relative; }
    nav .container div[id] {
      width: 70%;
      width: auto\0;
      float: right; }
  nav .fas {
    display: none; }
  nav .six-area {
    position: fixed;
    right: 24px;
    top: 200px;
    background: url(img/top-six3.png) no-repeat;
    background: url(img/top-six4.png) no-repeat \9;
    width: 230px;
    height: 355px;
    background-size: contain;
    -ms-behavior: url("css/backgroundsize.txt"); }
    nav .six-area a {
      font-size: 17px;
      color: #111;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: absolute;
      height: 87px;
      width: 76px;
      padding: 20px 0;
      padding: 23px 0\0;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      letter-spacing: 1px; }
      nav .six-area a:first-child {
        left: 88px; }
      nav .six-area a:hover {
        background: url(img/six-red.png) no-repeat;
        background: url(img/six-red2.png) no-repeat \9;
        background-size: contain;
        -ms-behavior: url("backgroundsize.txt");
        color: #fdfdfd !important;
        opacity: 0.9; }

body {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  -webkit-transition: 1s;
  transition: 1s; }

.top-img {
  margin: 0 auto 20px;
  height: 700px;
  overflow: hidden;
  position: relative; }
  .top-img div[frag] {
    height: 100%; }
  .top-img > span {
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 22rem;
    font-size: 3.2rem;
    font-family: sans-serif;
    color: #fff;
    transform: translate(-50%);
    text-shadow: 1px 2px 3px #565656ad;
    opacity: 0.1;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out; }

.img-news div[style] {
  width: auto !important; }

main {
  display: block;
  position: relative;
  z-index: 10; }
  main.main {
    top: -150px; }
  main > div {
    overflow: hidden; }
  main .left-body {
    float: left; }
  main .center-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main .center-body a {
      -webkit-transition: 0.2s !important;
      transition: 0.2s !important; }
      main .center-body a:hover {
        font-weight: bold !important;
        color: #000 !important;
        font-size: 17px !important; }
    main .center-body > div {
      width: 49%;
      *width: 45%;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      main .center-body > div:first-child {
        background-color: #ccf57f;
        margin-right: 10px\9; }
        main .center-body > div:first-child > img {
          float: right;
          margin-top: 48px;
          width: 40%; }
        main .center-body > div:first-child:hover {
          background-color: #303030; }
          main .center-body > div:first-child:hover a {
            color: #f5f5f5 !important; }
          main .center-body > div:first-child:hover .news-title {
            color: #fec325;
            border-color: #fec325; }
          main .center-body > div:first-child:hover .list_item font:not(.i1) {
            color: #fff !important; }
      main .center-body > div:first-child + div {
        background-color: #ffd054; }
        main .center-body > div:first-child + div > img {
          position: absolute;
          bottom: 0;
          right: 6%;
          opacity: 0.4;
          width: 25%;
          height: 94%; }
        main .center-body > div:first-child + div:hover {
          background-color: #b92033; }
          main .center-body > div:first-child + div:hover a:hover,
          main .center-body > div:first-child + div:hover font:hover {
            color: #f5f5f5 !important; }
          main .center-body > div:first-child + div:hover .news-title {
            color: #e5e5e5;
            border-color: #e5e5e5; }
      main .center-body > div:first-child + div + div {
        background-color: #b92033;
        margin-right: 10px\9; }
        main .center-body > div:first-child + div + div .news-title {
          color: #fff;
          border-color: #fff; }
        main .center-body > div:first-child + div + div > img {
          position: absolute;
          top: 3rem;
          right: 6%;
          opacity: 0.4; }
        main .center-body > div:first-child + div + div font {
          color: #000 !important; }
          main .center-body > div:first-child + div + div font:hover {
            color: #f5f5f5 !important; }
        main .center-body > div:first-child + div + div a {
          color: #000 !important; }
          main .center-body > div:first-child + div + div a:hover {
            color: #f5f5f5 !important; }
        main .center-body > div:first-child + div + div:hover {
          background-color: #fec325; }
          main .center-body > div:first-child + div + div:hover .news-title {
            color: #303030;
            border-color: #303030; }
      main .center-body > div:first-child + div + div + div {
        cursor: auto;
        background: url(img/c41.jpg) no-repeat;
        background-size: cover;
        position: relative; }
        main .center-body > div:first-child + div + div + div p {
          color: #fff;
          border-color: #fff; }
        main .center-body > div:first-child + div + div + div a {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          main .center-body > div:first-child + div + div + div a:hover {
            -webkit-filter: brightness(1.1);
                    filter: brightness(1.1); }
  main .bottom-body {
    margin: 5px 2px 25px;
    height: 470px;
    background: url(img/bottom.jpg);
    background-size: cover;
    position: relative; }
    main .bottom-body .six-title {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 480px;
      position: absolute\9;
      *left: 30%;
      *top: 40%;
      left: 30%\0;
      top: 40%\0; }
      main .bottom-body .six-title > a {
        text-align: center;
        width: 32%;
        *width: 26%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 8px;
        background: rgba(255, 255, 255, 0.67);
        background: #fff \9;
        color: #a51c31;
        font-size: 24px;
        margin: 1.5px;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        display: inline-block;
        margin: 1.5px 0\9; }
        main .bottom-body .six-title > a:hover {
          background: rgba(255, 255, 255, 0.9);
          background: #eee \9; }

.box {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }

.news-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 300px;
  margin: 0 0 15px;
  padding: 24px;
  background: #fff; }
  .news-box .news-title {
    display: inline-block;
    position: relative;
    margin-bottom: 23px;
    color: black;
    font-size: 24px;
    font-family: "Microsoft Yahei", sans-serif;
    letter-spacing: 2px;
    margin-left: 9px;
    padding-left: 5px;
    border-left: 3px solid #000; }
  .news-box div[frag] {
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .news-box .more {
    text-align: right;
    margin-top: 3px;
    float: left;
    left: 13px;
    position: relative;
    opacity: 0.5; }

.list-box {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .list-box > div {
    width: 100%;
    margin: 0 10px 0 0; }
    .list-box > div:last-child {
      margin-right: 0; }

.list-banner {
  overflow: hidden;
  height: 350px; }
  .list-banner img {
    width: 100%; }

.list-body {
  margin: 32px auto 80px;
  position: relative;
  min-height: 500px; }
  .list-body .list-menu {
    width: 270px;
    min-width: 240px;
    float: left;
    min-height: 200px;
    overflow: hidden; }
    .list-body .list-menu div[portletmode="simpleColumnAnchor"] {
      position: relative;
      margin-bottom: 0; }
      .list-body .list-menu div[portletmode="simpleColumnAnchor"] .Column_Anchor {
        display: block;
        color: #fff;
        font-size: 24px;
        padding: 30px 0 24px 32px;
        background: #d61f36; }
      .list-body .list-menu div[portletmode="simpleColumnAnchor"]::after {
        position: absolute;
        height: 80px;
        width: 96px;
        top: 12px;
        right: 5px;
        content: ' ';
        background: url(img/list-menu.png) no-repeat; }
  .list-body .list-right {
    margin-left: 300px;
    min-height: 500px;
    /*background-color: #eee;*/
    position: relative;
    border-top: 7px solid #ea354b;
    padding-top: 24px; }
    .list-body .list-right .list-position {
      position: absolute;
      left: 15px;
      padding-left: 15px;
      border-left: 3px solid #ea354b;
      margin-bottom: 10px;
      font-size: 15px; }
      .list-body .list-right .list-position span {
        color: #333;
        font-weight: bold; }
    .list-body .list-right .list-main {
      min-height: 400px;
      padding: 30px 20px; }
    .list-body .list-right .list-title {
      height: 30px;
      color: #a51c31;
      text-align: left;
      padding: 10px 20px 5px;
      border-bottom: 2px solid #0778da;
      font-size: 19px;
      /* margin: 0 -30px; */ }

.text-body {
  width: 65%;
  margin: 48px auto;
  position: relative;
  overflow: visible;
  min-width: 1000px; }
  .text-body .text-position {
    position: absolute;
    top: -32px;
    left: 15px;
    padding-top: 3px;
    font-weight: bold; }
  .text-body .main-info {
    min-height: 500px;
    padding: 0 35px 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 1px 1px #efefef;
            box-shadow: 1px 1px 1px 1px #efefef; }
    .text-body .main-info .text-title {
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      margin-top: 40px;
      position: relative; }
    .text-body .main-info .title-line {
      margin: 25px auto;
      width: 80%;
      border-top: 1px solid #a51c31; }
    .text-body .main-info .author-info {
      margin-top: 15px;
      text-align: center;
      font-size: 14px; }
    .text-body .main-info .text-main {
      margin: 30px;
      padding: 0 20px;
      min-height: 400px;
      overflow: hidden; }
      .text-body .main-info .text-main p,
      .text-body .main-info .text-main span,
      .text-body .main-info .text-main a {
        color: #222 !important;
        font-family: sans-serif !important;
        letter-spacing: 0.4px; }

@media (max-width: 1400px) {
  .container {
    width: 90%;
    min-width: 1024px; }
  nav .six-area {
    right: 1rem; }
  main .center-body > div:last-child {
    background-size: unset; } }

@media (max-width: 1100px) {
  nav .container div[id] {
    width: 100%;
    float: none; }
  nav .six-area {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    right: 1rem; }
  .container {
    width: 100%;
    min-width: unset; }
  .top-img {
    height: 500px;
    background: url(img/ssss3.jpg) center center/cover no-repeat !important; }
    .top-img > span {
      top: 120px !important;
      width: 80%; }
  main.main {
    top: -20px; }
  main .center-body > div {
    width: 50%;
    width: 49%\0;
    margin: 0; }
    main .center-body > div:first-child > img {
      display: none; }
  main .bottom-body {
    position: relative;
    height: 400px;
    bottom: -2rem; }
  footer.main {
    position: relative; }
  .text-body {
    width: 100%;
    min-width: unset; } }

@media (max-width: 777px) {
  .container {
    width: 100%;
    min-width: unset; }
  body {
    background: none; }
  div[class^="sudyfocus"] .focus-box .focus-pagination {
    right: 40%;
    bottom: 10px; }
  header .header-top {
    height: 100px;
    position: relative; }
    header .header-top .title {
      font-size: 1.5rem;
      left: 10px; }
  footer p {
    font-size: 1.1rem; }
  footer .container {
    width: 90%; }
    footer .container .right {
      margin-left: 100px; }
  nav {
    padding-top: 1rem;
    z-index: 999; }
    nav .fas {
      display: block;
      position: relative;
      left: 92%;
      top: -5px;
      color: #fff;
      font-size: 1.3rem; }
    nav .container div[frag] {
      width: unset;
      float: none; }
    nav .six-area {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      top: 7rem; }
  .wp_nav {
    display: none;
    background: #a51c31;
    position: absolute;
    width: 100%;
    z-index: 19; }
    .wp_nav li.nav-item {
      border-bottom: 1px solid #fff;
      width: 80%;
      float: none;
      display: block;
      margin: 0 auto; }
      .wp_nav li.nav-item a span.item-name {
        display: block;
        padding: 10px;
        font-size: 1rem;
        cursor: pointer; }
      .wp_nav li.nav-item:first-child span.item-name {
        padding-top: 2px; }
    .wp_nav .sub-nav {
      display: none !important; }
  .top-img {
    height: 350px; }
    .top-img .focus-box .focus-navigation {
      width: 30px;
      height: 40px; }
    .top-img > span {
      top: 3rem;
      font-size: 2.5rem; }
  main.main {
    top: -10px; }
  main > div {
    overflow: hidden; }
  main .left-body {
    float: none;
    width: auto; }
  main .right-body {
    width: auto;
    float: none; }
  main .center-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    main .center-body > div {
      width: auto;
      margin-bottom: 1rem;
      padding: 20px 10px; }
      main .center-body > div .news-title {
        margin-bottom: 1rem; }
  main .bottom-body {
    height: 200px;
    bottom: 0; }
    main .bottom-body .six-title {
      width: 90%; }
      main .bottom-body .six-title > a {
        font-size: 1.2rem; }
  .news-box {
    width: auto;
    margin: 0;
    padding: 10px; }
    .news-box .news-title {
      margin-bottom: 8px; }
    .news-box .news-tr {
      padding: 3px; }
    .news-box .wp_article_list .list_item {
      line-height: unset; }
  .list-body {
    margin: 0;
    margin-top: -15px; }
    .list-body .list-menu {
      width: 100%;
      min-height: unset;
      margin-bottom: 10px; }
      .list-body .list-menu .wp_listcolumn .wp_column {
        margin-bottom: 2px; }
        .list-body .list-menu .wp_listcolumn .wp_column a {
          width: unset;
          border: none;
          font-size: 1rem;
          padding: 0.3rem; }
          .list-body .list-menu .wp_listcolumn .wp_column a span.column-name {
            color: #111;
            font-size: 1rem; }
      .list-body .list-menu .wp_listcolumn .selected::after {
        display: none; }
      .list-body .list-menu .wp_listcolumn .wp_subcolumn .wp_column a {
        padding: 0.2rem 2rem; }
        .list-body .list-menu .wp_listcolumn .wp_subcolumn .wp_column a span {
          color: #000;
          font-size: 0.8rem;
          font-weight: normal; }
    .list-body .list-right {
      width: 100%;
      clear: both;
      margin: 0; }
  .list-banner {
    height: 150px; }
  .text-body {
    margin-top: 2.5rem; }
    .text-body .main-info {
      padding: 0; }
      .text-body .main-info .text-title {
        margin-top: 15px; }
      .text-body .main-info .author-info {
        margin-top: 10px;
        padding: 0 25px; }
      .text-body .main-info .text-main {
        margin: 10px 20px;
        padding: unset; }
        .text-body .main-info .text-main span {
          letter-spacing: 0 !important; } }

@media (max-width: 444px) {
  .wb {
    display: none; }
  .top-img {
    height: 220px; }
    .top-img > span {
      top: 80px !important;
      width: 100%;
      text-align: center; }
  .center-body > div:first-child > img {
    display: none; }
  .center-body > div .news-title {
    margin-bottom: 1rem; }
  .six-area {
    display: none; } }

<!-- 可以根据自己需要改变样式，我是全横屏的 -->
.center_photo{
	width:100%;
	margin:0;
	padding:0;
	height::1600px;
	background:#c8d5b9;
	}
.center_photo img{width:100%;height:100%;}
.point{
	height:50px;
	position:relative;
	top:-40px;
	width:80px;
	margin:0 auto;
	left:0px;
	z-index:999;
	text-align:center;
	}
.point ul li{
	width:20px;
	height:20px;
	margin:0 5px;
	float:left;
	list-style:none;
	}
.point ul li img{width:40px;height:40px;}
.point ul li img:hover{cursor:pointer;}