/*引入通用样式*/
@import "../../../../jpk/course/layout/newpage1/style/index.css";
body,button,input,select,textarea{font-family:MicrosoftYaHei,'微软雅黑',Arial,Tahoma,Helvetica,Georgia,Sans-serif,'STXihei','华文黑体',Hei,'Hiragino Kaku Gothic Pro',SimSun !important;}

body,html{
    background: #edefe4;
}

#frame {
    display: block;
}


body, html {
    margin: 0;
    padding: 0;
}

#head {
    width: 1260px;
    margin: 0 auto;
    background: url(./head_bg.jpg) no-repeat left bottom;
    position:relative;
}


#pushmsg{
    display:none;
    position:absolute;
    z-index: 999;
    left:40%;
    top:88px;
    width:20%;
    padding:5px;
    line-height:20px;
    background: url(./mes_bg.png) repeat left top;
    color:#E25506;
    text-align:center;
    font-weight:bold;
    font-size:14px;
}

div.logo {
    margin: 0;
    padding: 58px 0 220px 0;
    position: relative;
}
div.logo .course_title{
    left: 0;
    top: 22px;
    text-align:left;
    padding:10px 0 0 10px;
    font-size:36px;
    font-weight:bold;
    color:#000;
}


div.nav {
    text-align: right;

}

div.nav ul {
    margin: 0;
}

div.nav ul li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(./nav_border.gif) no-repeat right center;
    height: 26px;
    line-height: 26px;
}

div.nav ul li a {
    text-decoration: none;
    margin-right: 7px;
    height: 26px;
    line-height: 26px;
    display: block;
    cursor: pointer;
    padding: 0 6px;
    letter-spacing: 1px;
    color: #000;
}

.navclick{
    background: #AF1A40;
    color: #fff;
}
.navclick span{
    color: #fff;
}

div.nav ul li a span {
    font-size: 15px;
    font-weight: bold;
}
div.nav ul li a:hover {
    background: #AF1A40;
}
div.nav ul li a:hover span{
    color: #fff;
}

.offCon {
    display: none;
}

.newsMore a {
    cursor: pointer;
    color: #97A859;
}

.newsMore a:hover {
    text-decoration: underline;
}

.newsMore {
    margin-top: 10px;
    text-align: right;
}

#main {
    width: 1260px;
    /*min-width: 1024px;*/
    margin: 0 auto;
    min-height: 400px;

    background: #fff;
}

div.video {
    float: left;
    width: 400px;
    height: 300px;
    border: 1px solid #eaeaea;
    /*padding-top: 20px;*/
    overflow:hidden;
    zoom:1;
}
div.video .video_img{
    margin:0;
    background: url(./flash.jpg) no-repeat center center;
    position:relative;

}
div.video .video_img .for_showtext{
    margin:0;
    height:300px;
}
div.video .video_img .video_teainfo{
    margin:0;
    background:url(./video_teainfo.png) repeat-x left top;
    width:100%;
    height:33px;
    bottom:0;
    left:0;
    cursor:pointer;
}
div.video .video_img .video_teainfo p{
    line-height:33px;
    color:#666;
    font-size:14px;
    font-weight:bold;
    padding:0 0 0 20px;
    text-align:left;
    /*background:url(./video_teainfo_p.png) no-repeat 98% 60%;*/
}
div.video .video_img .video_teainfo p.removeBg{
    color:#596800;
    background:#F1F6ED;
}
div.video .video_text{
    height:162px;
    margin:0;
}
div.video .video_text ul{
    text-align:left;
    padding:10px 20px 20px 20px;
}
div.video .video_text ul li{
    line-height:26px;
    color:#1B8C8A;
    padding:0 0 0 20px;
}
div.video .video_text ul li.video_text_title{
    padding:0 0 0 2px;
}
div.video .video_text ul li span{
    font-weight:bold;
}

/*div.video .image {*/
/*background: url(./flash.jpg) no-repeat left top;*/
/*width: 443px;*/
/*height: 168px;*/
/*margin: 0 auto;*/
/*}*/

div.introduct {
    float: right;
    width: 64%;
}

div.courseTitle {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #718A11;
    font-family: "Microsoft YaHei";
    font-size: 40px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 128, 0, 1)), to(rgba(51, 51, 51, 77)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

div.introduct .comtent {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    color: #686868;
    line-height: 24px;
    text-indent: 30px;
}

div.introduct .comtent p {
    margin: 0;
    text-align: left;
}

div.author {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #634D1A;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Microsoft YaHei";
    line-height: 30px;
}

#foot {
    width: 1260px;
    height: 55px;
    border-top: 4px solid #7B776B;
    text-align: center;
    line-height: 60px;
    margin: 10px auto 0 auto;
}

#foot .copyright {
    width: 1260px;
    margin: 0 auto;
    color: #FFF;
    letter-spacing: 1px;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
}

#foot .copyright span.l {
    color: #636466;
}

#foot .copyright span.r {
    float: right;
    padding-right: 35px;
}

#foot .copyright a {
    color: #636466;
    text-decoration: none;
}

#foot .copyright a:hover {
    text-decoration: underline;
}
#foot p{
    color:#636466;
}
#foot p a{
    color:#636466;
}
#foot p a:hover{
    text-decoration:underline;
}

div.sidebar {
    padding-top: 25px;
    float: left;
    width: 300px;
    margin-left: 25px;
}

div.content {
    float: right;
    width: 920px;
    padding-top:1px;
    padding-top: 25px;
}

div.menuwrap {
    width: 100%;
    margin: 0 auto;
    background: #F9F9F9;
}

div.menuwrap .colsubject {
    background: #AF1A40;
    height: 42px;
    line-height: 42px;
    text-align: left;
}

div.menuwrap .colsubject span {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 0 0 20px;
}

#menu ul {
    list-style: none;
    width: 100%;
    padding: 0;
}

#menu ul a {
    text-align: left;
    display:run-in;
    width:100%;
}

#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;
}

#menu ul li ul {
    display: none;
}
#menu ul li a{
    display:table;
    width:285px;
}

#menu ul li  ul li  a{
    display:table;
    width:270px;
}

#menu ul li ul li ul li  a{
    display:table;
    width:255px;
}

#menu ul li ul li  ul li ul li   a{
    display:table;
    width:240px;
}

.le2 {
    /*background: url(coin_2.png) no-repeat 25px center;*/
    padding: 5px 5px 0 10px;
    /*text-indent:22px;*/
    font-size: 13px;
    font-family: "Microsoft YaHei";
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;
    background: #E8E8E8;
    border-radius: 4px; /*height: 30px;*/
    line-height: 30px;
    /*text-indent: 25px;*/
}

.le2 span {

}

.le2:hover {
    background: #515151;
    color:#eee;
}

.le2cur {
    background: #515151;
    color:#eee;
}

.leve2 li {
    background: #FFF !important;
}

.le3 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    /*text-indent: 35px;*/
    background:#BEBEBE;
    padding: 5px 5px 0 25px;
}

.le3:hover {
    background: #777777;
    color: #fff;
}

.le3cur {
    background: #777777;
    color: #fff;
}

.le4 {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    /*text-indent: 45px;*/
    background:#CECECE;
    padding: 5px 5px 0 40px;
}

.le4:hover {
    background: #B9B9B9;
}

.le4cur {
    background: #B9B9B9;
}

.le5 {
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    /*text-indent: 55px;*/
    background:#FFF;
    padding: 5px 5px 0 55px;
}

.le5:hover {
    background: #F1F1F1;
}

.le5cur {
    background: #F1F1F1;
}

div.fun {
    width: 100%;
    padding-top: 30px;
    display: none;
}
div.buttonc {
    text-align: center;
    padding-bottom: 15px;
}
input.button {
    background:#EBEBEB;
    height: 20px;
    overflow: visible;
    padding: 0 10px;
    border: 1px solid #CCC;
    line-height: 20px !important;
    color: #333;
    letter-spacing: 2px;
    font-size: 12px;
    cursor: pointer;
    *line-height: 18px !important;
}
.tenor_on {
    background: url("ok.png") no-repeat 260px center ;
    display: block;
    padding-right: 25px;
}

#menu ul li  ul li   span.tenor_on   {
    background: url("ok.png") no-repeat 245px center ;
    display: block;
    padding-right: 25px;
}


#menu ul li  ul li  ul li   span.tenor_on  {
    background: url("ok.png") no-repeat 230px center ;
    display: block;
    padding-right: 25px;
}

#menu ul li  ul li  ul li  ul li   span.tenor_on  {
    background: url("ok.png") no-repeat 245px center ;
    display: block;
    padding-right: 25px;
}





.tenor_off {
    background: url("no.png") no-repeat 260px center;
    display: block;
}
div.xuboxer{
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 100000001;

}
div.xuboxer a{
    display: block;
    width: 26px;
    height: 99px;
    background: url(./r2.gif) no-repeat left center;
}

div.chengji{
    position: fixed;
    top: 270px;
    right: 0;
    z-index: 100000001;

}
div.chengji a{
    display: block;
    width: 26px;
    height: 99px;
    background: url(./r3.gif) no-repeat left center;
}
div.openInfo {
    background: #444;
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
    border-radius: 3px;
    visibility: hidden;
    position: absolute;
    left: 288px;
    top: 0;
    margin-left: 20px;
    transition: all 0.2s ease-in-out 0s;
    min-height: 100px;
    z-index: 99999;
    min-width: 200px;
    color: #FFF;
    font-size: 12px;
    padding: 15px;
    line-height: 23px;
}

div.openInfo:after {
    content: "";
    position: absolute;
    border-color: transparent #3b3b3b transparent -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 6px 6px 6px 0;
    left: -6px;
    top: 50%;
    margin-top: -53px;

}

#menu li a:hover > div.openInfo {
    visibility: visible;
    position: absolute;
    margin-left: -2px;

}


/*issue start*/
.issue div.content{width: 920px;padding-top:30px;}
/*issue end*/
