@charset "UTF-8";
/* line 17, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, D:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/**
*
*$ul_height.........................ul的高度，li的line-height也适用此高度，默认36px
*$ul_background.....................背景图片的地址,默认无背景图片
*
*$li_align..........................li标签的对齐方式，默认居中
*$li_background.....................背景图片的地址,默认无背景图片
*$li_padding........................li标签的padding值，默认为0 0 0 0
*
*$span_fontsize.....................a字体大小，默认14px
*$span_fontweight...................设置是否加粗，默认不加粗
*$span_padding......................设置span内边距，默认 0 15px
*$span_color........................设置字体的颜色，默认黑色 #000
*$span_hover_color..................设置滑动时的颜色，默认砖红色 #900
*
*$a_hover_bg........................设置滑动时的背景，默认无
*
**/
/* line 139, sass/sass/index.scss */
.wraper {
  font-family: "MicrosoftYaHei", "微软雅黑", "Arial", "Tahoma", "Helvetica", "Georgia", "华文黑体", "Hei", "Hiragino Kaku Gothic Pro", "SimSun" !important;
  background: #00513D;
  width: auto;
  min-width: 1260px;
  _width: 1260px;
}

/* line 146, sass/sass/index.scss */
.wrap {
  width: 1260px;
  margin: 0 auto;
    padding: 0 !important;
}

/* ----------------------head start-------------------------*/
/* line 151, sass/sass/index.scss */
.head {
  width: 1260px;
  margin: 0 auto;
  background: #fff;
  padding: 47px 0 0 ;
    background:#fff url(image/head_bg.jpg) no-repeat 7px 47px;
}
/* line 156, sass/sass/index.scss */
.head .wrap {

}
/* line 158, sass/sass/index.scss */
.head .wrap .course_title {
  font-size: 36px;
  font-family: "黑体";
  padding: 82px 0 75px 70px;
  text-align: left;
  color:#000;
  letter-spacing: 3px;/*add by wangbinyan 2015.12.02*/
}
/* line 165, sass/sass/index.scss */
.head .wrap .nav {
  text-align: center;
  height: 48px;
  margin: 0;
  overflow: hidden;
  font-size: 0;
  letter-spacing: -2px;
  *letter-spacing: normal;
  word-spacing: -1px;
  overflow: hidden;
  background: url(image/nav_bg.jpg) no-repeat 7px 0;
}
/* line 89, sass/sass/index.scss */
.head .wrap .nav .menu_l1_head, .head .wrap .nav .menu_l1_space, .head .wrap .nav .menu_l1_foot {
  display: none;
}
/* line 92, sass/sass/index.scss */
.head .wrap .nav li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  background: url(image/nav_li_bg.jpg) no-repeat right center;
  padding: 0 0 0 0;
}
/* line 100, sass/sass/index.scss */
.head .wrap .nav li a {
  float: left;
  line-height: 48px;
  cursor: pointer;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-decoration: none;
}
/* line 108, sass/sass/index.scss */
.head .wrap .nav li a span {
  float: left;
  padding: 0 15px;
  color: #fefefe;
  font-size: 15px;
    font-family: "微软雅黑";
  font-weight: bold;
  cursor: pointer;
  line-height: 48px;
}
/* line 117, sass/sass/index.scss */
.head .wrap .nav li a:hover {
  background: #00513D;/*add by wangbinyan 2015.12.03*/
}
/* line 119, sass/sass/index.scss */
.head .wrap .nav li a:hover span {
  color: white;
}
/* line 125, sass/sass/index.scss */
.head .wrap .nav li.js-cur a {
  background: none;
}
/* line 127, sass/sass/index.scss */
.head .wrap .nav li.js-cur a span {
  color: white;
}
/* line 175, sass/sass/index.scss */
.head .wrap .nav li.licur a {
  background: #00513D;
}

/* ----------------------head end---------------------------*/
/* ----------------------content start-------------------------*/
/* line 187, sass/sass/index.scss */
.content {
  width: 1260px;
  margin: 0 auto;
  padding: 7px 0 0;
  background: #fff;
}
/* line 193, sass/sass/index.scss */
.content .wrap .content-bottom {
  padding: 0 0 25px 0;
}
/* line 195, sass/sass/index.scss */
.content .wrap .content-bottom .content-a {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 15px 24px;
}
/* line 199, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video {
  float: left;
  width: 400px;
}
/* line 202, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video .video_img {
  margin: 0;
}
/* line 204, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video .video_img img {
  width: 400px;
  height: 285px;
}
/* line 209, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video .video-title {
  overflow: hidden;
  zoom: 1;
  background: url(image/video_title_bg.jpg) no-repeat 0 9px;
  border-bottom: 2px solid #87A0AC;
  margin: 0 0 10px 0;
}
/* line 214, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video .video-title span {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #444;
  font-size: 18px;
  padding: 0 0 0 17px;
  /*font-family: "微软雅黑";*/
  font-weight: bold;
}
/* line 225, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct {
  float: right;
  width: 762px;
}
/* line 228, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .introduct-title {
  overflow: hidden;
  zoom: 1;
  background: url(image/video_title_bg.jpg) no-repeat 0 9px;
  border-bottom: 2px solid #87A0AC;
  margin: 0 0 10px 0;
}
/* line 233, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .introduct-title span {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #444;
  font-size: 18px;
  padding: 0 0 0 17px;
    font-weight: bold;
}
/* line 243, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent {
  margin: 10px 0 0 0;
  width: 100%;
}
/* line 246, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent p {
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  height: 245px;
}
/* line 253, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent .newsMore {
  text-align: right;
  overflow: hidden;
}
/* line 256, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent .newsMore a {
  cursor: pointer;
  display: block;
  float: right;
  padding: 3px 10px;
    text-indent: 0;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #017e3c;
  text-align: center;
}
/* line 267, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent .newsMore .offCon {
  display: none;
}
/* line 275, sass/sass/index.scss */
.content .wrap .content-bottom .content-b {
  overflow: hidden;
  zoom: 1;
  margin: 15px 24px 0 24px;
}
/* line 278, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar {
  display: none;
  float: left;
  width: 302px;
}
/* line 282, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap {
  width: 100%;
  margin: 0 auto;
  background: #F9F9F9;
}
/* line 286, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap .colsubject {
  background: #f2f2f2;
  height: 39px;
  line-height: 39px;
  text-align: left;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #ccc;
}
/* line 294, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap .colsubject span {
  color: #00698C;
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding: 0 0 0 30px;
  background: url(image/coin2.jpg) no-repeat 9px 15px;
}
/* line 303, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul {
  list-style: none;
  width: 100%;
  padding: 0;
    zoom: 1;
    *zoom: 1;
    overflow: hidden;
}
/* line 307, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li {
  /*background: url(./line.gif) repeat-x left bottom;*/
  /*line-height: 30px;*/
  min-height: 30px;
  text-align: left;
  margin: 5px 0;
  position: relative;
}
/* line 314, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a {
  text-align: left;
  display: run-in;
}
/* line 318, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul {
  display: none;
}
/* line 320, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul a {
  display: table;
}
/* line 328, sass/sass/index.scss */
.content .wrap .content-bottom .content-b #frame {
  float: right;
  width: 100%;
}

/* line 339, sass/sass/index.scss */
.notice {
  float: left;
  width: 880px;
  border: 1px solid #dddddd;
  border-top: 2px solid #87A0AC;
    position: relative;
    padding:  0 0 30px;
}
/* line 345, sass/sass/index.scss */
.notice .title {
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #ddd;
  background: #f2f2f2;
}
/* line 349, sass/sass/index.scss */
.notice .title li {
  float: left;
  padding: 0 10px 0 27px;
  background: url(image/video_title_bg.jpg) no-repeat 10px 9px;
}
/* line 353, sass/sass/index.scss */
.notice .title li span {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #000;
  /*font-family: "微软雅黑";*/
    font-weight: bold;
}
/* line 361, sass/sass/index.scss */
.notice .conTitle {
  font-size: 17px;
 /* letter-spacing: 1px;*/
  color: #000;
  text-align: left;
  margin: 15px 40px 10px 40px;
}
/* line 367, sass/sass/index.scss */
.notice .conTitle a {
  color: #323232;
  text-decoration: none;
}
/* line 370, sass/sass/index.scss */
.notice .conTitle a:hover {
  text-decoration: underline;
}
/* line 374, sass/sass/index.scss */
.notice .conTitle b {
  color: red;
}

/* line 381, sass/sass/index.scss */
.freshNews {
  padding: 10px 0;
  clear: both;
}

/* line 386, sass/sass/index.scss */
div.authornews {
  text-align: left;
  font-size: 12px;
  color: #637FB4;
  margin: 10px 40px;
}

/* line 393, sass/sass/index.scss */
span.update {
  color: #000;
  padding-left: 10px;
  letter-spacing: 0;
}

/* line 399, sass/sass/index.scss */
div.oncon, .offcon {
  margin: 0 40px;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  text-indent: 2em;
    padding: 0 0 10px;
}

/* line 409, sass/sass/index.scss */
div.more {
  border-bottom: 1px solid #ddd;
  font-size: 1em;
  text-align: right;
  margin: 0 40px 15px 40px;
  padding: 5px 0;
  overflow: hidden;
}
/* line 417, sass/sass/index.scss */
div.more a:hover {
  cursor: pointer;
}

/* line 423, sass/sass/index.scss */
a.onConm {
  background: url(image/on.jpg) no-repeat left top;
  width: 99px;
  height: 18px;
  display: block;
  float: right;
}

/* line 431, sass/sass/index.scss */
a.offConm {
  background: url(image/off.jpg) no-repeat left top;
  width: 84px;
  height: 18px;
  display: block;
  float: right;
}

/* line 440, sass/sass/index.scss */
div.freshNews .titlez {
  background: url(imgae/coin_1.gif) no-repeat left center;
  text-align: left;
}
/* line 443, sass/sass/index.scss */
div.freshNews .titlez span {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #323232;
  padding-left: 20px;
}
/* line 451, sass/sass/index.scss */
div.freshNews ul {
  list-style: none;
}
/* line 453, sass/sass/index.scss */
div.freshNews ul li {
  color: #000;
  font-size: 15px;
  font-family: "微软雅黑";
  line-height: 30px;
  text-align: left;
  background: url(image/coin_2.gif) no-repeat 20px 15px;
  padding: 0 20px 0 30px;
}
/* line 460, sass/sass/index.scss */
div.freshNews ul li a {
  color: #850603;
  text-decoration: none;
}
/* line 463, sass/sass/index.scss */
div.freshNews ul li a:hover {
  text-decoration: underline;
}

/* line 473, sass/sass/index.scss */
div.moreNews {
    /*background-color: #F0F5F8;
    border: 1px solid #CEE1EE;*/
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 51px;
    position: absolute;
    top: 0;
    right: 0;
}

div.moreNews a {
    color: #000;
    display: block;
    font-size: 14px;
    height: 45px;
    letter-spacing: 1px;
    text-decoration: none;
    width: 100%;
}
div.moreNews a:hover{
    color: #000;
    text-decoration:underline;
}
/* line 502, sass/sass/index.scss */
.show1 {
  float: right;
  width: 315px;
  text-align: left;
}
/* line 507, sass/sass/index.scss */
.show1 .se {
  overflow: hidden;
  zoom: 1;
  border: 1px solid #dddddd;
  border-top: 2px solid #87A0AC;
}
/* line 512, sass/sass/index.scss */
.show1 .se .title {
  width: 100%;
  float: left;
  padding: 0 10px 0 27px;
  background: #f2f2f2 url(image/video_title_bg.jpg) no-repeat 10px 9px;
  border: 1px solid #dddddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
/* line 522, sass/sass/index.scss */
.show1 .se .title span {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #333333;
  /*  font-family: "微软雅黑";*/
    font-weight: bold;
}
/* line 531, sass/sass/index.scss */
.show1 .fi {
  margin: 15px 0 0 0;
  overflow: hidden;
  zoom: 1;
  border: 1px solid #dddddd;
  border-top: 2px solid #87A0AC;
}
/* line 537, sass/sass/index.scss */
.show1 .fi .title {
  width: 100%;
  float: left;
  padding: 0 10px 0 27px;
  background: #f2f2f2 url(image/video_title_bg.jpg) no-repeat 10px 9px;
  border: 1px solid #dddddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
/* line 547, sass/sass/index.scss */
.show1 .fi .title span {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color:#333333;
  /*  font-family: "微软雅黑";*/
    font-weight: bold;
}

/* line 558, sass/sass/index.scss */
.tea {
  clear: both;
  height: auto;
}
.teaHeight {
  height: 480px;
}
/* line 560, sass/sass/index.scss */
.tea h1 {
  color: #333;
  font-size: 18px;
  font-weight: 900;
  padding: 20px 0;
}
/* line 566, sass/sass/index.scss */
.tea .tea-pho {
  overflow: hidden;
  zoom: 1;
  position: relative;
  font-size: 12px;
  text-align: center;
}
/* line 572, sass/sass/index.scss */
.tea .tea-pho p {
  text-align: left;
  line-height: 26px;
  font-size: 14px;
  padding: 0 20px;
}
/* line 578, sass/sass/index.scss */
.tea .tea-pho .tleft {
  float: left;
  width: 80px;
  height: 80px;
  display: inline;
  margin: 0 10px 0 0;
}
/* line 583, sass/sass/index.scss */
.tea .tea-pho .tleft img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/* line 590, sass/sass/index.scss */
.tea .tea-text {
  margin: 10px 0;
  padding: 0 20px;
  height: 40px;
  overflow: hidden;
  zoom: 1;
}
/* line 596, sass/sass/index.scss */
.tea .tea-text p {
  line-height: 20px;
    font-size: 12px;
    font-family: "宋体";
}

/* line 605, sass/sass/index.scss */
#main-tea {
  overflow: hidden;
  zoom: 1;
  margin: 11px 18px;
  padding: 15px 0 20px 10px;
}

/* line 607, sass/sass/index.scss */
.show_tea_info {
  width: 16px;
  height: 16px;
  background: url(image/down.gif) no-repeat left top;
  cursor: pointer;
  margin: 0 auto;
}

/* line 608, sass/sass/index.scss */
.hide-tea-info {
  background: url(image/up.gif) no-repeat left top !important;
}

/* ----------------------content end---------------------------*/
/* ----------------------bottom start---------------------------*/
/* line 616, sass/sass/index.scss */
/*.bottom {
  background: #000;
  font-size: 12px;*//*add by wangbinyan 2015.12.02*//*
}
*//* line 618, sass/sass/index.scss *//*
.bottom .wrap {
  text-align: center;
  padding: 10px 0;
}
*//* line 621, sass/sass/index.scss *//*
.bottom .wrap div {
  color: #fff;
  line-height: 24px;*//*add by wangbinyan 2015.12.02*//*
}
*//* line 624, sass/sass/index.scss *//*
.bottom .wrap div a {
  color: #fff;
}
*//* line 626, sass/sass/index.scss *//*
.bottom .wrap div a:hover {
  color: #b20000;
}*/
#foot{
    background: #000;
    font-size:12px;
}

#foot p {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 26px;
}

#foot p a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
#foot p a {
    text-decoration: none;
}
#foot p a:hover {
    text-decoration: underline;
}

/* ----------------------bottom end-----------------------------*/
/* ----------------------info start-----------------------------*/
/* line 637, sass/sass/index.scss */
.wraper .infocontent .wrap {
  border: none;
}
/* line 639, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom {
  margin: 20px 0;
}
/* line 641, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b {
  border: none;
  padding: 0;
  margin: 0;
}
/* line 645, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar {
  width: 290px;
    margin-left:7px;
  /*padding: 94px 0 0 0;*/
  /*background: url(image/sidebar_bg.jpg) no-repeat 0 0;*/
}
/* line 649, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap {
  width: 100%;
  margin: 0 auto;
}
/* line 652, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap .colsubject {
  height: 70px;
  line-height: 70px;
  text-align: left;
  overflow: hidden;
  zoom: 1;
  border-bottom: none;
  background: url(image/menuwrap_bg.jpg) no-repeat 0 0;
    display: none;
}
/* line 660, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap .colsubject span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0 0 0 30px;
  background: none;
}
/* line 669, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul {
  margin: 2px 0 0 0;
  list-style: none;
  width: 100%;
  padding: 0;
    zoom:1;
    overflow: hidden;
}
/* line 674, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li {
  /*background: url(./line.gif) repeat-x left bottom;*/
  /*line-height: 30px;*/
  text-align: left;
  margin: 0 0 1px 0;
  position: relative;
    float: left;
    width: 100%;
}
/* line 680, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a {
  text-align: left;
  display: block;
  background: #666666 url(image/menu_lia_bg.jpg) no-repeat 260px 22px;
  /*padding: 10px 30px;*/
    padding: 8px 30px;/*add by wangbinyan 2015.12.02*/
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}
/* line 688, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a span {
  font-size: 15px;
  font-weight: bold;
    font-family: "微软雅黑";
}
/* line 692, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a:hover, .wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le2cur {
  background: #8a8a8a url(image/menu_lia_hover_bg.jpg) no-repeat 260px 22px;
}
/* line 697, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul {
  display: none;
}
/* line 699, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul a {
  display: block;
  /*padding: 10px 30px 10px 45px;*/
  padding: 8px 30px 8px 45px;/*add by wangbinyan 2015.12.02*/
  background: #edf5e7 url(image/menu_li2a_bg.jpg) no-repeat 260px 22px;
}
/* line 703, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul a span {
  color: #00664C;
    font-size: 15px;
    font-family: "微软雅黑";
    font-weight: bold;
}
/* line 706, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul a:hover, .wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul a.le3cur {
  background: #cee4be url(image/menu_li2a_hover_bg.jpg) no-repeat 260px 22px;
}
/*add by wangbinyan*/
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul li ul li {
    margin: 0;
    border: 0;
}
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul li ul li a {
    display: block;
    padding: 5px 30px 5px 68px;
    background: #CBD0D8 no-repeat 57px 19px;
}
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul li ul li a span {
    color: #00664c;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
}
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul li ul li a:hover ,.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul li ul li a.le4cur{
    background: #CBD0D8 no-repeat 57px 19px;
}
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul li ul li a:hover span, .wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul li ul li a.le4cur span{
    color: #8EA93C;
}
/*end 2015.12.03*/
/* line 715, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b #frame {
  height: auto;
  min-height: 400px;
  width: 920px;
  padding: 0;
}

/* ----------------------info end-----------------------------*/
/*-----------------------third start--------------------------*/
/* line 731, sass/sass/index.scss */
.thirdwraper .head .wrap .nav {
  height: 30px;
}
/* line 738, sass/sass/index.scss */
.thirdwraper .content .content-bottom .popbody {
  margin: 20px 40px 0 40px;
}
/* line 741, sass/sass/index.scss */
.thirdwraper .content .content-bottom .popbody .article .atitle {
  text-align: center;
  color: #036;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #3E9D60;
}
/* line 749, sass/sass/index.scss */
.thirdwraper .content .content-bottom .popbody .article .adate {
  text-align: center;
  font-size: 12px;
  line-height: 50px;
  border-bottom: 1px solid #CACACA;
  color: #003366;
}
/* line 756, sass/sass/index.scss */
.thirdwraper .content .content-bottom .popbody .article .abody {
  margin: 20px;
  height: auto;
  min-height: 400px;
  _height: 400px;
}
/* line 763, sass/sass/index.scss */
.thirdwraper .content .content-bottom .popbody .popbutton {
    text-align: center;
    padding: 5px 0 10px;
}
.thirdwraper .content .content-bottom .popbody .popbutton input.button{
    width: 72px;height: 26px;background: url(../default/third-close-bg.jpg) no-repeat 0 0;
    padding: 26px 0 0;
    margin: 0;
    text-align: center;
    border: none;
    overflow: hidden;
    font-size: 1px;
}

/*-----------------------third end ---------------------------*/
/* line 776, sass/sass/index.scss */
div.feamenu {
  background: #000;
  color: #FFFFFF;
  font-size: 12px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: fixed;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* line 791, sass/sass/index.scss */
.W_nav {
  width: 1260px;
    margin: 0 auto;
  height: 40px;
  line-height: 40px;
}

/* line 797, sass/sass/index.scss */
.xubox_title em {
  left: -150px !important;
}

/* line 801, sass/sass/index.scss */
div.inp {
  margin: 0 0 15px;
}

/* line 805, sass/sass/index.scss */
div.username, div.password {
  background: url("./form_login.png") no-repeat;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  box-shadow: 1px 1px 1px 0 #EAEAEA inset;
  color: #808080;
  height: 28px;
  overflow: hidden;
  padding: 0 4px 0 34px;
  vertical-align: middle;
  width: 165px;
}

/* line 818, sass/sass/index.scss */
div.password {
  background-position: 0 -50px;
}

/* line 822, sass/sass/index.scss */
#W_login {
  margin: 0 0 0 150px;
  *margin: 0 auto;
  width: 205px;
  padding-top: 40px;
}

/* line 829, sass/sass/index.scss */
#W_login .input {
  background: none repeat scroll 0 center rgba(0, 0, 0, 0);
  border-width: 0;
  box-shadow: 0 0 #FFFFFF;
  width: 160px;
  border-radius: 2px;
  color: #808080;
  height: 28px;
  padding: 0 0 0 5px;
  vertical-align: middle;
}

/* line 841, sass/sass/index.scss */
.ck_login {
  background-color: #FFA00A;
  border-color: #FF9B01;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

/* line 854, sass/sass/index.scss */
.ck_login span {
  font-size: 14px;
  border-color: #FFB33B;
  width: 170px;
  font-size:14px;
  font-weight: bold;
  min-width: 49px;
  padding: 0 17px 0 15px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: 26px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 877, sass/sass/index.scss */
.loginsuccess ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 884, sass/sass/index.scss */
.loginsuccess ul li a {
  font-size: 14px;
  color: #fff;
  background: transparent;
  letter-spacing: 1px;
}
div.loginsuccess ul li a.course-manage {
  margin-right: 32px;
  background: url(../../../../jpk/course/layout/newpage1/style/set_ico.png) no-repeat left center;
  padding-left: 24px;
}
div.loginsuccess ul li a.course-realname {
  margin-right: 14px;
  margin-left: 6px;
  background: url(../../../../jpk/course/layout/newpage1/style/user_ico.png) no-repeat left center;
  padding-left: 24px;
}
div.loginsuccess ul li a.logout {
  color: #aaa;
}

div.loginsuccess ul li a:hover {
  color: #00FFFF;
}
div.loginsuccess ul li a.course-manage:hover {
  background: url(../../../../jpk/course/layout/newpage1/style/set_blue_ico.png) no-repeat left center;
}
div.loginsuccess ul li a.course-realname:hover {
  background: url(../../../../jpk/course/layout/newpage1/style/user_blue_ico.png) no-repeat left center;
}
.loginsuccess ul{
    /*background: url(./image/in_bg.jpg) no-repeat 135px center;*/
    /*end 2015.12.02*/
}
.loginsuccess_ul_li_frist_a{background:url(./image/in_bg.jpg) no-repeat scroll right center;}/*add by wangbinyan 2015.12.02*/
/* line 888, sass/sass/index.scss */
#login {
  float: right;
  /*margin-right: 25px;*/
}
.course-login {
  margin-top: 6px;
  display: inline-block;
  width: 68px;
  height: 28px;
  background: #d8d9d8;
  border-radius: 4px;
  color: #003366;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
/* line 893, sass/sass/index.scss */
div.share {
  float: left;
  /*padding-left: 45px;*/
}

/* line 898, sass/sass/index.scss */
div.share ul {
  width: 100%;
}

/* line 902, sass/sass/index.scss */
div.share ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-top: 12px;
}

/* line 910, sass/sass/index.scss */
div.share ul li a {
  color: #FFF;
}

/* line 914, sass/sass/index.scss */
.jiathis_txt {
  height: 40px;
  line-height: 40px;
}

/* line 918, sass/sass/index.scss */
.jiathis_style .jiathis_style .button, .jiathis_style .jiathis_style .jiathis_txt {
  line-height: 40px !important;
}

/* ----------------------issue start-----------------------------*/
/*.wraper {
    font-family: "MicrosoftYaHei", "微软雅黑", "Arial", "Tahoma", "Helvetica", "Georgia", "华文黑体", "Hei", "Hiragino Kaku Gothic Pro", "SimSun" !important;
    background: #01081c url(image/wraper_bg.jpg) no-repeat center top;
    width: auto;
    min-width: 1260px;
    _width: 1260px;
}*/

.issue #head {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0 0;
}
.issue #head .logo {
    background: url(image/head_bg.jpg) no-repeat 7px 7px;
}
.issue #head .logo .course_title {
    font-size: 44px;
    font-weight: bold;
    padding: 50px 0 106px 70px;
    text-align: left;
    color: #fff;
    letter-spacing: 3px;/*add by wangbinyan 2015.12.02*/
}
.issue #head .logo .nav {
    background: none no-repeat 0 0;
    text-align: center;
    height: 48px;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    letter-spacing: -2px;
    *letter-spacing: normal;
    word-spacing: -1px;
    overflow: hidden;
    background: url(image/nav_bg.jpg) no-repeat 7px 0;
}
.issue #main{
    background: #fff;
    margin: 0 auto;
    padding: 27px 0 32px;
    width: 1260px;
    overflow: hidden;
}

.issue #main .sidebar {
    width: 290px;
    margin-left:7px;
    /*padding: 94px 0 0 0;
    background: url(image/sidebar_bg.jpg) no-repeat 0 0;*/
    float: left;
}
.issue #main .sidebar div.menu {
    width: 100%;
    margin: 0 auto;
}

.issue #main .sidebar div.menu ul {
    margin: 2px 0 0 0;
    list-style: none;
    width: 100%;
    padding: 0;
    zoom:1;
    overflow: hidden;
}
.issue #main .sidebar div.menu ul li {
    text-align: left;
    margin: 0 0 1px 0;
    position: relative;
    float: left;
    width: 100%;
}
.issue #main .sidebar div.menu ul li a {
    text-align: left;
    display: block;
    background: #666666 url(image/menu_lia_bg.jpg) no-repeat 260px 22px;
    padding: 8px 30px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
/* line 688, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li a span {
    font-size: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
}
/* line 692, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li a:hover, .issue #main .sidebar div.menu ul li a.le2cur {
    background: #8a8a8a url(image/menu_lia_hover_bg.jpg) no-repeat 260px 22px;
}
/* line 697, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li ul {
    display: none;
}
/* line 699, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li ul a {
    display: block;
    color: #00664C;
    font-size: 15px;
    font-family: "微软雅黑";
    font-weight: bold;
    padding: 8px 30px 8px 45px;/*add by wangbinyan 2015.12.02*/
    background: #edf5e7 url(image/menu_li2a_bg.jpg) no-repeat 260px 22px;
}
/* line 706, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li ul a:hover, .issue #main .sidebar div.menu ul li ul a.le3cur {
    background: #cee4be url(image/menu_li2a_hover_bg.jpg) no-repeat 260px 22px;
}
/*add by wangbinyan*/
.issue #main .sidebar div.menu ul li ul li ul li {
    margin: 0;
    border: 0;
}
.issue #main .sidebar div.menu ul li ul li ul li a {
    display: block;
    padding: 5px 30px 5px 68px;
    background: #CBD0D8 no-repeat 57px 19px;
}
.issue #main .sidebar div.menu ul li ul li ul li a span {
    color: #00664c;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
}
.issue #main .sidebar div.menu ul li ul li ul li a:hover ,.issue #main .sidebar div.menu ul li ul li ul li a.le4cur{
    background: #CBD0D8 no-repeat 57px 19px;
}
.issue #main .sidebar div.menu ul li ul li ul li a:hover span, .issue #main .sidebar div.menu ul li ul li ul li a.le4cur span{
    color: #8EA93C;
}

.issue #main .content {
    float: right;
    width: 960px;
    padding: 0;
}

.issue #foot  {
    background: #000;

}
.issue #foot p{
    width: 1260px;
    margin: 0 auto;
    height: 68px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.issue #foot p a{
    color: #fff;
    text-decoration: none;
}

.issue #foot p a:hover {
    color: #b20000;
}
div.issue #main .body div.img{
    display: none;
}

/* ----------------------issue end-----------------------------*/
