.left{
    width: 231px;
    height: 420px;
}
.left_title{
        height: 50px;
    background-color: #36a4ef;
    position: relative;
}
.left_title img{
    position: absolute;
    left: 30px;
    top: 13px;
}
.left_title span{
   position: absolute;
    left: 79px;
    top: 12px;
}
.left span{
  
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}
.left>ul{
    background-color: #F1F1f1;
}
.left li{
    height: 45px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.left li:hover{
    background-color: #db3126;
}
.left li:hover a{
    color:#fff;
}
.left li a{
    font-size: 16px;
    font-weight: 400;
    color: #676360;
    line-height: 45px;
}
.right{
    width: 936px;
}
.right h2{
    
    font-size: 20px;
    font-weight: 500;
    color: #525251;
    width:150px;
    text-align: center;
    /* border-bottom: 2px solid #673301; */
    /* margin-bottom: -1px; */
    padding-bottom: 10px;
}
.right a{
    font-size: 16px;
    font-weight: 500;
    color: #656565;
    margin-left: 4px;
}
.right li>span{
    font-size: 16px;
    font-weight: 500;
    color: #656565;
    float: right;
}
.right li{
    border-bottom: 1px solid #DFDEDE;
    line-height: 50px;
    margin-top: 7px;
    list-style-position:inside;
    list-style-image: url(/upload/images/2020/10/6/stock.png);
}
.right ul li:hover{
    list-style-image: url(/upload/images/2020/10/6/color_stock.png);
}
.right ul li:hover span{
    color: #000000;
}
.right ul li:hover a{
    color: #000000;
}
.right ul{
    margin-top: 20px;
}
.page{
    text-align: center;
    margin-top: 40px;
}
.page a{
    font-size: 14px;
    font-weight: 500;
    color: #31302f;
    padding: 0 17px;
    /* border: 1px solid #656565; */
    border-radius: 6px;
    background-color: #FFFFFF;
    height: 26px;
    line-height: 26px;
}
.page .no{
    background: #E1E1E1;
    border: none;
}
.page .curPage{
        background-color: #f1f1f1;
    color: #6d6a6a;
}
.page .dot{
    border: none;
}
a{
    cursor: pointer;
}
textarea{
  height:132px;
}