@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: #000e23;
}

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

/* ----------------------head start-------------------------*/
/* line 148, sass/sass/index.scss */
.head {
  margin: 0;
  background: url(image/head_wrap_bg.jpg) repeat-x 0 40px;
  padding: 40px 0 0 0;
}
/* line 152, sass/sass/index.scss */
.head .wrap {
  background: url(image/head_bg.jpg) no-repeat 0 0;
}
/* line 154, sass/sass/index.scss */
.head .wrap .course_title {
  font-size: 44px;
  font-weight: bold;
  padding: 57px 60px 36px 0;
  text-align: right;
  color: #fff;
  letter-spacing: 3px;/*add by wangbinyan 2015.12.01*/
}
/* line 161, sass/sass/index.scss */
.head .wrap .nav {
  background: url(image/nav_bg.jpg) repeat-x 0 0;
  text-align: center;
  height: 46px;
  margin: 0;
  overflow: hidden;
  font-size: 0;
  letter-spacing: -2px;
  *letter-spacing: normal;
  word-spacing: -1px;
  overflow: hidden;
  margin: 11px 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;
}
.head .wrap .nav li:hover a {
    background: #637394 no-repeat center center;
}
/* line 100, sass/sass/index.scss */
.head .wrap .nav li a {
  float: left;
  line-height: 46px;
  cursor: pointer;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-decoration: none;
  margin-right: 2.5px;/*add by wangbinyan 2015.12.02*/
}
/* line 108, sass/sass/index.scss */
.head .wrap .nav li a span {
  float: left;
  padding: 0 15px;
  color: white;
  font-size: 14px;
  font-family: "宋体";
  font-weight: bolder;
  cursor: pointer;
  line-height: 46px;
}
/* line 117, sass/sass/index.scss */
.head .wrap .nav li a:hover {
  background: url(image/nav_hover_bg.jpg) repeat-x center center;
}
/* 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: url(image/nav_hover_bg.jpg) repeat-x center center;
}
/* line 127, sass/sass/index.scss */
.head .wrap .nav li.js-cur a span {
  color: white;
}
/* line 171, sass/sass/index.scss */
.head .wrap .nav li.licur a {
  background: url(image/nav_hover_bg.jpg) repeat-x center center;

}

/* ----------------------head end---------------------------*/
/* ----------------------content start-------------------------*/
/* line 183, sass/sass/index.scss */
.content {
  margin: 0;
}
/* line 187, sass/sass/index.scss */
.content .wrap .content-bottom .content-a {
  overflow: hidden;
  zoom: 1;
  background: #fff;
  margin: 0;
  padding: 38px 36px;
}
/* line 192, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video {
  float: right;
  width: 400px;
}
/* line 195, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video .video_img {
  margin: 10px 0 0 0;
}
/* line 197, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video .video_img img {
  width: 400px;
  height: 285px;
}
/* line 202, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video .video-title {
  background: url(image/video_title_bg.jpg) no-repeat 0 0;
  overflow: hidden;
  zoom: 1;
}
/* line 205, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .video .video-title span {
  float: left;
  background: url(image/coin1.jpg) no-repeat 15px 15px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 36px;
}
/* line 217, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct {
  float: left;
  width: 760px;
}
/* line 220, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .introduct-title {
  overflow: hidden;
  zoom: 1;
  background: url(image/introduct_title_bg.jpg) no-repeat 0 0;
}
/* line 223, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .introduct-title span {
  float: left;
  background: url(image/coin1.jpg) no-repeat 15px 15px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  padding: 0 0 0 36px;
  font-weight: bold;
}
/* line 234, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent {
  margin: 20px 0 0 0;
  width: 100%;
}
/* line 237, 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: 27px;
  text-indent: 30px;
  border: none;
}
/* line 245, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent .newsMore {
  margin: 15px 0 0 0;
  text-align: right;
}
/* line 248, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent .newsMore a {
  cursor: pointer;
  border: none;
  font-size: 12px;
}
/* line 251, sass/sass/index.scss */
.content .wrap .content-bottom .content-a .introduct .comtent .newsMore .offCon {
  display: none;
}
/* line 259, sass/sass/index.scss */
.content .wrap .content-bottom .content-b {
  overflow: hidden;
  zoom: 1;
  margin: 15px 0 0 0;
  background: url(image/content_b_bg.jpg) repeat-y 0 0;
}
/* line 263, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar {
  display: none;
  float: left;
  width: 306px;
}
/* line 267, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap {
  width: 100%;
  margin: 0 auto;
  background: #F9F9F9;
}
/* line 271, 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 279, 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 288, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
/* line 292, 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 299, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a {
  text-align: left;
  display: run-in;
}
/* line 303, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul {
  display: none;
}
/* line 305, sass/sass/index.scss */
.content .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul a {
  display: table;
}
/* line 313, sass/sass/index.scss */
.content .wrap .content-bottom .content-b #frame {
  float: right;
  width: 100%;
}

/* line 324, sass/sass/index.scss */
.notice {
  float: right;
  width: 885px;
  background: #fff;
}
/* line 328, sass/sass/index.scss */
.notice .title {
  overflow: hidden;
  zoom: 1;
  background: #4c5871;
}
/* line 332, sass/sass/index.scss */
.notice .title li {
  float: left;
  background: url(image/coin1.jpg) no-repeat 10px 16px;
  padding: 0 10px 0 30px;
}
/* line 336, sass/sass/index.scss */
.notice .title li span {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
/* line 345, sass/sass/index.scss */
.notice .conTitle {
  font-size: 14px;/*add by wangbinyan 2015.12.02*/
  font-weight: bold;
  /*letter-spacing: 1px;*/
  color: #323232;
  text-align: left;
  margin: 20px;
}
/* line 352, sass/sass/index.scss */
.notice .conTitle a {
  color: #323232;
  text-decoration: none;
}
/* line 355, sass/sass/index.scss */
.notice .conTitle a:hover {
  text-decoration: underline;
}
/* line 359, sass/sass/index.scss */
.notice .conTitle b {
  color: red;
}

/* line 366, sass/sass/index.scss */
.freshNews {
  /*padding: 20px;*/
  background: #fff;
}

/* line 371, sass/sass/index.scss */
div.authornews {
  text-align: left;
  /*font-size: 13px;*/
  font-size: 12px;/*add by wangbinyan 2015.12.02*/
  color: #C9A42F;
  /*letter-spacing: 1px;*/
  margin: 0 20px;
}

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

/* line 385, sass/sass/index.scss */
div.oncon, .offcon {
  margin: 0 20px;
  overflow: hidden;
  color: #232323;
  /*font-size: 14px;*//*add by wangbinyan 2015.12.02*/
  letter-spacing: 1px;
  padding: 5px 0 10px;
  line-height: 29px;
  text-align: left;
  border-bottom: 1px solid #EAEAEA;
  height: 233px;
}

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

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

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

/* line 427, sass/sass/index.scss */
div.freshNews .titlez {
  background: url(imgae/coin_1.gif) no-repeat left center;
  text-align: left;
}
/* line 430, sass/sass/index.scss */
div.freshNews .titlez span {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #323232;
  padding-left: 20px;
}
/* line 438, sass/sass/index.scss */
div.freshNews ul {
  list-style: none;
  padding: 11px 0;
}
/* line 440, sass/sass/index.scss */
div.freshNews ul li {
  color: #323232;
  background: url("./image/li_coin.gif") no-repeat 20px 14px;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: left;
  line-height: 30px;
    padding: 0 20px 0 30px;
}
/* line 445, sass/sass/index.scss */
div.freshNews ul li a {
  color: #00698c;
  text-decoration: none;
}
/* line 448, sass/sass/index.scss */
div.freshNews ul li a:hover {
  text-decoration: underline;
}

/* line 456, sass/sass/index.scss */
.functionz {
  background: url(image/frame_bg.jpg) repeat-y right top;
}

/* line 459, sass/sass/index.scss */
div.moreNews {
    /*background-color: #F0F5F8;
    border: 1px solid #CEE1EE;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
/* line 458, sass/sass/index.scss */
/*div.moreNews :hover {
    background: none repeat scroll 0 0 #E3EEF8;
    cursor: pointer;
}*/
/* line 462, sass/sass/index.scss */
div.moreNews a {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 50px;
    letter-spacing: 1px;
    text-decoration: none;
    width: 100%;
}
div.moreNews a:hover{
    color: #fff;
    text-decoration:underline;
}

/* line 488, sass/sass/index.scss */
.show1 {
  float: left;
  width: 360px;
  text-align: left;
}
/* line 493, sass/sass/index.scss */
.show1 .se {
  margin: 0;
}
/* line 495, sass/sass/index.scss */
.show1 .se .title {
  overflow: hidden;
  zoom: 1;
  background: #4c5871;
}
/* line 498, sass/sass/index.scss */
.show1 .se .title span {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url(image/coin1.jpg) no-repeat 10px 16px;
  padding: 0 10px 0 30px;
}
/* line 511, sass/sass/index.scss */
.show1 .fi {
  margin: 15px 0 0 0;
  background: #fff;
}
/* line 513, sass/sass/index.scss */
.show1 .fi .title {
  overflow: hidden;
  zoom: 1;
  background: #4c5871;
}
/* line 516, sass/sass/index.scss */
.show1 .fi .title span {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url(image/coin1.jpg) no-repeat 10px 16px;
  padding: 0 10px 0 30px;
}

/* line 531, sass/sass/index.scss */
.tea {
  background: #fff;
  height: auto;
  overflow: hidden;
}
.teaHeight {
  height: 440px;
}
/* line 533, sass/sass/index.scss */
.tea h1 {
  color: #333;
  font-size: 18px;
  font-weight: 900;
  padding: 20px 0;
}
/* line 539, sass/sass/index.scss */
.tea .tea-pho {
  overflow: hidden;
  zoom: 1;
  position: relative;
  font-size: 12px;
  text-align: center;
}
/* line 545, sass/sass/index.scss */
.tea .tea-pho p {
  text-align: left;
  line-height: 24px;
  /*font-size: 12px;*/
  font-size: 14px; /*add by wangbinyan 2015.12.02*/
  padding: 0 20px;
}
/* line 551, sass/sass/index.scss */
.tea .tea-pho .tleft {
  float: left;
  width: 80px;
  height: 80px;
  display: inline;
  margin: 0 10px 0 0;
}
/* line 556, sass/sass/index.scss */
.tea .tea-pho .tleft img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/* line 563, sass/sass/index.scss */
.tea .tea-text {
  margin: 10px 0;
  padding: 0 20px;
  height: 40px;
  overflow: hidden;
  zoom: 1;
}
/* line 569, sass/sass/index.scss */
.tea .tea-text p {
  line-height: 20px;
    font-size: 12px;
    font-family: "宋体";
}

/* line 578, sass/sass/index.scss */
#main-tea {
  margin: 11px 18px;
  padding: 0 0 20px 0;
}

/* line 580, 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 581, sass/sass/index.scss */
.hide-tea-info {
  background: url(image/up.gif) no-repeat left top !important;
}

/* ----------------------content end---------------------------*/
/* ----------------------bottom start---------------------------*/
/* line 589, sass/sass/index.scss */
/*.bottom {
  background: url(image/bottom_bg.jpg) repeat-x left bottom;
  border-top: 1px solid #4C5871;
  margin: 10px 0 0 0;
  font-size:12px;*//*add by wangbinyan 2015.12.01*//*
}
*//* line 593, sass/sass/index.scss *//*
.bottom .wrap {
  text-align: center;
  padding: 10px 0;
}
*//* line 596, sass/sass/index.scss *//*
.bottom .wrap div {
  color: #fff;
  line-height: 28px;
}
*//* line 599, sass/sass/index.scss *//*
.bottom .wrap div a {
  color: #fff;
}
*//* line 601, sass/sass/index.scss *//*
.bottom .wrap div a:hover {
  color: #b20000;
}*/
#foot {
    background: url(image/bottom_bg.jpg) repeat-x left bottom;
    border-top: 1px solid #4C5871;
    margin: 10px 0 0 0;
    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 613, sass/sass/index.scss */
.wraper .infocontent .wrap {
  border: none;
}
/* line 615, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom {
  margin: 20px 0;
}
/* line 617, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b {
  border: none;
  background: url(image/infocontent_contentb_bg.jpg) repeat-y 0 0;
}
/* line 620, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar {
  width: 280px;
}
/* line 622, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap {
  width: 100%;
  margin: 0 auto;
  background: none;
}
/* line 626, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap .colsubject {
  display: none;
  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 635, 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 644, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul {
  /*margin: 2px 0 0 0;*/
  margin: 0;/*add by wangbinyan 2015.12.02*/
  list-style: none;
  width: 100%;
  padding: 0;
}
/* line 649, 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;
  position: relative;
    margin: 0;
}
/* line 655, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a {
  text-align: left;
  display: block;
  padding: 5px 30px;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
  font-family: "宋体";
  border-top: 1px solid #000E23;
  border-bottom: 1px solid #000E23;
  margin-top:-1px;
}
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le2{
  background: #4d5e80 url(image/cur_a.png) no-repeat 15px 16px;
  color: #fff;
}
/* line 663, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le2 span {
    font-weight: bold;
}
/* line 667, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le2:hover, .wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le2cur {
  background: #3979A8 url(image/cur_a.png) no-repeat 15px 16px;
}
/* line 672, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li ul {
  display: none;
}
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le3{
    background: #889CBD url(image/cur_a.png) no-repeat 36px 16px;
    color: #fff;
    padding-left:53px;
}
/* line 663, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le3 span {

}
/* line 667, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le3:hover, .wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le3cur {
    background: #889CBD url(image/cur_a.png) no-repeat 36px 16px;
    color: #000;
}

.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le4{
    background: #B0BACE url(image/li_coin.gif) no-repeat 57px 19px;
    color: #000;
    padding-left:68px;
}
/* line 663, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le4 span {

}
/* line 667, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le4:hover, .wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le4cur {
    background: #B0BACE url(image/li_coin.gif) no-repeat 57px 19px;
}

.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le5{
    background-color: #aeb4bf;
    color: #000;
    padding-left: 84px;
}
/* line 663, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le5 span {

}
/* line 667, sass/sass/index.scss */
.wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le5:hover, .wraper .infocontent .wrap .content-bottom .content-b .sidebar div.menuwrap #menu ul li a.le5cur {
    background-color: #D1D7E2;
    color: #00698C;
}
/* ----------------------info end-----------------------------*/
/*-----------------------third start--------------------------*/
/* line 702, sass/sass/index.scss */
.thirdwraper .head .wrap .nav {
  height: 30px;
  display: none;
}
/* line 709, sass/sass/index.scss */
.thirdwraper .content .content-bottom {
  margin: 20px 0 0 0;
  padding: 20px 0;
  border-top: 12px solid #4D5E80;
  background: #fff;
}
/* line 714, sass/sass/index.scss */
.thirdwraper .content .content-bottom .popbody {
  margin: 0 20px;
}
/* line 717, 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 725, sass/sass/index.scss */
.thirdwraper .content .content-bottom .popbody .article .adate {
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  border-bottom: 1px solid #CACACA;
}
/* line 731, sass/sass/index.scss */
.thirdwraper .content .content-bottom .popbody .article .abody {
  margin: 20px;
  height: auto;
  min-height: 400px;
  _height: 400px;
}
/* line 738, 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 750, sass/sass/index.scss */
div.feamenu {
    background: url(image/wnav_bg.jpg) repeat-x 0 0;
  box-shadow: 0 1px 3px 0 #000000;
  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 765, sass/sass/index.scss */
.W_nav {
    width: 1260px;
    margin: 0 auto;
  height: 40px;
  line-height: 40px;
}

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

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

/* line 779, 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 792, sass/sass/index.scss */
div.password {
  background-position: 0 -50px;
}

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

/* line 803, 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 815, 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 828, 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 851, sass/sass/index.scss */
.loginsuccess ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 858, 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 862, 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 867, sass/sass/index.scss */
div.share {
  float: left;
  /*padding-left: 45px;*/
}

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

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

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

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

/* line 892, 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: #000e23;
}
.issue #head {
    margin: 0;
    background: url(image/head_wrap_bg.jpg) repeat-x 0 40px;
    padding: 40px 0 0 0;
}
/* line 152, sass/sass/index.scss */
.issue #head .logo {
    width: 1260px;margin: 0 auto;
    background: url(image/head_bg.jpg) no-repeat 0 0;
}
/* line 154, sass/sass/index.scss */
.issue #head .logo .course_title {
    font-size: 44px;
    font-weight: bold;
    padding: 57px 60px 36px 0;
    text-align: right;
    color: #fff;
    letter-spacing: 3px;/*add by wangbinyan 2015.12.01*/
}
.issue #head .logo .nav {
    background: url(image/nav_bg.jpg) repeat-x 0 0;
    text-align: center;
    height: 46px;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    letter-spacing: -2px;
    *letter-spacing: normal;
    word-spacing: -1px;
    overflow: hidden;
    margin: 11px 0;
}
.issue #main{
    width: 1260px;
    margin: 0 auto 20px;
    overflow: hidden;
    background: url("image/infocontent_contentb_bg.jpg") repeat-y scroll 0 0;
    border: medium none;
}
.issue #main .sidebar {
    width: 280px;
    float: left;
}
/* line 622, sass/sass/index.scss */
.issue #main .sidebar div.menu {
    width: 100%;
    margin: 0 auto;
    background: none;
}

/* line 644, sass/sass/index.scss */
.issue #main .sidebar div.menu ul {
    /*margin: 2px 0 0 0;*/
    margin: 0;/*add by wangbinyan 2015.12.02*/
    list-style: none;
    width: 100%;
    padding: 0;
}
/* line 649, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li {
    /*background: url(./line.gif) repeat-x left bottom;*/
    /*line-height: 30px;*/
    text-align: left;
    margin: 0 0 1px 0;
    position: relative;
}
/* line 655, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li a {
    text-align: left;
    display: block;
    background: #4d5e80 url(image/menu_lia_bg.jpg) no-repeat 260px 22px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
/* line 663, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li a span {
    font-size: 14px;
    font-weight: bold;
}
/* line 667, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li a:hover, .issue #main .sidebar div.menu ul li a.le2cur {
    background: #60769f url(image/menu_lia_hover_bg.jpg) no-repeat 260px 22px;
}
/* line 672, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li ul {
    display: none;
}
/* line 674, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li ul a {
    display: block;
    padding: 10px 30px 10px 45px;
    background: #889cbd url(image/menu_li2a_hover_bg.jpg) no-repeat 260px 22px;
}
/* line 678, sass/sass/index.scss */
.issue #main .sidebar div.menu ul li ul a span {
    color: #000;
}
/* line 681, 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: #b0bace url(image/menu_li2a_bg.jpg) no-repeat 260px 22px;
}

.issue #main .content {
  float: right;
  width: 960px;
  background: #fff;
}

.issue #foot {
    background: url("image/bottom_bg.jpg") repeat-x scroll left bottom;
    border-top: 1px solid #4c5871;
    font-size: 12px;
    margin: 10px 0 0;
    text-align: center;
}
.issue #foot p{
    width: 1260px;
    margin: 0 auto;
    line-height: 76px;
    color: #fff;
}
.issue #foot p a{
    color: #fff;
}

div.issue #main .body div.img{
    display: none;
}
/* ----------------------issue end-----------------------------*/
