.subMain {
  background: #f5f5f5;
  overflow: hidden;
}

@media (max-width: 767px) {
  .subMain {
    background: #fff;
  }
}

.subBanner {
  height: 320px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .subBanner {
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 20px;
  }
}

.subBanner .subBanT {
  font-size: 52px;
  line-height: 320px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1000px) {
  .subBanner .subBanT {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .subBanner .subBanT {
    line-height: normal;
    font-size: 20px;
  }
}

.subCont {
  background: #fff;
  margin: 35px auto 70px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .subCont {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: none;
  }
}

@media (max-width: 767px) {
  .subCont {
    margin-top: 10px;
    margin: 35px auto;
  }
}

.listNav {
  width: 240px;
  background: #fafafa;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@media (max-width: 1000px) {
  .listNav {
    width: 100%;
  }
}

.listNav .title {
  line-height: 90px;
  text-align: center;
  color: #333;
  background: #fff;
}

@media (max-width: 1000px) {
  .listNav .title {
    display: none;
  }
}

@media (max-width: 1000px) {
  .listNav .subUl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
  }
}

.listNav .subUl li {
  text-align: center;
  line-height: 60px;
}

@media (max-width: 1000px) {
  .listNav .subUl li {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .listNav .subUl li {
    line-height: 40px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}

.listNav .subUl li a {
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.listNav .subUl li a:hover {
  color: #000;
}

@media (max-width: 767px) {
  .listNav .subUl li a {
    font-size: 14px;
  }
}

.listNav .subUl li.sub-title-sel {
  background: #f9eee9;
  border-right: 2px solid #d86738;
}

@media (max-width: 1000px) {
  .listNav .subUl li.sub-title-sel {
    background: none;
    border: none;
    border-bottom: 2px solid #d86738;
  }
}

.listNav .subUl li.sub-title-sel a {
  color: #df7a3f;
}

.breadcrumb a:first-child span {
  display: none;
}

.rightCon {
  border-left: 2px solid #f5f5f5;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .rightCon {
    border: none;
  }
}

.rightCon .rightSubT {
  line-height: 90px;
  padding: 0 25px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1000px) {
  .rightCon .rightSubT {
    line-height: 50px;
    border: none;
  }
}

@media (max-width: 767px) {
  .rightCon .rightSubT {
    padding: 0;
  }
}

.rightCon .rightSubT h3 {
  color: #d86738;
  font-size: 24px;
}

@media (max-width: 1000px) {
  .rightCon .rightSubT h3 {
    visibility: hidden;
  }
}

.rightCon .rightSubT .breadcrumb a {
  color: #ccc;
}

@media (max-width: 767px) {
  .rightCon .rightSubT .breadcrumb {
    font-size: 14px;
  }
}

.subContent {
  overflow: hidden;
}

@media (max-width: 1000px) {
  .subContent {
    background: #fff;
  }
}

.subContent .subList li {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .subContent .subList li {
    padding: 0;
  }
}

.subContent .subList a {
  padding: 25px 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .subContent .subList a {
    padding: 15px 0;
  }
}

.subContent .subList a:hover {
  background: #f9eee9;
}

.subContent .subList a:hover .listleftDate {
  border-right: 1px solid #e8c5b6;
}

.subContent .subList a:hover .listleftDate b {
  background: #d86738;
  color: #fff;
}

.subContent .subList a:hover .listleftDate p {
  color: #d86738;
}

.subContent .subList a:hover .listleftImg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.subContent .subList a:hover .listRightNew .listTit {
  color: #d86738;
}

.subContent .subList a .listBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.subContent .subList a .listleftDate {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 120px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  border-right: 1px solid #f5f5f5;
}

@media (max-width: 767px) {
  .subContent .subList a .listleftDate {
    font-size: 14px;
    width: 80px;
    padding: 10px 0;
  }
}

.subContent .subList a .listleftDate b {
  border: 1px solid #d86738;
  color: #d86738;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .subContent .subList a .listleftDate b {
    font-size: 14px;
  }
}

.subContent .subList a .listleftDate p {
  margin-top: 10px;
  color: #666;
}

@media (max-width: 1200px) {
  .subContent .subList a .listleftDate p {
    margin-top: 14px;
  }
}

.subContent .subList a .listleftImg {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 25px;
}

@media (max-width: 767px) {
  .subContent .subList a .listleftImg {
    margin: 0;
    width: 80px;
    height: 80px;
  }
}

.subContent .subList a .listleftImg img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
}

.subContent .subList a .listRightNew {
  padding: 0 25px;
}

@media (max-width: 767px) {
  .subContent .subList a .listRightNew {
    padding: 0 15px;
  }
}

.subContent .subList a .listRightNew .listTit {
  margin-bottom: 16px;
  color: #666;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .subContent .subList a .listRightNew .listTit {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.subContent .subList a .listRightNew .listSum {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .subContent .subList a .listRightNew .listSum {
    height: 38px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.subContent .subList .listLine {
  border-top: 1px solid #ccc;
}

.pages {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.pages .pagination .ui-pagination-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pages .pagination a {
  font-size: 14px;
  color: #666;
  background: #f5f5f5;
  margin: 0 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pages .pagination a.active {
  background: #d86738;
  color: #fff;
}

.pages .pagCount {
  color: #666;
  font-size: 14px;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .pages .pagCount {
    margin-top: 15px;
  }
}

.pages .pagCount span {
  margin: 0 5px;
}

.subImgList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 80px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .subImgList {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
  }
}

.subImgList li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.subImgList li:nth-child(3n) {
  margin-right: 0;
}

.subImgList li .zzCont {
  line-height: 1.5;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  font-family: "Arial, Helvetica, sans-serif";
}

.subImgList li .zztitle {
  font-size: 16px;
  color: #666;
}

@media (max-width: 767px) {
  .subImgList li {
    width: 49%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.subImgList a {
  display: block;
  background: #f5f5f5;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 14px;
}

@media (min-width: 1000px) {
  .subImgList a:hover {
    background: #f9eee9;
    border: 1px solid #d86738;
  }

  .subImgList a:hover .titbox {
    background: #d86738;
  }

  .subImgList a:hover .titbox span {
    color: #fff;
  }

  .subImgList a:hover .titbox svg path {
    fill: #fff;
  }
}

.subImgList .imgbox {
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.subImgList .imgbox img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .subImgList .imgbox {
    height: 200px;
    padding: 20px;
  }
}

.subImgList .titbox {
  background: #e5e5e5;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .subImgList .titbox {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
  }
}

.subImgList .titbox span {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .subImgList .titbox span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .detail {
    margin: 15px auto;
  }
}

.detailCon {
  width: 100%;
  padding: 30px 80px;
}

@media (max-width: 767px) {
  .detailCon {
    padding: 0;
  }
}

.detailCon .breadcrumb {
  text-align: right;
}

.detailCon .breadcrumb a {
  color: #ccc;
}

.detailCon .detailTitle {
  text-align: center;
  line-height: 1.5;
  color: #666;
}

@media (max-width: 767px) {
  .detailCon .detailTitle {
    font-size: 20px;
    margin: 15px 0;
  }
}

.detailCon .detailInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #999;
  font-size: 14px;
}

.detailCon .detailInfo a {
  color: #999;
  margin: 0 6px;
}

.detailCon .detailInfo a.on {
  color: #333;
}

.detailCon .detailLine {
  height: 8px;
  background: url(../images/repeatBg_xb.png);
  margin: 15px 0 35px;
}

.detailCon .detailCont {
  margin-top: 20px;
  line-height: 1.8;
  color: #666;
}

@media (max-width: 767px) {
  .detailCon .detailCont {
    font-size: 15px;
  }
}

.detailCon .detailCont img {
  max-width: 100%;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .detailCon .detailCont img {
    margin: 0;
    height: auto !important;
  }
}

.listCont {
  padding: 25px 80px;
  color: #666;
}

@media (max-width: 1200px) {
  .listCont {
    padding: 25px 50px;
  }
}

@media (max-width: 767px) {
  .listCont {
    padding: 0;
  }
}

.listCont h2 {
  font-size: 24px;
  margin: 20px 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .listCont h2 {
    margin-top: 0;
    font-size: 20px;
  }
}

.listCont .mainT {
  margin: 60px 0;
}

.listCont .listContDetail {
  line-height: 28px;
  text-indent: 2em;
}

.listCont .listContDetail img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .listCont .listContDetail video {
    max-width: 100%;
    height: auto;
  }
}

.culture {
  margin: 25px 0;
}

.culture .cultureT {
  font-size: 36px;
  font-weight: bold;
  color: #df7a3f;
}

@media (max-width: 1200px) {
  .culture .cultureT {
    font-size: 30px;
  }
}

.culture .cultureCon {
  margin: 30px 0;
}

.culture .cultureCon .cultureItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
}

.culture .cultureCon .cultureItem .cultureItem-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 70px;
  height: 70px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background: #d86738;
  padding: 6px;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width:767px) {
  .culture .cultureCon .cultureItem .cultureItem-t {
    height: auto;
  }
}

.culture .cultureCon .cultureItem .cultureItem-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  background: #f9eee9;
  width: 100%;
}

.culture .cultureCon .cultureItem .cultureItem-c p {
  margin: 4px 0;
}

@media (max-width: 1200px) {
  .culture .cultureCon .cultureItem .cultureItem-c p {
    font-size: 14px;
  }
}

.culture .cultureCon .cultureItem .cultureItem-c p b {
  color: #d86738;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .culture .cultureCon .cultureItem .cultureItem-c p b {
    font-size: 16px;
  }
}

.mainT {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  margin: 60px 0;
  position: relative;
}

.mainT::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  border-bottom: 2px solid #ccc;
  width: 80px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mainT::after {
    bottom: -15px;
  }
}

@media (max-width: 1000px) {
  .mainT {
    margin: 45px 0;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mainT {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
  }
}

.invest {
  width: 100%;
}

.invest .investItem {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.invest .investItem div {
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .invest .investItem div {
    border-radius: 0;
  }
}

.invest .investItem img {
  width: 245px;
  height: 140px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.invest .investItem img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .invest .investItem img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .invest .investItem img {
    width: 100%;
    height: auto;
  }
}

.invest .investItem p {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .invest .investItem p {
    font-size: 14px;
    padding: 10px 0;
  }
}

.invest .swiper-pagination {
  bottom: 0;
}

@media (max-width: 767px) {
  .invest .swiper-pagination {
    bottom: 10px;
  }
}

.invest .swiper-pagination .swiper-pagination-bullet-active {
  background: #d86738;
}

.contactMain {
  padding: 25px 100px;
}

@media (max-width: 767px) {
  .contactMain {
    padding: 25px 60px;
  }
}

@media (max-width: 767px) {
  .contactMain {
    padding: 0;
  }
}

.contactMain .detailMap {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .teamFirst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.teamFirst .teamFirstInfo {
  width: 500px;
}

@media (max-width: 1200px) {
  .teamFirst .teamFirstInfo {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .teamFirst .teamFirstInfo {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.teamFirst .teamFirstInfo .firstName {
  font-size: 28px;
}

.teamFirst .teamFirstInfo .firstPosi {
  margin: 16px 0;
  font-size: 18px;
  color: #aaa;
}

.teamFirst .teamFirstInfo .nameInfo {
  line-height: 1.7;
  color: #a1a1a1;
  margin-top: 30px;
  text-align: justify;
}

.teamFirst .teamFirstImg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}

.teamFirst .teamFirstImg img {
  max-width: 150px;
}

.teamList {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.teamList li {
  width: 49%;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #f5f5f5;
  padding: 15px 30px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.teamList li:hover {
  background: #f9eee9;
  border: 1px solid #d86738;
}

@media (max-width: 767px) {
  .teamList li {
    padding: 10px 20px;
  }
}

.teamList li .name {
  font-size: 22px;
  color: #666;
}

@media (max-width: 767px) {
  .teamList li .name {
    font-size: 18px;
  }
}

.teamList li .posi {
  margin-top: 10px;
  color: #a4a4a4;
}

.zzjgCon {
  padding: 25px 80px;
}

@media (max-width: 767px) {
  .zzjgCon {
    padding: 0;
  }
}

.zzjgCon .zzT {
  background: #d86738;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .zzjgCon .zzT {
    font-size: 16px;
  }
}

.zzjgCon .zzjgList {
  margin: 20px 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zzjgCon .zzjgList li {
  width: 49%;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .zzjgCon .zzjgList li {
    width: 100%;
  }
}

.zzjgCon .zzjgList li a {
  position: relative;
  background: #f5f5f5;
  padding: 24px;
  color: #666;
  font-size: 20px;
  display: block;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.zzjgCon .zzjgList li a::after {
  display: none;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zzjgCon .zzjgList li a:hover {
  background: #f9eee9;
  border: 1px solid #d86738;
}

@media (max-width: 767px) {
  .zzjgCon .zzjgList li a {
    padding: 14px 40px;
    font-size: 14px;
  }
}

.searchBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 30px 0;
}

.searchBox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #666;
  padding: 5px 10px;
  border-radius: 5px;
}

.searchBox form input {
  border: none;
  outline: none;
}

.searchBox form .searchInput {
  width: 450px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .searchBox form .searchInput {
    width: 240px;
    font-size: 14px;
    line-height: 30px;
  }
}

.searchPage {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .searchPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.searchPage .ms-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.searchPage .ms-page a {
  font-size: 14px;
  margin: 0 4px;
}

.searchPage .ms-page a:hover {
  color: #d86738;
}

.searchPage .pagCount {
  margin: 0 20px;
  color: #666;
  font-size: 14px;
}

@media (max-width: 767px) {
  .searchPage .pagCount {
    margin-top: 10px;
  }
}

.sharea {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .sharea {
    display: none;
  }
}

.sharea .qrcode {
  display: none;
  position: absolute;
  top: 40px;
  left: 30px;
}

.sharea a {
  background: #c9c9c9;
  border-radius: 50%;
}

.sharea a.wechat:hover {
  background: #1fbc7d;
}

.sharea a.weibo:hover {
  background: #e96157;
}

.sharea a.qzone:hover {
  background: #fece00;
}

.sharea a i {
  display: block;
  width: 26px;
  height: 26px;
}

.sharea a.wechat i {
  background: url(../images/share.png) -30px center no-repeat;
}

.sharea a.weibo i {
  background: url(../images/share.png) -65px center no-repeat;
}

.sharea a.qzone i {
  background: url(../images/share.png) 4px center no-repeat;
}

.mapUl {
  padding: 50px;
}

.mapUl>li {
  margin-bottom: 30px;
}

.mapUl .firstA {
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid #d86738;
}

.mapUl .firstA:hover {
  color: #d86738;
}

.mapUl .subUl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.mapUl .subUl li {
  margin-right: 30px;
  margin-bottom: 10px;
}

.mapUl .subUl li a {}

.mapUl .subUl li a:hover {
  color: #d86738;
}



.tzImglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 50px;
}

.tzImglist li {
  width: 31%;
  margin-bottom: 15px;
}

.tzImglist li img {
  width: 265px;
  height: 150px;
  max-width: 100%;
  border-radius: 5px;
}

.tzImglist li p {
  line-height: 1.5;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width:767px) {
  .mapUl {
    padding: 10px;
  }

  .mapUl .subUl {
    margin-top: 15px;
  }

  .tzImglist {
    padding: 10px;
  }

  .tzImglist li {
    width: 48%;
  }

  .tzImglist li p {
    font-size: 14px;
  }

  .tzImglist li div {
    text-align: center;
  }

  .tzImglist li img {
    height: 95px;
    width: auto;
  }
}

/*# sourceMappingURL=sub.css.map */