.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .w1200 {
    width: 96%;
    margin: 0 auto;
  }
}
a {
  text-decoration: none;
  color: black;
}
ol {
  list-style-type: none;
}
body {
  font-family: "Segoe UI", Tahoma, "Microsoft Yahei";
  font-size: 16px;
  color: black;
}
.main_top {
  height: 42px;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
}
.main_top .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_top .w1200 .box .left ul,
.main_top .w1200 .box .right ul {
  display: -webkit-box;
  display: flex;
}
.main_top .w1200 .box .left ul li a,
.main_top .w1200 .box .right ul li a {
  line-height: 42px;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
}
.main_top .w1200 .box .left ul li a:hover,
.main_top .w1200 .box .right ul li a:hover {
  color: #cc0033;
}
.main_top .w1200 .box .left ul li + li a,
.main_top .w1200 .box .right ul li + li a {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .main_top {
    display: none;
  }
}
.main_header .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 0;
}
.main_header .w1200 .box .logo a {
  display: block;
  width: 240px;
  height: 60px;
}
.main_header .w1200 .box .logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_header .w1200 .box .btns {
  display: none;
  width: 35px;
  height: 35px;
}
.main_header .w1200 .box .btns img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_header .w1200 .box .find input {
  padding: 0;
}
.main_header .w1200 .box .find input:first-child {
  width: 300px;
  line-height: 38px;
  outline: none;
  border: 1px solid #ddd;
  border-right: none;
  padding-left: 10px;
  font-size: 14px;
}
.main_header .w1200 .box .find input:last-child {
  cursor: pointer;
  background: #cc0033;
  border: none;
  color: #fff;
  font-size: 14px;
  width: 80px;
  height: 40px;
  margin-left: -5px;
}
@media screen and (max-width: 640px) {
  .main_header .w1200 .box {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .main_header .w1200 .box .logo a {
    width: 200px;
    height: 50px;
  }
  .main_header .w1200 .box .btns {
    display: block;
  }
  .main_header .w1200 .box .find {
    display: none;
  }
}
.main_nav {
  background: #cc0033;
}
.main_nav .w1200 .box ul {
  display: -webkit-box;
  display: flex;
}
.main_nav .w1200 .box ul li {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1;
}
.main_nav .w1200 .box ul li a {
  display: block;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 17px;
}
.main_nav .w1200 .box ul li .menu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.main_nav .w1200 .box ul li .menu ol li a {
  display: block;
  background: #cc0033;
  line-height: 42px;
  font-size: 15px;
}
.main_nav .w1200 .box ul li .menu ol li:hover a {
  background: #993333;
}
.main_nav .w1200 .box ul li:hover a,
.main_nav .w1200 .box ul li.active a {
  background: #993333;
}
@media screen and (max-width: 640px) {
  .main_nav {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
  }
  .main_nav .w1200 {
    width: 100%;
  }
  .main_nav .w1200 .box ul {
    display: block;
  }
  .main_nav .w1200 .box ul li a {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
  }
  .main_nav .w1200 .box ul li + li {
    border-top: 1px dashed white;
  }
}
.main_here .w1200 .box {
  padding: 20px 0 0;
  color: #333;
  font-size: 14px;
}
.main_here .w1200 .box span,
.main_here .w1200 .box a {
  padding: 0 5px 0 0;
}
.main_here .w1200 .box a {
  color: #333;
}
.main_here .w1200 .box a:hover {
  color: #cc0033;
}
@media screen and (max-width: 640px) {
  .main_here .w1200 .box {
    padding: 0 0 10px;
  }
}
.main_news1 .w1200 {
  padding: 40px 0 0;
}
.main_news1 .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_news1 .w1200 .box .left {
  width: 790px;
  background: #f8f8f8 url("../images/news1_1.png") no-repeat left top;
  padding: 20px;
  border: 1px solid #ddd;
}
.main_news1 .w1200 .box .left .tit a {
  display: block;
  width: 660px;
  margin: 0 auto;
  color: #333;
  line-height: 55px;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_news1 .w1200 .box .left .tit a:hover {
  color: #cc0033;
}
.main_news1 .w1200 .box .left .des a {
  display: inline-block;
  color: #666;
  line-height: 25px;
  text-indent: 2em;
}
.main_news1 .w1200 .box .left .des a:hover {
  color: #cc0033;
}
.main_news1 .w1200 .box .right {
  width: 370px;
}
.main_news1 .w1200 .box .right ul li a {
  font-size: 15px;
  color: #333;
  padding: 0 0 15px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_news1 .w1200 .box .right ul li a:hover {
  color: #cc0033;
}
.main_news1 .w1200 .box .right ul li:last-child a {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .main_news1 {
    display: none;
  }
}
.main_news2 .w1200 {
  padding: 40px 0 0;
}
.main_news2 .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_news2 .w1200 .box .left {
  width: 790px;
}
.main_news2 .w1200 .box .left .swiper {
  position: relative;
  height: 100%;
}
.main_news2 .w1200 .box .left .swiper .swiper-container {
  position: relative;
}
.main_news2 .w1200 .box .left .swiper .swiper-container a {
  display: block;
  position: relative;
}
.main_news2 .w1200 .box .left .swiper .swiper-container a .pic {
  width: 790px;
  height: 460px;
}
.main_news2 .w1200 .box .left .swiper .swiper-container a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_news2 .w1200 .box .left .swiper .swiper-container a .txt {
  position: absolute;
  bottom: 10px;
  color: white;
  width: 660px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  padding: 0 20px;
}
.main_news2 .w1200 .box .left .swiper .swiper-container .swiper-pagination {
  position: absolute;
  width: 45px;
  left: 700px;
  font-size: 20px;
  color: white;
  text-align: right;
}
.main_news2 .w1200 .box .left .swiper .swiper-container .swiper-pagination .swiper-pagination-current {
  color: #cc0033;
}
.main_news2 .w1200 .box .left .swiper .swiper-container .swiper-button-prev,
.main_news2 .w1200 .box .left .swiper .swiper-container .swiper-button-next {
  color: rgba(0, 0, 0, 0.5);
}
.main_news2 .w1200 .box .left .swiper .swiper-container .swiper-button-prev:hover,
.main_news2 .w1200 .box .left .swiper .swiper-container .swiper-button-next:hover {
  color: #cc0033;
}
.main_news2 .w1200 .box .right {
  width: 370px;
}
.main_news2 .w1200 .box .right .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.main_news2 .w1200 .box .right .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_news2 .w1200 .box .right .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_news2 .w1200 .box .right .hed .mor a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #555;
  font-size: 24px;
}
.main_news2 .w1200 .box .right .hed .mor a:hover {
  color: #cc0033;
}
.main_news2 .w1200 .box .right ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  line-height: 33px;
  position: relative;
  padding-left: 10px;
}
.main_news2 .w1200 .box .right ul li a:hover {
  color: #cc0033;
}
.main_news2 .w1200 .box .right ul li a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #666;
  left: 0;
  top: 15px;
}
.main_news2 .w1200 .box .right ul li:nth-child(1),
.main_news2 .w1200 .box .right ul li:nth-child(5),
.main_news2 .w1200 .box .right ul li:nth-child(9) {
  padding-top: 10px;
  display: -webkit-box;
  display: flex;
}
.main_news2 .w1200 .box .right ul li:nth-child(1) a,
.main_news2 .w1200 .box .right ul li:nth-child(5) a,
.main_news2 .w1200 .box .right ul li:nth-child(9) a {
  padding-left: 0;
  color: #333;
  font-weight: bold;
  line-height: 32px;
  display: inline-block;
}
.main_news2 .w1200 .box .right ul li:nth-child(1) a:hover,
.main_news2 .w1200 .box .right ul li:nth-child(5) a:hover,
.main_news2 .w1200 .box .right ul li:nth-child(9) a:hover {
  color: #cc0033;
}
.main_news2 .w1200 .box .right ul li:nth-child(1) a::before,
.main_news2 .w1200 .box .right ul li:nth-child(5) a::before,
.main_news2 .w1200 .box .right ul li:nth-child(9) a::before {
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 640px) {
  .main_news2 .w1200 {
    width: 100%;
    padding: 0;
  }
  .main_news2 .w1200 .box {
    flex-wrap: wrap;
  }
  .main_news2 .w1200 .box .left {
    width: 100%;
  }
  .main_news2 .w1200 .box .left .swiper .swiper-container a .pic {
    width: 100%;
    height: 200px;
  }
  .main_news2 .w1200 .box .left .swiper .swiper-container a .txt {
    width: 90%;
    font-size: 15px;
    padding: 0 10px;
  }
  .main_news2 .w1200 .box .left .swiper .swiper-pagination {
    display: none;
  }
  .main_news2 .w1200 .box .right {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
.main_news3 .w1200 {
  padding: 40px 0 0;
}
.main_news3 .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_news3 .w1200 .box .col {
  width: 370px;
}
.main_news3 .w1200 .box .col .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.main_news3 .w1200 .box .col .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_news3 .w1200 .box .col .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_news3 .w1200 .box .col .hed .mor a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #555;
  font-size: 24px;
}
.main_news3 .w1200 .box .col .hed .mor a:hover {
  color: #cc0033;
}
.main_news3 .w1200 .box .col .mod li:hover .tit a {
  color: #cc0033;
}
.main_news3 .w1200 .box .col .mod li .tit a {
  display: block;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  font-weight: 600;
  color: #333;
}
.main_news3 .w1200 .box .col .mod li .img_1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_news3 .w1200 .box .col .mod li .img_1 .pic a {
  display: block;
  width: 157px;
  height: 82px;
  overflow: hidden;
}
.main_news3 .w1200 .box .col .mod li .img_1 .pic a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_news3 .w1200 .box .col .mod li .img_1 .pic a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_news3 .w1200 .box .col .mod li .img_1 .txt {
  width: 200px;
}
.main_news3 .w1200 .box .col .mod li .img_1 .txt a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  height: 82px;
  overflow: hidden;
}
.main_news3 .w1200 .box .col .mod li .img_1 .txt a:hover {
  color: #cc0033;
}
.main_news3 .w1200 .box .col .mod li .img_3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_news3 .w1200 .box .col .mod li .img_3 .pic a {
  display: block;
  width: 110px;
  height: 82px;
  overflow: hidden;
}
.main_news3 .w1200 .box .col .mod li .img_3 .pic a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_news3 .w1200 .box .col .mod li .img_3 .pic a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_news3 .w1200 .box .col .mod li .img_0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_news3 .w1200 .box .col .mod li .img_0 .txt {
  width: 100%;
}
.main_news3 .w1200 .box .col .mod li .img_0 .txt a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  height: 82px;
  overflow: hidden;
}
.main_news3 .w1200 .box .col .mod li .img_0 .txt a:hover {
  color: #cc0033;
}
.main_news3 .w1200 .box .col .mod li > a {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 10px;
}
.main_news3 .w1200 .box .col .mod li > a:hover {
  color: #cc0033;
}
.main_news3 .w1200 .box .col .mod li > a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #666;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 640px) {
  .main_news3 .w1200 {
    padding: 0;
  }
  .main_news3 .w1200 .box {
    flex-wrap: wrap;
  }
  .main_news3 .w1200 .box .col {
    width: 100%;
    padding-top: 20px;
  }
  .main_news3 .w1200 .box .col .mod li .img_1 {
    padding: 0 0 20px;
  }
  .main_news3 .w1200 .box .col .mod li .img_1 .pic {
    width: 40%;
  }
  .main_news3 .w1200 .box .col .mod li .img_1 .pic a {
    width: 100%;
  }
  .main_news3 .w1200 .box .col .mod li .img_1 .txt {
    width: 56%;
  }
  .main_news3 .w1200 .box .col .mod li .img_3 {
    padding: 0 0 20px;
    width: 100%;
  }
  .main_news3 .w1200 .box .col .mod li .img_3 .pic {
    width: 30%;
  }
  .main_news3 .w1200 .box .col .mod li .img_3 .pic a {
    width: 100%;
  }
  .main_news3 .w1200 .box .col .mod li .img_0 {
    padding: 0 0 20px;
  }
}
.main_news4 .w1200 {
  padding: 40px 0 0;
}
.main_news4 .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_news4 .w1200 .box .left {
  width: 790px;
}
.main_news4 .w1200 .box .left .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.main_news4 .w1200 .box .left .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_news4 .w1200 .box .left .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_news4 .w1200 .box .left .hed .mor a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #555;
  font-size: 24px;
}
.main_news4 .w1200 .box .left .hed .mor a:hover {
  color: #cc0033;
}
.main_news4 .w1200 .box .left .des {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
.main_news4 .w1200 .box .left .des .pic {
  width: 790px;
  height: 420px;
}
.main_news4 .w1200 .box .left .des .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_news4 .w1200 .box .left .des:hover .top {
  top: 0;
}
.main_news4 .w1200 .box .left .des .top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 420px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_news4 .w1200 .box .left .des .top a {
  display: block;
  color: white;
  font-size: 25px;
  padding: 150px 100px;
  text-align: center;
  line-height: 40px;
}
.main_news4 .w1200 .box .left .mor {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_news4 .w1200 .box .left .mor .tit {
  position: relative;
  overflow: hidden;
}
.main_news4 .w1200 .box .left .mor .tit:hover .top a {
  top: 0;
}
.main_news4 .w1200 .box .left .mor .tit .pic {
  width: 385px;
  height: 200px;
}
.main_news4 .w1200 .box .left .mor .tit .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_news4 .w1200 .box .left .mor .tit .top a {
  display: block;
  position: absolute;
  top: 200px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 20px;
  padding: 70px 40px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_news4 .w1200 .box .right {
  width: 370px;
}
.main_news4 .w1200 .box .right .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.main_news4 .w1200 .box .right .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_news4 .w1200 .box .right .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_news4 .w1200 .box .right .hed .mor a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #555;
  font-size: 24px;
}
.main_news4 .w1200 .box .right .hed .mor a:hover {
  color: #cc0033;
}
.main_news4 .w1200 .box .right ul li {
  position: relative;
  overflow: hidden;
}
.main_news4 .w1200 .box .right ul li:nth-child(2) {
  margin: 20px 0;
}
.main_news4 .w1200 .box .right ul li:hover .top a {
  top: 0;
}
.main_news4 .w1200 .box .right ul li .pic {
  width: 370px;
  height: 200px;
}
.main_news4 .w1200 .box .right ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_news4 .w1200 .box .right ul li .top a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 200px;
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 80px 50px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .main_news4 .w1200 {
    padding: 20px 0 0;
  }
  .main_news4 .w1200 .box {
    flex-wrap: wrap;
  }
  .main_news4 .w1200 .box .left {
    width: 100%;
  }
  .main_news4 .w1200 .box .left .des {
    margin: 10px 0;
  }
  .main_news4 .w1200 .box .left .des:hover .top {
    top: 70%;
  }
  .main_news4 .w1200 .box .left .des .pic {
    width: 100%;
    height: 200px;
  }
  .main_news4 .w1200 .box .left .des .pic img {
    border-radius: 10px;
  }
  .main_news4 .w1200 .box .left .des .top {
    display: block;
    width: 100%;
    height: 30%;
    top: 70%;
    border-radius: 0 0 10px 10px;
  }
  .main_news4 .w1200 .box .left .des .top a {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    line-height: 20px;
  }
  .main_news4 .w1200 .box .left .mor {
    flex-wrap: wrap;
  }
  .main_news4 .w1200 .box .left .mor .tit {
    width: 100%;
    margin-bottom: 10px;
  }
  .main_news4 .w1200 .box .left .mor .tit:hover .top a {
    top: 70%;
  }
  .main_news4 .w1200 .box .left .mor .tit .pic {
    width: 100%;
    height: 200px;
  }
  .main_news4 .w1200 .box .left .mor .tit .pic img {
    border-radius: 10px;
  }
  .main_news4 .w1200 .box .left .mor .tit .top {
    display: block;
  }
  .main_news4 .w1200 .box .left .mor .tit .top a {
    top: 70%;
    height: 30%;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    border-radius: 0 0 10px 10px;
    line-height: 20px;
  }
  .main_news4 .w1200 .box .right {
    width: 100%;
    margin-top: 10px;
  }
  .main_news4 .w1200 .box .right .title {
    margin-bottom: 10px;
  }
  .main_news4 .w1200 .box .right ul li:nth-child(2) {
    margin: 10px 0;
  }
  .main_news4 .w1200 .box .right ul li:hover .top a {
    top: 70%;
  }
  .main_news4 .w1200 .box .right ul li .pic {
    width: 100%;
  }
  .main_news4 .w1200 .box .right ul li .pic img {
    border-radius: 10px;
  }
  .main_news4 .w1200 .box .right ul li .top {
    display: block;
  }
  .main_news4 .w1200 .box .right ul li .top a {
    width: 100%;
    height: 30%;
    top: 70%;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    line-height: 20px;
  }
}
.main_link {
  border-bottom: 1px solid #ddd;
}
.main_link .w1200 .box {
  padding: 20px 0;
}
.main_link .w1200 .box .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.main_link .w1200 .box .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_link .w1200 .box .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_link .w1200 .box .hed .mor a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #555;
  font-size: 24px;
}
.main_link .w1200 .box .hed .mor a:hover {
  color: #cc0033;
}
.main_link .w1200 .box ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.main_link .w1200 .box ul li {
  margin-right: 20px;
}
.main_link .w1200 .box ul li a {
  color: #444;
  line-height: 32px;
  font-size: 15px;
}
.main_link .w1200 .box ul li a:hover {
  color: #cc0033;
}
.main_footer .w1200 .box {
  padding: 20px 0;
}
.main_footer .w1200 .box p {
  line-height: 30px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.main_footer .w1200 .box p a {
  color: #666;
}
@media screen and (max-width: 640px) {
  .main_footer .w1200 .box {
    padding: 10px 0;
  }
  .main_footer .w1200 .box p {
    line-height: 25px;
  }
}
.main_class {
  border-bottom: 1px solid #ddd;
}
.main_class .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_class .w1200 .box > .left {
  width: 790px;
}
.main_class .w1200 .box > .left .swiper {
  position: relative;
  height: 100%;
  height: 480px;
  padding: 20px 0 0 ;
}
.main_class .w1200 .box > .left .swiper .swiper-container {
  position: relative;
}
.main_class .w1200 .box > .left .swiper .swiper-container a {
  display: block;
  position: relative;
}
.main_class .w1200 .box > .left .swiper .swiper-container a .pic {
  width: 790px;
  height: 460px;
}
.main_class .w1200 .box > .left .swiper .swiper-container a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_class .w1200 .box > .left .swiper .swiper-container a .txt {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  color: white;
  width: 660px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  padding: 0 20px;
}
.main_class .w1200 .box > .left .swiper .swiper-container .swiper-pagination {
  position: absolute;
  width: 45px;
  left: 700px;
  font-size: 20px;
  color: white;
  text-align: right;
}
.main_class .w1200 .box > .left .swiper .swiper-container .swiper-pagination .swiper-pagination-current {
  color: #cc0033;
}
.main_class .w1200 .box > .left .swiper .swiper-container .swiper-button-prev,
.main_class .w1200 .box > .left .swiper .swiper-container .swiper-button-next {
  color: rgba(0, 0, 0, 0.5);
}
.main_class .w1200 .box > .left .swiper .swiper-container .swiper-button-prev:hover,
.main_class .w1200 .box > .left .swiper .swiper-container .swiper-button-next:hover {
  color: #cc0033;
}
.main_class .w1200 .box > .left .news {
  padding-bottom: 20px;
  border-bottom: 2px solid #cc0033;
}
.main_class .w1200 .box > .left .news ul {
  padding: 0 0 10px;
}
.main_class .w1200 .box > .left .news ul li {
  padding: 20px 0px 15px;
}
.main_class .w1200 .box > .left .news ul li .tit a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}
.main_class .w1200 .box > .left .news ul li .tit a:hover {
  color: #cc0033;
}
.main_class .w1200 .box > .left .news ul li .img_1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_class .w1200 .box > .left .news ul li .img_1 .pic {
  width: 250px;
  height: 150px;
}
.main_class .w1200 .box > .left .news ul li .img_1 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_class .w1200 .box > .left .news ul li .img_1 .txt {
  width: 500px;
}
.main_class .w1200 .box > .left .news ul li .img_1 .txt a {
  display: block;
  color: #333;
  line-height: 30px;
}
.main_class .w1200 .box > .left .news ul li .img_1 .txt a:hover {
  color: #cc0033;
}
.main_class .w1200 .box > .left .news ul li .img_1 .txt .tim {
  color: #333;
  font-size: 14px;
  text-align: right;
  padding-top: 30px;
}
.main_class .w1200 .box > .left .news ul li .img_3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_class .w1200 .box > .left .news ul li .img_3 .pic {
  width: 240px;
  height: 150px;
}
.main_class .w1200 .box > .left .news ul li .img_3 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_class .w1200 .box > .left .news ul li .img_0 .txt a {
  display: block;
  color: #333;
  line-height: 30px;
}
.main_class .w1200 .box > .left .news ul li .img_0 .txt a:hover {
  color: #cc0033;
}
.main_class .w1200 .box > .left .news ul li .tim {
  text-align: right;
  color: #333;
  padding-top: 10px;
  font-size: 14px;
}
.main_class .w1200 .box > .left .news ul li + li {
  border-top: 1px solid #ddd;
}
.main_class .w1200 .box > .left .paging {
  padding: 40px 0;
}
.main_class .w1200 .box > .left .paging ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.main_class .w1200 .box > .left .paging ul li a,
.main_class .w1200 .box > .left .paging ul li span {
  display: block;
  padding: 8px 12px;
  margin: 0 5px;
  font-size: 14px;
  background: #dedede;
}
.main_class .w1200 .box > .left .paging ul li:hover a {
  background: #cc0033;
  color: white;
}
.main_class .w1200 .box > .left .paging ul .disabled a,
.main_class .w1200 .box > .left .paging ul .disabled span {
  cursor: not-allowed;
  background: #c3c1c1;
}
.main_class .w1200 .box > .left .paging ul .active a,
.main_class .w1200 .box > .left .paging ul .active span {
  background: #cc0033;
  color: white;
}
.main_class .w1200 .box .right {
  width: 380px;
  padding: 20px 0 0;
}
.main_class .w1200 .box .right .row1 .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.main_class .w1200 .box .right .row1 .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_class .w1200 .box .right .row1 .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_class .w1200 .box .right .row1 .hed .mor a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #555;
  font-size: 24px;
}
.main_class .w1200 .box .right .row1 .hed .mor a:hover {
  color: #cc0033;
}
.main_class .w1200 .box .right .row1 .mod li:hover .tit a {
  color: #cc0033;
}
.main_class .w1200 .box .right .row1 .mod li .tit a {
  display: block;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  font-weight: 600;
  color: #333;
}
.main_class .w1200 .box .right .row1 .mod li .img_1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_class .w1200 .box .right .row1 .mod li .img_1 .pic {
  width: 157px;
  height: 82px;
  overflow: hidden;
}
.main_class .w1200 .box .right .row1 .mod li .img_1 .pic:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_class .w1200 .box .right .row1 .mod li .img_1 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_class .w1200 .box .right .row1 .mod li .img_1 .txt {
  width: 200px;
}
.main_class .w1200 .box .right .row1 .mod li .img_1 .txt a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  height: 82px;
  overflow: hidden;
}
.main_class .w1200 .box .right .row1 .mod li .img_1 .txt a:hover {
  color: #cc0033;
}
.main_class .w1200 .box .right .row1 .mod li .img_3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_class .w1200 .box .right .row1 .mod li .img_3 .pic a {
  display: block;
  width: 110px;
  height: 82px;
  overflow: hidden;
}
.main_class .w1200 .box .right .row1 .mod li .img_3 .pic a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_class .w1200 .box .right .row1 .mod li .img_3 .pic a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_class .w1200 .box .right .row1 .mod li .img_0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_class .w1200 .box .right .row1 .mod li .img_0 .txt {
  width: 100%;
}
.main_class .w1200 .box .right .row1 .mod li .img_0 .txt a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  height: 82px;
  overflow: hidden;
}
.main_class .w1200 .box .right .row1 .mod li .img_0 .txt a:hover {
  color: #cc0033;
}
.main_class .w1200 .box .right .row1 .mod li > a {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 10px;
}
.main_class .w1200 .box .right .row1 .mod li > a:hover {
  color: #cc0033;
}
.main_class .w1200 .box .right .row1 .mod li > a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #666;
  left: 0;
  top: 15px;
}
.main_class .w1200 .box .right .row2 .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
.main_class .w1200 .box .right .row2 .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_class .w1200 .box .right .row2 .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_class .w1200 .box .right .row2 .txt ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_class .w1200 .box .right .row2 .txt ul li {
  width: 180px;
  padding: 20px 0 0;
}
.main_class .w1200 .box .right .row2 .txt ul li:hover a .pic img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_class .w1200 .box .right .row2 .txt ul li:hover a .tit {
  color: #cc0033;
}
.main_class .w1200 .box .right .row2 .txt ul li a {
  display: block;
  position: relative;
}
.main_class .w1200 .box .right .row2 .txt ul li a .pic {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.main_class .w1200 .box .right .row2 .txt ul li a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_class .w1200 .box .right .row2 .txt ul li a .tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 14px;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  .main_class .w1200 .box {
    margin: 0;
    padding-top: 0;
  }
  .main_class .w1200 .box .left {
    width: 100%;
  }
  .main_class .w1200 .box .left .swiper {
    height: 220px;
    padding: 0;
  }
  .main_class .w1200 .box .left .swiper .swiper-container a .pic {
    width: 100%;
    height: 220px;
  }
  .main_class .w1200 .box .left .swiper .swiper-container a .txt {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
  }
  .main_class .w1200 .box .left .swiper .swiper-container .swiper-pagination {
    display: none;
  }
  .main_class .w1200 .box .left .news ul li .tit a {
    width: 100%;
    font-size: 18px;
  }
  .main_class .w1200 .box .left .news ul li .img_1 .pic {
    width: 45%;
    height: 120px;
  }
  .main_class .w1200 .box .left .news ul li .img_1 .txt {
    width: 50%;
  }
  .main_class .w1200 .box .left .news ul li .img_1 .txt a {
    font-size: 15px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
  }
  .main_class .w1200 .box .left .news ul li .img_1 .txt .tim {
    padding-top: 15px;
  }
  .main_class .w1200 .box .left .news ul li .img_3 {
    width: 100%;
  }
  .main_class .w1200 .box .left .news ul li .img_3 .pic {
    width: 30%;
    height: 120px;
  }
  .main_class .w1200 .box .left .news ul li .img_3 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_class .w1200 .box .left .news ul li .img_0 .txt a {
    font-size: 15px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
  }
  .main_class .w1200 .box .left .news ul li .tim {
    text-align: right;
    color: #333;
    padding-top: 10px;
    font-size: 14px;
  }
  .main_class .w1200 .box .left .news ul li + li {
    border-top: 1px solid #ddd;
  }
  .main_class .w1200 .box .left .paging {
    padding: 20px 0;
  }
  .main_class .w1200 .box .left .paging ul li {
    display: none;
  }
  .main_class .w1200 .box .left .paging ul .prev,
  .main_class .w1200 .box .left .paging ul .active,
  .main_class .w1200 .box .left .paging ul .next {
    display: block;
  }
  .main_class .w1200 .box .right {
    display: none;
  }
}
.main_view {
  border-bottom: 1px solid #ddd;
}
.main_view .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
.main_view .w1200 .box > .left {
  width: 790px;
}
.main_view .w1200 .box > .left > .title {
  width: 100%;
  padding: 0 0 20px;
  font-size: 30px;
  line-height: 40px;
}
.main_view .w1200 .box > .left .time {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_view .w1200 .box > .left .time .tim {
  line-height: 40px;
  color: #333;
}
.main_view .w1200 .box > .left .time .num {
  line-height: 40px;
  color: #333;
}
.main_view .w1200 .box > .left .tag {
  padding: 20px 0 0;
}
.main_view .w1200 .box > .left .tag ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.main_view .w1200 .box > .left .tag ul li {
  margin: 0 10px 10px 0;
}
.main_view .w1200 .box > .left .tag ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0px 10px 0px;
  background: #f2f2f2;
  font-size: 15px;
  line-height: 38px;
  height: 38px;
  border-radius: 32px;
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_view .w1200 .box > .left .tag ul li a span {
  display: inline-block;
}
.main_view .w1200 .box > .left .tag ul li a span:nth-child(1) {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #555555;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.main_view .w1200 .box > .left .tag ul li a span:nth-child(2) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_view .w1200 .box > .left .tag ul li a:hover {
  background: #cc0033;
}
.main_view .w1200 .box > .left .tag ul li a:hover span:nth-child(2) {
  color: white;
}
.main_view .w1200 .box > .left .content p {
  text-indent: 2em;
  font-size: 17px;
  color: #333;
  margin-top: 20px;
  line-height: 30px;
}
.main_view .w1200 .box > .left .content p img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_view .w1200 .box > .left .paging {
  padding: 20px 0;
}
.main_view .w1200 .box > .left .paging .pre,
.main_view .w1200 .box > .left .paging .next {
  display: -webkit-box;
  display: flex;
  line-height: 30px;
}
.main_view .w1200 .box > .left .paging .pre span,
.main_view .w1200 .box > .left .paging .next span {
  display: block;
  width: 10%;
  font-weight: bold;
}
.main_view .w1200 .box > .left .paging .pre a,
.main_view .w1200 .box > .left .paging .next a {
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_view .w1200 .box > .left .paging .pre a:hover,
.main_view .w1200 .box > .left .paging .next a:hover {
  color: #cc0033;
}
.main_view .w1200 .box > .left .recommend > .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 0;
}
.main_view .w1200 .box > .left .recommend > .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_view .w1200 .box > .left .recommend > .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_view .w1200 .box > .left .recommend ul {
  padding: 0 0 10px;
}
.main_view .w1200 .box > .left .recommend ul li {
  padding: 20px 0px 15px;
}
.main_view .w1200 .box > .left .recommend ul li .tit a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}
.main_view .w1200 .box > .left .recommend ul li .tit a:hover {
  color: #cc0033;
}
.main_view .w1200 .box > .left .recommend ul li .img_1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_view .w1200 .box > .left .recommend ul li .img_1 .pic {
  width: 250px;
  height: 150px;
}
.main_view .w1200 .box > .left .recommend ul li .img_1 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_view .w1200 .box > .left .recommend ul li .img_1 .txt {
  width: 500px;
}
.main_view .w1200 .box > .left .recommend ul li .img_1 .txt a {
  display: block;
  color: #333;
  line-height: 30px;
}
.main_view .w1200 .box > .left .recommend ul li .img_1 .txt a:hover {
  color: #cc0033;
}
.main_view .w1200 .box > .left .recommend ul li .img_1 .txt .tim {
  color: #333;
  font-size: 14px;
  text-align: right;
  padding-top: 30px;
}
.main_view .w1200 .box > .left .recommend ul li .img_3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_view .w1200 .box > .left .recommend ul li .img_3 .pic {
  width: 240px;
  height: 150px;
}
.main_view .w1200 .box > .left .recommend ul li .img_3 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_view .w1200 .box > .left .recommend ul li .img_0 .txt a {
  display: block;
  color: #333;
  line-height: 30px;
}
.main_view .w1200 .box > .left .recommend ul li .img_0 .txt a:hover {
  color: #cc0033;
}
.main_view .w1200 .box > .left .recommend ul li .tim {
  text-align: right;
  color: #333;
  padding-top: 10px;
  font-size: 14px;
}
.main_view .w1200 .box > .left .recommend ul li + li {
  border-top: 1px solid #ddd;
}
.main_view .w1200 .box .right {
  width: 380px;
}
.main_view .w1200 .box .right .editor .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.main_view .w1200 .box .right .editor .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_view .w1200 .box .right .editor .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_view .w1200 .box .right .editor > .des {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #ddd;
  margin: 10px 0 0px;
}
.main_view .w1200 .box .right .editor > .des .left {
  width: 120px;
  padding: 10px;
}
.main_view .w1200 .box .right .editor > .des .left a {
  display: block;
  width: 100px;
  height: 100px;
}
.main_view .w1200 .box .right .editor > .des .left a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.main_view .w1200 .box .right .editor > .des .right .tit a:nth-child(1) {
  color: #333333;
  font-weight: bold;
  margin-right: 10px;
}
.main_view .w1200 .box .right .editor > .des .right .tit a:nth-child(1):hover {
  color: #cc0033;
}
.main_view .w1200 .box .right .editor > .des .right .tit a:nth-child(2) {
  color: #cc0033;
  font-size: 14px;
}
.main_view .w1200 .box .right .editor > .des .right .num {
  font-size: 14px;
  padding: 10px 0 0;
  color: #999;
}
.main_view .w1200 .box .right .row1 {
  padding-top: 20px;
}
.main_view .w1200 .box .right .row1 .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.main_view .w1200 .box .right .row1 .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_view .w1200 .box .right .row1 .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_view .w1200 .box .right .row1 .mod li:hover .tit a {
  color: #cc0033;
}
.main_view .w1200 .box .right .row1 .mod li .tit a {
  display: block;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  font-weight: 600;
  color: #333;
}
.main_view .w1200 .box .right .row1 .mod li .img_1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_view .w1200 .box .right .row1 .mod li .img_1 .pic {
  width: 157px;
  height: 82px;
  overflow: hidden;
}
.main_view .w1200 .box .right .row1 .mod li .img_1 .pic:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_view .w1200 .box .right .row1 .mod li .img_1 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_view .w1200 .box .right .row1 .mod li .img_1 .txt {
  width: 200px;
}
.main_view .w1200 .box .right .row1 .mod li .img_1 .txt a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  height: 82px;
  overflow: hidden;
}
.main_view .w1200 .box .right .row1 .mod li .img_1 .txt a:hover {
  color: #cc0033;
}
.main_view .w1200 .box .right .row1 .mod li .img_3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_view .w1200 .box .right .row1 .mod li .img_3 .pic a {
  display: block;
  width: 110px;
  height: 82px;
  overflow: hidden;
}
.main_view .w1200 .box .right .row1 .mod li .img_3 .pic a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_view .w1200 .box .right .row1 .mod li .img_3 .pic a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_view .w1200 .box .right .row1 .mod li .img_0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 10px;
}
.main_view .w1200 .box .right .row1 .mod li .img_0 .txt {
  width: 100%;
}
.main_view .w1200 .box .right .row1 .mod li .img_0 .txt a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  height: 82px;
  overflow: hidden;
}
.main_view .w1200 .box .right .row1 .mod li .img_0 .txt a:hover {
  color: #cc0033;
}
.main_view .w1200 .box .right .row1 .mod li > a {
  display: block;
  line-height: 33px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 10px;
}
.main_view .w1200 .box .right .row1 .mod li > a:hover {
  color: #cc0033;
}
.main_view .w1200 .box .right .row1 .mod li > a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #666;
  left: 0;
  top: 15px;
}
.main_view .w1200 .box .right .row2 .hed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
.main_view .w1200 .box .right .row2 .hed .name {
  border-bottom: 1px solid #cc0033;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.main_view .w1200 .box .right .row2 .hed .name::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #cc0033;
  top: 4px;
  left: 0px;
}
.main_view .w1200 .box .right .row2 .txt ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.main_view .w1200 .box .right .row2 .txt ul li {
  width: 180px;
  padding: 20px 0 0;
}
.main_view .w1200 .box .right .row2 .txt ul li:hover a .pic img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_view .w1200 .box .right .row2 .txt ul li:hover a .tit {
  color: #cc0033;
}
.main_view .w1200 .box .right .row2 .txt ul li a {
  display: block;
  position: relative;
}
.main_view .w1200 .box .right .row2 .txt ul li a .pic {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.main_view .w1200 .box .right .row2 .txt ul li a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_view .w1200 .box .right .row2 .txt ul li a .tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 14px;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  .main_view .w1200 .box {
    margin: 0;
    padding-top: 0;
  }
  .main_view .w1200 .box .left {
    width: 100%;
  }
  .main_view .w1200 .box .left > .title {
    padding: 0 0 10px;
    font-size: 20px;
    line-height: 25px;
  }
  .main_view .w1200 .box .left .time .tim,
  .main_view .w1200 .box .left .time .num {
    font-size: 14px;
  }
  .main_view .w1200 .box .left .content p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 25px;
  }
  .main_view .w1200 .box .left .paging {
    padding: 20px 0 0;
  }
  .main_view .w1200 .box .left .paging .pre span,
  .main_view .w1200 .box .left .paging .next span {
    width: 20%;
  }
  .main_view .w1200 .box .left .paging .pre a,
  .main_view .w1200 .box .left .paging .next a {
    width: 80%;
  }
  .main_view .w1200 .box .left .recommend ul li .title a {
    width: 100%;
    font-size: 18px;
  }
  .main_view .w1200 .box .left .recommend ul li .img_1 .pic {
    width: 45%;
    height: 120px;
  }
  .main_view .w1200 .box .left .recommend ul li .img_1 .txt {
    width: 50%;
  }
  .main_view .w1200 .box .left .recommend ul li .img_1 .txt a {
    font-size: 15px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
  }
  .main_view .w1200 .box .left .recommend ul li .img_1 .txt .tim {
    padding-top: 15px;
  }
  .main_view .w1200 .box .left .recommend ul li .img_3 {
    width: 100%;
  }
  .main_view .w1200 .box .left .recommend ul li .img_3 .pic {
    width: 30%;
    height: 120px;
  }
  .main_view .w1200 .box .left .recommend ul li .img_3 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_view .w1200 .box .left .recommend ul li .img_0 .txt a {
    font-size: 15px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
  }
  .main_view .w1200 .box .left .recommend ul li .tim {
    text-align: right;
    color: #333;
    padding-top: 10px;
    font-size: 14px;
  }
  .main_view .w1200 .box .left .recommend ul li + li {
    border-top: 1px solid #ddd;
  }
  .main_view .w1200 .box .right {
    display: none;
  }
}
.main_editor .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 30px;
  border: 1px solid #ddd;
  margin: 20px 0 0 0px;
}
.main_editor .w1200 .box .left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.main_editor .w1200 .box .left .icon {
  width: 150px;
  height: 150px;
}
.main_editor .w1200 .box .left .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.main_editor .w1200 .box .left .txt {
  margin-left: 20px;
}
.main_editor .w1200 .box .left .txt .tit {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
.main_editor .w1200 .box .left .txt .des,
.main_editor .w1200 .box .left .txt .mor {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.main_editor .w1200 .box .right {
  display: -webkit-box;
  display: flex;
}
.main_editor .w1200 .box .right .down,
.main_editor .w1200 .box .right .up {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.main_editor .w1200 .box .right .down span,
.main_editor .w1200 .box .right .up span {
  padding: 0 20px;
  text-align: center;
}
.main_editor .w1200 .box .right .down span:nth-child(1),
.main_editor .w1200 .box .right .up span:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
  color: #cc0033;
}
@media screen and (max-width: 640px) {
  .main_editor .w1200 .box {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0px 0px;
  }
  .main_editor .w1200 .box .left .icon {
    width: 100px;
    height: 100px;
  }
  .main_editor .w1200 .box .right {
    display: none;
  }
}
.main_tag .w1200 .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px;
  border: 1px solid #ddd;
  margin: 20px 0 0 0px;
}
.main_tag .w1200 .box .left p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
}
.main_tag .w1200 .box .left p:nth-child(2) {
  font-size: 18px;
  color: #666;
}
.main_tag .w1200 .box .right {
  width: 300px;
  height: 300px;
}
.main_tag .w1200 .box .right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .main_tag .w1200 .box {
    flex-wrap: wrap;
    padding: 10px;
    margin: 0px 0px;
  }
  .main_tag .w1200 .box .left {
    text-align: center;
    margin: 0 auto;
  }
  .main_tag .w1200 .box .left p:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
  }
  .main_tag .w1200 .box .left p:nth-child(2) {
    font-size: 14px;
    color: #666;
  }
  .main_tag .w1200 .box .right {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
}
