/* hero */

#hero-content {
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
}

#hero-content .hero {
  height: 320px;
  border: 1px solid #000;
  background-position: center center;
  background-repeat: no-repeat;
}

#hero-content .hero-anchor {
  display: block;
}

#hero-content .hero-anchor:hover {
  text-decoration: none;
}

#hero-content .hero-title-wrapper {
  position: relative;
  top: 258px;
  height: 60px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.8);
}

#hero-content .hero-title {
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
}

#small-hero-content {
  width: 960px;
  margin: 0 auto;
}

#small-hero-content .title-wrapper {
  padding-bottom: 20px;
}

#small-hero-content .title {
  font-size: 28px;
  border-bottom: 2px solid #06c;
  color: #06c;
}

#small-hero-content .hero-items-wrapper {
  padding-bottom: 10px;
}

#small-hero-content .hero-items {
  list-style-type: none;
}

#small-hero-content .hero-item-wrapper {
  display: inline-block;
  width: 230px;
  height: 230px;
  padding: 0 0 30px;
  margin-left: 13px;
  margin-bottom: 30px;
  vertical-align: top;
}

#small-hero-content .hero-item-wrapper.left {
  margin-left: 0;
}

#small-hero-content .hero-item {
  box-sizing: border-box;
  width: 230px;
  height: 230px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 1px solid #000;
}

#small-hero-content .hero-anchor {
  display: block;
  width: 228px;
  height: 228px;
}

#small-hero-content .hero-anchor:hover {
  text-decoration: none;
}

#small-hero-content .hero-title-wrapper {
  position: relative;
  top: 178px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
}

#small-hero-content .hero-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkiot-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #fff;
  padding: 5px 10px;
  vertical-align: middle;
}

#small-hero-content .hero-canclimb {
  border: 1px solid #333;
  margin-bottom: 15px;
}

#small-hero-content .hero-canclimb:hover {
  opacity: 0.9;
}

/* article */

.article-list {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 30px;
}

.article-list .al-title {
  font-size: 28px;
  border-bottom: 2px solid #06c;
  color: #06c;
}

.article-list .al-tolist-anchor-wrapper {
  text-align: right;
  padding: 10px 0;
}

.article-list .al-tolist-anchor {
  font-size: 16px;
  color: #333;
  text-decoration: underline;
}

.article-list .al-items-wrapper {
  padding: 20px 0 10px 0;
}

.article-list .al-items {
  list-style-type: none;
}

.article-list .al-item {
  border-bottom: 1px dotted #333;
}

.article-list .al-item .al-anchor {
  display: block;
  color: #333;
}

.article-list .al-item .al-anchor:hover {
  color: #666;
  background-color: #f0f0f0;
}

.article-list .al-item .al-anchor:hover span {
  text-decoration: underline;
}

.article-list .al-item .al-anchor span {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 36px;
}

.article-list .al-item-released_on {
  width: 180px;
  padding: 0 20px;
}

.article-list .al-item-title {
  width: 760px;
  padding-right: 20px;
}

/* competition */

#competition {
  background-color: #3c3c3c;
}

#competition .competition-header {
  width: 960px;
  margin: 0 auto;
  background-image: url(/images/index/competition-header-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 180px;
}

#competition .competition-banner {
  width: 960px;
  margin: 0 auto;
}

#competition .competition-banner .cb-items {
  list-style-type: none;
  padding: 0 0 40px;
}

#competition .competition-banner .cb-items .cb-item {
  margin-bottom: 20px;
}

/* news */

#news {
  background-color: #ccc;
}

#news .news-header {
  width: 960px;
  margin: 0 auto;
  background-image: url(/images/index/news-header-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 180px;
}

#news .news-content {
  width: 960px;
  margin: 0 auto;
}

#news .nc-items {
  list-style-type: none;
  padding-bottom: 60px;
  border-top: 1px solid #999;
}

#news .nc-item {
  border-bottom: 1px solid #999;
  padding: 10px 20px;
  font-size: 0;
}

#news .nc-item-anchor {
  display: block;
  color: #000;
}

#news .nc-item .nc-item-released_on {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 18px;
  width: 180px;
}

#news .nc-item .nc-item-title {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 18px;
  width: 730px;
}

/* social */
.social-content {
  margin: 0;
  padding: 10px;
  background-color: #000;
  border-bottom: 2px solid #fff;
}

.social-content-wrapper {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.social-content-wrapper .official {
  text-align: right;
  display: inline-block;
  margin-right: 20px;
}

.social-content-wrapper .national-team {
  text-align: left;
  display: inline-block;
  margin-left: 20px;
}

.social-content-wrapper span {
  font-size: 16px;
  margin-right: 20px;
}

.social-content-wrapper img {
  height: 35px;
  vertical-align: bottom;
  margin-right: 20px;
}
