
/*.nav {
    background: rgba(0, 0, 0, 0.5);
}*/
.v-box{
    width: 1380px;
    margin: 0 auto;
}
.box-top{
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    margin: 0 auto 21px;
    padding-top: 1px;
    padding-bottom: 14px;
}
.v-img{
    float: left;
    width: 819px;
    height: 340px;
    margin: 23px 30px 0 23px;
}
.v-img img{
    width: 100%;
    height: 100%;
}
.v-info{
    float: left;
    width: 480px;
    padding-top: 23px;
}
.v-name{
    height: 52px;
    line-height: 52px;
    color: #000;
    font-size: 24px;
    margin-left: 15px;
}
.v-name span{
    line-height: 62px;
    color: #8A8A8A;
    font-size: 14px;
    margin-left: 28px;
}
.v-info-list{
    width: 405px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.v-info-list table{
    width: 405px;
    font-size: 14px;
    color: #8A8A8A;
}
.v-info-list table td{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #F9F9F9;
}
.v-info-list table tr:last-child td{
    border: none;
}
.v-info-list table tr td:first-child{
    text-indent: 16px;
    width: 130px;
}
.v-class span{
    float: left;
    width: 77px;
    height: 28px;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #D4D4D4;
    font-size: 14px;
    color: #8A8A8A;
    margin: 0 4px 4px 0;
}
.box-bottom{
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    margin: 0 auto 34px;
    padding-top: 1px;
    padding-bottom: 14px;
}
.btm-tit{
    width: 1150px;
    height: 52px;
    line-height: 52px;
    color: #353535;
    font-size: 16px;
    border-bottom: 3px solid #F8F8F8;
    margin: 8px 0 0 48px;
    position: relative;
}
.btm-tit::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 62px;
    border-radius: 2px;
    background: #C3AF53;
}
.btm-main{
    /* width: 1150px; */
    width: 1284px;
    margin-left: 48px;
    padding: 23px 0 18px;
    line-height: 52px;
    font-size: 14px;
    color: #353535;
}
.btm-main img{
    max-width: 800px;
}
.btm-main table tr td:first-child{
    width: 84px;
}
.btm-main table tr td:first-child p{
    line-height: 52px;
    vertical-align: top;
}
.v-text{
    height: 156px;
    overflow: hidden;
    position: relative;
}
.open-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 52px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    color: #3D7FFF;
}