.future_option_box {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.future_option {
    float: left;
    width: 375px;
    height: 298px;
    border: 1px solid #ddd;
    margin: 5px;
}
.option_title {
    width: 345px;
    height: 39px;
    padding: 0 15px;
    line-height: 39px;
    border-bottom: 1px solid #ddd;
    background: -webkit-linear-gradient(to bottom,#fff 0,#f8f6f6 100%);
    background: -o-linear-gradient(to bottom,#fff 0,#f8f6f6 100%);
    background: -moz-linear-gradient(to bottom,#fff 0,#f8f6f6 100%);
    background: -ms-linear-gradient(to bottom, #fff 0%, #f8f6f6 100%);
    background: linear-gradient(to bottom,#fff 0,#f8f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f8f6f6',GradientType=0);
}
.option_title a {
    float: right;
    padding-right: 12px;
    background: url(../images/content/ys_r2_c2.png) no-repeat right center;
    background-size: 5px 8px;
}
.option_title span {
    float: left;
    color: #E61D2D;
    font-size: 16px;
}
.option_item {
    width: 345px;
    height: 228px;
    padding: 15px;
    margin: 0 auto;
    position: relative;
}
.option_item li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.option_item li span {
    color: #8D8D8D;
    margin-right: 15px;
}
.option_item li.option_main {
    height: 78px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}
.option_item li.option_main a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.option_item li.option_main p {
    width: 100%;
    height: 48px;
    color: #8D8D8D;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.option_item a:hover, .option_item a:hover span {
    color: #2A87D5;
}