
.notice{
   width: 984px;
   height: 34px;
   line-height: 34px;
    background: #eeeeee;
    border:1px solid #dedede;
    padding-left: 14px;
    border-radius: 2px;
    margin-bottom: 20px;
    }
.notice a{
    color: #9a0200;
    text-decoration: underline;
    display: inline-block;
    margin-right: 36px;
}
.row1{
    height: 260px;
    margin-bottom: 20px;

}
.row2{
    margin-bottom: 29px;
    height: 262px;
}
.broadcast{
    width: 320px;
    height: 260px;
    border: 1px solid #dedede;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
#number{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -57px;
    z-index:999;
}
#number li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #888888;
    border: 3px solid #393839;
    float: left;
    margin-right: 8px;
    cursor: pointer;

}
#number li.number-active{
    background: #fecc6e;
}
#text{
    position: absolute;
    bottom: 28px;
}
#text li{
    width: 320px;
    height: 34px;
    line-height: 34px;
    background:rgba(0, 0, 0, 0.6);
    text-align: center;

}
#text a{
    color: #fff;
}
.scroll{
    width: 318px;
    margin-right: 20px;
    float: left;
    height: 262px;
}
.scroll-nav{
    height: 34px;
    border-bottom: 2px solid #dedede;
}
.scroll-nav li{
    width: 100px;
    line-height:34px;
    float: left;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.scroll-nav a{
    color: #666;
}
.scroll-active{
    border-top:2px solid #e4393c;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    color: #e4393c;
}

.scroll-box ul {display:none;}
.scroll-box ul.now-focus {display:block;}
.scroll-text li{
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.login{
    width: 317px;
    height: 300px;
    border: 1px solid #dedede;
    border-top:3px solid #e4393c;
    float: left;
}
.login-box{
    width: 280px;
    height: 174px;
    margin: 18px;
}
.login-t{
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #dedede;
    text-align: center;
    background: #eeeeee;
    color: #e4393c;
    font-size: 14px;
}
.login-show{
	text-align:center; 
	margin:0 auto; 
	height: 174px; 
	line-height: 174px; 
	overflow: hidden; 
	font-size:20px;
}
.login-show a{
	color:#e4393c;
}
.login-show a:hover{
	color:#fa9698;
}

.user-box,.password-box{
    border: 1px solid #cccccc;
    height: 40px;
}
.user-box label,.password-box label{
    vertical-align:middle;
    display:inline-block;
}
.user-box{
    margin-bottom: 13px;
}
.user,.password{
    width: 220px;
    height: 36px;
    line-height: 36px;
    border: none;
    vertical-align:middle;
    padding-left: 6px;
}
.remeber,.forgetP{
    display: block;
    margin: 10px 0;
}
.remeber{
    float: left;
}
.forgetP{
   float: right;
}
.remeber input{
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}

.login .Btn{
    border: none;
    width: 280px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: #e76f6e;
    cursor:pointer;
}
.login .Btn:hover{
    background: #fa9698;
}
.scroll-1{
    width: 662px;
    float: left;
    height: 262px;
}

.scroll-text1 li{
    height: 72px;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scroll-text1 li p{
    line-height: 26px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#imgbox{
    position: relative;
    left: 0;
    top:0;
}
#text{
    position: absolute;
    left: 0;
    bottom: 30px;
}
#text li{
    float: left;
}
#imgbox li{
    float: left;
}
.course{
    padding-top: 12px;
    font-weight: bold;
    font-size: 12px;
	color:#000;
}
.course-number{
    margin-left: 12px;
}


ul li a{color: #666;}
ul li a:hover{color: #fa9698;}