/* line 3, ../../sass/vendor/basic/_reset.scss */
html {
  _background-image: url(about:blank);
  _background-attachment: fixed;
}

/* line 8, ../../sass/vendor/basic/_reset.scss */
h1, h2, h3, h4, input, textarea, select, button {
  font-size: 100%;
}

/* line 11, ../../sass/vendor/basic/_reset.scss */
h1, h2, h3, h4 {
  font-family: \u5fae\u8f6f\u96c5\u9ed1\u000d\u000a;
}

/* line 14, ../../sass/vendor/basic/_reset.scss */
textarea {
  resize: vertical;
}

/* line 18, ../../sass/vendor/basic/_reset.scss */
li {
  list-style: none;
}

/* line 22, ../../sass/vendor/basic/_reset.scss */
img {
  border: 0;
  vertical-align: middle;
}

/* line 27, ../../sass/vendor/basic/_reset.scss */
i, em {
  font-style: normal;
}

/* line 31, ../../sass/vendor/basic/_reset.scss */
a {
  color: #3490e9;
  font-family: \u5fae\u8f6f\u96c5\u9ed1\u000d\u000a;
  text-decoration: none;
}

/* line 37, ../../sass/vendor/basic/_reset.scss */
a:hover {
  color: white;
  text-decoration: none;

}

/* line 42, ../../sass/vendor/basic/_reset.scss */
a:focus, input {
  outline: none;
  background-color: transparent;
}

/* line 8, ../../sass/_base.scss */
body {
  height: 100%;
  background: #011226;
  font-family: "microsoft yahei";
}

/* line 12, ../../sass/_base.scss */
.cw {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

/* line 15, ../../sass/_base.scss */
.clearfix {
  *zoom: 1;
}
/* line 22, ../../sass/vendor/basic/_function.scss */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
/* line 27, ../../sass/vendor/basic/_function.scss */
.clearfix:after {
  clear: both;
}

/* line 7, ../../sass/index/index.scss */
body {
  height: 100%;
  background: #011226;
}

/* line 11, ../../sass/index/index.scss */
.cw {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

/* line 16, ../../sass/index/index.scss */
.bd {
  margin-bottom: 20px;
  width: 950px;
  height: 100px;
}
.lay{
  width: 950px;
  margin:10px auto;
}
/*.lay *{
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}*/
.lay:after{
  content:"";
  display:table;
  clear:both;
}
.lay-l{
  float: left;
  width: 635px;
  margin-right: 12px;
}
.lay-r{
  position:relative;
  float: left;
  width: 303px;
}

/* line 18, ../../sass/index/index.scss */
.main-con {
  height: 485px;
  margin-bottom: 20px;
}
.home-video-wrap{
  position: relative;
  
}
.home-video{
  height: 400px;
  background-color: #000;
  position: relative;
  margin-bottom: 20px;

}
.slide-btn{
  position: absolute;
  left: 50%;
  margin-left: 485px;
  top: 5px;
  width: 14px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

/* line 24, ../../sass/index/index.scss */
.video-wrap {
  float: left;
  _display: inline;
  width: 950px;
  height: 485px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

/* line 29, ../../sass/index/index.scss */
.scroll-wrap {
  width: 950px;
  height: 430px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
/* line 33, ../../sass/index/index.scss */
.scroll-wrap ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 430px;
  width: 999em;
}
/* line 39, ../../sass/index/index.scss */
.scroll-wrap ul li {
  float: left;
  _display: inline;
  width: 950px;
  height: 430px;
  position: relative;
  cursor: pointer;
}
/* line 45, ../../sass/index/index.scss */
.scroll-wrap ul li img {
  width: 950px;
  height: 430px;
}

.scroll-wrap ul li span{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: url(../../images/video-play2.png) center center no-repeat;
}
/* line 49, ../../sass/index/index.scss */
.scroll-wrap ul li em {
  position: absolute;
  left: 5px;
  top: 5px;
  font: 700 14px/18px 'arial';
  color: #fff;
}
/* line 58, ../../sass/index/index.scss */
.scroll-wrap .btn {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 160px;
  background: url(../../images/index-btn.png) no-repeat;
  cursor: pointer;
  z-index: 10;
}
/* line 66, ../../sass/index/index.scss */
.scroll-wrap .btn.leftBtn {
  left: 0px;
  background-position: 0 0px;
  display: none;
}
/* line 71, ../../sass/index/index.scss */
.scroll-wrap .btn.rightBtn {
  background-position: -30px 0px;
  right: 0px;
  display: none;
}
/* line 78, ../../sass/index/index.scss */
.video-wrap .dots-con {
  position: absolute;
  height: 10px;
  width: 100px;
  right: 18px;
  bottom: 22px;
  text-align: right;
  z-index: 20;
}
/* line 85, ../../sass/index/index.scss */
.video-wrap .dots-con .dots {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url(../../images/dots.png) left top no-repeat;
  cursor: pointer;
}
/* line 92, ../../sass/index/index.scss */
.video-wrap .dots-con .dots.cur {
  background-position: right top;
}

/* line 98, ../../sass/index/index.scss */
.title-con {
  height: 55px;
  background: #102B48;
  position: relative;
}
/* line 103, ../../sass/index/index.scss */
.title-con .title-head {
  font: 20px/55px 'microsoft yahei';
  color: #fff;
  text-indent: 1em;
}
/* line 107, ../../sass/index/index.scss */
.title-con .title-head a {
  color: #fff;
  font-family: 'microsoft yahei';
}
/* line 110, ../../sass/index/index.scss */
.title-con .title-head a:hover {
  text-decoration: underline;
}
/* line 115, ../../sass/index/index.scss */
.title-con .title-txt {
  display:none;
  font: 12px/20px 'microsoft yahei';
  color: #b3c6dd;
  height: 40px;
  overflow: hidden;
}

/* line 124, ../../sass/index/index.scss */
.news-area {
  display:none;
  float: left;
  _display: inline;
  width: 365px;
  height: 450px;
  margin: 0 0 0 10px;
  background: #fff;
}
/* line 128, ../../sass/index/index.scss */
.news-area .hot-news {
  height: 46px;
  text-align: center;
}
/* line 131, ../../sass/index/index.scss */
.news-area .hot-news a {
  font: 20px/58px 'microsoft yahei';
  color: #d30007;
}
/* line 134, ../../sass/index/index.scss */
.news-area .hot-news a:hover {
  color: #003d79;
}
/* line 141, ../../sass/index/index.scss */
.news-area .recommend-news {
  width: 335px;
  height: 40px;
  margin: 0;
  padding: 6px 14px 8px;
  background: #f6f7f6;
  color: #dce5ed;
}
/* line 146, ../../sass/index/index.scss */
.news-area .recommend-news a {
  color: #003d79;
  margin: 0 2px;
  font: 12px/14px 'microsoft yahei';
}
/* line 150, ../../sass/index/index.scss */
.news-area .recommend-news a:hover {
  text-decoration: underline;
}
/* line 155, ../../sass/index/index.scss */
.news-area .recommend-news .recommend-news-part1, .news-area .recommend-news .recommend-news-part2 {
  height: 14px;
  padding-top: 5px;
  overflow: hidden;
}
/* line 161, ../../sass/index/index.scss */
.news-area .latest-news {
  padding: 0 22px 5px;
}
/* line 163, ../../sass/index/index.scss */
.news-area .latest-news li {
  height: 18px;
  margin: 15px 0;
  background: url(../../images/artical-dot1.jpg) left center no-repeat;
  padding-left: 10px;
  overflow: hidden;
}
/* line 169, ../../sass/index/index.scss */
.news-area .latest-news li a {
  font: 14px/18px 'microsoft yahei';
  color: #6f6e6e;
}
/* line 172, ../../sass/index/index.scss */
.news-area .latest-news li a:hover {
  color: #cd2729;
}

/* line 180, ../../sass/index/index.scss */
.video-area {
  margin-bottom: 18px;
}
/* line 182, ../../sass/index/index.scss */
.video-area .video-tab {
  background: #fbfbfb;
  height: 48px;
  position: relative;
}
/* line 186, ../../sass/index/index.scss */
.video-area .video-tab h2 {
  float: left;
  _display: inline;
  width: 146px;
  height: 48px;
  margin: 0;
  background: #003d79;
  text-align: center;
  font: 20px/48px 'microsoft yahei';
  color: #fff;
}
/* line 193, ../../sass/index/index.scss */
.video-area .video-tab h2 a {
  font: 20px/48px 'microsoft yahei';
  color: #fff;
}
/* line 198, ../../sass/index/index.scss */
.video-area .video-tab ul {
  float: left;
  _display: inline;
  width: 804px;
  height: 48px;
  margin: 0;
}
/* line 203, ../../sass/index/index.scss */
.video-area .video-tab ul li {
  float: left;
  _display: inline;
  width: 133px;
  height: 47px;
  margin: 0;
  border-left: 1px solid #e1e8ee;
  border-bottom: 1px solid #e1e8ee;
  position: relative;
}
/* line 209, ../../sass/index/index.scss */
.video-area .video-tab ul li.first-item {
  border-left: 1px solid #003d79;
}
/* line 212, ../../sass/index/index.scss */
.video-area .video-tab ul li.cur a {
  color: #d62329;
}
/* line 215, ../../sass/index/index.scss */
.video-area .video-tab ul li a {
  display: block;
  font: 14px/47px 'microsoft yahei';
  color: #333;
  text-align: center;
}
/* line 223, ../../sass/index/index.scss */
.video-area .video-tab .active-bot {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../images/bottom-cur.png) no-repeat;
  width: 133px;
  height: 9px;
  z-index: 10;
}
/* line 234, ../../sass/index/index.scss */
.video-area .video-con {
  background: #fff;
  padding-top: 6px;
  position: relative;
  height: 352px;
}
/* line 239, ../../sass/index/index.scss */
.video-area .video-con .video-con1 {
  position: absolute;
  width: 950px;
  height: 352px;
  display: none;
}
/* line 245, ../../sass/index/index.scss */
.video-area .video-con ul {
  *zoom: 1;
}
/* line 22, ../../sass/vendor/basic/_function.scss */
.video-area .video-con ul:before, .video-area .video-con ul:after {
  content: '';
  display: table;
}
/* line 27, ../../sass/vendor/basic/_function.scss */
.video-area .video-con ul:after {
  clear: both;
}
/* line 247, ../../sass/index/index.scss */
.video-area .video-con ul li {
  float: left;
  _display: inline;
  width: 231px;
  height: 170px;
  margin: 0 0 6px 5px;
  position: relative;
}
/* line 251, ../../sass/index/index.scss */
.video-area .video-con ul li a {
  display: block;
  height: 170px;
  position: relative;
}
/* line 255, ../../sass/index/index.scss */
.video-area .video-con ul li a img {
  width: 231px;
  height: 140px;
  display: block;
}
/* line 260, ../../sass/index/index.scss */
.video-area .video-con ul li a span {
  display: block;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background: #1b3b6c;
  font: 12px/30px 'microsoft yahei';
  color: #fff;
}
/* line 268, ../../sass/index/index.scss */
.video-area .video-con ul li a span.cur {
  background: #e31836;
}
/* line 272, ../../sass/index/index.scss */
.video-area .video-con ul li a em {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 51px;
  height: 51px;
  margin: -35px 0 0 -25px;
  background: url(../../images/video-play.png) no-repeat;
}
/* line 278, ../../sass/index/index.scss */
.video-area .video-con ul li b {
  position: absolute;
  left: 0;
  top: 0;
  width: 231px;
  height: 170px;
  margin: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 30;
  cursor: pointer;
  display: none;
}

/* line 293, ../../sass/index/index.scss */
.nfl-block {
  margin-bottom: 10px;
}
/* line 295, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap {
  *zoom: 1;
  width: 960px;
}
/* line 22, ../../sass/vendor/basic/_function.scss */
.nfl-block .nfl-block-wrap:before, .nfl-block .nfl-block-wrap:after {
  content: '';
  display: table;
}
/* line 27, ../../sass/vendor/basic/_function.scss */
.nfl-block .nfl-block-wrap:after {
  clear: both;
}
/* line 298, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-block-list {
  float: left;
  _display: inline;
  width: 310px;
  height: 302px;
  margin: 0 10px 10px 0;
}
/* line 301, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-block-list .title {
  height: 40px;
  border-left: 3px solid #cd2427;
  background: #003d79;
  position: relative;
}
/* line 306, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-block-list .title h3 {
  color: #fff;
  margin-left: 20px;
  font: 20px/40px 'microsoft yahei';
}
/* line 310, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-block-list .title h3 a {
  color: #fff;
  font: 20px/40px 'microsoft yahei';
}
/* line 315, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-block-list .title em {
  position: absolute;
  width: 14px;
  height: 7px;
  margin: 0;
  left: 37px;
  bottom: -7px;
  background: url(../../images/down-arrow.png) no-repeat;
}
/* line 324, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson, .nfl-block .nfl-block-wrap .nfl-pic {
  background: #fff;
}
/* line 326, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .main-artical, .nfl-block .nfl-block-wrap .nfl-pic .main-artical {
  padding: 16px 22px 0 6px;
  height: 92px;
  background: #f2f2f2;
}
/* line 330, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .main-artical .artical-img, .nfl-block .nfl-block-wrap .nfl-pic .main-artical .artical-img {
  float: left;
  _display: inline;
}
/* line 332, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .main-artical .artical-img img, .nfl-block .nfl-block-wrap .nfl-pic .main-artical .artical-img img {
  width: 102px;
  height: 85px;
}
/* line 337, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .main-artical .artical-con, .nfl-block .nfl-block-wrap .nfl-pic .main-artical .artical-con {
  float: left;
  _display: inline;
  width: 170px;
  margin-left: 10px;
}
/* line 341, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .main-artical .artical-con h3, .nfl-block .nfl-block-wrap .nfl-pic .main-artical .artical-con h3 {
  height: 18px;
  overflow: hidden;
  margin-bottom: 6px;
}
/* line 345, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .main-artical .artical-con h3 a, .nfl-block .nfl-block-wrap .nfl-pic .main-artical .artical-con h3 a {
  font: 700 14px/18px 'microsoft yahei';
  color: #333;
}
/* line 348, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .main-artical .artical-con h3 a:hover, .nfl-block .nfl-block-wrap .nfl-pic .main-artical .artical-con h3 a:hover {
  text-decoration: underline;
}
/* line 353, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .main-artical .artical-con p, .nfl-block .nfl-block-wrap .nfl-pic .main-artical .artical-con p {
  font: 12px/20px 'microsoft yahei';
  color: #888;
  height: 60px;
  overflow: hidden;
}
/* line 362, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .other-artical, .nfl-block .nfl-block-wrap .nfl-pic .other-artical {
  height: 155px;
  background: #fff;
  padding: 0 30px 0 15px;
}
/* line 366, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .other-artical li, .nfl-block .nfl-block-wrap .nfl-pic .other-artical li {
  background: url(../../images/artical-dot2.jpg) left center no-repeat;
  height: 30px;
  padding-left: 10px;
  overflow: hidden;
}
/* line 371, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .other-artical li a, .nfl-block .nfl-block-wrap .nfl-pic .other-artical li a {
  font: 14px/30px 'microsoft yahei';
  color: #333;
}
/* line 374, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .nfl-lesson .other-artical li a:hover, .nfl-block .nfl-block-wrap .nfl-pic .other-artical li a:hover {
  color: #cd2729;
}
/* line 382, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .weibo-con {
  height: 250px;
  padding: 8px 5px 4px;
  background: #fff;
}
/* line 387, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic-con {
  height: 262px;
  background: #011226;
}
/* line 391, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic {
  height: 130px;
  float: left;
  _display: inline;
  width: 154px;
  position: relative;
}
/* line 396, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic img {
  width: 154px;
  height: 130px;
}
/* line 401, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic .pic-link {
  position: absolute;
  width: 50%;
  top: 0;
  height: 130px;
}
/* line 407, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic .pic-txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 130px;
  overflow: hidden;
  display: none;
}
/* line 415, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic .pic-txt .txt-wrap {
  background: white \9;
  /*CSS IE Hack,*/
  filter: alpha(opacity=80);
  background: rgba(255, 255, 255, 0.8);
  height: 130px;
  display: table-cell;
  vertical-align: middle;
  width: 155px;
  *position: absolute;
  *top: 50%;
}
/* line 425, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic .pic-txt .txt-wrap p {
  width: 120px;
  margin: 0 auto;
  *position: relative;
  *top: -50%;
  font: 14px/16px 'microsoft yahei';
  color: #333;
}
/* line 435, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic.pic1 {
  margin-bottom: 2px;
}
/* line 439, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic.pic2 {
  margin-left: 2px;
  margin-bottom: 2px;
}
/* line 443, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .pic.pic4 {
  margin-left: 2px;
}
/* line 450, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .week-con {
  height: 259px;
  padding: 3px 3px 0;
  background: #f2f2f2;
}
/* line 454, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .week-con img {
  display: block;
  margin-bottom: 10px;
}
/* line 458, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .week-con h3 {
  height: 16px;
  overflow: hidden;
  margin-bottom: 5px;
  padding-left: 5px;
}
/* line 463, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .week-con h3 a {
  font: 700 14px/16px 'microsoft yahei';
  color: #333;
}
/* line 468, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .week-con p {
  font: 12px/20px 'microsoft yahei';
  color: #888;
  height: 60px;
  padding: 0 5px;
  overflow: hidden;
}
/* line 476, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .shop-con {
  background: #f2f2f2;
  height: 262px;
}
/* line 479, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .shop-con .shop-link {
  display: block;
  width: auto;
  height: 262px;
  margin: 0;
}
/* line 482, ../../sass/index/index.scss */
.nfl-block .nfl-block-wrap .shop-con .shop-link img {
  width: 310px;
  height: 262px;
}


/*will add in 2015.08.31*/

.top-news{
  position: relative;
  /*height: 220px;*/
  background-color:#102b48;
  padding:12px 30px 22px;
}
.top-news a{
  color:#fff;
  font-size: 14px;
  font-family: 'microsoft yahei';
}
.top-news a:hover{
  color:#b91c3a;
}
.top-news_icon{
  position: absolute;
  top: -3px;
  left: 30px;
}
.top-news h3{
  text-align: center;
  border-bottom: 1px dotted #254665;
}
.top-news h3 a{
  font-size: 20px;
  line-height: 48px;
}
.news-uls ul{
  color:#fff;
  float: left;
  width: 252px;
  margin-top: 10px;
  padding-left: 25px;
}
.news-uls li{
  list-style-type: disc;
  line-height: 32px;
}

.news-uls .news-ul_l{
  border-right: 1px dotted #244665;
}
.news-uls .news-ul_r{
  padding-left: 40px;
}

.video-title{
  color:#fff;
  padding-top: 22px;
  padding-bottom: 12px;
  font-size: 24px;
}
.classic_video a:hover{
  color:#b91c3a;
}
.video-title a{
  float: right;
  color:#7394b3;
  font-size: 12px;
  line-height: 24px;
  margin-top: 8px;
}
.video-ul{
  padding:5px 30px 30px;
  background-color: #102b48;
}
.video-ul li:last-of-type .video-div{
  border-bottom: none;
}
.video-div{
  position: relative;
  /*height: 188px;*/
  padding:20px 0;
  overflow:hidden;
  border-bottom: 1px dotted #254665;
}

.v-img{
  position: relative;
  float: left;
}
.v-img img{
  width: 220px;
  height: 150px;
  margin-right: 25px;
}
.icon-category{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 34px;
}
.icon-category_album{
  background:url(../../images/icon-img.png);
}
.icon-category_news{
  background:url(../../images/icon-news.png);
}
.icon-category_video{
  background:url(../../images/icon-video.png);
}

.v-title{
  padding-bottom: 15px;
}
.v-title a{
  font-size: 20px;
  color:#fff;
  font-family: "microsoft yahei";
}
.v-content{
  line-height: 24px;
  color:#7394b3;
}
.v-content a{
  color:#3e5069;
}
.v-time{
  position: absolute;
  bottom: 20px;
  left: 245px;
  color:#416485;
}


.classic_video .more-div{
  width: 110%;
  overflow:hidden;
  padding:20px 0;
}


.classic_video .more-div a{
  float: left;
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin-right: 47px;
  color:#a2b9d1;
  background-color: #0c2037;
  text-align: center;
  font-size: 24px;
  font-family: "microsoft yahei";
}

.classic_video .more-div a:last-of-type{
  margin-right: 0;
}
.classic_video .more-div a:hover{
  color:#fff;
  background-color: #07192e;
}
.classic_video .more-div .triangle-right{
  float: right;
  width: 0;
  height: 0;
}

.mod{
  width: 303px;
  margin-bottom: 12px;
}
.weibo{
  margin-bottom: 0;
}
.mynfl{
font-family:'microsoft yahei';  
}

.my2{
  position:absolute;
  right: -110%;
  top: -200px;
}
.my3{
  position:absolute;
  right:-110%;
  top: 200px;
}
.mynfl h4{
  height: 48px;
  line-height: 48px;
  color:#fff;
  font-size:24px;
  text-indent:1em;
  background:url(../../images/bg-mynfl.jpg);
}
.mynfl .section{
  height: 300px;
  background-color:#fff;
}

.mynfl .user{
  height: 100px;
  padding:15px 0 15px 30px;
}
.mynfl .not-logged{
    padding:0;
    height: 80px;
}
.mynfl .not-logged h3{
    line-height:80px;
    font-size:24px;
    font-weight: bolder;
    color:#081e37;
    text-align:center;
}
.user .user-img{
  float: left;
  width: 75px;
  height: 75px;
  border-radius:50%;
  margin-right: 20px;
}
.user .user-name{
    font-size:18px;
    color:#102b48;
    padding:15px 0 10px 0;
}

.user .user-info a{
  color:#102b48;
  font-size:14px;
  font-family:'microsoft yahei';
}
.user .user-info a:hover{
  color:#b91c3a;
}
.user .user-info i{
  margin:0 5px;
  font-size:16px;
}
.mynfl .teams{
  position: relative;
}
.mynfl .teams .team-notice{
  /*width: 303px;*/
  /*height: 110px;*/
  padding:20px 24px 32px;
}

.mynfl .team-notice img{
  float: left;
  margin-right: 20px;
  width: 78px;
  height: 57px;
}
.mynfl .team-notice p{
  padding-top: 5px;
  line-height:23px;
  color:#102b48;
}

.teams .team-btn{
  float: left;
  height: 42px;
  line-height: 42px;
  text-align:center;
  color:#fff;
  font-size:14px;
  margin-left: 20px;
}

.team-btn.signup{
  width: 100px;
  background-color:#b91c3a;
}
.team-btn.signup:hover{
  background-color:#881127;
}
.team-btn.signin{
  width: 146px;
  background-color:#254665;
}
.team-btn.signin:hover{
  background-color:#16314a;
}

.team-btn.selectTeam{
  float:none;
  display:block;
  width: 190px;
  margin:-10px auto;
  background-color:#b91c3a;
}
.team-btn.selectTeam:hover{
  background-color:#881127;
}

.mynfl .team-tabs{
  height: 36px;
  border-bottom:1px solid #b91c3a;
  padding:0 15px;
}


.team-tabs .team-tab{
  float: left;
  width: 134px;
  color:#102b48;
  font-size:18px;
  text-align:center;
  line-height: 36px;
  margin-top: -1px;
  padding: 1px;
}

.teams .team-tab.active{
  color:#b91c3a;
  border:1px solid #b91c3a;
  border-bottom:none;
  padding: 0;
  background-color:#fff;
}
.teams .team-ul{
  display:none;
  position:absolute;
  top: 46px;
  width: 100%;
}

.teams .team-ul.active{
  display:block;
}

.team-ul li {
  display:block;
  line-height: 36px;
  font-size:12px;
  color:#102b48;
  padding-left: 15px;
  height: 36px;
  overflow: hidden;
}

.team-ul li:hover{
  background-color:#f0f0f1;
}
.team-ul li a{
    color:#102B48;
}
.team-ul li a:hover{
    color:#B91C3A;
}

.team-ul li img{
  width: 36px;
  height: 36px;
}
.team-ul .team-name{
  display:inline-block;
  width: 3em;
  margin:0 10px 0 5px;
  text-align: center;
}


.superBowl{
  position: relative;
  background-color: #0b1c36;
  padding:90px 30px 28px;
}
#superBowl-logo{
  position: absolute;
  top: 30px;
  left: 30px;
}

.superBowl-ul{
  background-color:#0b1c36;
}

.superBowl-div{
  width: 100%;
  /*height: 208px;*/
  overflow:hidden;
  padding:16px 0 11px;
  border-bottom: 1px dotted #254665;
}

.superBowl-div a{
  font-family:"microsoft yahei";
}

.superBowl-div .b-img{
  position: relative;  
  float:right;
  margin-left: 30px;
    width: 245px;
  height: 155px;
}
.superBowl-div .b-img img{
  width: 100%;
  height: 100%;
}

.superBowl-div .b-title{
  padding-bottom: 20px;
}
.superBowl-div .b-title a{
  font-size:24px;
  color:#fff;
}

.superBowl-div .b-content{
  color:#94a3ba;
  line-height: 28px;
  font-size:14px;
}
.superBowl-div .b-content a{
color:#4d5c74;
}

.superBowl-div a:hover{
  color:#9a1c39;
}

.atlas a{
  color:black;
}
.atlas a:hover{
  color:#9a1c39;
}

.superBowl-ul li:last-of-type .superBowl-div{
  border-bottom:none;
}
.superBowl-ul li:first-of-type .superBowl-div{
  padding-top:0;
  height: 238px;
}
.superBowl-ul li:first-of-type .superBowl-div .b-img{
  float:left;
  margin:0 30px 0 0;
  width: 333px;
  height: 210px;
}

.doll img{
  width: 303px;
  height: 303px;
}
.atlas{
  height: 350px;
  padding:0px 10px 10px;
  background-color:#d71f1f;
color:#102b48;
}
.atlas .atlas-div{
  width: 100%;
  background-color:#fff;
}

.atlas h3{
  font-size:24px;
  color:#fff;
  line-height: 60px;
  font-family:"microsoft yahei";
  font-weight:normal;
}
.atlas img{
  width: 100%;
  max-height: 185px;
}
.atlas-div-title{
  font-size:18px;
  line-height: 42px;
  padding:0 12px;
}
.atlas-div-content{
  font-size:12px;
  line-height: 24px;
  padding:0 12px 5px;
}
.ad-bottom .clearfix{
  width: 970px;
  overflow: hidden;
}
.ad-bottom img{
 float: left;
 width: 306px;
 height: 90px;
 margin-right: 16px;
}
.ad-bottom a:last-of-type img{
  margin-right: 0px;
}