/*** Created by DeskTop15 on 14-3-7.   */
@charset "UTF-8";


.login_box{
    width:1000px;
    margin:0 auto;
    position:relative;
    
}

 .list{
    
    border:1px solid #e0e0e0;
    padding:10px;
    color:#808080;
    margin-bottom:60px;
}
 .list li{
    float:left;
    width:230px;
    border-right:1px solid #e0e0e0;
    padding-left:10px;
    line-height: 20px;
    font-size: 12px;
}
 .list li.last{
    border:none;
}
 .list li h3{
    font-size: 16px;
    font-weight: bold;
    height:25px;
}
 .list li h3 a{
color: #808080;
}


 .list li p{
    width:170px;
    height: 90px;
    overflow: hidden;
}
 .list li p a{
color: #808080;}
 .list li p img{
    height:50px;
}



