﻿/*全局变量*/
/*公共样式*/
.auto {
  margin: 0 auto;
  width: 1004px;
}
.hot {
  color: #e90404;
}
.gray {
  background: url("../../images/zhuanti20140620/login-bg.png");
}
/*header*/
.header-wrap {
  width: 100%;
  background: #00144a;
}
.header-wrap .header {
  width: 1320px;
  margin: 0 auto;
  height: 406px;
  background: url("../../images/zhuanti20140620/top-bg.jpg") center 0;
}
.content-wrap {
  width: 100%;
  background: #00144a;
}
.content-wrap .content {
  margin: 0 auto;
  width: 1004px;
}
.content-wrap .content .mod-intro {
  background: #e6e8ee url("../../images/zhuanti20140620/bg_01.png") no-repeat;
  height: 190px;
  margin: 0 0 20px 0;
}
.content-wrap .content .mod-intro p {
  font-size: 14px;
  color: #040000;
  line-height: 20px;
  margin: 0 40px;
  text-indent: 2em;
  padding-top: 20px;
}
.content-wrap .content .mod-intro .note {
  padding-top: 44px;
}
.content-wrap .content .mod-news {
  height: 748px;
  background: #e6e8ed;
  padding: 0 40px;
}
.content-wrap .content .mod-news .mod-news-l {
  float: left;
}
.content-wrap .content .mod-news .mod-news-l .news-l-top,
.content-wrap .content .mod-news .mod-news-l .news-l-latest,
.content-wrap .content .mod-news .mod-news-l .news-l-prevue {
  width: 416px;
  position: relative;
  margin: 10px 0 30px;
}
.content-wrap .content .mod-news .mod-news-l h1 {
  background: url("../../images/zhuanti20140620/bg_02.png") no-repeat 0 0;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 42px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 0;
}
.content-wrap .content .mod-news .mod-news-l .news-c {
  margin: 0 8px;
  background: #fff;
  padding: 0 20px;
  height: 104px;
  overflow: hidden;
}
.content-wrap .content .mod-news .mod-news-l .news-c p {
  font-size: 13px;
  line-height: 24px;
  color: #7e7e7e;
}
.content-wrap .content .mod-news .mod-news-l .news-c p i {
  font-size: 20px;
}
.content-wrap .content .mod-news .mod-news-l .news-c p a {
  color: #0068dd;
}
.content-wrap .content .mod-news .mod-news-l .blank {
  height: 90px;
  margin: 0 8px;
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.content-wrap .content .mod-news .mod-news-l .h-24 {
  height: 24px;
  margin: 0 8px;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.content-wrap .content .mod-news .mod-news-r {
  float: right;
}
.content-wrap .content .mod-news .mod-news-r .news-r-video a {
  display: block;
  margin: 10px 0 42px;
}
.content-wrap .content .mod-news .mod-news-r .news-r-video a img {
  border: 1px solid #ccc;
}
.content-wrap .content .mod-news .mod-news-r .news-r-slide {
  width: 458px;
  height: 342px;
  border: 1px solid #ccc;
}
.content-wrap .content .mod-platform {
  margin-top: 20px;
}
.content-wrap .content .mod-platform h1 {
  background: url("../../images/zhuanti20140620/platform.jpg") no-repeat 0 0;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 24px;
  font-weight: 700;
}
.content-wrap .content .mod-platform ul {
  position: relative;
  height: 220px;
  background: #e6e8ed;
}
.content-wrap .content .mod-platform ul li {
  position: absolute;
  width: 170px;
  height: 60px;
  background: url("../../images/zhuanti20140620/bg_02.png") no-repeat 0 0;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.content-wrap .content .mod-platform ul li a {
  width: 170px;
  height: 60px;
  display: block;
}
.content-wrap .content .mod-platform ul .item01 {
  top: 35px;
  left: 187px;
  background-position: 8px -45px;
}
.content-wrap .content .mod-platform ul .item02 {
  top: 35px;
  left: 422px;
  background-position: -183px -45px;
}
.content-wrap .content .mod-platform ul .item03 {
  top: 35px;
  left: 669px;
  background-position: 13px -102px;
}
.content-wrap .content .mod-platform ul .item04 {
  top: 125px;
  left: 187px;
  background-position: -183px -102px;
}
.content-wrap .content .mod-platform ul .item05 {
  top: 125px;
  left: 422px;
  background-position: 25px -159px;
}
.content-wrap .content .mod-platform ul .item06 {
  top: 125px;
  left: 669px;
  background-position: -166px -159px;
}
.content-wrap .content .mod-platform ul .item07 {
  top: 125px;
  left: 758px;
  background-position: 13px -219px;
}

.news-scroll{
  overflow: hidden;
  width: 416px;
  height: 104px;
}
