body{
    font-family: 微软雅黑, 宋体, Verdana, Arial;
    font-size: 12px;
    background: #6a90db;
}

a,a:link,a:visited{
    color: #27438d;
    text-decoration: none;
}
a:hover{
    color: #69c3e6;
}
td,tr,ul,li{
    margin: 0;
    padding: 0;
}


.butterfly{
    position: absolute;
    left: 75%;
    top: 16px;
    z-index: 100;
    filter:Alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.logo-panel{
    width: 170px;
}
.logo{
    z-index: 100;
    position: absolute;
    top: 0;
    width: 100%;
}
.just{
    float: left;
    font-family: Arial Black, Arial;
    font-size: 60px;
    color: #004080;
}
.mine{
    float: left;
    font-family: Arial;
    font-size: 40px;
    color: #e1e1e1;
    margin-left: -60px;
    margin-top: 20px;
}

.container{
    width: 800px;
}

.left-panel{
    width: 170px;
}
.left-panel ul{
    background: white;
    border: 2px #27438d solid;
    margin-left: 40px;
    margin-top: 50px;
    list-style-type: none;
    width: 120px;
}
.left-panel li{
    text-align: center;
}
.left-panel a{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 110px;
    border: 5px solid #fff;
}
.left-panel a:hover{
    border: 5px #69c3e6 solid;  /* deeper color #526bB3 #316ac5*/
    /*background: #c0d2ee;*/
}
.left-panel a:active{
    border: 5px #6a90db solid;
}
.left-panel a.now{
    border: 5px #69c3e6 dashed;
}

.left-panel a.now:hover{
    border: 5px #6a90db dashed;
    /*background: #ffffcc;*/
}
.right-panel{
    width: 600px;
    padding-left: 20px;
}
.top-left{
    width: 25px;
    height: 25px;
    background: url("../images/b_top_left.gif") no-repeat;
}
.top-center{
    width: 550px;
    height: 25px;
    background: #fff;
}
.top-right{
    width: 25px;
    height: 25px;
    background: url("../images/b_top_right.gif") no-repeat;
}
.mid-left{
    width: 25px;
    background: #fff;
}
.mid-center{
    width: 550px;
    background: #fff;
}
.mid-right{
    width: 25px;
    background: #fff;
}
.bot-left{
    width: 25px;
    height: 25px;
    background: url("../images/b_bot_left.gif") no-repeat;
}
.bot-center{
    width: 550px;
    height: 25px;
    background: #fff;
}
.bot-right{
    width: 25px;
    height: 25px;
    background: url("../images/b_bot_right.gif") no-repeat;
}

.head-title{
    display: block;
    width: 100%;
    color: #316ac5;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: Verdana, Arial, 宋体;
}
.left-container{
    width: 550px;
    border: 1px #9999ff dashed;
    min-height: 500px;
    _height: 500px;
}
.head-img{
    width: 544px;
    margin: 3px;
    border: 1px red dashed;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.left-content{
    width: 530px;
    margin: 10px;
}
.txt-header{
    width: 100%;
    border: 1px #316ac5 dashed;
    background: #ccffff;
    color: #316ac5;
    padding: 1px;
    text-align: center;
}
.txt-img{
    text-align: center;
}
.img-img{
    width: 200px;
    text-align: center;
    padding: 5px;
}
.txt-txt{
    width: 100%;
    text-align: left;
}
.left-list{
    width: 530px;
    margin: 10px;
    border: 1px #316ac5 dashed;
}
.list-bg1{
    background: #ccffff;
    height: 20px;
}
.list-bg2{
    background: #fff;
    height: 20px;
}
.pages{
    width: 530px;
    text-align: center;
    margin: 10px;
    height: 20px;
}
.pages a{
    border: 1px #27438d solid;
    padding: 1px 3px;
    display: block;
    float: right;
    margin: 2px;
}
.pages a:hover{
    border: 1px #69c3e6 solid;
}
.pages .now{
    color: black;
    border: 1px #000 solid;
    background: #ccffff;
}

