.border-radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cc {
  *zoom: 1;
}
.cc:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.banner img {
  max-width: 100%;
}
.search-box {
  padding-top: 40px;
}
.search-box .continent {
  text-align: center;
}
.search-box .continent li {
  display: inline-block;
  width: 110px;
  border-right: 1px solid #ddd;
}
.search-box .continent li:last-child {
  border-right: 0;
}
.search-box .continent a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.search-box .continent a.active {
  padding-bottom: 2px;
  color: #ff5f69;
  border-bottom: 3px solid #ff5f69;
}
.search-box .continent a:hover {
  color: #ff5f69;
}
.search-box .country {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.search-box .country .list {
  text-align: center;
}
.search-box .country li {
  display: inline-block;
  margin-bottom: 20px;
}
.search-box .country li a {
  display: inline-block;
  margin-right: 32px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.search-box .country li a.active {
  color: #ff5f69;
}
.search-box .country li a:hover {
  color: #ff5f69;
}
.main {
  margin-top: 18px;
}
.main .list {
  overflow: hidden;
  margin-right: -26px;
  margin-bottom: 40px;
}
.main .list li {
  float: left;
  margin-top: 30px;
  margin-right: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  width: 314px;
}
.main .list li:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main .list li .link {
  display: block;
}
.main .list li .cover {
  overflow: hidden;
}
.main .list li .cover img {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  width: 100%;
  height: 235px;
}
.main .list li .title {
  margin-top: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.main .list li .desc {
  height: 63px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  word-break: break-word;
}
.pages {
  margin-bottom: 50px;
}
.nosearch-result {
  font-size: 24px;
  text-align: center;
  padding-bottom: 50px;
}
