body{
    margin: 0;
    width: 100%;
    background: #f1f1f1;
}
body, *, a ,span {
    font-family: 微软雅黑;
    font-size: 15px;
    color: #333333;
}

/*主体*/
.main{
    width: 1100px;
    background: #ffffff;
    padding: 25px;
    margin: 0 auto;
}
.weizhi{
    height: 40px;
    line-height: 40px;
    background: #fff7e6;
    padding-left: 20px;
}
.bt-main{
    margin-top: 20px;
    overflow: hidden;
}
.bt-main-left{
    float: left;
    width: 280px;
    min-height: 755px;
    background: #f9f9f9;
}
.bt-main-left1{
    height: 50px;
    line-height: 50px;
    background: #ad0000;
    color: #ffffff;
    font-size: 17px;
    font-weight: bolder;
    padding-left: 43px;
}
.bt-main-left2{
    padding:0 20px;
    margin-top: 20px;
}
.bt-main-left2 li{
    height: 46px;
    line-height: 46px;
    background: url("jnly1-1.png") no-repeat 20px center;
    padding-left: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.bt-main-left2 li a{
    color: #000000;
    font-size: 17px;
}
.bt-main-right{
    float: right;
    width: 755px;
    min-height: 755px;
    border: 1px solid #dedede;
    background: #f9f9f9;
    padding: 0 20px 0 20px;
}
.bt-main-right ul{
    padding-top: 5px;
}
.bt-main-right ul li{
    border-bottom: 1px dashed #e8e8e8;
    height:45px;
    line-height: 45px;
    overflow: hidden;
}
.bt-main-right ul li img{
    margin-right: 10px;
}
.bt-main-right ul li span{
    float: right;
    color: #999999;
    font-size: 17px;
}