﻿
.Package-box:hover{ 
    color:red;
}
.Package-right {
    width: 214px;
    /*height: 928px;*/
    border: 1px solid #e0e0e0;
}
.Package-right-head {
    width: 212px;
    height: 42px;
    box-sizing:border-box;
    padding:1px;
}
.Package-right-head-text {
    width: 210px;
    height: 40px;
   /* background: #b4e2ff;*/
    line-height: 40px;
    text-align: center;
    font-weight: 900;
    font-family: 微软雅黑;
    font-size:15px;
    color:#000;
}
.Package-big {
    width: 212px;
    /*height: 884px;*/
}

.Package-box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 9px 9px 0 9px;
}
.Package-box:hover .Package-txt-one{
    color:#FF552E;
}
.img-box {
    width: 100%;
}
.img-box img{
    width:179px;
    margin-left:7px;
    height:100%;
}
.Package-txt {
    width: 100%;
    border-bottom: 1px dashed #E6E6E6;
    line-height: 20px;
    box-sizing: border-box;
    margin-left: 7px;
    padding: 10px 0;
}
.Package-box:last-child .Package-txt {
    border-bottom: none;
}
.Package-txt-one {
    display: -webkit-box;
    width: 176px;
    max-height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 13px;
}