*{
    margin: 0;
    padding: 0;
}
body{
    width: 1000px;
    height: 754px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
html{
	overflow-x:hidden;
	overflow-y:hidden;
	}
.left{
    height: 100%;
    width: 200px;
    margin: 13px 0 0 9px;
    background: #fff;
}
.left ul li{
    /*width: 247px;*/
    /*height: 63px;*/
	/*height: 48px;*/
    /*background: #D8D8D8;*/
    margin-bottom: 3px;
    list-style: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.left ul a{
    text-decoration: none;
    color: #666666;
    width: 100%;
    display: inline-block;
    text-indent: 5px;
}
.right{
    margin-top: 13px;
    margin-left: 9px;
}
.btn1{
    width: 66px;
    height: 25px;
    background: #E5E5E5;
    border-radius: 8px;
    border: 1px solid #979797;
    margin-top: 25px;
    margin-left: 32px;
}
.btn2{
    width: 66px;
    height: 25px;
    background: #E5E5E5;
    border-radius: 8px;
    border: 1px solid #979797;
}
.caption1{
    width: 684px;    
}
.left ul a li:hover{
    background-color:#195B9C!important;
    color:#FFFFFF;
}
