body {
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: #ffffff;}
#header {
  position: relative;
  padding: 0 1.5rem;
  min-width: 1200px;
  z-index: 10;}
#header .outer1 {
  position: relative;
  width: 1200px;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);}
#header .outer1 .main2 {
  display: block;
  float: left;
  padding: 29.5px 0;}
#header .outer1 .main2 .img1 {
  vertical-align: middle;
  float: left;}
#header .outer1 .main2 .word1 {
  position: relative;
  display: block;
  overflow-wrap: break-word;
  white-space: nowrap;
  float: left;
  padding-left: 0.8rem;
  font-size: 22px;
  color: #303030;
  line-height: 34px;}
#header .outer1 .main2 .word1::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #393636;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);}
#header .outer1 .menuPhone {
  display: none;}
#header .outer1 .mod2 {
  float: left;
  margin-left: 56px;
  z-index: 1;}
#header .outer1 .mod2 ul > li {
  float: left;
  width: 120px;
  text-align: center;
  position: relative;
  padding: 37px 0;}
#header .outer1 .mod2 ul > li::before {
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #C02C38;}
#header .outer1 .mod2 ul > li.active::before {
  content: '';
  width: 100%;}
#header .outer1 .mod2 ul > li:hover::before {
  content: '';
  width: 100%;}
#header .outer1 .mod2 ul > li > a {
  display: block;
  font-size: 16px;
  color: #606060;}
#header .outer1 .mod2 ul > li ol {
  display: none;
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  z-index: 10;}
#header .outer1 .mod2 ul > li ol li {
  margin-right: 0;
  padding: 8px 5px;}
#header .outer1 .mod2 ul > li ol li a {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  display: block;
  font-size: 15px;
  color: #606060;
  line-height: 20px;}
#header .outer1 .mod2 ul > li ol li:hover a {
  color: #C02C38;}
#header .outer1 .block2 {
  position: absolute;
  right: 0;
  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;
  height: 100%;}
#header .outer1 .block2 .icon-sousuo {
  font-size: 20px;
  color: #606060;
  cursor: pointer;}
#header .outer1 .search_box {
  transition: top .3s;
  -webkit-transition: top .3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  right: 0;
  background: #fff;}
#header .outer1 .search_box .form {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background: #eee;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 28px;
  width: 320px;
  overflow: hidden;
  height: 40px;}
#header .outer1 .search_box .inp {
  -webkit-appearance: none;
  width: 75%;
  float: left;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 0 0 0 0;
  outline-style: none;
  margin: 0 0 0 56px;
  font-size: 16px;
  color: #606060;}
#header .outer1 .search_box .inp::-webkit-input-placeholder {
  color: #606060;
  font-size: 16px;}
#header .outer1 .search_box .icon-sousuo {
  display: block;
  font-size: 28px;
  border: 0;
  background: transparent;
  color: #717171;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0;}
#header .outer1 .search_box.active {
  top: 0;}
#container {
  clear: both;}
#container .topImg {
  width: 1200px;
  min-width: 1200px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 45px;}
#container .topImg ul li {
  display: block;}
#container .topImg img {
  width: 100%;
  vertical-align: middle;}
#container .topImg .banner-direction-nav {
  display: none;}
#container .topImg .banner-direction-nav li a {
  display: block;}
#container .topImg .banner-direction-nav li a i {
  display: block;
  font-size: 0.6rem;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;}
#container .topImg .banner-direction-nav .banner-next {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0.5rem;
  background: rgba(154, 19, 19, 0.7);
  font-size: 12px;}
#container .topImg .banner-direction-nav .banner-prev {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0.5rem;
  background: rgba(154, 19, 19, 0.7);}
#container .container-center-news {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;}
#container .container-center-news .news-title {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 36px;}
#container .container-center-news .news-title .word19 {
  position: relative;
  float: left;
  display: block;
  padding-left: 21px;
  font-size: 25px;
  font-weight: bold;
  color: #303030;
  line-height: 37px;}
#container .container-center-news .news-title .word19::before {
  content: '';
  width: 2px;
  height: 80%;
  background: #C02C38;
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);}
#container .container-center-news .news-title .txt4 {
  float: right;
  display: block;
  font-size: 14px;
  color: #C02C38;
  line-height: 37px;}
#container .container-center-news .newsListBox {
  width: 100%;
  overflow: hidden;}
#container .container-center-news .newsListBox .newsList {
  float: left;
  width: 49%;}
#container .container-center-news .newsListBox .newsList:last-of-type {
  float: right;}
#container .container-center-news .newsList,
#container .container-center-news .ywglList {
  overflow: hidden;}
#container .container-center-news .newsList ul li,
#container .container-center-news .ywglList ul li {
  overflow: hidden;
  margin-bottom: 22px;}
#container .container-center-news .newsList ul li .word20,
#container .container-center-news .ywglList ul li .word20 {
  transition: .3s;
  -webkit-transition: .3s;
  display: block;
  float: left;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #303030;
  line-height: 24px;}
#container .container-center-news .newsList ul li .txt5,
#container .container-center-news .ywglList ul li .txt5 {
  transition: .3s;
  -webkit-transition: .3s;
  float: right;
  display: block;
  font-size: 12px;
  color: #909090;
  line-height: 24px;}
#container .container-center-news .newsList ul li:hover .word20,
#container .container-center-news .ywglList ul li:hover .word20 {
  color: #C02C38;}
#container .newsList {
  width: 100%;
  margin-bottom: 30px;}
#container .newsList .newsList_box {
  overflow: hidden;}
#container .newsList .newsList_box .newsList_box_img {
  display: block;
  float: right;
  width: 33%;}
#container .newsList .newsList_box .newsList_box_img img {
  vertical-align: middle;}
#container .newsList .newsList_box ul {
  float: left;
  width: 100%;}
#container .newsList .newsList_box ul li:first-of-type {
  overflow: hidden;
  padding-bottom: 32px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 32px;}
#container .newsList .newsList_box ul li:first-of-type > p {
  float: left;
  padding: 21px 13px 0;
  height: 104px;
  background: #C02C38;
  text-align: center;}
#container .newsList .newsList_box ul li:first-of-type > p i {
  display: block;
  font-size: 20px;
  color: #FFF;
  line-height: 27px;
  margin-bottom: 9px;}
#container .newsList .newsList_box ul li:first-of-type > p span {
  font-size: 14px;
  color: #FFF;
  line-height: 19px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
#container .newsList .newsList_box ul li:first-of-type > div {
  float: left;
  margin-left: 20px;
  width: 46%;}
#container .newsList .newsList_box ul li:first-of-type > div a {
  width: 100%;
  font-size: 20px;
  color: #303030;
  line-height: 24px;
  margin-bottom: 10px;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;}
#container .newsList .newsList_box ul li:first-of-type > div span {
  font-size: 16px;
  color: #909090;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;}
#container .newsList .newsList_box ul li:first-of-type .noImg {
  width: calc(100% - 100px);}
#container .sjfg {
  overflow: hidden;
  margin-bottom: 30px;}
#container .sjfg .ywglList {
  float: left;
  width: 49%;}
#container .sjfg .fgzd {
  float: right;}
#container .link_list {
  width: 100%;
  overflow: hidden;}
#container .link_list ul li {
  width: 22%;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;}
#container .link_list ul li:nth-of-type(4n) {
  margin-right: 0;}
#container .link_list ul li a {
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  display: block;
  border: 1px solid #E0E0E0;
  padding: 15px 21px;
  height: 120px;}
#container .link_list ul li a div {
  position: relative;
  width: 100%;
  height: 100%;}
#container .link_list ul li a div img {
  min-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);}
#container .link_list ul li span {
  transition: color .3s;
  -webkit-transition: color .3s;
  display: block;
  font-size: 14px;
  color: #303030;
  line-height: 19px;
  text-align: center;
  margin-top: 14px;}
#container .link_list ul li:hover a {
  border-color: #C02C38;}
#container .link_list ul li:hover span {
  color: #C02C38;}
#footer {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  margin-top: 45px;
  background: #C02C38;
  padding: 0.5rem 0;}
#footer p {
  font-size: 14px;
  color: #FFF;
  line-height: 23px;}
#footer .container-center > div:first-of-type {
  overflow: hidden;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0.5rem;}
#footer .container-center > div:first-of-type > div:first-of-type {
  float: left;}
#footer .container-center > div:first-of-type > div:first-of-type p {
  margin-bottom: 0.3rem;}
#footer .container-center > div:first-of-type > div:first-of-type p i {
  padding: 0 14px;}
#footer .container-center > div:first-of-type > div:last-of-type {
  float: right;}
#footer .container-center > div:first-of-type > div:last-of-type img {
  display: block;
  width: 3.5rem;}
#footer .container-center > div:last-of-type {
  padding: 0.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);}
#footer .container-center > div:last-of-type p {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;}
#container .title-public {
  width: 100%;}
#container .title-public > div {
  width: 1300px;
  height: 50px;
  margin: 0 auto;
  position: relative;}
#container .title-public > div h3 {
  width: 300px;
  height: 50px;
  font-size: 24px;
  color: #231815;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #C02C38;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);}
#container .gaikuang {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #f4f4f4;}
#container .gaikuang .back {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 15px;}
#container .gaikuang .back > a {
  display: inline-block;
  width: 90px;
  height: 26px;
  border-left: 2px solid #C02C38;
  padding-left: 5px;
  color: #C02C38;
  font-size: 20px;}
#container .gaikuang .prev-next {
  margin-bottom: 10px;}
#container .gaikuang .prev-next > p {
  overflow: hidden;
  margin-top: -20px;}
#container .gaikuang .prev-next > p a {
  float: left;
  color: #000;}
#container .gaikuang .prev-next > p i,
#container .gaikuang .prev-next > p a {
  font-size: 14px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;}
#container .gaikuang .prev-next > p a:nth-child(2) {
  float: right;}
#container .gaikuang .prev-next > p a:hover {
  color: #C02C38;}
#container .gaikuang .prev-next > p :hover a,
#container .gaikuang .prev-next > p :hover i {
  color: #C02C38;}
#container .crumbs {
  display: inline-block;
  padding-right: 50px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;}
#container .crumbs li {
  float: left;
  font-size: 12px;
  color: #333;}
#container .crumbs li > a {
  color: #333;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 12px;}
#container .crumbs li > a:hover {
  color: #C02C38;}
#container .crumbs li:last-child {
  color: #C02C38;}
#container .crumbs .gang {
  padding: 0 3px;}
#container .download {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #f4f4f4;}
#container .download .crumbs {
  margin-left: -20px;}
#container .download .threeImg {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;}
#container .download .threeImg > div {
  width: 30%;
  float: left;
  position: relative;}
#container .download .threeImg > div a img {
  width: 100%;
  height: 100%;}
#container .download .threeImg > div a p {
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.9);
  text-align: center;
  line-height: 35px;
  color: #fff;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 14px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
#container .download .threeImg > div:nth-child(2) {
  margin: 0 5%;}
#container .download .threeImg > div:hover p {
  color: #C02C38;}
#container .download .bannerBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 260px;}
#container .download .bannerBox .slides li .threesSlide {
  padding: 0 40px;
  position: relative;}
#container .download .bannerBox .slides li .threesSlide > div {
  width: 350px;
  height: 240px;
  float: left;
  position: relative;}
#container .download .bannerBox .slides li .threesSlide > div > a i {
  color: #C02C38;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;}
#container .download .bannerBox .slides li .threesSlide > div > a img {
  width: 100%;
  height: 200px;}
#container .download .bannerBox .slides li .threesSlide > div > a span {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 55px;
  color: #231815;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;}
#container .download .bannerBox .slides li .threesSlide > div:nth-child(2) {
  margin: 0 35px;}
#container .download .bannerBox .slides li .threesSlide > div:hover span {
  color: #C02C38;}
#container .download .bannerBox .slides li .threesSlide > div:hover i {
  opacity: 1;}
#container .download .bannerBox .banner-control-nav {
  display: none;}
#container .download .bannerBox .banner-direction-nav {
  width: 100%;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);}
#container .download .bannerBox .banner-direction-nav a {
  color: #231815;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 24px;}
#container .download .bannerBox .banner-direction-nav a:hover {
  color: #C02C38;}
#container .download .bannerBox .banner-direction-nav .banner-prev {
  float: left;}
#container .download .bannerBox .banner-direction-nav .banner-next {
  float: right;}
#container .download .content .contentLeft ul {
  overflow: hidden;}
#container .download .content .contentLeft ul li {
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  float: none;}
#container .download .content .contentLeft ul li:nth-of-type(2n) {
  margin-right: 0;}
#container .download .content .contentLeft ul li > a {
  max-width: 70%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
#container .download .content .contentLeft ul li a,
#container .download .content .contentLeft ul li span {
  font-size: 15px;
  color: #231815;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  line-height: 30px;
  position: relative;}
#container .download .content .contentLeft ul li a:before,
#container .download .content .contentLeft ul li span:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: #C02C38;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;}
#container .download .content .contentLeft ul li a {
  float: left;}
#container .download .content .contentLeft ul li span {
  float: right;}
#container .download .content .contentLeft ul li:hover a,
#container .download .content .contentLeft ul li:hover span {
  color: #C02C38;}
#container .download .content .contentLeft ul li:hover a:before,
#container .download .content .contentLeft ul li:hover span:before {
  width: 100%;
  left: 0;
  right: 0;}
#container .gaikuang .content-public {
  width: 100%;
  margin-bottom: 35px;}
#container .gaikuang .content-public .contentTitle {
  width: 100%;
  text-align: center;}
#container .gaikuang .content-public .contentTitle h3 {
  font-size: 20px;
  margin: 10px 0;}
#container .gaikuang .content-public .contentTitle span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;}
#container .gaikuang .content > img {
  width: auto;
  height: auto;}
#container .gaikuang .content-public .contentN {
  font-size: 14px;
  padding: 35px;
  border-bottom: 2px solid #231815;}
#container .gaikuang .content-public .contentN p {
  font-size: 14px;
  line-height: 40px;}
#container .gaikuang-single .content .contentN p {
  font-size: 14px;
  line-height: 40px;}
#container .contentN .table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;}
#container .contentN .table tbody tr,
#container .contentN .table tbody th,
#container .contentN .table tbody td {
  border: 1px solid #333;
  font-size: 14px;
  line-height: 30px;}
@media screen and (max-width: 768px) {
  #header {
    min-width: 100%;
    padding: 0 0;}
  #header .outer1 {
    width: 100%;}
  #header .outer1 .main2 {
    position: relative;
    float: left;
    padding: 20px 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);}
  #header .outer1 .main2 .img1 {
    width: 150px;}
  #header .outer1 .main2 .word1 {
    font-size: 18px;
    line-height: 28px;}
  #header .outer1 .menuPhone {
    display: block;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);}
  #header .outer1 .menuPhone > i {
    display: block;
    width: 20px;
    height: 2px;
    background: #606060;
    margin-bottom: 5px;}
  #header .outer1 .menuPhone > i:last-of-type {
    margin-bottom: 0;}
  #header .outer1 .mod2 {
    display: none;
    float: none;
    margin-left: 0;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: #C02C38;
    padding: 15px 0;}
  #header .outer1 .mod2 ul > li {
    width: 25%;
    min-width: auto;
    padding: 15px 0;
    position: inherit;}
  #header .outer1 .mod2 ul > li a {
    color: #fff;}
  #header .outer1 .mod2 ul > li ol {
    height: 100%;
    padding: 15px 0;
    background: #C02C38;
    top: 0;
    overflow: hidden;}
  #header .outer1 .mod2 ul > li ol li {
    float: left;
    width: 33.33%;
    min-width: auto;
    padding: 15px 0;}
  #header .outer1 .mod2 ul > li ol li a {
    color: #fff;}
  #header .outer1 .block2 {
    right: 0.5rem;}
  #header .outer1 .block2 .icon-sousuo {
    font-size: 24px;}
  #container .topImg {
    min-width: 100%;
    width: 100%;
    margin-bottom: 30px;}
  #container .container-center-news {
    min-width: 100%;
    width: 100%;
    padding: 0 0.5rem;}
  #container .container-center-news .news-title {
    margin-bottom: 18px;}
  #container .container-center-news .news-title .word19 {
    font-size: 20px;
    line-height: 30px;}
  #container .container-center-news .news-title .txt4 {
    line-height: 30px;}
  #container .container-center-news .newsListBox .newsList {
    width: 100%;
    float: none;}
  #container .container-center-news .newsListBox .newsList:last-of-type {
    float: none;}
  #container .container-center-news .newsList,
  #container .container-center-news .ywglList {
    width: 100%;
    float: none;}
  #container .container-center-news .newsList ul li,
  #container .container-center-news .ywglList ul li {
    margin-bottom: 10px;}
  #container .container-center-news .newsList ul li .word20,
  #container .container-center-news .ywglList ul li .word20 {
    width: 76%;
    font-size: 16px;}
  #container .newsList {
    margin-bottom: 20px;}
  #container .newsList .newsList_box .newsList_box_img {
    float: none;
    width: 100%;
    margin-bottom: 0;}
  #container .newsList .newsList_box ul {
    float: none;
    width: 100%;}
  #container .newsList .newsList_box ul li:first-of-type {
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 18px;}
  #container .newsList .newsList_box ul li:first-of-type > div {
    float: left;
    margin-left: 20px;
    width: calc(100% - 100px);}
  #container .newsList .newsList_box ul li:first-of-type > div a {
    font-size: 18px;
    margin-bottom: 8px;}
  #container .newsList .newsList_box ul li:first-of-type .noImg {
    width: calc(100% - 100px);}
  #container .newsList:first-of-type .newsList_box .newsList_box_img {
    position: absolute;
    top: 0;
    left: 0;}
  #container .newsList:first-of-type .newsList_box ul {
    float: none;
    width: 100%;}
  #container .newsList:first-of-type .newsList_box ul li:first-of-type {
    padding-bottom: 0;
    position: relative;
    padding-top: 11.5rem;
    padding-bottom: 18px;}
  #container .sjfg {
    margin-bottom: 20px;}
  #container .sjfg .ywglList {
    width: 100%;
    float: none;}
  #container .sjfg .sjgg {
    margin-bottom: 20px;}
  #container .sjfg .sjgg ul li:first-of-type > div {
    width: 61%;}
  #container .sjfg .sjgg ul li:first-of-type img {
    width: 35%;}
  #container .link_list ul li {
    width: 48%;
    margin-right: 2%;}
  #container .link_list ul li:nth-of-type(2n) {
    margin-right: 0;}
  #container .title-public > div {
    width: 100%;}
  #container .download {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0.5rem;
    background-color: #f4f4f4;}
  #container .download .crumbs {
    margin-left: 0;}
  #container .download .threeImg {
    margin-top: 10px;}
  #container .download .threeImg > div {
    width: 32%;
    float: left;
    position: relative;
    margin-right: 2%;}
  #container .download .threeImg > div:nth-child(2) {
    margin: 0 2% 0 0;}
  #container .download .threeImg > div:last-of-type {
    margin-right: 0;}
  #container .download .content .contentLeft ul li {
    width: 100%;
    margin-right: 0;
    float: none;}
  #container .gaikuang {
    width: 100%;
    padding: 20px 0.5rem;
    background-color: #f4f4f4;}
  #container .gaikuang .content-public .contentN {
    padding: 0;}
  #container .gaikuang .back > a {
    height: 24px;
    font-size: 17px;}
  #container .gaikuang .prev-next > p a {
    display: block;
    float: none;
    color: #000;
    width: 100%;
    text-align: left;
    margin-bottom: 0.3rem;}
  #container .gaikuang .prev-next > p a:last-of-type {
    margin-bottom: 0;}
  #footer {
    min-width: 100%;
    padding: 0.5rem;
    margin-top: 25px;}
  #footer .container-center > div:first-of-type {
    width: 100%;
    min-width: auto;}
  #footer .container-center > div:first-of-type > div:last-of-type {
    display: none;}
  #footer .container-center > div:last-of-type p {
    width: 100%;
    min-width: 100%;}
}