.left{
    width: 270px;
    height: 420px;
}
.left_title{
   
    height: 50px;
    background-color: #36a4ef;
    position: relative;
}
.left_title img{
    position: absolute;
    left: 60px;
    top:13px;
}
.left_title span{
    position: absolute;
    left:105px;
    top:13px;
}
.left span{
    font-size: 22px;
    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: 890px;
}
.right h2{
   
    font-size: 20px;
    font-weight: 500;
    color: #4e4c4a;
    width: 254px;
    text-align: center;
    text-align: left;
    padding-bottom: 10px;
    /* border-bottom: 3px solid #673301; */
    /* margin-bottom: -3px; */
}
.right li a{
    font-size: 19px;
    font-weight: 500;
    color: #656565;
    margin-left: 4px;
    float:left;
    width:668px;
}
.right li>span{
    font-size: 19px;
    font-weight: 500;
    color: #656565;
    float: right;
}
.right li{
    border-bottom: 1px solid #DFDEDE;
    line-height: 50px;
    margin-top: 7px;
}
.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: 133px;
}
.page a{
    
   font-size: 19px;
    font-weight: 500;
    color: #4a4948;
    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: #E1E1E1;
    color: #FFFFFF;
}
.page .dot{
    border: none;
}
a{
    cursor: pointer;
}
textarea{
  height:132px;
}
