/*font-size*/
.banner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 6.15rem;
}
.banner.center {
  align-items: center;
}
.banner.center img {
  width: 2.25rem;
  margin-bottom: 0.35rem;
}
.banner.center h1 {
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .banner.center h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.center h1 {
    font-size: 16px;
  }
}
.banner.center p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner.center p {
    font-size: 12px;
  }
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .innerWrap {
  width: 36%;
  position: relative;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap p {
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  .banner .innerWrap p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap p {
    font-size: 14px;
  }
}
.innerWrap .title {
  margin-bottom: 0.4rem;
}
.innerWrap .title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 0.15rem;
}
@media only screen and (max-width: 1440px) {
  .innerWrap .title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .innerWrap .title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .innerWrap .title h1 {
    font-size: 24px;
  }
}
.innerWrap .title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #fff;
  bottom: 0;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content1 {
  padding: 0.8rem 0 1rem;
}
.content1 .tab {
  width: 39.6%;
  margin: 0 auto 0.6rem;
}
.content1 .tab ul {
  display: flex;
  justify-content: space-between;
}
.content1 .tab ul li {
  width: 49.2%;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  color: #fff;
  background: #303030;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
  .content1 .tab ul li {
    font-size: 16px;
  }
}
.content1 .tab ul li.active,
.content1 .tab ul li:hover {
  background: #e40112;
}
.content1 .ctx {
  background: #fff;
  padding: 0.27rem 5px 1rem;
}
.content1 .ctx .searchBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.content1 .ctx .searchBox .select {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 0.1rem;
  background: #f7f7f7;
  border-radius: 5px;
  color: #666;
  cursor: pointer;
}
.content1 .ctx .searchBox .select:last-child {
  margin-right: 0;
}
.content1 .ctx .searchBox .select::after {
  position: absolute;
  right: 0.16rem;
  font-family: iconfont;
  content: "\e603";
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx .searchBox .select::after {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx .searchBox .select::after {
    font-size: 14px;
  }
}
.content1 .ctx .searchBox .select select {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 0.16rem;
  padding-right: 0.4rem;
  color: #666;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx .searchBox .select select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx .searchBox .select select {
    font-size: 14px;
  }
}
.content1 .ctx .filterContainer {
  display: flex;
  margin-bottom: 0.4rem;
}
.content1 .ctx .filterContainer p {
  font-size: 18px;
  color: #666;
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx .filterContainer p {
    font-size: 16px;
  }
}
.content1 .ctx .filterContainer ul {
  display: flex;
}
.content1 .ctx .filterContainer ul li {
  cursor: pointer;
  font-size: 18px;
  margin-right: 0.3rem;
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx .filterContainer ul li {
    font-size: 16px;
  }
}
.content1 .ctx .filterContainer ul li.active,
.content1 .ctx .filterContainer ul li:hover {
  color: #d12d26;
}
.content1 .ctx .con .table-body > ul > li {
  position: relative;
  padding: 0.24rem 0.36rem;
  border-bottom: 1px solid #e8e8e8;
}
.content1 .ctx .con .table-body > ul > li:first-child {
  border-top: 1px solid #e8e8e8;
}
.content1 .ctx .con .table-body > ul > li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.content1 .ctx .con .table-body > ul > li .top .name {
  display: flex;
  align-items: center;
}
.content1 .ctx .con .table-body > ul > li .top .name i {
  margin-right: 0.1rem;
  color: #a1a1a1;
}
.content1 .ctx .con .table-body > ul > li .top .name h2 {
  font-size: 18px;
  color: #666;
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx .con .table-body > ul > li .top .name h2 {
    font-size: 16px;
  }
}
.content1 .ctx .con .table-body > ul > li .top .expand i {
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx .con .table-body > ul > li .top .expand i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx .con .table-body > ul > li .top .expand i {
    font-size: 16px;
  }
}
.content1 .ctx .con .table-body > ul > li .top .expand .icon-add {
  display: block;
}
.content1 .ctx .con .table-body > ul > li .top .expand .icon-jian {
  display: none;
}
.content1 .ctx .con .table-body > ul > li .bottom {
  border-top: none;
  padding: 0.4rem 0 0.16rem;
  position: relative;
  display: none;
}
.content1 .ctx .con .table-body > ul > li .bottom ul li {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px dashed #e2e2e2;
}
.content1 .ctx .con .table-body > ul > li .bottom ul li:last-child {
  margin-bottom: 0.4rem;
  padding-bottom: 0;
  border-bottom: none;
}
.content1 .ctx .con .table-body > ul > li .bottom h2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx .con .table-body > ul > li .bottom h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx .con .table-body > ul > li .bottom h2 {
    font-size: 14px;
  }
}
.content1 .ctx .con .table-body > ul > li .bottom .text {
  line-height: 1.5;
  font-size: 14px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx .con .table-body > ul > li .bottom .text {
    font-size: 12px;
  }
}
.content1 .ctx .con .table-body > ul > li .bottom .button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  background: #e50212;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx .con .table-body > ul > li .bottom .button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx .con .table-body > ul > li .bottom .button {
    font-size: 14px;
  }
}
.content1 .ctx .con .table-body > ul > li .bottom .button:hover {
  background: #ce120b;
}
.content1 .ctx .con .table-body > ul > li:before {
  content: '';
  width: 0;
  height: 2px;
  background: #1894d2;
  position: absolute;
  left: 0;
  top: 0;
}
.content1 .ctx .con .table-body > ul > li.active {
  border-top: 3px solid #e40112;
  background: #fafafa;
}
.content1 .ctx .con .table-body > ul > li.active .top {
  color: #e40112;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e8e8e8;
}
.content1 .ctx .con .table-body > ul > li.active .bottom {
  display: block;
}
.content1 .ctx .con .table-body > ul > li.active .name i {
  color: #e40112;
}
.content1 .ctx .con .table-body > ul > li.active .name h2 {
  color: #e40112;
}
.content1 .ctx .con .table-body > ul > li.active .expand .icon-add {
  display: none;
}
.content1 .ctx .con .table-body > ul > li.active .expand .icon-jian {
  display: block;
}
.content1 .ctx .con .table-body > ul > li:hover .top {
  color: #e40112;
}
.content1 .ctx .con .table-body > ul > li:hover .name i {
  color: #e40112;
}
.content1 .ctx .con .table-body > ul > li:hover .name h2 {
  color: #e40112;
}
.content1 .ctx .tips {
  margin-top: 0.47rem;
  padding-left: 0.35rem;
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .banner .innerWrap .ctx {
    width: 50%;
  }
  .content1 .tab {
    width: 80%;
  }
  .content1 .tabContainer ul li {
    width: 33%;
  }
  .content1 .tabContainer .cateTitle {
    width: 15%;
  }
  .content1 .list ul li {
    width: 100%;
    margin-right: 0;
  }
  .content1 .list ul li .date {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .content1 .list ul li .imgBox {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .content1 .list ul li .ctx {
    width: 100%;
  }
}
