<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*引入通用样式*/
@import "../../../../jpk/course/layout/newpage/style/index.css";
#frame {
    display: block;
}

#mainFrame {
    width: 100%;
    background: transparent;
    overflow-x: hidden;
    margin: 0 auto;
    min-height: 400px;
    _height: 400px;
}

body {
    text-align: center;
    background: #EFF0E2 url(./body_bg.jpg) repeat-x left top;
}

div.wrap {
    margin: 0 auto;
    padding: 0 !important;
}

#pushmsg{
    display:none;
}

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

div.course_title {
    text-align: left;
    font-size: 40px;
    color: #FFF;
    letter-spacing: 3px;
    font-weight: bold;
    top: 61px;
    left: 40px;
    font-family: "黑体";
    position: absolute;
}

#foot {
    background: #9C0008;
}

#foot p {
    line-height: 36px;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
    width: 1260px;
    margin: 0 auto;
    text-align: center;
}

#foot p a {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
}

#foot p a:hover {
    text-decoration: underline;
}

#head .nav {
    padding: 0;
    height: 39px;
    line-height: 39px;
    bottom: 0;
    right: 0;
    font-family:"宋体";
    position: absolute;
}

#tmenu {
    text-align: right;
    height: 34px;
    overflow: hidden;
    font-size: 0;
    *letter-spacing: normal;
    word-spacing: -1px;
}

#tmenu .menu_l1_head {
    display: none;
}

#tmenu .menu_l1_space {
    display: none;
}

#tmenu .menu_l1_foot {
    display: none;
}

#tmenu li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer; /*background: url(./navli_bg.gif) no-repeat right center;*/

}
.content-right{
    float:right;display: inline;overflow:hidden;text-align:left;margin-right: 25px;width: 908px;
}
.infocontent{margin-right:0;}
#tmenu li a {
    float: left;
    font-size: 14px;
    line-height: 34px;
    margin: 0;
    cursor: pointer;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

#tmenu li a span {
    float: left;
    padding: 0 13px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

#tmenu li a:hover span {
    color: yellow;
}

#main {
    width: 1260px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
    zoom: 1;
    padding: 26px 0;
    position: relative;
    z-index: 9;
}

div.sidebar {
    display: block;
    float: left;
    overflow: visible;
    width: 280px;
    margin-left: 25px;
}

div.content {
    float: right;
    width: 908px;
    display: inline;
    overflow: hidden;
    text-align: left;
}

div.content .body {
    overflow: hidden;
}

div.course_info {
    width: 280px;
}

div.course_info .title {
    background: url("./right_h3_bg.jpg") repeat-x scroll left top;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 280px;
    padding: 0;
    margin: 0;
}

div.course_info .title span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF;
    font-weight: bold;
}

div.course_info .body {
    background: #F2F2F2;
    padding: 15px;
    text-align: left;
}

div.course_info .body ul {
    width: 100%;
}

div.course_info .body ul li {
    line-height: 26px;
    background: url("./art_a_bg.gif") no-repeat 0 12px;
    padding-left: 12px;
}

div.tutor {
    margin-bottom: 15px;
}

div.menuwrap ul {
    display: none;
}

div.menuwrap .colsubject {
    background: url("./right_h3_bg.jpg") repeat-x scroll left top;
    width: 280px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    display: none;
}

div.menuwrap .colsubject span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 1px;
}

.menuwrap {
    display: none;
    width: 280px;
    border-bottom: 1px solid #F2F2F2;
    background: #F2F2F2;
}

#menu {
    width: 280px;
    margin: 0 auto;
}

#menu li ul {
    display: none;
}

#menu li {
    text-align: left;
    border-bottom: 1px solid #FFF;
    position: relative;
}

#menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 36px;
}
#menu ul li a.le2{
    background: #c20525 url(./rrrc.gif) no-repeat scroll 0 0;
    padding: 0 22px 0 20px;
    color: #fff
}
#menu ul li a.le2:hover ,#menu ul li a.le2cur{
    background: #9C0008 url(./r.gif) no-repeat scroll 0 0 !important;
    color: #fff;
}

#menu li a.open {
    background: url(./r.gif) no-repeat scroll 0 0;
    color: #fff !important;
}

#menu li ul {
    /*width: 200px;*/
    margin: 1px auto;
}

#menu ul li ul li a {
    background: #f3b4b5;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px 0 35px;
    color: #333;
}
#menu ul li ul li :hover a.le3, #menu ul li ul li a.le3cur {
    background: #DC727A;
    color: #fff;
}
#menu ul li ul li ul li a.le4 {
    background: #C3C3C3;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px 0 50px;
}
#menu ul li ul li ul li:hover a, #menu ul li ul li ul li a.le4cur {
    background: #EBABB0;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px 0 50px;
}

#menu ul li ul li ul li ul li a.le5 {
    background-color:#DDD;
    background-image:none ;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px 0 59px;
    border-left: 6px solid #BBB;
}
#menu ul li ul li ul li ul li:hover a,#menu ul li ul li ul li ul li a.le5cur {
    background-color: #EEE;
    background-image:none ;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px 0 59px;
    border-left: 6px solid #DC727A;
}

div.tip {
    position: absolute;
    width: 230px;
    height: 140px;
    background: #E4E4D8;
    top: 123px;
    left: 0;
}

div.tiptitle {
    background: url(./login_0b.jpg) repeat-x left top;
    border-left: 1px solid #6F0000;
    border-right: 1px solid #6F0000;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 224px;
    margin: 1px auto 0;
}

div.tiptitle h4 {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

#edit {
    width: 224px;
    margin: 0 auto;
}

#show {
    width: 210px;
    margin: 0 auto;
}

#show span {
    display: block;
    width: 210px;
    margin: 0 auto;
    line-height: 25px;
    text-align: left;
}

#edit {
    width: 210px;
    margin: 0 auto;
}

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 165px center;*/
    display: block;
    line-height: 36px;
}

.tenor_off {
    background: url("no.png") no-repeat 165px center;
    display: block;
    line-height: 36px;
}
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: 225px;
    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 &gt; div.openInfo {
    visibility: visible;
    position: absolute;
    margin-left: -2px;

}
</pre></body></html>