/* 结构 */
body {
  background: #fff;
}
.g-body {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.wrap,
body .navibar-wrap {
  width: 1170px;
  margin: 0 auto;
}
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/*定制*/
.alpha-title em {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #131313 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #131313));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #131313 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #131313 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #131313 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131313 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0);
  /* IE6-9 */
}
/* 导航 */
.g-nav {
  height: 50px;
  padding: 0 0 0 12px;
  margin-bottom: 27px;
  background-color: #288bde;
  font: 14px/50px Microsoft Yahei;
}
.g-nav .key,
.g-nav a,
.g-nav .split {
  float: left;
  margin: 0 8px;
}
.g-nav .split {
  width: 1px;
  height: 14px;
  background: #53a2e5;
  margin: 19px 6px 0;
  zoom: 1;
  overflow: hidden;
  _margin: 13px 10px 0 9px;
}
.g-nav a,
.g-nav a:hover {
  color: #ffffff;
}
.g-nav .fc-yel,
.g-nav .fc-yel:hover {
  color: #fbff80;
}
.g-nav .nav-sub {
  color: #fff;
  float: right;
  display: inline;
  position: relative;
  width: 58px;
  z-index: 100;
}
.g-nav .nav-sub span {
  display: block;
}
.g-nav .nav-sub .nav-sub-txt {
  padding-right: 4px;
}
.g-nav .nav-sub .tragl-white-t {
  top: -2px;
  width: 10px;
  height: 6px;
  background: url('//www1.pconline.com.cn/2018/home/360style/images/ico_more.png') no-repeat;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
}
.g-nav .nav-sub-list {
  position: absolute;
  width: 58px;
  left: 0;
  top: 50px;
  background: #288bde;
  display: none;
  overflow: hidden;
}
.g-nav .nav-sub-list li {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.g-nav .nav-sub-list li a {
  font-size: 14px;
  display: block;
  float: none;
  text-align: center;
  margin: 0;
}
.g-nav .nav-sub-list a:hover {
  background: #177fdd;
  text-decoration: none;
}
.g-nav .active .nav-sub-list {
  display: block;
}
.g-nav .active span {
  background-color: #006ccc;
}
.g-nav .active .tragl-white-t {
  webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: #ffffff transparent transparent;
}
/* 侧边栏导航 */
.m-sideNav {
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
}
.m-sideNav .u-logo {
  background: url('//www1.pconline.com.cn/logo/2018/images/logo_channel.png') 0 -12px no-repeat;
  display: block;
  height: 35px;
  overflow: hidden;
  line-height: 400px;
}
.m-sideNav .links a {
  display: block;
  height: 40px;
  margin: 5px 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.m-sideNav .links a:hover {
  color: #0077dd;
  text-decoration: none;
}
.m-sideNav .links .active {
  color: #fff;
  background: #288bde;
}
.m-sideNav .links .active:hover {
  color: #fff;
}
.sideFix {
  position: fixed;
  left: 50%;
  top: 12px;
  margin-left: -585px;
}
/* 中间内容 */
.main {
  width: 700px;
  float: left;
  margin-left: 30px;
  margin-left: 140px;
}
/*图片模块*/
.picWrap {
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-focus {
  float: left;
  width: 350px;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.m-focus a {
  display: block;
  position: relative;
}
.m-focus img {
  vertical-align: top;
}
.m-focus em {
  position: absolute;
  bottom: 0;
  left: 0px;
  cursor: pointer;
  right: 0;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  text-indent: 10px;
}
.m-focus .focusWrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.m-focus ul {
  height: 200px;
}
.m-focus .focusPage {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #fff;
  bottom: 5px;
  z-index: 3;
}
.m-focus .prev,
.m-focus .next {
  width: 30px;
  height: 42px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transition: right .2s,left .2s;
  -moz-transition: right .2s,left .2s;
  -ms-transition: right .2s,left .2s;
  -o-transition: right .2s,left .2s;
  transition: right .2s,left .2s;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78000000', 0, endColorstr='#78000000', 0);
}
.m-focus ins {
  display: block;
  width: 12px;
  height: 20px;
  background: url('//www1.pconline.com.cn/2018/home/360style/images/arrow.png') no-repeat;
}
.m-focus .prev {
  left: -30px;
}
.m-focus .prev ins {
  background-position: 0 0;
  margin: 11px 0 0 9px;
}
.m-focus .next {
  right: -30px;
}
.m-focus .next ins {
  background-position: 0 -30px;
  margin: 11px 0 0 9px;
}
.m-focus .prev:hover,
.m-focus .next:hover {
  opacity: 0.8;
}
.hover .prev {
  left: 0;
}
.hover .next {
  right: 0;
}
/*四小图*/
.m-pics {
  float: left;
  width: 350px;
}
.m-pics a {
  float: left;
  width: 170px;
  height: 98px;
  margin: 0 0 5px 5px;
  position: relative;
}
.m-pics em {
  position: absolute;
  bottom: 0;
  left: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  right: 0;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: block;
  height: 20px;
  padding: 5px;
  width: 160px;
  overflow: hidden;
}
.m-pics a:hover em {
  height: auto;
  white-space: normal;
}
/* 列表 */
.m-list li {
  border-bottom: 1px solid #ececec;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.m-list li a {
  display: block;
  padding: 20px 0;
  overflow: hidden;
}
.m-list li img {
  float: left;
  width: 170px;
  height: 127px;
  margin-right: 20px;
}
.m-list li dl {
  overflow: hidden;
  text-align: left;
}
.m-list li dt {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.m-list li dd {
  color: #999;
  font-size: 14px;
}
.m-list li dd .summary {
  line-height: 24px;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 17px;
  overflow: hidden;
}
.m-list li dd .u-time {
  padding-left: 16px;
  background: url('//www1.pconline.com.cn/2018/home/360style/images/ico_time.png') left 3px no-repeat;
  line-height: 16px;
}
.m-list li a:hover {
  text-decoration: none;
}
.m-list li a:hover dt {
  color: #0077dd;
}
.m-list .ready {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
}
.m-list .loading {
  height: 50px;
  line-height: 50px;
  color: #999;
  text-align: center;
}
/* 右侧内容 */
.m-rSide {
  width: 300px;
  float: right;
}
.block {
  margin-bottom: 30px;
}
.block .th {
  border-top: 1px solid #ededed;
  height: 40px;
}
.block .th em {
  float: left;
  position: relative;
  border-top: 2px solid #288bde;
  font-size: 18px;
  line-height: 38px;
  color: #0077dd;
  top: -1px;
}
.rSideFix,
.rSideAbs {
  width: 300px;
  z-index: 1;
  background: #fff;
}
.rSideFix {
  position: fixed;
  top: 0;
}
.rSideAbs {
  position: absolute;
}
/*右侧图文列表*/
.m-rList {
  text-align: left;
}
.m-rList li {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
}
.m-rList li a {
  display: block;
  padding: 15px 0;
  overflow: hidden;
}
.m-rList li img {
  float: right;
  width: 100px;
  height: 75px;
  margin-left: 14px;
}
.m-rList li p {
  overflow: hidden;
}
.m-rList li em {
  display: block;
  position: relative;
  top: -6px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 3px;
  color: #333;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.m-rList li .u-channel {
  color: #999;
}
.m-rList li a:hover {
  text-decoration: none;
}
.m-rList li a:hover em {
  color: #0077dd;
}
/* 图文列表 */
.picTxtList {
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
}
.picTxtList ul {
  position: relative;
  margin-right: -20px;
}
.picTxtList li {
  float: left;
  width: 140px;
  margin: 0 20px 20px 0;
}
.picTxtList .imgWrap {
  display: block;
  height: 106px;
  overflow: hidden;
  position: relative;
}
.picTxtList .imgWrap img {
  vertical-align: top;
}
.picTxtList .imgWrap span {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  padding: 0 4px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78000000', 0, endColorstr='#78000000', 0);
  color: #fff;
  line-height: 20px;
}
.picTxtList em {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 3px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.picTxtList a:hover {
  text-decoration: none;
}
.picTxtList a:hover em {
  color: #0077dd;
}
/* ivy_300 */
.ivy_300 img,
.ivy_300 iframe,
.ivy_300 embed {
  margin-bottom: 30px;
}
/* 回到顶部 */
.u-toTop {
  width: 50px;
  height: 50px;
  background: url('//www1.pconline.com.cn/2018/home/360style/images/ico_toTop.png') no-repeat;
  position: fixed;
  left: 50%;
  margin-left: 610px;
  bottom: 60px;
  display: none;
}
/* footer */
.g-footer .gft-links,
.g-footer .gft-links a {
  color: #000;
}
.g-footer .gft-copyRight,
.g-footer .gft-copyRight a {
  color: #000;
}
