@charset "utf-8";

.main-content{
    width: 694px;
    float: left;
    border:1px solid #e6e7e6;
    color:#616161;
    background:#f6f6f6;
    min-height:850px;
}
.title{
    padding:15px 0;
    width: 100%;
    text-align: center;
    font:500 24px/40px "微软雅黑";
    color:#333;
}
.word-intro{
    margin-bottom:25px;
    width: 100%;
    height: 26px;
    background:#ddd;
    color:#808080;
    font:500 12px/24px "微软雅黑";
    text-align: center;
}
.main-content p{
    margin:15px 0 15px 40px;
    font:500 14px/24px "微软雅黑";
    color:#333;
    width: 620px;
    text-indent:24px;
    word-break:break-all;
}
.login-tips{
    width: 670px;
    height: 34px;
    background:#ddd;
    color:#6f6f6f;
    font:500 14px/34px "微软雅黑";
    text-align: center;
}
.login-tips a:link{
    color:#1e6206;
    text-decoration: none;
}
.login-tips a:visited{
    color:#1e6206;
}
.down-tips{
    margin:10px 0 10px 12px;
    padding:0 0 0 35px;
    width: 75px;
    height: 34px;
    background:#cdcdcd url(../images/down-icon.jpg) 10px center no-repeat;
    color:#545454;
    font:500 14px/34px "微软雅黑";
    float: left;
    text-decoration: none;
    display: block;
}

.word-ft{
    width: 694px;
    float: left;
    overflow: hidden;
    clear:both;
}
.word-ft a:link{
    color:#808080;
    text-decoration: none;
}
.word-ft a:visited{
    color:#808080;
}
.word-ft-prev{
    margin:20px 0 0;
    float: left;
    padding:0 0 0 30px;
    background: url(../images/prev.jpg) left center no-repeat;
}
.word-ft-next{
    margin:20px 0 0;
    float: right;
    padding:0 30px 0 0;
    background: url(../images/next.jpg) right center no-repeat;
}