﻿@charset "UTF-8";
.ellipsis,
.gupiao-news-lists h3,
.gupiao-comment-list li {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gupiao {
  /* 股票页面样式 */
}
.gupiao-main {
  width: 1000px;
  margin: 30px auto;
}
.gupiao-main .red {
  /* 红字 */
  color: #d9141c;
}
.gupiao-main .green {
  /* 绿字 */
  color: #27a700;
}
.gupiao-left {
  width: 680px;
  float: left;
}
.gupiao-left h1 {
  /* 大标题 */
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.gupiao-left h1 b {
  float: left;
  font-size: 32px;
  color: #333;
  height: 40px;
  line-height: 40px;
}
.gupiao-left h1 small,
.gupiao-left h1 samp {
  font-weight: normal;
}
.gupiao-left h1 small {
  float: left;
  font-size: 22px;
  color: #333;
  margin-left: 20px;
  padding-top: 8px;
  height: 32px;
  line-height: 32px;
}
.gupiao-left h1 samp {
  float: right;
  font-size: 12px;
  color: #aaa;
  padding-top: 12px;
  height: 18px;
  line-height: 18px;
}
.gupiao-right {
  width: 300px;
  float: right;
}
.gupiao-prices {
  /* 各种价格 */
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.gupiao-prices-major {
  /* 主价格 */
  float: left;
  font-size: 22px;
}
.gupiao-prices-major strong {
  font-size: 36px;
}
.gupiao-prices-major p {
  font-size: 16px;
}
.gupiao-prices-subs {
  /* 子价格 */
  font-size: 14px;
  line-height: 1.8;
  float: right;
  width: 460px;
  padding: 1em 0;
  color: #333;
}
.gupiao-prices-subs div {
  display: inline-block;
}
.gupiao-graph {
  /* 图表 */
  margin-bottom: 45px;
}
.gupiao-graph-photo {
  /* 图 */
  float: left;
  width: 530px;
}
.gupiao-graph-photo img{
    width: 545px;
    height: 300px;
    margin-left: -20px;
    margin-top: 20px;
}
.gupiao-graph-sales {
  /* 买卖列表 */
  font-size: 12px;
  color: #333;
  line-height: 2.2;
  border-left: 1px solid #999;
  float: right;
  width: 148px;
}
.gupiao-graph-sales table {
  /* 买卖列表表格 */
  margin-left: 10px;
}
.gupiao-graph-sales-sold {
  padding: 10px 0;
}
.gupiao-graph-sales-now {
  background-color: #f5f5f5;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.gupiao-graph-sales-bought {
  padding: 10px 0;
}
.gupiao-news {
  /* 新闻列表 */
}
.gupiao-news-tabs {
  /* 列表头的标签 */
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  height: 45px;
}
.gupiao-news-tabs a {
  float: left;
  width: 124px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border-top: 3px solid #f5f5f5;
}
.gupiao-news-tabs a.cur {
  color: #d9141c;
  border-top-color: #d9141c;
  font-weight: bold;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gupiao-news-lists {
  /* 新闻大列表 */
}
.gupiao-news-lists ul {
  padding: 10px 0 30px;
}
.gupiao-news-lists li {
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.gupiao-news-lists var {
  float: left;
  width: 140px;
  height: 90px;
  margin-right: 20px;
  display: table;
  vertical-align: middle;
}
.gupiao-news-lists var img{
    max-width: 140px;
    max-height: 90px;
}
.gupiao-news-lists h3 {
  font-size: 20px;
  line-height: 36px;
  color: #333;
  font-weight: normal;
  margin-bottom: 1.5em;
}
.gupiao-news-lists span {
  font-size: 14px;
  color: #999;
  display:inline-block;
  height:36px; 
  line-height:36px;
}
.gupiao-news-lists a:hover h3 {
  color: #d9141c;
}
.gupiao-news-lists em {
  padding: 3px 5px;
  border: 1px solid #ededed;
  background-color: #f5f5f5;
  color: #666666;
  font-size: 12px;
  margin-right: 1em;
}
.gupiao-news-more {
  /* 加载更多 */
  height: 46px;
  line-height: 46px;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
  cursor: pointer;
}
.gupiao-news-more * {
  display: inline-block;
}
.gupiao-news-more span {
  vertical-align: -1px;
  margin-right: 0.5em;
}
.gupiao-search {
  /* 右上角的搜索 */
  margin-bottom: 30px;
}
.gupiao-search label {
  display: block;
  height: 34px;
}
.gupiao-search-icon {
  float: left;
  border: 1px solid #ccc;
  border-right: 0;
  width: 32px;
  height: 32px;
}
.gupiao-search-icon img {
  margin: 8px;
}
.gupiao-search-text {
  float: left;
  border: 1px solid #ccc;
  border-width: 1px 0;
  width: 200px;
  height: 32px;
}
.gupiao-search-btn {
  float: left;
  border: 1px solid #d9141c;
  background-color: #d9141c;
  width: 67px;
  height: 34px;
  color: #fff;
  font-size: 14px;
  cursor:pointer;
}
.gupiao-company {
  /* 公司信息 */
}
.gupiao-company-topic {
  border-left: 4px solid #d9141c;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333;
  padding-left: 0.5em;
  margin-bottom: 30px;
  font-weight: bold;
}
.gupiao-company-topic a {
  float: right;
  font-size: 14px;
  color: #aaa;
  font-weight: normal;
}
.gupiao-company-intro {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  height: 75px;
  overflow: hidden;
}
.gupiao-company-intro a {
  color: #135699;
}
.gupiao-company-btn {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  margin-bottom: 10px;
}
.gupiao-ppt {
  /* 不知道有几张的幻灯片 */
  font-size: 0;
  position: relative;
  width: 300px;
  height: 250px;
}
.gupiao-ppt ul,
.gupiao-ppt li {
  width: 100%;
  height: 100%;
}
.gupiao-ppt ul {
  position: relative;
}
.gupiao-ppt li {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.gupiao-ppt div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
}
.gupiao-ppt span {
  display: inline-block;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #fff;
}
.gupiao-ppt span.cur {
  background-color: #f00;
}
.gupiao-index {
  /* 首页样式 */
}
.gupiao-index-search {
  /* 首页大搜索 */
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.gupiao-index-search label {
  display: block;
  height: 38px;
  margin: 10px 0 10px 10px;
}
.gupiao-index-search-icon {
  float: left;
  border: 1px solid #ccc;
  border-right: 0;
  width: 34px;
  height: 34px;
  background-color: #fff;
}
.gupiao-index-search-icon img {
  margin: 8px;
}
.gupiao-index-search-text {
  float: left;
  border: 1px solid #ccc;
  border-width: 1px 0;
  width: 545px;
  height: 34px;
}
.gupiao-index-search-btn {
  float: left;
  border: 1px solid #d9141c;
  background-color: #d9141c;
  width: 90px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor :pointer ;
}
.gupiao-index-links {
  /* 大搜索旁边的四个标签链接 */
  line-height: 32px;
  padding: 10px 0;
}
.gupiao-index-links a {
  font-size: 12px;
  color: #666;
  margin-left: 1em;
}
.gupiao-index-links a:hover {
  color: #d9141c;
}
.gupiao-index-ppt {
  /* 大幻灯片 */
  margin-bottom: 15px;
  font-size: 0;
  position: relative;
  width: 680px;
  height: 370px;
}
.gupiao-index-ppt ul {
  position: relative;
}
.gupiao-index-ppt li {
  position: absolute;
  left: 0;
  top: 0;
}
.gupiao-index-ppt ul,
.gupiao-index-ppt li,
.gupiao-index-ppt img {
  width: 100%;
  height: 100%;
}
.gupiao-index-ppt h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-indent: 1em;
  background-image: url("/statics/images/gupiao/ppt-topic.png");
  color: #fff;
}
.gupiao-index-ppt sub,
.gupiao-index-ppt sup {
  position: absolute;
  top: 174px;
  width: 13px;
  height: 20px;
  cursor: pointer;
}
.gupiao-index-ppt sub {
  left: 10px;
}
.gupiao-index-ppt sup {
  right: 10px;
}
.gupiao-hots {
  /* 照明热股 */
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.gupiao-hots-tabs {
  /* 列表标签 */
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.gupiao-hots-tabs a {
  padding: 0 0.5em;
  color: #333;
}
.gupiao-hots-tabs a.cur {
  color: #d9141c;
  font-weight: bold;
}
.gupiao-hots-tables {
  /* 列表表格 */
  padding: 10px;
  height:478px;
}
.gupiao-hots-tables thead td {
  font-size: 12px;
  color: #aaa;
  padding-bottom: 10px;
}
.gupiao-hots-tables tbody {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #444;
}
.gupiao-hots-tables tbody td {
  padding: 5px 0;
}
.gupiao-hots-tables tbody td a { color:#333;} .gupiao-hots-tables tbody td a:hover { color:#c00; text-decoration:underline}
.gupiao-hots-tables tbody b,
.gupiao-hots-tables tbody em {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}
.gupiao-hots-tables tbody b {
  background-color: #e0e0e0;
  color: #666;
  font-weight: normal;
}
.gupiao-hots-tables tbody em {
  background-color: #d9141c;
  color: #fff;
}
.gupiao-comment {
  /* 个股评论 */
}
.gupiao-comment-top {
  /* 有一张图的评论文章 */
  margin-bottom: 10px;
}
.gupiao-comment-top img{
  width: 300px;
}
.gupiao-comment-top a {
  position: relative;
  font-size: 0;
}
.gupiao-comment-top a:hover h2 {
  color: #d9141c;
}
.gupiao-comment-top h2 {
  position: absolute;
  background-image: url("/statics/images/gupiao/news-topic.png");
  font-size: 14px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
}
.gupiao-comment-list {
  /* 评论列表 */
  margin-bottom: 30px;
}
.gupiao-comment-list li {
  height: 30px;
  line-height: 30px;
}
.gupiao-comment-list a {
  font-size: 14px;
  color: #444;
}
.gupiao-comment-list a:hover {
  color: #d9141c;
}
.gupiao-comment-list a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #999;
  vertical-align: 4px;
  margin-right: 0.6em;
}
.gupiao-crumb {
  /* 面包屑导航 */
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.gupiao-crumb a {
  color: #333;
}
.gupiao-crumb a:hover {
  color: red;
}
.gupiao-crumb.no-border {
  border: 0;
}
.gupiao-pages {
  /* 分页 */
  font-size: 14px;
  text-align: center;
  width:100%;
}
.gupiao-pages a,
.gupiao-pages b {
  display: inline-block;
  padding: 0 .8em;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0.1em;
   vertical-align:middle
}
.gupiao-pages a {
  color: #666;
}
.gupiao-pages b,
.gupiao-pages a:hover {
  background-color: #d9141c;
  color: #fff;
}
.gupiao-announcement {
  /* 公告详情 */
  background-color: #f8f8f8;
  padding: 50px;
  border: 1px solid #cdcdcd;
}
.gupiao-announcement h1 {
  font-size: 26px;
  color: #444;
  text-align: center;
  font-weight: normal;
}
.gupiao-announcement-summary {
  /* 日期跟下载 */
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 30px;
}
.gupiao-announcement-summary a {
  color: #0b3b8c;
}
.gupiao-announcement-content {
  /* 大篇幅的文字内容 */
  font-size: 16px;
  line-height: 2;
  color: #444;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
  padding: 40px;
  margin-bottom: 20px;
}
.gupiao-announcement-download {
  /* 原文下载 */
  float: left;
  border: 1px solid #e5e5e5;
  padding: 15px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.gupiao-announcement-download img {
  vertical-align: -4px;
}
.gupiao-announcement-gotop {
  /* 回到顶部 */
  float: right;
  padding: 15px 0;
  color: #333;
  font-size: 14px;
}
.gupiao-announcement-down {
  /* 下载附件 */
  padding: 130px;
  text-align: center;
}
.gupiao-table {
  /* 股指列表表格 */
  font-size: 14px;
  color: #444;
  min-height: 500px;
}
.gupiao-table-caption {
  /* 表格头 */
  font-size: 14px;
  color: #666;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  background-color: #f5f5f5;
  padding: 10px;
}
.gupiao-table-caption select {
  border: 1px solid #ccc;
  width: 100px;
  height: 30px;
  color: #666;
}
.gupiao-table table {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.gupiao-table thead th {
  font-weight: normal;
  color: #aaa;
  height: 70px;
  line-height: 70px;
}
.gupiao-table tbody td {
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.gupiao-table tbody td a { color:#333} .gupiao-table tbody td a:hover { color:#c00; text-decoration:underline;}
.gupiao-table tbody tr.bg td {
  background-color: #f8f8f8;
}
.gupiao-table .left {
  text-align: left;
  padding-left: 1em;
}
.commform .cf-tit { font-size:14px; font-weight:700; height:40px; line-height:40px; background:#f1f1f1; padding:3px 0 0 15px;}
.commform .cf-msg { width:94%; margin:5px auto; border-bottom:#ccc 1px dashed; padding:5px; padding-bottom:10px; }
.commform .cf-msg-r { background:#fafafa; border:#e8e8e8 1px solid; width:96%; margin:5px auto; padding:0 10px;}
.commform .cf-msg p { line-height:22px; margin:10px 0 5px; color:#333; overflow:hidden}
.commform .cf-msg span { display:inline-block; margin-right:10px; color:#999; padding-right:20px; margin:5px auto; }
.commform .cf-msg-add { width:620px; height:150px; margin:10px 0 10px; padding:5px; background: #fff url(/statics/images/comment-bg.gif) center center no-repeat;border:1px solid #A7A6AA;color:#999;}
.commform .cf-login { height:20px; line-height:20px; }
.commform .cf-login a { margin-right:20px; }
.commform .cf-send { margin:5px auto 30px; font-size:12px;}
.commform .cf-send p span{margin-right: 10px;vertical-align: middle;line-height: 22px;}
.commform .cf-send p label input{vertical-align: middle;margin-right: 3px;}
.commform .cf-send .btn { border:none; width:97px; height:30px; line-height:30px; background:#d9141c; text-align:center; font-weight:700; color:#fff; display: block; margin-top: 10px; cursor:pointer}

.w1000 { width:1000px; margin:0 auto;}
.nav { height:48px; line-height:48px; border-top:3px solid #c5171f; border-bottom:1px solid #f2f2f2; box-shadow:1px 1px 1px #f8f8f8}
.nav-list { float:left; font-family:Microsoft yahei;}
.nav-list li { width:84px; float:left; display:inline-block; text-align:center;}
.nav-list li em { background:url(/statics/images/index/index-icon.png) -91px -22px no-repeat; height:48px; width:6px; display:inline-block; float:right}
.nav-list li.cur { background:url(/statics/images/index/index-icon.png) 36px 0 no-repeat; margin-top:-4px; padding-top:4px;}
.nav-list li.cur a {color:#c5171f;}
.nav-list li a { font-size:16px; color:#000;}
.nav-list li a:hover { font-size:16px; color:#c5171f; text-decoration:none;}
.exh-lk { border-radius:5px; background:#c5171f; padding:7px 15px; color:#fff;} .exh-lk:hover { background:#de2f00}
.exh-lk:hover { text-decoration:none; color:#fff;}
.aldgo-lk { background:url(/statics/images/index/ald-logo.png); width:156px; height:31px; float:right; margin-top:6px;}

.top-link{ height: 30px; line-height: 30px; border-bottom: 1px solid #dfdfdf; background: #f4f4f4; width: 100%; }
.top-link .box{ width: 1000px; margin: auto; font-size:12px;}
.top-link .box .l{ float: left;}
.top-link .box .r{ float: right;}
.top-link .box a{ margin: 0 10px; color:#333;} .top-link .box a:hover{ text-decoration:underline;color:#c00;}

.header{ width: 1000px; margin:10px auto; overflow: hidden;}
.header .logo{ float: left;}
.header h1{ float: left; font-size:22px; font-family:Microsoft yahei; display: inline; margin: 20px 0 0 20px; font-weight:bold; color:#000;}
.ad { width:760px; float:right;}
.index-top-ad { width:365px; float:left; margin-left:15px;}

.footer{ width: 980px; margin:10px auto; text-align: center; padding:10px 0; font-size:12px;}
.footer .about-links{ padding-bottom: 10px;}
.footer .about-links a{ color: #333; margin: 0 10px;} .footer .about-links a:hover{ text-decoration:underline; color:#c00;}
.footer p{ line-height: 22px; padding-bottom:10px;}
.footer p a{ color: #999;} 

.footer_new { width: 980px; margin:10px auto; text-align: center; padding:10px 0; font-size:12px;}
.footer_new .about-links{ padding-bottom: 10px;}
.footer_new .about-links a{ color: #333; margin: 0 10px;} .footer_new .about-links a:hover{ text-decoration:underline; color:#c00;}
.footer_new p{ line-height: 22px; padding-bottom:10px;}
.footer_new p a{ color: #999;} 

/*商城广告*/
.alt-rotation{ position: relative; width:300px;height:250px; overflow: hidden; background:#fff;font-size:12px; margin-top:10px;}
.alt-rotation ul{ width: 1500px; }
.alt-rotation li{ float: left; width: 300px; height: 250px; }
.alt-rotation img{border:0; width: 100%; height: 100%;}
.alt-rotation .ctn{ position: absolute; width: 100%; left: 0; bottom: 10px; text-align: center;}
.alt-rotation .ctn i{ display: inline-block; margin: 0 5px; width: 10px; height: 10px; background: no-repeat url(/statics/images/news/dotted.png); cursor: pointer;}
.alt-rotation .ctn i.cur{ background-position: 0 -17px;}
.loading { text-align:center; padding:5px 0; font-size:12px; color:#999}