.pro_right ul li{
    float: left;
    width: 500px;
    height:148px;
    background:rgba(255,255,255,1);
    border-radius:10px;
    border: 1px solid #FFFFFF;
}
.pro_center{
    width: 330px;
    height: 130px;
    float: right;
    cursor: default;
}

.pro_center dd{
    font-size: 19px;
    font-family: Arial-BoldMT;
    font-weight: bold;
    color: rgba(35,35,35,1);
    height: 50px;
    line-height: 50px;
}

.pro_center dt{
    height:50px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(80,80,80,1);
    line-height:18px;
    width:330px;
}

.correct,.opposite{
    width: 150px;
    height: 125px;
    text-align: center;
    float: left;
}

.pro_title {
    font-size:16px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(80,80,80,1);
    line-height:18px;
    width: 160px;
    display: inline-block;
    height: 18px;
    text-align: center;
    margin-top: 40px;
}
.dt2{
    display: none;
}