.titles1 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  border-left: 3px solid #9B4444;
  margin-bottom: 10px;
}
.titles1 .text {
  padding: 10px;
  background-color: #fff;
}
body {
  background-color: #EDF0F2;
}
@media (min-width: 320px) and (max-width: 768px) {
  .titles1 {
    font-size: 18px;
  }
  .pcHeader {
    display: none;
  }
  .phoneHeader {
    background-color: #fff;
    padding: 16px 20px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1003;
  }
  .phoneHeader .title a {
    color: #9B4444;
    -webkit-text-stroke: 2px #000;
    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: #313030;
    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: #ECB159;
  }
  .topBgc .pcFlex .left .one a {
    color: #333;
  }
  .topBgc .pcFlex .left .one .borders {
    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: #FFF9C7;
    color: #000;
    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 .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: #E1FCFF;
    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: #FFE7E7;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    color: #333;
  }
  .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%;
  }
  .swiperContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
  }
  .swiperContent .swiper-container {
    width: 100% !important;
    overflow: hidden;
  }
  .swiperContent .serch {
    display: none;
  }
  .swiperContent .swiper-wrapper {
    width: 100% !important;
  }
  .swiperContent .type {
    background-color: #9B4444;
    margin-right: 16px;
    color: #fff;
    padding: 16px;
    width: 200px;
    text-align: center;
  }
  .swiperContent .swiper-slide {
    background-color: #fff;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden !important;
  }
  .swiperContent .swiper-slide:hover {
    transform: scale(1.01);
  }
  .swiperContent .swiper-slide:hover p {
    color: #ECB159;
  }
  .swiperContent .swiper-slide a {
    color: #666;
  }
  .swiperContent img {
    width: 100px;
    height: 60px;
    margin-right: 10px;
  }
  .swiperContent .time {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
  }
  .swiperContent h1 {
    font-size: 16px;
  }
  .swiperContent .serch {
    background-color: #ECB159;
    color: #DCDCDC;
    padding: 10px 20px;
  }
  .swiperContent .serch:hover {
    cursor: pointer;
  }
  .swiperContent .serch :nth-child(2) {
    margin-left: 20px;
  }
  .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: #F4FFD5;
    color: #000;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .wid-right .littleContent .first .pcFlex .ones .reads {
    color: #fff;
    background-color: #ECB159;
    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: #9B4444 !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: #E1FCFF;
    color: #000;
    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: #ECB159;
    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: #ECB159;
    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: #fff;
    padding: 16px 20px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1003;
  }
  .phoneHeader .title a {
    color: #9B4444;
    -webkit-text-stroke: 2px #000;
    font-family: 'comic sans ms';
    font-size: 25px;
    font-weight: 700;
  }
  .pcMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    padding-top: 70px;
    color: #333;
    height: 100vh;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
  }
  .pcMenu .box ul {
    background-color: #313030;
    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: #ECB159;
  }
  .topBgc .pcFlex .left .one a {
    color: #333;
  }
  .topBgc .pcFlex .left .one .borders {
    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: #FFF9C7;
    color: #000;
    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 .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: #E1FCFF;
    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: #FFE7E7;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    color: #333;
  }
  .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%;
  }
  .swiperContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
  }
  .swiperContent .swiper-container {
    width: 100% !important;
    overflow: hidden;
  }
  .swiperContent .serch {
    display: none;
  }
  .swiperContent .swiper-wrapper {
    width: 100% !important;
  }
  .swiperContent .type {
    background-color: #9B4444;
    margin-right: 16px;
    color: #fff;
    padding: 16px;
  }
  .swiperContent .swiper-slide {
    background-color: #fff;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden !important;
  }
  .swiperContent .swiper-slide:hover {
    transform: scale(1.01);
  }
  .swiperContent .swiper-slide:hover p {
    color: #ECB159;
  }
  .swiperContent .swiper-slide a {
    color: #666;
  }
  .swiperContent img {
    width: 100px;
    height: 60px;
    margin-right: 10px;
  }
  .swiperContent .time {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
  }
  .swiperContent h1 {
    font-size: 16px;
  }
  .swiperContent .serch {
    background-color: #ECB159;
    color: #DCDCDC;
    padding: 10px 20px;
  }
  .swiperContent .serch:hover {
    cursor: pointer;
  }
  .swiperContent .serch :nth-child(2) {
    margin-left: 20px;
  }
  .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: #F4FFD5;
    color: #000;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .wid-right .littleContent .first .pcFlex .ones .reads {
    color: #fff;
    background-color: #ECB159;
    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: #9B4444 !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: #E1FCFF;
    color: #000;
    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: #ECB159;
    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: #ECB159;
    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;
  }
  .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: #9B4444 !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: #FFF9C7;
    color: #000;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .wid-right .littleContent .first .pcFlex .ones .reads {
    color: #fff;
    background-color: #ECB159;
    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: 250px;
    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: #9B4444 !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: #E1FCFF;
    color: #000;
    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 {
    margin-bottom: 20px;
  }
  .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;
    border-radius: 10px;
  }
  .topBgc .pcFlex .one li {
    position: relative;
  }
  .topBgc .pcFlex .one li:hover {
    transform: scale(1.01);
  }
  .topBgc .pcFlex .one li:hover h2 {
    color: #9B4444 !important;
  }
  .topBgc .pcFlex .one a {
    color: #333;
  }
  .topBgc .pcFlex .one .borders {
    width: 100%;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    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: #FFF9C7;
    color: #000;
    display: inline-block;
    padding: 4px;
    border-radius: 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;
  }
  .topBgc .pcFlex .one .borders h2 {
    font-size: 20px;
  }
  .topBgc .pcFlex .two1 {
    width: 45%;
  }
  .topBgc .pcFlex .two1 li {
    margin-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 10px;
  }
  .topBgc .pcFlex .two1 li .types {
    background-color: #F4FFD5 !important;
    color: #000 !important;
  }
  .topBgc .pcFlex .two1 li:hover {
    transform: scale(1.01);
  }
  .topBgc .pcFlex .two1 li:hover h2 {
    color: #9B4444 !important;
  }
  .topBgc .pcFlex .two1 .bigBox {
    display: flex;
    align-items: center;
  }
  .topBgc .pcFlex .two1 .bigBox .types {
    margin: 10px 0;
    background-color: #ECB159;
    color: #fff;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  .topBgc .pcFlex .two1 p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    line-height: 20px;
  }
  .topBgc .pcFlex .two1 img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
    border-radius: 10px;
  }
  .topBgc .pcFlex .two1 h2 {
    color: #333;
    font-size: 16px;
  }
  .topBgc .pcFlex .two1 .times {
    color: #333;
    font-size: 12px;
  }
  .topBgc .pcFlex .two {
    display: flex;
  }
  .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: #9B4444 !important;
  }
  .topBgc .pcFlex .two li a {
    color: #2D2D2D;
  }
  .topBgc .pcFlex .two li .types {
    background-color: #FFE7E7;
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    margin: 10px 0;
  }
  .topBgc .pcFlex .two li img {
    margin-right: 10px;
    width: 100%;
    height: 150px;
    border-radius: 10px;
  }
  .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: #ECB159;
    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: #ECB159;
    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: #ECB159 !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;
  }
  .swiper-container {
    overflow: hidden !important;
  }
  .swiperContent {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid #F0F0F0;
  }
  .swiperContent .swiper-slide {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }
  .swiperContent .swiper-slide:hover h1 {
    color: #9B4444;
  }
  .swiperContent .swiper-slide a {
    color: #3C3C3C;
  }
  .swiperContent .type {
    background-color: #9B4444;
    margin-right: 16px;
    color: #fff;
    padding: 16px;
    width: 200px;
    text-align: center;
  }
  .swiperContent img {
    width: 100px;
    height: 60px;
    margin-right: 10px;
  }
  .swiperContent .time {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
  }
  .swiperContent h1 {
    font-size: 16px;
    width: 100%;
  }
  .pcHeader .serch {
    background-color: #9B4444;
    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: 40px;
    color: #9B4444;
    -webkit-text-stroke: 2px #000;
  }
  .pcHeader .pcTab li {
    margin-right: 20px;
  }
  .pcHeader .pcTab li a {
    display: block;
    color: #002E5B;
    font-weight: 700;
    padding: 20px;
  }
  .pcHeader .pcTab li a:hover {
    margin-bottom: 0px;
    background-color: #9B4444;
    padding: 20px;
    color: #fff !important;
  }
  .phoneHeader {
    display: none;
  }
}
