﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
font,
img,
small,
strong,
b,
u,
i,
s,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input {
  padding: 0px;
  margin: 0px;
}
textarea {
  resize: none;
  overflow: auto;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol,
ul li {
  list-style: none outside none;
}
img {
  border: none;
}
body,
button,
input,
select,
textarea {
  font: 12px/150% Arial, "宋体", serif;
  color: #666666;
  outline: 0;
}
/*使 option 有间距*/
select {
  font-family: verdana, sans-serif;
}
body {
  background-color: #fff;
}
s,
em {
  font-style: normal;
}
s {
  text-decoration: none;
}
h2 {
  font-size: 14px;
  color: #8B8989;
  font-family: "Microsoft YaHei", "黑体", "Simsun", serif;
}
h4 {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
a {
  text-decoration: none;
  color: #333;
  background-color: transparent;
}
a:focus {
  border: none;
}
a:hover,
a:active {
  outline: 0;
  /*color: #0077cb;*/
}
/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.6em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button {
  overflow: visible;
  border: 0 none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  resize: none;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
/*  table-layout:fixed;*/
}
td,
th {
  padding: 0;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  *vertical-align: auto;
  padding: 0;
}
/*reset end============*/
/*公共样式*/
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #68c6f9;
}
.fl {
  float: left;
}
.fr {
  float: right ;
}
.lArea {
  float: left;
}
.rArea {
  float: right ;
}
.clear {
  display: block;
  clear: both;
  width: 0;
  height: 0px;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
}
/*用在浮动元素后的空内容元素上*/
input[type="text"],
input[type="password"],
button {
  border: none;
  outline: none;
  -webkit-appearance: none;
}
/*清除浮动 用在浮动元素的父盒子上 start*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*清除浮动 用在浮动元素的父盒子上 end*/
/*超出省略 必须设置宽度*/
.txtEllipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*双击文字不被选中*/
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*强制文字不折行 IE6、7*/
.nobreak {
  word-break: keep-all;
  white-space: nowrap;
  text-align:center;
}
/*强制不折行省略 start 使用该class的元素必须设置宽度*/
.tbreak {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
}
.autobr {
  word-wrap: break-word;
  word-break: break-all;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.vhide {
  visibility: hidden;
}
.vshow {
  visibility: visible;
}
/*自动清除按钮 start*/
.input {
  padding: 5px;
  margin: 0;
  border: 1px solid #beceeb;
}
.autoclear {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 6px 0 0 -20px;
}
.input::-ms-clear {
  display: none;
}
.input:valid + .autoclear {
  display: inline;
}
/*自动清除按钮 end*/
/*select标签兼容样式 selectBox为select标签父盒子 具体宽高属性值根据需要调整*/
.selectBox {
  width: 144px;
  height: 28px;
  border: 1px solid #ccc;
  overflow: hidden;
  *height: 27px;
}
.selectBox select {
  width: 146px;
  vertical-align: middle;
  margin-left: -1px;
  font-size: 14px;
  padding: 0 4px;
  height: 30px;
  margin-top: -1px;
  padding-left:0\9\0; /*ie9*/
  *margin-top: -1px;
  -webkit-appearance: menulist-button;
}
/*仿select样式 start*/
.selectbox {
  position: relative;
  width: 100px;
  height: 30px;
}
.selectbox .current {
  background-color: #f1f1f1;
  position: relative;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 9px;
  display: block;
  width: 56px;
  padding-right: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectbox .current:hover {
  border-color: #0081e4;
}
.selectbox .current:hover s {
  background-color: #AFDEF8;
}
.selectbox s {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 30px;
  background-position: -70px -366px;
  background-color: #E4E4E4;
  cursor: pointer;
}
.selectbox .options {
  position: absolute;
  background-color: #fff;
  max-height: 220px;
  min-width: 99%;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #d7d7d7;
  top: 23px;
  left: 0px;
}
.selectbox .options li {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  cursor: pointer;
  *min-width: 95%;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
}
.selectbox .options li:hover {
  background-color: #3399FF;
  color: #fff;
}
.selectbox-hover s {
  background-color: #AFDEF8;
}
.selectbox-hover .current {
  border-color: #0081e4;
}
.selectbox-hover .options {
  border-color: #0081e4;
}
/*仿select样式 end*/
/*仿placeholder 样式*/
.fpacehd {
  position: absolute;
  top: 0;
  left: 12px;
  color: #959595;
}
/*遮罩层与弹出层配合使用*/
.mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 9998;
  width: 10000px;
  height: 100%;
}
/*滚动组件公共样式*/
.scrollbox {
  position: relative;
  /*width: 112px;*/
  height: 30px;
  line-height: 30px;
}
/*.scrollbox .btn-larrow,
.scrollbox .btn-rarrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  z-index: 3;
  cursor: pointer;
}
.scrollbox .btn-larrow {
    z-index:100;
  left: 0;
}
.scrollbox .btn-rarrow {
  right: 0;
   z-index:100;
}*/
.scrollbox .list {
  position: absolute;
  left: 20px;
  height: 100%;
}
/*版心宽度 控制 开始*/
/*.header,
.nav,
.footer,
.top,
.location {
   min-width: 1200px; 
  _width: 1200px;
}*/
.header,
.botNav {
  padding: 0 20px;
}
#bottom {
  padding: 10px 20px;
}
.w {
  /*width: 1200px;*/
  margin: 0 auto;
}
/*版心宽度 控制 结束  ===============*/
body {
  background: #ffffff url("../../../images/bgpic.png") repeat-x;
}
/*分页样式 start*/
.pagebox {
  text-align: center;
  padding-top: 20px;
  line-height: 20px;
  color: #333;
}
.pagebox .total {
  margin-right: 22px;
}
.pagebox a  {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 20px;
  margin-left: 5px;
  padding: 0 6px;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.pagebox a:hover {
  color: #0077cb;
}
.pagebox .pre,
.pagebox .next,
.pagebox .first {
  margin-left: 5px;
}
.pagebox .cur {
  background-color: #489cea;
  color: #fff;
}
.pagebox .cur:hover {
  color: #fff;
}
/*分页样式 end*/
/*底边距*/
.mb15 {
  margin-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
/*按钮公共样式*/
.btn {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  *vertical-align: auto;
  padding: 0;
}
.programaNearYear li {float:left;}
.lArea div[id^='programaLevel'] ul li a{
    white-space:nowrap;
    display:block;
    width: 170px;
    overflow:hidden;
    text-overflow:ellipsis;
    }
.select {    /*background-color:#ccc;*/}
.visPop {    position:absolute;width:1050PX;height:450PX;background:#fff;z-index:36;left:20%;display:block;display:none;}
.visPopshow {   left:0px;top:0px;width:100%;bottom:0px;background:#808080;position:absolute;z-index:31;filter:alpha(opacity=50);opacity:0.6;display:none;}
.visPop a {    float:right;color:red;margin-right:2PX;font-size:15PX}
.btn-import a {cursor:pointer;}
.searchresultLi li {cursor:pointer;color:blue;float:left;padding:5px;}
.sel_cnt a {cursor:pointer;color:blue;}
.highchartsdiv {width: 800px; float: left;margin-left:15px;}
.visPop .highchartsdivleft {   font: normal 18px/1.6 'Microsoft YaHei', '微软雅黑'; width: 200px; height: 450px; float: left; background: #e7e4e4; text-align: center; line-height: 25px}
a.shares {color:#002b82;}
a.journalshares {    color:#666; }
.ErrorInfo {text-align: center; line-height: 110px; font-size: large;}


