﻿/*font-size*/
.bannerHead {
  position: relative;
  width: 100%;
  height: 6.3rem;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.bannerHead .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerHead .bannerImg .title {
  position: relative;
  font-weight: 600;
  margin-top: -0.5rem;
}
.bannerHead .bannerImg .title::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 35%;
  bottom: -0.1rem;
  background-color: #fff;
}
.bannerHead .bannerImg .text {
  padding: 0 5%;
  text-align: center;
}
.bannerHead .bannerImg .text.position {
  margin: 0.4rem 0 0.1rem;
}

.banner {
  display: flex;
  align-items: flex-end;
  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 {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap .ctx {
  box-sizing: border-box;
  width: 39.8%;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #e84915;
}
.banner .innerWrap .ctx .p1 {
  font-size: 18px;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx .p1 {
    font-size: 16px;
  }
}
.banner .innerWrap .ctx h2 {
  font-size: 36px;
  margin-bottom: 0.3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .banner .innerWrap .ctx h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx h2 {
    font-size: 24px;
  }
}
.banner .innerWrap .ctx .p2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p2 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p3 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 i {
  margin-left: 0.1rem;
}
.isIe .content1 .list ul li .imgBox {
  height: 315px;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content .innerWrap .title {
  margin-bottom: 0.4rem;
}
.content .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) {
  .content .innerWrap .title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .innerWrap .title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content .innerWrap .title h1 {
    font-size: 24px;
  }
}
.content .innerWrap .title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #e84915;
  bottom: 0;
}
.content1 {
  padding: 0.8rem 0 1rem;
}

.content1 .tab {
  margin-bottom: 0.6rem;
}
.content1 .tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content1 .tab ul li {
  flex: 1;
  padding: 0 0.2rem;
  height: 0.64rem;
  background: #F6F6F6;
  cursor: pointer;
  font-size: 16px;
  margin-right: 0.1rem;
  margin-bottom: 0.15rem;
}

.content1 .tab ul li:nth-last-child(2) {
  margin-right: 0;
}

.content1 .tab ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color:#333;
}
.content1 .tab ul li a p {
  white-space: nowrap;
}
.content1 .tab ul li.active {
  background: #e84915;
}
.content1 .tab ul li:hover {
  background: #e84915;
}
.content1 .tab ul li.active a {
  color: #fff;
}
.content1 .tab ul li:hover a {
  color: #fff;
}
.content1 .tab ul li.active i {
  transform: rotate(90deg);
}
.content1 .tab ul li.hover i {
  transform: rotate(90deg);
}

@media only screen and (max-width: 1200px) {
  .content1 .tab ul li {
    height:1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .tab ul li {
    font-size: 16px;
    height:1rem;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .tab {
    padding-bottom: 0.2rem;
    clear: both;
  }
  .content1 .tab ul {
    display: block;
    clear: both;
    flex-wrap:nowrap;
    justify-content:left;
  }
  .content1 .tab ul li {
    float: left;
    font-size: 16px;
    height:1rem;
    width:49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .content1 .tab ul li:nth-child(2n) {
    margin-right: 0%;
  }
}

.content1 .tabContainer {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content1 .tabContainer .cateTitle {
  font-size: 24px;
  width: 10%;
  height: 0.88rem;
  line-height: 0.88rem;
}
@media only screen and (max-width: 1440px) {
  .content1 .tabContainer .cateTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .tabContainer .cateTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .tabContainer .cateTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .tabContainer .cateTitle {
    font-size: 16px;
  }
}
.content1 .tabContainer ul {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  height: 0.88rem;
  overflow: hidden;
}
.content1 .tabContainer ul li {
  width: 12.5%;
  line-height: 0.36rem;
  padding: 0.26rem 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.content1 .tabContainer ul li.active span,
.content1 .tabContainer ul li:hover span {
  color: #878a96;
}
.content1 .tabContainer ul li.active span::after,
.content1 .tabContainer ul li:hover span::after {
  left: 0;
}
.content1 .tabContainer ul li span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 0 0.1rem;
  line-height: 0.36rem;
  color:#333;
}
.content1 .tabContainer ul li span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -0.26rem;
  left: -120%;
  background: #e84915;
  z-index: 1;
  transition: all 0.5s;
}
.content1 .tabContainer .more {
  cursor: pointer;
}
.content1 .tabContainer .more i {
  font-size: 24px;
  color: #a2a2a2;
}
@media only screen and (max-width: 1440px) {
  .content1 .tabContainer .more i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .tabContainer .more i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .tabContainer .more i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .tabContainer .more i {
    font-size: 16px;
  }
}
.content1 .tabContainer_mobile {
  display: none;
}
.content1 .tabContainer_mobile .swiper-container {
  width: 100%;
}
.content1 .tabContainer_mobile .swiper-slide {
  line-height: 0.36rem;
  padding: 0.26rem 0;
  height: 0.88rem;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .content1 .tabContainer_mobile .swiper-slide {
    font-size: 16px;
  }
}
.content1 .tabContainer_mobile .swiper-slide:hover span {
  position: relative;
  color: #e84915;
}
.content1 .tabContainer_mobile .swiper-slide.active span::after,
.content1 .tabContainer_mobile .swiper-slide:hover span::after {
  left: 0;
}
.content1 .tabContainer_mobile .swiper-slide span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 0 10px;
  height: 100%;
  color:#333;
}
.content1 .tabContainer_mobile .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -0.26rem;
  left: -120%;
  background: #e84915;
  z-index: 1;
  transition: all 0.5s;
}
.content1 .tabContainer_mobile .swiper-slide .active span {
  position: relative;
  color: #e84915;
}
.content1 .list ul {
  padding: 0.6rem 0 0.3rem;
}
.content1 .list ul li {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.5s;
}
.content1 .list ul li a {
  display: flex;
  flex-wrap: wrap;
}
.content1 .list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.content1 .list ul li:hover h2 {
  color: #e84915;
  text-decoration: underline;
}
.content1 .list ul li:hover .p2 {
  color: #e84915;
}
.content1 .list ul li:hover .date {
  color: #e84915;
}
.content1 .list ul li:hover .date .p1 {
  color: #e84915;
}
.content1 .list ul li:hover .date .p2 {
  color: #e84915;
}
.content1 .list ul li:hover .imgBox div {
  transform: scale(1.05);
}
.content1 .list ul li .date {
  width: 7.8%;
}
.content1 .list ul li .date .p1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color:#333;
}
@media only screen and (max-width: 1440px) {
  .content1 .list ul li .date .p1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .list ul li .date .p1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .date .p1 {
    font-size: 28px;
  }
}
.content1 .list ul li .date .p2 {
  font-size: 16px;
  color: #777777;
}
@media only screen and (max-width: 1366px) {
  .content1 .list ul li .date .p2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .date {
    display: none;
  }
  .content1 .list ul li .date .p2 {
    font-size: 14px;
  }
}
.content1 .list ul li .imgBox {
  width: 43.75%;
  height: 3.15rem;
  overflow: hidden;
  margin-right: 3.15%;
}
.content1 .list ul li .imgBox div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.5s;
}
.content1 .list ul li .ctx {
  width: 45.3%;
}
.content1 .list ul li .ctx h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25;
  color:#333;
}
@media only screen and (max-width: 1440px) {
  .content1 .list ul li .ctx h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .list ul li .ctx h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .list ul li .ctx h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx h2 {
    font-size: 16px;
  }
}
.content1 .list ul li .ctx .p1 {
  font-size: 14px;
  color: #888;
  margin-bottom: 0.4rem;
  line-height: 1.714;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx .p1 {
    font-size: 12px;
  }
}
.content1 .list ul li .ctx .p2 {
  padding-top: 0.4rem;
  border-top: 1px dashed #b3b3b3;
  font-size: 14px;
  color:#333;
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx .p2 {
    font-size: 12px;
  }
}
.content1 .list ul li .ctx .p2 i {
  color: #c9c9c9;
}
@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) {
  .content1 .tabContainer {
    display: none;
  }
  .content1 .tabContainer_mobile {
    display: flex;
  }
  .banner .innerWrap .ctx {
    width: 50%;
  }
 
}

.content1 .searchResult {
	padding: .1rem 0 .3rem;

}

.content1 .searchResult p:nth-child(1) {
	font-size: 24px;
	color: #131313;
	float:left
}

.content1 .searchResult p:nth-child(2) {
	font-size: 24px;
	color: #131313;
	float:right
}

@media only screen and (max-width:1440px) {
	.content1 .searchResult p {
		font-size: 20px
	}
}

@media only screen and (max-width:1200px) {
	.content1 .searchResult p {
		font-size: 18px
	}
}

@media only screen and (max-width:1024px) {
	.content1 .searchResult p {
		font-size: 18px
	}
}

@media only screen and (max-width:767px) {
	.content1 .searchResult p {
		font-size: 16px
	}
}

.content1 .searchResult p em {
	position: relative;
	border:solid 1px #131313;
	font-size:14px;
	height:40px;
	display: inline-block;
	line-height: 40px;
	padding:0 26px 0 10px;
	margin-right:12px;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}

.content1 .searchResult p em i {
	position: absolute;
	width:20px;
	height: 20px;
	background:url(../images/search_del.png) 0 0 no-repeat;
	background-size: 100% 100%;
	right:-1px;
	top:0;
}

.content1 .searchResult p span {
	font-size: 24px;
	color: #e84915;
  font-weight:bold;
}

@media only screen and (max-width:1440px) {
	.content1 .searchResult p span {
		font-size: 20px
	}
}

@media only screen and (max-width:1200px) {
	.content1 .searchResult p span {
		font-size: 18px
	}
}

@media only screen and (max-width:1024px) {
	.content1 .searchResult p span {
		font-size: 18px
	}
}

@media only screen and (max-width:767px) {
	.content1 .searchResult p span {
		font-size: 16px
	}
}

.content1 .searchResult .rightBtn {
	display: flex
}

.content1 .searchResult .rightBtn .button {
	margin-right: 10px
}

.content1 .searchResult .rightBtn .button:last-child {
	margin-right: 0
}

.content1 .searchResult .button {
	font-size: 14px;
	padding: 10px 20px;
	background: #2c2b2b;
	color: #fff;
	cursor: pointer
}

.content1 .searchResult .button p {
	color: #fff;
	font-size: 16px
}

@media only screen and (max-width:1366px) {
	.content1 .searchResult .button p {
		font-size: 14px
	}
}

@media only screen and (max-width:767px) {
	.content1 .searchResult .button p {
		font-size: 14px
	}
}

.content1 .searchResult .button:hover {
	background: #e84915
}