﻿.cl {
  clear: left;
}
.maxWidth {
  width: 1000px;
}
.allWidth {
  width: 100%;
}
.allHeight {
  height: 100%;
}
.allWidthHeight {
  width: 100%;
  height: 100%;
}
.none {
  display: none;
}
.clearMargin {
  margin: 0;
}
.clearPadding {
  padding: 0;
}
.clearPosation {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.divCenter {
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.boxShadow {
  -moz-box-shadow: -1px 0 0 #333333;
  -webkit-box-shadow: -1px 0 0 #333333;
  box-shadow: -1px 0 0 #333333;
}
.textCenter {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.newsText {
  font-size: 13px;
  color: #333333;
  line-height: 13px;
}
.headerText {
  display: block;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 10px 6px #000000;
  width: 590px;
  height: 80px;
  line-height: 80px;
}
section#PageContent {
  width: 100%;
}
section#PageContent div#PageContentContainer {
  width: 100%;
  overflow: hidden;
}
section#PageContent div#PageContentContainer section.content.subpage1colnonavigation {
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#SiteHeader,
#PageHeaderContent,
#SiteFooter {
  display: none;
}
.new-news-body {
  width: 100%;
  height: 100%;
}
.new-news-header-bg {
  background: #202020;
  background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#313131), to(#202020), color-stop(0.5, #202020));
  background: -moz-linear-gradient(0% 0% 270deg, #313131, #202020, #202020 50%);
  width: 100%;
  height: 58px;
}
.new-news-header-bg .new-news-header {
  width: 1000px;
  margin: 0 auto;
  height: 56px;
  line-height: 56px;
}
.new-news-header-bg .new-news-header .new-news-header-logo span.icon {
  float: left;
  display: block;
  width: 127px;
  height: 47px;
}
.new-news-header-bg .new-news-header .new-news-header-menu {
  float: right;
}
.new-news-header-bg .new-news-header .new-news-header-menu ul li {
  display: block;
  float: left;
  margin: 0 10px;
}
.new-news-header-bg .new-news-header .new-news-header-menu ul li a {
  font-size: 14px;
  color: #ffffff;
}
.new-news-body .new-news-conter {
  width: 1000px;
  margin: 0 auto;
}
.new-news-body .new-news-conter .conter-pomo {
  width: 100%;
  position: relative;
}
.new-news-body .new-news-conter .conter-pomo .text-area {
  position: absolute;
  right: 0;
  top: 122px;
}
.new-news-body .new-news-conter .conter-pomo .text-area span {
  display: block;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 10px 6px #000000;
  width: 590px;
  height: 80px;
  line-height: 80px;
  color: #BFE1FD;
}
.new-news-body .new-news-conter .conter-menu {
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-menu ul li {
  float: left;
  -moz-box-shadow: -1px 0 0 #333333;
  -webkit-box-shadow: -1px 0 0 #333333;
  box-shadow: -1px 0 0 #333333;
  width: 14%;
  height: 48px;
  line-height: 48px;
  background: #01335f;
  background: -webkit-gradient(linear, 0% 0%, 0% 268%, from(#0861b4), to(#01335f), color-stop(0.5, #01335f));
  background: -moz-linear-gradient(0% 0% 270deg, #0861b4, #01335f, #01335f 268%);
}
.new-news-body .new-news-conter .conter-menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.new-news-body .new-news-conter .conter-menu ul li:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.new-news-body .new-news-conter .conter-menu ul li:last-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.new-news-body .new-news-conter .conter-content {
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  height: 100%;
}
.new-news-body .new-news-conter .conter-content .layout-conter {
  background: #ffffff;
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-conter .layout-left {
  width: 680px;
  float: left;
}
.new-news-body .new-news-conter .conter-content .layout-conter .layout-right {
  width: 280px;
  float: left;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s {
  font-size: 13px;
  color: #333333;
  line-height: 13px;
  width: 100%;
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n a,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s a {
  font-size: 13px;
  color: #333333;
  line-height: 13px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n li.news-row a,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s li.news-row a {
  display: block;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list {
  float: left;
  margin: 10px 15px 0;
  width: 95%;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list ul li,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list ul li {
  border: 1px solid #cccccc;
  border-style: none none solid none;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list ul li span,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list ul li span {
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list ul li span.icon,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list ul li span.icon {
  margin: 2px 0 0;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list ul li span.text,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list ul li span.text {
  width: 500px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list ul li span.time,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list ul li span.time {
  float: right;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list ul li:last-child,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list ul li:last-child {
  border: 0;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list .toolbar,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list .toolbar {
  float: right;
  margin: 10px 0;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list .toolbar .button,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list .toolbar .button {
  font-size: 8px;
  padding: 4px 8px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list .toolbar .text,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list .toolbar .text {
  display: block;
  float: left;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 40px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list h4,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list h4 {
  font-size: 16px;
  color: #06539a;
  margin: 5px 10px 10px;
  font-weight: bold;
  line-height: 16px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list span.text a,
.new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list span.text a {
  display: block;
  height: 26px;
  line-height: 26px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n {
  height: 200px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-image {
  width: 250px;
  margin: 15px 15px 0 15px;
  float: left;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-image span.icon {
  display: block;
  width: 250px;
  height: 158px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-image span.icon img {
  width: 250px;
  height: 158px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-image span.text {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-list {
  float: left;
  width: 57%;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-list h4 {
  font-size: 16px;
  color: #06539a;
  margin: 15px 10px 5px;
  font-weight: bold;
  line-height: 16px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-list ul li span {
  display: block;
  height: 26px;
  line-height: 26px;
  float: left;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-list ul li span.icon {
  clear: left;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-list ul li span.text {
  width: 95%;
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area {
  width: 317px;
  background: #ebebeb;
  float: left;
  margin: 15px 0 0 15px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area .title {
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  background: #01335f;
  background: -webkit-gradient(linear, 0% 0%, 0% 268%, from(#0861b4), to(#01335f), color-stop(0.5, #01335f));
  background: -moz-linear-gradient(0% 0% 270deg, #0861b4, #01335f, #01335f 268%);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area .title span {
  display: block;
  margin-left: 15px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area .title span a {
  color: #ffffff;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area .title.gray {
  background: #5b5a5a;
  background: -webkit-gradient(linear, 0% 0%, 0% 268%, from(#8e8e8e), to(#5b5a5a), color-stop(0.5, #5b5a5a));
  background: -moz-linear-gradient(0% 0% 270deg, #8e8e8e, #5b5a5a, #5b5a5a 268%);
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area .list {
  margin: 5px 10px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area .list ul li.news-row span {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area .list p {
  height: 163px;
  overflow: hidden;
  text-indent: 2em;
  line-height: 23px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area .list p a {
  color: #06539a;
}
.new-news-body .new-news-conter .conter-content .layout-conter .layout-left .news-s .team-match-list .match .matchTable
{
  height:auto;
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .header {
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .header .title {
  font-size: 16px;
  color: #06539a;
  margin: 10px 5px;
  font-weight: bold;
  line-height: 16px;
  width: 180px;
  float: left;
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .header .more {
  display: block;
  overflow: hidden;
  width: 75px;
  height: 36px;
  line-height: 36px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .content {
  margin: 0 5px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .content span {
  display: block;
  width: 262px;
  height: 100%;
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .content table.match-table {
  width: 640px;
  float: left;
  margin: 0;
  line-height: 30px;
  text-align: center;
  margin-top: 8px;
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .content table.match-table thead {
  background: #5b5a5a;
  background: -webkit-gradient(linear, 0% 0%, 0% 268%, from(#8e8e8e), to(#5b5a5a), color-stop(0.5, #5b5a5a));
  background: -moz-linear-gradient(0% 0% 270deg, #8e8e8e, #5b5a5a, #5b5a5a 268%);
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .content table.match-table thead th {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.new-news-body .new-news-conter .conter-content .layout-conter .matchTable .content table.match-table tbody tr.gray {
  background-color: #ebebeb;
}
.new-news-body .new-news-conter .conter-content .layout-right .promo ul li span {
  display: block;
  margin: 10px 0 0 5px;
  height: 142px;
  width: 262px;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .header {
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .header .title {
  font-size: 16px;
  color: #06539a;
  margin: 10px 5px;
  font-weight: bold;
  line-height: 16px;
  width: 180px;
  float: left;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .header .more {
  display: block;
  overflow: hidden;
  width: 75px;
  height: 36px;
  line-height: 36px;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .content {
  margin: 0 5px;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .content span {
  display: block;
  width: 262px;
  height: 100%;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .content table.match-table {
  width: 260px;
  float: left;
  margin: 0;
  line-height: 30px;
  text-align: center;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .content table.match-table thead {
  background: #5b5a5a;
  background: -webkit-gradient(linear, 0% 0%, 0% 268%, from(#8e8e8e), to(#5b5a5a), color-stop(0.5, #5b5a5a));
  background: -moz-linear-gradient(0% 0% 270deg, #8e8e8e, #5b5a5a, #5b5a5a 268%);
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .content table.match-table thead th {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li .content table.match-table tbody tr.gray {
  background-color: #ebebeb;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area {
  width: 260px;
  background: #ebebeb;
  float: left;
  margin: 10px 5px;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area .title {
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  background: #01335f;
  background: -webkit-gradient(linear, 0% 0%, 0% 268%, from(#0861b4), to(#01335f), color-stop(0.5, #01335f));
  background: -moz-linear-gradient(0% 0% 270deg, #0861b4, #01335f, #01335f 268%);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area .title span {
  display: block;
  margin-left: 15px;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area .title span a {
  color: #ffffff;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area .title.gray {
  background: #5b5a5a;
  background: -webkit-gradient(linear, 0% 0%, 0% 268%, from(#8e8e8e), to(#5b5a5a), color-stop(0.5, #5b5a5a));
  background: -moz-linear-gradient(0% 0% 270deg, #8e8e8e, #5b5a5a, #5b5a5a 268%);
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area .list {
  margin: 5px 10px;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area .list ul li.news-row span {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area .list p {
  height: 163px;
  overflow: hidden;
  text-indent: 2em;
  line-height: 23px;
}
.new-news-body .new-news-conter .conter-content .layout-right .match ul li.news-area .list p a {
  color: #06539a;
}
.new-news-body .new-news-conter .conter-content .layout-right .hot-lists {
  min-height: 184px;
  border: 1px solid #cccccc;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 15px 12px 10px 5px;
  overflow: hidden;
}

.new-news-body .new-news-conter .conter-content .layout-right .hot-lists ul li {
  height: 22px;
  line-height: 22px;
  margin: 8px 0;
  float: left;
  position: relative;
}
.new-news-body .new-news-conter .conter-content .layout-right .hot-lists ul li span {
  display: block;
  word-break: keep-all;
  float: left;
}
.new-news-body .new-news-conter .conter-content .layout-right .hot-lists ul li span.left {
  left: 0;
  position: absolute;
}
.new-news-body .new-news-conter .conter-content .layout-right .hot-lists ul li span.right {
  right: 0;
  position: absolute;
}
.new-news-body .new-news-conter .conter-content .layout-right .hot-lists ul li span.middle {
  width: auto;
}
.new-news-body .new-news-conter .conter-content .layout-bottom {
  margin: 15px;
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li {
  display: block;
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list {
  background: #ebebeb;
  border: 1px solid #CBCBCB;
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-text {
  float: left;
  width: 290px;
  height: 180px;
  margin: 10px;
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-text .title {
  font-size: 16px;
  color: #06539a;
  margin: 10px 5px;
  font-weight: bold;
  line-height: 16px;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-text .content {
  height: 140px;
  overflow: hidden;
  text-indent: 2em;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-text .content p {
  line-height: 23px;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-text .content p a {
  color: #06539a;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-images {
  float: left;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-images ul li.row {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0 3px;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-images ul li.row span {
  display: block;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-images ul li.row span.image {
  margin: 32px 0 0;
  width: 195px;
  height: 133px;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-images ul li.row span.image img {
  width: 195px;
  height: 133px;
}
.new-news-body .new-news-conter .conter-content .layout-bottom ul li .news-list .news-images ul li.row span.text {
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.new-news-footer span {
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
HTML.msie6-0 .new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-image {
  margin-left: 8px;
}
HTML.msie6-0 .new-news-body .new-news-conter .conter-content .layout-right .promo ul li span {
  margin-top: 0;
}
HTML.msie6-0 .new-news-body .new-news-conter .conter-content .layout-right .match ul li .header .title {
  margin: 20px 0 10px 5px;
}
HTML.msie6-0 .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area {
  margin: 15px 7px 0 8px;
}
HTML.msie6-0 .new-news-body .new-news-conter .conter-content .layout-right .hot-lists {
  height: 184px;
}
section#PageContent div#PageContentContainer section.content.subpage p {
  line-height: 23px;
}
section#PageContent {
  overflow: hidden;
}
.new-news-body .new-news-conter .conter-pomo {
  background-repeat: no-repeat;
  height: 340px;
  width: 1000px;
}
.yingchao .new-news-body {
  background: #00101e;
}
.yingchao .new-news-body .new-news-conter .conter-menu ul li.yingchao-menu {
  background: #0479e3;
}
.yingchao .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area {
  height: 200px;
}
.yingchao .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area.auto-height {
  height: 100%;
}
.yijia .new-news-body {
  background: #130c1e;
}
.yijia .new-news-body .new-news-conter .conter-menu ul li.yijia-menu {
  background: #0479e3;
}
.yijia .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area {
  height: 300px;
}
.yijia .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area.auto-height {
  height: 100%;
}
.dejia .new-news-body {
  background: #010101;
}
.dejia .new-news-body .new-news-conter .conter-menu ul li.dejia-menu {
  background: #0479e3;
}
.dejia .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area {
  height: 250px;
}
.dejia .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area.auto-height {
  height: 100%;
}
.xijia .new-news-body {
  background: #110000;
}
.xijia .new-news-body .new-news-conter .conter-menu ul li.xijia-menu {
  background: #0479e3;
}
.xijia .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area {
  height: 300px;
}
.xijia .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area.auto-height {
  height: 100%;
}
.fajia .new-news-body {
  background: #00190d;
}
.fajia .new-news-body .new-news-conter .conter-menu ul li.fajia-menu {
  background: #0479e3;
}
.fajia .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area {
  height: 300px;
}
.fajia .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area.auto-height {
  height: 100%;
}
.ouguan .new-news-body {
  background: #061d25;
}
.ouguan .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area {
  height: 300px;
}
.ouguan .new-news-body .new-news-conter .conter-content .layout-conter .news-s ul li.news-area.auto-height {
  height: 100%;
}
.ouguan .new-news-body .new-news-conter .conter-pomo {
  background-repeat: no-repeat;
  height: 370px;
  width: 1000px;
}
.ouguan .new-news-body .new-news-conter .conter-pomo .text-area {
  height: 270px;
  padding: 50px 0;
  position: static;
}
.ouguan .new-news-body .new-news-conter .conter-pomo .text-area span {
  display: block;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  text-shadow: 0 10px 6px #000000;
  width: 590px;
  height: 80px;
  line-height: 80px;
  color: #BFE1FD;
  width: 100%;
  color: #ddd;
}
.league .new-news-body .new-news-conter .conter-menu ul li.league-menu {
  background: #0479e3;
}
.fixture .new-news-body .new-news-conter .conter-menu ul li.fixture-menu {
  background: #0479e3;
}
.ranking .new-news-body .new-news-conter .conter-menu ul li.ranking-menu {
  background: #0479e3;
}
.transfer .new-news-body .new-news-conter .conter-menu ul li.transfer-menu {
  background: #0479e3;
}
.livescore .new-news-body .new-news-conter .conter-menu ul li.livescore-menu {
  background: #0479e3;
}
.league .new-news-conter .conter-pomo .text-area span,
.fixture .new-news-conter .conter-pomo .text-area span,
.ranking .new-news-conter .conter-pomo .text-area span,
.transfer .new-news-conter .conter-pomo .text-area span,
.livescore .new-news-conter .conter-pomo .text-area span {
  color: #ffffff;
}

.LeagueNews #PageContentContainer {
    width: 100%;
}

.new-news-header-bg .new-news-header .new-news-header-logo span.icon {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    margin: .4em;
}

.new-news-body .new-news-conter .conter-content .layout-conter .news-n .news-list ul li span.icon {
    background-image: url(../img/common.png);
    background-repeat: no-repeat;
    background-position: 0 -0px;
    width: 14px;
    height: 27px;
}
.yingchao .new-news-body .conter-pomo {
    background-image: url(../img/yingchao_promo.png);
    background-repeat: no-repeat;
    background-position: 0 -0px;
    width: 1000px;
    height: 340px;
}

.xijia .new-news-body .conter-pomo {
    background-image: url(../img/xijia_promo.png);
    background-repeat: no-repeat;
    background-position: 0 -0px;
    width: 1000px;
    height: 340px;
}

.yijia .new-news-body .conter-pomo {
    background-image: url(../img/yijia_promo.png);
    background-repeat: no-repeat;
    background-position: 0 -0px;
    width: 1000px;
    height: 340px;
}

.dejia .new-news-body .conter-pomo {
    background-image: url(../img/dejia_promo.png);
    background-repeat: no-repeat;
    background-position: 0 -0px;
    width: 1000px;
    height: 340px;
}

.fajia .new-news-body .conter-pomo {
    background-image: url(../img/fajia_promo.png);
    background-repeat: no-repeat;
    background-position: 0 -0px;
    width: 1000px;
    height: 340px;
}

.ouguan .new-news-body .conter-pomo {
    background-image: url(../img/ouguan_promo.Png);
    background-repeat: no-repeat;
    background-position: 0 -0px;
    width: 1000px;
    height: 370px;
}

.hot-lists ul li span.left {
    background-image: url(../img/shijiebei_common.png);
    background-repeat: no-repeat;
    background-position: 0 -27px;
    width: 20px;
    height: 22px;
    position: absolute;
    left: 0;
}
.hot-lists ul li span.middle {
    background-image: url(../img/shejibei_tag_middle.png);
    background-repeat: repeat-x;
    background-position: 0 -0px;
    height: 22px;
    padding: 0 20px;
}
.hot-lists ul li span.right {
    background-image: url(../img/shijiebei_common.png);
    background-repeat: no-repeat;
    background-position: 0 -49px;
    width: 15px;
    height: 22px;
    position: absolute;
    right: 0;
}
.hot-lists ul li a:hover span.left {
    background-image: url(../img/shijiebei_common.png);
    background-repeat: no-repeat;
    background-position: 0 -159px;
    width: 20px;
    height: 22px;
    position: absolute;
    right: 0;
}
.hot-lists ul li a:hover span.middle {
    background-image: url(../img/shejibei_tag_middle.png);
    background-repeat: repeat-x;
    background-position: 0 -22px;
    height: 22px;
    padding: 0 20px;
    color: #fff;
}
.hot-lists ul li a:hover span.right {
    background-image: url(../img/shijiebei_common.png);
    background-repeat: no-repeat;
    background-position: 0 -93px;
    width: 15px;
    height: 22px;
    position: absolute;
    right: 0;
}

.new-news-body .new-news-conter .conter-content .layout-conter .news-n .team-match-list ul li span.icon, .new-news-body .new-news-conter .conter-content .layout-conter .news-s .team-match-list ul li span.icon {
background-image: url(../img/tags_bg.Png);
background-repeat: no-repeat;
background-position: 0 -0px;
width: 14px;
height: 27px;
}

.arrow-u, .arrow-r, .arrow-d, .arrow-l {
border: .53em dashed transparent;
display: -moz-inline-box;
display: inline-block;
height: 1px;
line-height: 0;
position: relative;
vertical-align: middle;
width: 0;
}

button.discreet, a.button.discreet {
background: #969696;
background: -moz-linear-gradient(top,#969696 0,#646464 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#969696),color-stop(100%,#646464));
background: -webkit-linear-gradient(top,#969696 0,#646464 100%);
background: -o-linear-gradient(top,#969696 0,#646464 100%);
background: -ms-linear-gradient(top,#969696 0,#646464 100%);
background: linear-gradient(top,#969696 0,#646464 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696',endColorstr='#646464',GradientType=0);
border: 1px solid #646464;
box-shadow: inset 0 1px 0 #b5b5b5;
-moz-box-shadow: inset 0 1px 0 #b5b5b5;
-webkit-box-shadow: inset 0 1px 0 #b5b5b5;
-o-box-shadow: inset 0 1px 0 #b5b5b5;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
color: #fff;
padding: 4px 15px;
margin-left: 1px;
}
button.discreet.disabled, a.button.discreet.disabled {
background: #c8c8c8;
background: -moz-linear-gradient(top,#c8c8c8 0,#b4b4b4 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c8c8c8),color-stop(100%,#b4b4b4));
background: -webkit-linear-gradient(top,#c8c8c8 0,#b4b4b4 100%);
background: -o-linear-gradient(top,#c8c8c8 0,#b4b4b4 100%);
background: -ms-linear-gradient(top,#c8c8c8 0,#b4b4b4 100%);
background: linear-gradient(top,#c8c8c8 0,#b4b4b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8',endColorstr='#b4b4b4',GradientType=0);
cursor: default;
border-color: #8c8c8c;
box-shadow: inset 0 1px 0 #e9e9e9;
-moz-box-shadow: inset 0 1px 0 #e9e9e9;
-webkit-box-shadow: inset 0 1px 0 #e9e9e9;
-o-box-shadow: inset 0 1px 0 #e9e9e9;
}
.toolbar a {
    font-size: 14px;
    padding: 0 4px;
    cursor: pointer;
    text-decoration: none;
}

.zhuanti-footer-bg {
    padding-bottom: 15px;
}

.zhuanti-links {
    width: 940px;
    margin: 0 auto 15px;
    border: 2px solid;
    padding: 8px;
    line-height: 26px;
}
.zhuanti-footer {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
}
.zhuanti-footer div {
    text-align: center;
    line-height: 26px;
}
.zhuanti-links a {
    margin-right: 9px;
}
.zhuanti-links a:hover, .zhuanti-links a:active, .zhuanti-links a:focus {
    color: #ff8400;
}

.winner {
      font-weight: bold;
}