.titles1 {
  margin: 20px auto;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
.titles1::after {
  margin-left: 20px;
  display: inline-block;
  content: " ";
  width: 50px;
  height: 2px;
  background-color: #333;
}
.titles1::before {
  margin-right: 20px;
  display: inline-block;
  content: " ";
  width: 50px;
  height: 2px;
  background-color: #333;
}
body {
  background-color: #EDF0F2;
}
@media (min-width: 320px) and (max-width: 768px) {
  .titles1 {
    font-size: 18px;
  }
  .pcHeader {
    display: none;
  }
  .phoneHeader {
    background-color: #C70039;
    padding: 16px 20px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1003;
  }
  .phoneHeader .title a {
    color: #C62300;
    font-family: 'comic sans ms';
    font-size: 25px;
    font-weight: 700;
  }
  .pcMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    padding-top: 64px;
    color: #333;
    height: 100vh;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
  }
  .pcMenu .box ul {
    background-color: #bc921f;
    width: 100%;
    height: 100vh;
  }
  .pcMenu .box ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px;
  }
  .pcMenu .box ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
  }
  .topBgc {
    padding: 10px;
  }
  .topBgc .pcFlex .left .one {
    margin-bottom: 20px;
  }
  .topBgc .pcFlex .left .one img {
    width: 100%;
    height: 250px;
  }
  .topBgc .pcFlex .left .one li {
    position: relative;
  }
  .topBgc .pcFlex .left .one li:hover h2 {
    color: #F34E34;
  }
  .topBgc .pcFlex .left .one a {
    color: #333;
  }
  .topBgc .pcFlex .left .one .borders {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .topBgc .pcFlex .left .one .borders .types {
    margin: 10px 0;
    background-color: #c62400;
    color: #fff;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .topBgc .pcFlex .left .one .borders .times {
    margin: 10px 0;
    font-size: 12px;
  }
  .topBgc .pcFlex .left .one .borders h2 {
    font-size: 16px;
  }
  .topBgc .pcFlex .left .title3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .topBgc .pcFlex .left .two1 {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
  }
  .topBgc .pcFlex .left .two1 li {
    margin-bottom: 10px;
  }
  .topBgc .pcFlex .left .two1 li .borders {
    width: 60%;
  }
  .topBgc .pcFlex .left .two1 li .bigBox {
    display: flex;
    align-items: center;
  }
  .topBgc .pcFlex .left .two1 li .bigBox h2 {
    font-size: 16px;
    color: #333;
  }
  .topBgc .pcFlex .left .two1 li .bigBox .types {
    margin: 10px 0;
    background-color: #c62400;
    color: #000;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .topBgc .pcFlex .left .two1 li .bigBox p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 10px 0;
  }
  .topBgc .pcFlex .left .two1 li .bigBox .times {
    font-size: 12px;
    color: #999;
  }
  .topBgc .pcFlex .left .two1 li .bigBox img {
    width: 120px;
    height: 120px;
    margin-right: 10px;
  }
  .topBgc .pcFlex .left .two {
    background-color: #fff;
    padding: 10px;
  }
  .topBgc .pcFlex .left .two li {
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .topBgc .pcFlex .left .two li .times {
    color: #999;
    font-size: 12px;
  }
  .topBgc .pcFlex .left .two li .types {
    margin-top: 10px;
    background-color: #c62400;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
  }
  .topBgc .pcFlex .left .two li h2 {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
  }
  .topBgc .pcFlex .left .two li img {
    margin-right: 10px;
    height: 150px;
    width: 100%;
  }
  .serch {
    margin: 20px 10px 0 10px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
  }
  .serch:hover {
    cursor: pointer;
  }
  .serch :nth-child(1) {
    padding: 10px 0 10px 10px;
  }
  .serch :nth-child(2) {
    color: #fff;
    font-size: 20px;
    background-color: #C70039;
    padding: 10px;
  }
  .swiper-container {
    overflow: hidden !important;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    position: relative;
  }
  .swiper-container .swiper-wrapper {
    width: 100% !important;
  }
  .swiper-container .swiper-slide {
    width: 100% !important;
  }
  .swiper-container .swiper-slide .swiper-button-next {
    position: absolute;
  }
  .swiper-container .swiper-slide:hover h1 {
    color: #AE133F;
  }
  .swiper-container .swiper-slide a {
    color: #3C3C3C;
  }
  .swiper-container .type {
    font-size: 12px;
  }
  .swiper-container .type .times {
    display: inline-block;
    color: #C62300 !important;
    margin-left: 20px;
  }
  .swiper-container .type .times .iconfont {
    color: #999;
  }
  .swiper-container img {
    width: 100%;
    height: 220px;
  }
  .swiper-container .time {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
  }
  .swiper-container h1 {
    padding: 0 10px;
    font-size: 16px;
    color: #C70039;
    margin: 6px 0;
  }
  .wid-right {
    padding: 10px;
  }
  .wid-right .littleContent .first .pcFlex .ones {
    background-color: #fff;
    padding: 10px;
  }
  .wid-right .littleContent .first .pcFlex .ones .types {
    margin: 10px 0;
    background-color: #c62400;
    color: #fff;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .wid-right .littleContent .first .pcFlex .ones .reads {
    color: #fff;
    background-color: #F34E34;
    display: inline-block;
    padding: 4px;
  }
  .wid-right .littleContent .first .pcFlex .ones .times {
    margin: 10px 0;
    font-size: 12px;
    color: #999;
  }
  .wid-right .littleContent .first .pcFlex .ones p {
    color: #666;
    margin: 10px 0;
  }
  .wid-right .littleContent .first .pcFlex .ones h2 {
    font-size: 16px;
    color: #333;
  }
  .wid-right .littleContent .first .pcFlex .ones img {
    width: 100%;
    height: 200px;
  }
  .wid-right .littleContent .second {
    margin-top: 20px;
  }
  .wid-right .littleContent .second .pcFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wid-right .littleContent .second .pcFlex .three {
    width: 100%;
    background-color: #fff;
  }
  .wid-right .littleContent .second .pcFlex .three li {
    padding: 10px 10px;
    border-bottom: 1px solid #F8F8F8;
  }
  .wid-right .littleContent .second .pcFlex .three li:hover {
    transform: scale(1.01);
  }
  .wid-right .littleContent .second .pcFlex .three li:hover h1 {
    color: #AE133F !important;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex {
    display: flex;
    align-items: center;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex h1 {
    font-size: 16px;
    color: #333;
    margin: 8px 0;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex .types {
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    background-color: #c62400;
    color: #fff;
    font-size: 14px;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex .time {
    margin-top: 4px;
    font-size: 12px;
    color: #666;
    padding: 4px 6px;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex img {
    width: 100px;
    margin-right: 10px;
    height: 120px;
  }
  .wid-left .littleContent li {
    box-shadow: 0 0 10px 0 #999;
    padding: 10px !important;
    position: relative;
  }
  .wid-left .littleContent li .onlypcFlex {
    display: block !important;
  }
  .wid-left .littleContent li .onlypcFlex .types {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #c62400;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
  }
  .wid-left .littleContent li .onlypcFlex img {
    width: 100% !important;
    height: 180px;
  }
  .onlyPc {
    padding: 10px;
  }
  .onlyPc .littleContent .one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .onlyPc .littleContent .one li {
    margin-bottom: 10px;
    width: 49%;
  }
  .onlyPc .littleContent .one li h1 {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
  }
  .onlyPc .littleContent .one li img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
  .onlyPc .littleContent .one li .time {
    font-size: 12px;
    color: #999;
  }
  .onlyPc .littleContent .one li .types {
    background-color: #c62400;
    display: inline-block;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
  }
  .pcFooter {
    text-align: center;
    background: #222A33;
    padding: 80px 20px;
    color: #fff;
  }
  .pcFooter a {
    font-size: 14px;
    color: #fff;
  }
  .pcFooter .titles {
    margin: 20px 0;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .titles1 {
    font-size: 18px;
  }
  .pcHeader {
    display: none;
  }
  .phoneHeader {
    background-color: #C70039;
    padding: 16px 20px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1003;
  }
  .phoneHeader .title a {
    color: #C62300;
    font-family: 'comic sans ms';
    font-size: 25px;
    font-weight: 700;
  }
  .pcMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    padding-top: 64px;
    color: #333;
    height: 100vh;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
  }
  .pcMenu .box ul {
    background-color: #bc921f;
    width: 100%;
    height: 100vh;
  }
  .pcMenu .box ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px;
  }
  .pcMenu .box ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
  }
  .topBgc {
    padding: 10px;
  }
  .topBgc .pcFlex .left .one {
    margin-bottom: 20px;
  }
  .topBgc .pcFlex .left .one img {
    width: 100%;
    height: 250px;
  }
  .topBgc .pcFlex .left .one li {
    position: relative;
  }
  .topBgc .pcFlex .left .one li:hover h2 {
    color: #F34E34;
  }
  .topBgc .pcFlex .left .one a {
    color: #333;
  }
  .topBgc .pcFlex .left .one .borders {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .topBgc .pcFlex .left .one .borders .types {
    margin: 10px 0;
    background-color: #c62400;
    color: #fff;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .topBgc .pcFlex .left .one .borders .times {
    margin: 10px 0;
    font-size: 12px;
  }
  .topBgc .pcFlex .left .one .borders h2 {
    font-size: 16px;
  }
  .topBgc .pcFlex .left .title3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .topBgc .pcFlex .left .two1 {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
  }
  .topBgc .pcFlex .left .two1 li {
    margin-bottom: 10px;
  }
  .topBgc .pcFlex .left .two1 li .borders {
    width: 60%;
  }
  .topBgc .pcFlex .left .two1 li .bigBox {
    display: flex;
    align-items: center;
  }
  .topBgc .pcFlex .left .two1 li .bigBox h2 {
    font-size: 16px;
    color: #333;
  }
  .topBgc .pcFlex .left .two1 li .bigBox .types {
    margin: 10px 0;
    background-color: #c62400;
    color: #000;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .topBgc .pcFlex .left .two1 li .bigBox p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 10px 0;
  }
  .topBgc .pcFlex .left .two1 li .bigBox .times {
    font-size: 12px;
    color: #999;
  }
  .topBgc .pcFlex .left .two1 li .bigBox img {
    width: 120px;
    height: 120px;
    margin-right: 10px;
  }
  .topBgc .pcFlex .left .two {
    background-color: #fff;
    padding: 10px;
  }
  .topBgc .pcFlex .left .two li {
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .topBgc .pcFlex .left .two li .times {
    color: #999;
    font-size: 12px;
  }
  .topBgc .pcFlex .left .two li .types {
    margin-top: 10px;
    background-color: #c62400;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
  }
  .topBgc .pcFlex .left .two li h2 {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
  }
  .topBgc .pcFlex .left .two li img {
    margin-right: 10px;
    height: 150px;
    width: 100%;
  }
  .serch {
    margin: 20px 10px 0 10px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
  }
  .serch:hover {
    cursor: pointer;
  }
  .serch :nth-child(1) {
    padding: 10px 0 10px 10px;
  }
  .serch :nth-child(2) {
    color: #fff;
    font-size: 20px;
    background-color: #C70039;
    padding: 10px;
  }
  .swiper-container {
    overflow: hidden !important;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    position: relative;
  }
  .swiper-container .swiper-wrapper {
    width: 100% !important;
  }
  .swiper-container .swiper-slide {
    width: 100% !important;
  }
  .swiper-container .swiper-slide .swiper-button-next {
    position: absolute;
  }
  .swiper-container .swiper-slide:hover h1 {
    color: #AE133F;
  }
  .swiper-container .swiper-slide a {
    color: #3C3C3C;
  }
  .swiper-container .type {
    font-size: 12px;
  }
  .swiper-container .type .times {
    display: inline-block;
    color: #C62300 !important;
    margin-left: 20px;
  }
  .swiper-container .type .times .iconfont {
    color: #999;
  }
  .swiper-container img {
    width: 100%;
    height: 220px;
  }
  .swiper-container .time {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
  }
  .swiper-container h1 {
    padding: 0 10px;
    font-size: 16px;
    color: #C70039;
    margin: 6px 0;
  }
  .wid-right {
    padding: 10px;
  }
  .wid-right .littleContent .first .pcFlex .ones {
    background-color: #fff;
    padding: 10px;
  }
  .wid-right .littleContent .first .pcFlex .ones .types {
    margin: 10px 0;
    background-color: #c62400;
    color: #fff;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .wid-right .littleContent .first .pcFlex .ones .reads {
    color: #fff;
    background-color: #F34E34;
    display: inline-block;
    padding: 4px;
  }
  .wid-right .littleContent .first .pcFlex .ones .times {
    margin: 10px 0;
    font-size: 12px;
    color: #999;
  }
  .wid-right .littleContent .first .pcFlex .ones p {
    color: #666;
    margin: 10px 0;
  }
  .wid-right .littleContent .first .pcFlex .ones h2 {
    font-size: 16px;
    color: #333;
  }
  .wid-right .littleContent .first .pcFlex .ones img {
    width: 100%;
    height: 200px;
  }
  .wid-right .littleContent .second {
    margin-top: 20px;
  }
  .wid-right .littleContent .second .pcFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wid-right .littleContent .second .pcFlex .three {
    width: 100%;
    background-color: #fff;
  }
  .wid-right .littleContent .second .pcFlex .three li {
    padding: 10px 10px;
    border-bottom: 1px solid #F8F8F8;
  }
  .wid-right .littleContent .second .pcFlex .three li:hover {
    transform: scale(1.01);
  }
  .wid-right .littleContent .second .pcFlex .three li:hover h1 {
    color: #AE133F !important;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex {
    display: flex;
    align-items: center;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex h1 {
    font-size: 16px;
    color: #333;
    margin: 8px 0;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex .types {
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    background-color: #c62400;
    color: #fff;
    font-size: 14px;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex .time {
    margin-top: 4px;
    font-size: 12px;
    color: #666;
    padding: 4px 6px;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex img {
    width: 100px;
    margin-right: 10px;
    height: 120px;
  }
  .wid-left .littleContent li {
    box-shadow: 0 0 10px 0 #999;
    padding: 10px !important;
    position: relative;
  }
  .wid-left .littleContent li .onlypcFlex {
    display: block !important;
  }
  .wid-left .littleContent li .onlypcFlex .types {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #c62400;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
  }
  .wid-left .littleContent li .onlypcFlex img {
    width: 100% !important;
    height: 180px;
  }
  .onlyPc {
    padding: 10px;
  }
  .onlyPc .littleContent .one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .onlyPc .littleContent .one li {
    margin-bottom: 10px;
    width: 49%;
  }
  .onlyPc .littleContent .one li h1 {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
  }
  .onlyPc .littleContent .one li img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
  .onlyPc .littleContent .one li .time {
    font-size: 12px;
    color: #999;
  }
  .onlyPc .littleContent .one li .types {
    background-color: #c62400;
    display: inline-block;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
  }
  .pcFooter {
    text-align: center;
    background: #222A33;
    padding: 80px 20px;
    color: #fff;
  }
  .pcFooter a {
    font-size: 14px;
    color: #fff;
  }
  .pcFooter .titles {
    margin: 20px 0;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .pcFooter {
    text-align: center;
    background-color: #222A33;
    padding: 80px 0;
    font-family: 'Courier New', Courier, monospace;
    color: #fff;
  }
  .pcFooter a {
    color: #fff;
  }
  .pcFooter a:hover {
    cursor: pointer;
    color: #999;
  }
  .pcFooter .titles {
    margin: 20px 0;
    font-size: 24px;
  }
  .wid-left {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
  }
  .wid-left .iconfont {
    font-size: 12px;
    color: #666;
    margin-right: 4px;
  }
  .wid-left .onlyPc li {
    border-radius: 0 !important;
    margin-right: 10px;
  }
  .wid-left .onlyPc li .onlypcFlex img {
    width: 100% !important;
  }
  .wid-right .littleContent {
    display: flex;
    justify-content: space-between;
  }
  .wid-right .littleContent .first {
    width: 60%;
    margin-right: 10px;
  }
  .wid-right .littleContent .first .pcFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wid-right .littleContent .first .pcFlex .ones {
    width: 100%;
  }
  .wid-right .littleContent .first .pcFlex .ones li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
  }
  .wid-right .littleContent .first .pcFlex .ones li:hover {
    transform: scale(1.01);
  }
  .wid-right .littleContent .first .pcFlex .ones li:hover h2 {
    color: #C70039 !important;
  }
  .wid-right .littleContent .first .pcFlex .ones .bigBox {
    display: flex;
    align-items: center;
  }
  .wid-right .littleContent .first .pcFlex .ones .types {
    margin: 10px 0;
    background-color: #c62400;
    color: #fff;
    display: inline-block;
    padding: 4px;
    font-size: 14px;
  }
  .wid-right .littleContent .first .pcFlex .ones .reads {
    color: #fff;
    background-color: #F34E34;
    display: inline-block;
    padding: 4px;
  }
  .wid-right .littleContent .first .pcFlex .ones .times {
    margin: 10px 0;
    font-size: 12px;
    color: #999;
  }
  .wid-right .littleContent .first .pcFlex .ones p {
    color: #666;
    line-height: 20px;
    margin: 10px 0;
    font-size: 14px;
  }
  .wid-right .littleContent .first .pcFlex .ones h2 {
    font-size: 16px;
    color: #333;
  }
  .wid-right .littleContent .first .pcFlex .ones img {
    width: 100%;
    height: 150px;
    margin-right: 20px;
  }
  .wid-right .littleContent .second {
    width: 40%;
  }
  .wid-right .littleContent .second .pcFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wid-right .littleContent .second .pcFlex .three {
    width: 100%;
    background-color: #fff;
  }
  .wid-right .littleContent .second .pcFlex .three li {
    padding: 10px 10px;
    border-bottom: 1px solid #F8F8F8;
  }
  .wid-right .littleContent .second .pcFlex .three li:hover {
    transform: scale(1.01);
  }
  .wid-right .littleContent .second .pcFlex .three li:hover h1 {
    color: #C70039 !important;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex {
    display: flex;
    align-items: center;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex h1 {
    font-size: 16px;
    color: #333;
    margin: 8px 0;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex .types {
    display: inline-block;
    padding: 4px;
    background-color: #c62400;
    color: #fff;
    font-size: 14px;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex .time {
    margin-top: 4px;
    font-size: 12px;
    color: #666;
    padding: 4px 6px;
  }
  .wid-right .littleContent .second .pcFlex .three li .onlypcFlex img {
    width: 100px;
    margin-right: 10px;
    height: 120px;
  }
  .topBgc .pcFlex .left {
    display: flex;
    justify-content: space-between;
  }
  .topBgc .pcFlex .qufen {
    width: 55%;
    margin-right: 10px;
  }
  .topBgc .pcFlex .qufen .twos {
    width: 100% !important;
  }
  .topBgc .pcFlex .qufen .twos .iconfont {
    color: #666 !important;
  }
  .topBgc .pcFlex .qufen .iconfont {
    color: #fff !important;
  }
  .topBgc .pcFlex .one {
    width: 100%;
    margin-right: 20px;
  }
  .topBgc .pcFlex .one img {
    width: 100%;
    height: 350px;
  }
  .topBgc .pcFlex .one li {
    position: relative;
  }
  .topBgc .pcFlex .one li:hover {
    transform: scale(1.01);
  }
  .topBgc .pcFlex .one li:hover h2 {
    color: #C70039 !important;
  }
  .topBgc .pcFlex .one a {
    color: #333;
  }
  .topBgc .pcFlex .one .borders {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .topBgc .pcFlex .one .borders .types {
    margin: 10px 0;
    background-color: #c62400;
    color: #fff;
    display: inline-block;
    padding: 4px;
    font-size: 14px;
  }
  .topBgc .pcFlex .one .borders .read {
    color: #fff;
    background-color: #104370;
    display: inline-block;
    padding: 4px;
  }
  .topBgc .pcFlex .one .borders .times {
    margin: 10px 0 0;
    font-size: 12px;
    color: #fff !important;
  }
  .topBgc .pcFlex .one .borders .times .iconfont {
    color: #fff;
  }
  .topBgc .pcFlex .one .borders h2 {
    font-size: 16px;
  }
  .topBgc .pcFlex .title3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .topBgc .pcFlex .two {
    display: flex;
    align-items: center;
  }
  .topBgc .pcFlex .two li {
    width: 32%;
    margin: 10px 10px 0 0;
  }
  .topBgc .pcFlex .two li:hover {
    transform: scale(1.01);
  }
  .topBgc .pcFlex .two li:hover h2 {
    color: #C70039 !important;
  }
  .topBgc .pcFlex .two li a {
    color: #2D2D2D;
  }
  .topBgc .pcFlex .two li .types {
    background-color: #c62400;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    margin: 10px 0;
  }
  .topBgc .pcFlex .two li img {
    margin-right: 10px;
    width: 100%;
    height: 200px;
  }
  .topBgc .pcFlex .two li .times {
    margin-top: 10px;
    font-size: 12px;
  }
  .topBgc .pcFlex .two li h2 {
    font-size: 14px;
  }
  .pcContent .onlyPc {
    padding-bottom: 20px;
  }
  .pcContent .onlyPhone {
    display: none;
  }
  .pcContent .littleContent {
    margin-top: 20px;
  }
  .pcContent .littleContent .one li,
  .pcContent .littleContent .two li {
    color: #fff;
    width: 19%;
  }
  .pcContent .littleContent .one a,
  .pcContent .littleContent .two a {
    width: 100%;
    color: #333;
  }
  .pcContent .littleContent .one a .onlypcFlex .type,
  .pcContent .littleContent .two a .onlypcFlex .type {
    background-color: #F34E34;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    width: 100px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
  }
  .pcContent .littleContent .one a .onlypcFlex p,
  .pcContent .littleContent .two a .onlypcFlex p {
    font-size: 15px;
    margin-top: 10px;
    color: #666;
  }
  .pcContent .littleContent .one a .onlypcFlex h1,
  .pcContent .littleContent .two a .onlypcFlex h1 {
    font-size: 16px;
    margin-top: 10px;
  }
  .pcContent .littleContent .one a .onlypcFlex .time,
  .pcContent .littleContent .two a .onlypcFlex .time {
    font-size: 13px;
    margin: 10px 0;
  }
  .pcContent .littleContent .one {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .littleContent .one li {
    margin: 0 10px 10px 0;
    background-color: #f6f6f6;
    position: relative;
  }
  .pcContent .littleContent .one li .borders {
    padding: 8px;
  }
  .pcContent .littleContent .one li .types {
    background-color: #F34E34;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .pcContent .littleContent .one li img {
    width: 100%;
    height: 180px;
  }
  .pcContent .littleContent .one li:hover {
    transform: scale(1.01);
  }
  .pcContent .littleContent .one li:hover h1 {
    color: #F34E34 !important;
  }
  .pcContent .littleContent .two {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .pcContent .littleContent .two li {
    padding: 0 26px;
    margin: 0px;
  }
  .pcContent .littleContent .two li:hover {
    transform: scale(1.01);
  }
  .pcContent .littleContent .two li:hover h1 {
    color: #25a5e5 !important;
  }
  .pcContent .littleContent .two li img {
    width: 100%;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  .onPC {
    margin-top: 20px;
  }
  .serch {
    margin-top: 20px !important;
    border: 1px solid #CCCCCC;
    background-color: #fff;
  }
  .serch:hover {
    cursor: pointer;
  }
  .serch :nth-child(1) {
    padding: 10px 0 10px 10px;
  }
  .serch :nth-child(2) {
    color: #fff;
    font-size: 20px;
    background-color: #C70039;
    padding: 10px;
  }
  .swiper-container {
    overflow: hidden !important;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
  }
  .swiper-container .swiper-slide .swiper-button-next {
    position: absolute;
  }
  .swiper-container .swiper-slide:hover h1 {
    color: #AE133F;
  }
  .swiper-container .swiper-slide a {
    color: #3C3C3C;
  }
  .swiper-container .type {
    font-size: 12px;
  }
  .swiper-container .type .times {
    display: inline-block;
    color: #C62300 !important;
    margin-left: 20px;
  }
  .swiper-container .type .times .iconfont {
    color: #999;
  }
  .swiper-container img {
    width: 100%;
    height: 250px;
  }
  .swiper-container .time {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
  }
  .swiper-container h1 {
    padding: 0 10px;
    font-size: 16px;
    color: #C70039;
    margin: 6px 0;
  }
  .pcHeader .serch {
    background-color: #AE133F;
    color: #DCDCDC;
    padding: 10px 20px;
  }
  .pcHeader .serch:hover {
    cursor: pointer;
  }
  .pcHeader .serch :nth-child(2) {
    margin-left: 20px;
  }
  .pcHeader .pcTabs {
    width: 100%;
    background-color: #fff;
  }
  .pcHeader .logo {
    margin: 10px 0;
  }
  .pcHeader .logo .title {
    font-family: 'comic sans ms';
    font-size: 36px;
    color: #C62300;
  }
  .pcHeader .pcTabs {
    background-color: #C70039;
  }
  .pcHeader .pcTabs li {
    margin-right: 20px;
  }
  .pcHeader .pcTabs li a {
    display: block;
    color: #E4F1FF;
    font-weight: 700;
    padding: 20px;
  }
  .pcHeader .pcTabs li a:hover {
    margin-bottom: 0px;
    background-color: #C62300;
    padding: 20px;
    color: #fff !important;
  }
  .phoneHeader {
    display: none;
  }
}
