/* 
* @Author: Marte
* @Date:   2017-01-14 10:04:19
* @Last Modified by:   Marte
* @Last Modified time: 2017-01-23 10:20:33
*/
.solution-border{
    margin-top: 20px;    
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.solution-last{
    margin-bottom: 20px;
}
.solution-title{
    font: 14px/42px '微软雅黑';
    text-align: center;
    color: #ffffff;
    background: #d71718;
    padding: 30px 0;
}
.solution-link{
    width: 80px;
    color: #d71718;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    margin-top: 30px;
    font: 18px/38px "微软雅黑";    
    border: 1px solid #d71718;
}
.solution-link:hover{
    color: #d71718;
    text-decoration: none;
}
.solution-p1{
    margin-top: 5px;
    font-size: 18px;
}
.solution-p2{
    font-size: 14px;
    font-family: "微软雅黑";
}