@charset "UTF-8";
/************faq页面**************/
/*# sourceMappingURL=community.css.map */
ul {
  list-style: initial;
  padding-left: 0;
}

.testimonial-item {
  background: #eeeeee;
  margin: 5px 0 20px;
  height: calc(100% - 25px);
}
.testimonial-item p {
  margin-bottom: 0.25rem;
}
.testimonial-item .testimonial-info {
  padding: 5px 10px;
}
.testimonial-item .pic-title img {
  width: 100%;
}

.testimonial-box .person::before {
  content: url("/demo/topchinatravel/images/tours/person.png");
  padding-right: 5px;
  float: left;
}
.testimonial-box .nationality::before {
  content: url("/demo/topchinatravel/images/tours/nationality.png");
  padding-right: 5px;
  float: left;
}
.testimonial-box .code::before {
  content: url("/demo/topchinatravel/images/tours/code.png");
  padding-right: 5px;
  float: left;
}
.testimonial-box .team::before {
  content: url("/demo/topchinatravel/images/tours/team.png");
  padding-right: 5px;
  float: left;
}
.testimonial-box .itinerary::before {
  content: url("/demo/topchinatravel/images/tours/itinerary.png");
  padding-right: 5px;
  float: left;
}

.img-responsive {
  max-width: 100%;
}

.sales_team {
  padding-top: 10px;
  padding-bottom: 25px;
}

.pic-item {
  position: relative;
}
.pic-item p {
  color: #444444;
}
.pic-item .pt-num {
  position: absolute;
  top: 10px;
  left: 5px;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.tt-list-item {
  border-bottom: 1px solid #dddddd;
}

.customer-top-title {
  text-align: center;
  padding: 25px;
}

@media (max-width: 768px) {
  .customer-main .article-detail .detail img {
    height: auto;
    max-width: 100%;
    padding: 0 8px;
  }
  .customer-main table {
    overflow-y: auto;
  }
}

.customer-about-us {
  background-color: #eeeeee;
}
.customer-about-us .container h2 {
  text-align: center;
  padding: 20px;
}

.customer-guide .container h2 {
  text-align: center;
  padding: 20px;
}
.customer-guide ul.row li a {
  color: #444444;
}

.faq-top-img {
  text-align: center;
}
.faq-top-img .faq-top-title {
  text-align: center;
  color: #B00000;
  margin: 10px auto;
}
.faq-top-img img {
  max-width: 100%;
}

.faq_travel_tips .item {
  margin-bottom: 20px;
}
.faq_travel_tips .item .info {
  margin-left: 10px;
}
.faq_travel_tips .item .info ul {
  list-style: none;
  padding: 5px 10px;
  margin-bottom: 0;
}
.faq_travel_tips .item .info li {
  position: relative;
  margin-bottom: 2px;
}
.faq_travel_tips .item .info li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -10px;
  top: 3px;
  border: 5px solid;
  border-color: transparent transparent transparent #444444;
}
.faq_travel_tips .item .info li a {
  color: #444444;
  text-decoration: none;
}
.faq_travel_tips .item .info > a {
  text-decoration: underline;
  color: #0265b1;
}
.faq_travel_tips .title {
  padding: 3px 0;
  font-size: 1.42em;
  text-align: center;
}
.faq_travel_tips .title a {
  color: #b00000;
  text-decoration: underline;
}

.a_no_underline {
  text-decoration: none !important;
}

.faq-enquiry {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #eeeeee;
}
.faq-enquiry h3 {
  height: 45px;
  line-height: 45px;
  background: #0075a9;
  color: #FFFFFF;
  font-size: 20px;
}
.faq-enquiry h3 img {
  margin: 0 10px;
}
.faq-enquiry .main {
  padding: 5px 15px;
}
.faq-enquiry .main .form-control {
  margin: 10px 0;
}
.faq-enquiry .main .button-box {
  text-align: center;
  margin: 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.faq-enquiry .main .button-box .red_btn_center {
  background: #b00000;
  color: #FFFFFF;
  padding: 3px 25px;
  border: none;
  border-radius: 20px;
  font-size: 24px;
  margin: 0 15px;
}
.faq-enquiry .main .button-box a {
  text-align: center;
  color: #b00000;
  font-size: 18px;
}

.traveltipscont {
  padding: 10px 20px;
}
.traveltipscont ul {
  list-style: none;
}
.traveltipscont li {
  margin-bottom: 10px;
}
.traveltipscont li span {
  display: inline-block;
  width: 34px;
  height: 20px;
  font-size: 1em;
  line-height: 20px;
  background: #ed6c00;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-right: 10px;
}
.traveltipscont li span:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #ed6c00;
  position: absolute;
  top: 4px;
  right: -12px;
}
.traveltipscont li a {
  color: #333333;
  margin-left: 10px;
}

@media (min-width: 799px) {
  .faq_travel_tips .item {
    height: 480px;
    margin-bottom: 20px;
  }
  .faq_travel_tips .item .images {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .faq-enquiry .main .button-box .red_btn_center {
    margin: 15px 15px;
  }
  .faq-enquiry .main .button-box a {
    font-size: 12px;
  }
}
.faq-reply .reply-title {
  margin: auto;
}
.faq-reply .reply_list {
  margin-left: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-reply .reply_list {
    margin-left: 0;
  }
}
.faq-reply .reply_list .reply_item {
  margin-bottom: 10px;
}
.faq-reply .reply_list .reply_item .card-header a {
  color: #337ab7;
  font-size: 1.3em;
}
.faq-reply .reply_list .reply_item .card-body .reply-content {
  display: flex;
}
.faq-reply .reply_list .reply_item .card-body .reply-content .head_img {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  width: 70px;
  height: 70px;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .faq-reply .reply_list .reply_item .card-body .reply-content .head_img {
    width: 100%;
    height: auto;
  }
}
.faq-reply .reply_list .reply_item .card-body .reply-content .head_img p {
  text-align: center;
  line-height: 70px;
  font-size: 1.5rem;
  font-weight: bolder;
}
.faq-reply .reply_list .reply_item .card-body .reply-content .enquiryCont {
  position: relative;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}
.faq-reply .reply_list .reply_item .card-body .reply-content .enquiryCont:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -12px;
  top: 3px;
  border: 6px solid;
  border-color: transparent #C0C0C0 transparent transparent;
}
.faq-reply .reply_list .pagination {
  display: inline-block;
  word-break: break-all;
  padding: 0 5px;
}
.faq-reply .reply_list .pagination li {
  display: inline;
  line-height: 40px;
}
.faq-reply .reply_list .pagination li a {
  display: inline;
}
.faq-reply .relate_list_title {
  margin-left: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-reply .relate_list_title {
    margin-left: 0;
  }
}
.faq-reply .relate_list_title h2 {
  position: relative;
  background: #EEEEEE;
  height: 45px;
  line-height: 45px;
  padding-left: 55px;
  margin: 25px 0 5px;
}
.faq-reply .relate_list_title h2:before {
  width: 45px;
  height: 100%;
  background: #EB6100 url(/demo/topchinatravel/images/indeximg/arrows.gif) no-repeat 10px 10px;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}
.faq-reply .relate_list_title .ul-pc-50 li {
  float: left;
  width: 50%;
}

.community .community-main h2 {
  position: relative;
  background: #EEEEEE;
  padding-left: 35px;
  margin: 25px 0 5px;
}
@media (min-width: 767px) {
  .community .community-main h2 {
    padding-left: 55px;
    height: 45px;
    line-height: 45px;
  }
}
.community .community-main h2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #EB6100;
}
@media (min-width: 767px) {
  .community .community-main h2::before {
    width: 45px;
    background: #EB6100 url(/demo/topchinatravel/images/indeximg/arrows.gif) no-repeat 10px 10px;
  }
}
.community .community-main h2 a {
  color: #B00000;
}

@media (min-width: 1020px) {
  .community .community-main .pic-item img {
    height: 177px;
    width: 100%;
  }

  .china-video .china-video-item {
    width: 240px;
  }
  .china-video .china-video-item .china-video-pic {
    width: 100%;
    height: 177px;
  }

  .china-photo .china-photo-item {
    width: 240px;
  }
  .china-photo .china-photo-item .china-photo-pic {
    width: 100%;
  }

  .china-blog .laoding-tct {
    margin-bottom: 10px;
  }
  .china-blog .china-blog-item {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
  }
  .china-blog .china-blog-item .p-2 {
    margin-bottom: 0;
  }
  .china-blog .china-blog-item .blog-title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: 500;
    z-index: 2;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
  }
  .china-blog .china-blog-item .blog-title a {
    color: #ffffff;
  }
  .china-blog .china-blog-item .blog-intro {
    text-align: justify;
  }
  .china-blog .china-blog-item .china-blog-pic {
    width: 100%;
    height: 182px;
  }
}
@media (min-width: 799px) {
  .community .community-main .pic-item img {
    height: 157px;
    width: 100%;
  }
}
@media (max-width: 799px) {
  .community .community-main .pic-item img {
    height: 122px;
    width: 100%;
  }

  .china-photo .china-photo-item .china-photo-pic {
    width: 100%;
    height: 157px;
  }

  .china-video .china-video-item .china-video-pic {
    width: 100%;
    height: 157px;
  }

  .china-blog .laoding-tct {
    margin-bottom: 10px;
  }
  .china-blog .china-blog-item {
    position: relative;
    overflow: hidden;
    height: calc(100% - 25px);
    margin: 15px 0 10px;
  }
  .china-blog .china-blog-item .china-blog-pic {
    width: 100%;
    max-height: 350px;
  }
  .china-blog .china-blog-item p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .china-blog .china-blog-item .blog-title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: #FFFFFF;
    font-weight: 500;
    z-index: 2;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
  }
  .china-blog .china-blog-item .blog-title a {
    color: #ffffff;
  }
}
.community .sjjttitle1 {
  display: block;
  /* height: 20px; */
  line-height: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin: 15px auto;
  margin-top: 30px;
  background: url(../images/indeximg/sjjt1.jpg) no-repeat left top;
}
.community .tit_h3_16_fx {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  color: #444444;
  margin: 20px 0;
}
.community .tit_h3_16_fx:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 10px;
  border: 8px solid;
  border-color: transparent transparent transparent #000000;
}
.community .tit_h3_16_fx:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: -6px;
  top: 0;
  border: 8px solid;
  border-color: transparent #000000 transparent transparent;
}
.community .guide_list_title {
  margin-top: 30px;
}
.community .guide_list_title h2 {
  position: relative;
  background: #EEEEEE;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  margin: 25px 0 5px;
}
.community .guide_list_title h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 9px;
  background: #EB6100;
}

/*# sourceMappingURL=community.css.map */
