@charset "utf-8";

/* CSS Document */


/* reset */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
pre,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #09F;
    cursor: pointer;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

* {
    font-family: 微软雅黑;
}


/* end reset */

.clear:after {
    content: '';
    display: block;
    clear: both;
}


/*清浮动*/

.clear {
    zoom: 1;
}


/*清浮动*/


/*18yyny.html ->header*/

#header_aaa {
    background: url(../img/header_bg.png) repeat-x;
}

#header {
    height: 138px;
    background: url(../img/header_bg.png) repeat-x;
    width: 1000px;
    margin: 0 auto;
}

#hd_container {
    width: 1000px;
    height: 138px;
    margin: 0 auto;
    background: url(../img/yylogo.png) no-repeat;
    position: relative;
}

#psName {
    width: 580px;
    position: absolute;
    right: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    top: 20px;
}

#psName li {
    float: left;
    margin-right: 30px;
    filter: alpha(opacity=60);
    opacity: 0.6
}

#nav_aaaa {
    background: #556273;
    position: relative;
    top: 0px;
    z-index: 5;
}

#nav_aaa {
    background: #556273;
    width: 1000px;
    margin: 0 auto;
}

#nav {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#navUl {
    width: 1000px;
    height: 42px;
    position: relative;
    z-index: 4;
}

#navUl li {
    float: left;
    border-left: #6a7181 1px solid;
    border-right: #6a7181 1px solid;
    width: 100px;
    line-height: 42px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

#navUl li h3,
#navUl li a {
    position: relative;
    z-index: 1;
    width: 100px;
    font-weight: bold;
    color: #FFF;
}

#navBg {
    background: #24adee;
    height: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    /* filter:alpha(opacity=50); opacity:0.5;*/
}

#navContent {
    width: 450px;
    height: 0px;
    background: #FFF;
    position: absolute;
    left: 102px;
    overflow: hidden;
    border-radius: 10px;
    /* border:#CCC 1px solid;加上边框有问题*/
    filter: alpha(opacity=0);
    opacity: 0;
    top: 10px;
    z-index: 0
}

.aNewStrong {
    cursor: pointer;
    color: #C60;
    font-weight: normal;
}

#navContent li {
    border-bottom: 1px solid #CCC;
    height: 32px;
    line-height: 32px;
    text-indent: 1em;
    background: url(../img/sideRight.png) no-repeat -12px -202px;
}

#navContent strong {
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

#navContent p {
    float: right;
    padding: 0 6px 0 0;
}

#navContent a {
    text-indent: 0em;
    font-size: 16px;
}


/*用户登录*/

#navContent h3 {
    margin: 20px auto;
    text-align: center;
}

#navContent div {
    width: 300px;
    border: #CCC 1px solid;
    margin: 20px auto 10px auto;
    position: relative;
    text-indent: 2em;
    /*border-radius:10px;*/
}

#navContent label {
    color: #C00;
    font-size: 14px;
    margin-left: 30px;
}

.login_logout_kUp {
    font-weight: bold;
    color: #FFF;
    background: #09F;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px auto 5px auto;
}

.login_logout_kDown {
    font-weight: bold;
    color: #FFF;
    background: #0080C0;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px auto 10px auto;
}

.user_login {
    height: 30px;
    width: 268px;
    outline: none;
    border: none;
}

#user_div {
    background: url(../img/user_login.png) no-repeat 6px 4px;
}

#password_div {
    background: url(../img/user_login.png) no-repeat -36px 4px;
}

#login_messge {
    display: block;
    text-indent: 2em;
    font-size: 14px;
    color: #F00;
    margin-top: 10px;
    display: none;
}

.loginMes {
    width: 360px;
    margin: 0px auto;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #FFF;
    background: #36F;
}

.loginMesSp {
    width: 288px;
    margin: 10px 30px;
    display: block;
}


/*用户登录*/


/*18yyny.html ->header*/


/*index.html ->sideRight*/

#sideRight {
    position: absolute;
    right: 0;
    top: 300px;
    background: #556273;
    filter: alpha(opacity=90);
    opacity: 0.9;
    border-top: #FFF solid 1px;
    width: 50px;
    z-index: 6;
}

#RightUL li {
    width: 50px;
    height: 50px;
    top: 300px;
    color: #FFF;
    border-bottom: #FFF solid 1px;
}

#liGZH {
    background: url(../img/sideRight.png) 5px 8px no-repeat;
}

#liHOT {
    background: url(../img/sideRight.png) 5px -40px no-repeat;
}

#liTEL {
    background: url(../img/sideRight.png) 5px -96px no-repeat;
}

#liTOP {
    background: url(../img/sideRight.png) 5px -154px no-repeat;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}

#sideCon {
    width: 500px;
    position: absolute;
    background: #FFF;
    left: -500px;
    top: 102px;
    border-radius: 10px;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 0px;
}


/*border-radius:10px; 圆角边框*/

#sideCon h5 {
    height: 60px;
    background: #36C;
    color: #fff;
    line-height: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-indent: 3em;
    background: url(../img/sideRight.png) #36C no-repeat 10px 10px;
    font-size: 18px;
    font-weight: normal;
}

#sideCon li {
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    border-bottom: 1px solid #CCC;
    background: url(../img/sideRight.png) no-repeat 0px -204px;
}

#sideCon strong {
    height: 30px;
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

#sideCon p {
    float: right;
}


/*index.html ->sideRight*/


/*18yyny.html ->mainBottom*/

#mainBottom {
    background: url(../img/mainBottom_bg.png) repeat-x left 50px bottom 0;
    margin-top: 18px;
}

#mainBottom_warp {
    background: url(../img/mainBottom_bg.png) repeat-x left 50px bottom 0;
    /* height:200px;*/
}

#bottom_option {
    line-height: 30px;
    border-bottom: #9CF 1px solid;
}

#bottom_option li {
    float: left;
    font-size: 16px;
    padding: 0 10px;
}

.bottom_option_A {
    background: #0084cf;
    color: #FFF;
}

.bottom_option_C {
    background: #CCC;
    color: #333;
}

#bottomContent {
    margin-top: 10px;
    min-height: 130px;
    /*background:#C5E1FC;*/
}

#bottomContent li {
    float: left;
    padding: 2px 16px;
}

#bottomContent a:hover {
    color: #333;
}

.aXsdwLi {
    background: #9CF;
}


/*18yyny.html ->mainBottom*/


/*18yyny.html ->main*/

#main {
    background: url(../img/mainTop_bg.png) repeat-x;
}

#main_warp {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-top: 6px;
    /*border:1px solid #096;*/
}


/*leftSideBar*/

#leftSideBar {
    width: 252px;
    height: auto;
    /*border:1px solid #F00;*/
    float: left;
}

#leftSideBar h4 {
    width: 252px;
    height: 50px;
    background: #09F url(../img/leftSideBar_bg.png) no-repeat 60px -45px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

#leftBar_dwcmUl {
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-radius: 6px;
    height: auto;
    position: relative;
    margin-top: 20px;
    top: 0px;
}

#leftBar_lmcmUl {
    border: #ccc 1px solid;
    border-radius: 6px;
    height: auto;
    position: relative;
}

.leftSideBarDw {
    position: relative;
    margin-top: 14px;
    position: relative;
}

.leftSideBarLm {
    position: relative;
}

#dwmc_ul_warp {
    height: 296px;
    overflow: hidden;
}

#dwmc_up {
    width: 252px;
    height: 32px;
    background: url(../img/dwmc_up_bg.png);
    display: inline-block;
    position: absolute;
    z-index: 1;
}

#dwmc_down {
    width: 252px;
    height: 32px;
    background: url(../img/ddwmc_down_bg.png) #09F;
    display: inline-block;
    position: absolute;
    top: 346px;
    /* filter:alpha(opacity=60); opacity:0.6*/
}

.leftListA {
    width: 250px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    background: url(../img/sideRight.png) no-repeat -5px -201px;
    border-bottom: #999 1px dashed;
}


/*#search*/

#search_box {
    width: 250px;
    text-align: center;
    background: #fdfdfd;
    padding-bottom: 10px;
    margin-top: 40px;
    border-left: dashed 1px #CCC;
    border-right: dashed 1px #CCC;
    border-bottom: dashed 1px #CCC;
    border-radius: 6px;
}

#search_box h4 {
    width: 250px;
    background: #09F url(../img/leftSideBar_bg.png) no-repeat 44px -98px;
}

#search_box input {
    color: #CCC;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
}

.search_bnt_A {
    width: 200px;
    height: 30px;
    background: #09F;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.search_bnt_B {
    width: 200px;
    height: 30px;
    background: #0080C0;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}


/*#search*/


/*leftSideBar*/


/*#rightContent*/

#rightContent {
    width: 738px;
    /* border:1px solid #0F0; */
    float: right;
}

#rightContent_msg {
    display: inline-block;
    height: 50x;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-indent: 3em;
    background: #09F url(../img/leftSideBar_bg.png) no-repeat 4px -146px;
}

#listCount {
    display: inline-block;
    height: 50x;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-indent: 1em;
}

#rightContent_msg_disAll {
    float: right;
    width: 100px;
    height: 30x;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 10px 20px;
    display: none;
    background: #0CF
}

.rightContent_head {
    width: 736px;
    height: 50px;
    background: #09F;
    margin-top: 4px;
    margin: 0 auto;
}

#infoList,
#classList,
#roomList {
    width: 720px;
    height: auto;
    background: #fdfdfd;
    margin: 6px auto;
    padding-top: 0px;
    border: dashed 1px #CCC;
}

#infoList li {
    height: 39px;
    line-height: 39px;
    text-indent: 2em;
    border-bottom: dashed 1px #CCC;
}

#classList {
    display: none;
}

#classField {
    color: #fff;
    font-size: 14px;
    background-color: #09F;
    font-weight: 600;
}

#Fil1 {
    position: relative;
    left: 10px
}

#Fil2 {
    position: relative;
    left: 200px
}

#Fil3 {
    position: relative;
    left: 320px
}

#Fil5 {
    position: relative;
    left: 500px;
}

.classNam {
    position: absolute;
    left: 10px;
    width: 238px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.classNum {
    position: absolute;
    left: 260px
}

.class_time {
    position: absolute;
    left: 320px
}

.class_inf {
    position: absolute;
    left: 660px;
}

#classLis_ul li {
    position: relative;
    height: 35px;
    border-bottom: dashed 1px #CCC;
}

#classLis_ul {
    font-size: 14px;
    position: relative;
}

#roomList {
    display: none;
}

#roomList ul {
    width: 700px;
    margin: 0 auto;
}

.playBack {
    background: url(../img/player.png);
    width: 280px;
    height: 160px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
}

.picText {
    position: absolute;
    z-index: 1;
    font-size: 14px;
    color: #036;
    text-align: left;
    line-height: 24px;
}

<!--#imgPs1 {
    display: block;
}

-->#roomList img {
    width: 280px;
    height: 160px;
    background: url(../img/netClassa.jpg);
}

#roomList li {
    margin: 20px 30px;
    text-align: center;
    float: left;
}

#roomList h4 {
    line-height: 35px;
    font-size: 14px;
    text-align: left;
    float: left;
}

#infoList strong {
    width: 560px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 16px;
    line-height: 39px;
    font-weight: normal;
}

#infoList span {
    padding-right: 10px;
}

#infoList a {
    text-indent: 0em;
    font-size: 16px;
    float: left;
    padding: 0 0 0 10px;
}


/*分页*/

#aPage {
    margin: 20px auto;
    display: inline-block;
}

#aPage * {
    padding: 0px 3px;
    float: left;
}

#aPage ul {}

#aPage span {
    display: block;
    margin: 0 4px;
    border: 1px solid #09F;
    line-height: 20px;
    font-size: 14px;
}

#aPage li a {
    display: block;
    padding: 0 10px;
    border: 1px solid #09F;
    line-height: 20px;
    font-size: 14px;
}


/*#aPage li{ line-height:20px;font-size:14px; }*/


/*分页*/


/*#rightContent*/


/*18yyny.html ->main*/


/*index.html ->mainFloor*/

#mainFloor_aaa {
    background-color: #0084cf;
}

#mainFloor {
    background-color: #0084cf;
    /*text-align:center;*/
}

#mainFloor div {
    padding: 30px 0px;
    color: #FFF;
    line-height: 30px;
    font-size: 16px;
}

#mainFloor a {
    color: #FFF;
}


/*index.html ->mainFloor*/


/*公共样式 */

.title {
    padding: 30px 0 20px 0;
    display: block;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    /*text-align:center;*/
}

.warp {
    width: 1000px;
    margin: 0 auto;
}


/*主体内容外面加个div,以方便设置为剧中*/

.fontStyle {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
}

#div_paging_none_xx {
    /*没有信息时出现*/
    margin: 10px auto;
    text-align: center;
    color: red;
}


/* 分页样式 开始*/

#div_paging_xx,
#div_paging_tp {
    height: 40px;
    line-height: 30px;
    margin: 20px 0 20px 0px;
}

#div_paging_xx ul,
#div_paging_tp ul {
    float: left;
}

#div_paging_xx li,
#div_paging_tp li {
    float: left;
    /* border: 1px solid #169fe6; */
    margin: 0 4px;
    /* padding: 0 10px; */
}

#div_paging_none {
    width: 400px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}

#div_paging_tp a:hover,
.li_paging_move {
    border: 1px solid #169fe6;
    background-color: #24adee;
    color: white;
    display: block;
    padding: 0 10px;
}

.li_paging_out {
    border: 1px solid #169fe6;
    display: block;
    padding: 0 10px;
}

.li_paging_move:hover {
    color: white;
}

.li_paging_dis {
    border: 1px solid #999;
    /* background-color: #333; */
    color: rgb(192, 188, 188);
    padding: 0 10px;
}

#div_paging_xx span,
#div_paging_tp span {
    margin-right: 38px;
    float: right;
}

.pagePs {
    color: #999;
    font-size: 18px;
}


/* 分页样式 END*/