



.p-details-container{
    margin-top: 20px;
}
.p-details-main{
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 24px 32px 20px;
    width: 858px;
}

.p-details-cont {
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
    border-top: 1px solid #F1F1F1;
    padding:20px 0;
}
.p-details-cont * {
    line-height: 1.4;
}
.p-details-cont p{
    margin:1em 0;
}
.p-details-cont img{
    max-width: 858px;
}

.n-details-title{
    text-align: left;
}
.n-details-title .n-details-title-txt{
    font-size: 30px;
    line-height: 38px;
    width: 724px;
    margin-right: 48px;
}
.frame{
    color: #3370FF;
    width: 86px;
    line-height: 32px;
    background: transparent;
    border: 1px solid #3370FF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.frame:hover{
    color: #2D5DCD;
    border: 1px solid #2D5DCD;
    background: transparent;
}
.frame-cancel{
    width: 86px;
    line-height: 32px;
    border: 1px solid #D9D9D9;
    color: #333333;
    background: transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.frame-cancel p{margin-left: 0;}
.frame-cancel:hover{
    background: transparent;
    border-color: #333;
    color: #333333;
}
.n-details-tip{
    margin-top: 16px;
    margin-bottom: 12px;
    text-align: left;
}
.n-details-date{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-right: 24px;
}
.n-details-class{
    font-weight: bold;
    font-size: 14px;
    color: #3370FF;
    line-height: 16px;
}


.n-details-recom{
    width: 258px;
    padding:20px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.product-brand{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n-details-recom-title{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    background: url(../images/icon/Group_8214.png) no-repeat 0 center;
    padding-left: 32px;
}
.n-details-recom-more{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}
.n-details-recom-more:hover{
    text-decoration: underline;
}

.news-list{
}
.news-list li{
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}
.news-item{
    width: 258px;
    height: 154px;
    position: relative;
}
.news-iImg{
}
.news-iImg img{
    width: 258px;
    height: 154px;
}
.news-iHover{
    width: 258px;
    height: 154px;
    line-height: 154px;
    /* background: rgba(0,0,0,0.7); */
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    color:#fff;
}
.news-name{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    position: absolute;
    top:13px;
    left: 18px;
}
.news-date{
    font-size: 14px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    position: absolute;
    bottom:0;
    right: 0;
    left:0;
    background: rgba(0,0,0,0.3);
    text-align: right;
    padding:0 16px;
    box-sizing: border-box;
    font-weight: lighter;
}
.news-iIntro{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    position: absolute;
    bottom:20px;
    left: 18px;
    right: 18px;
    text-align: left;
    font-weight: lighter;
}
.news-list li:hover{
    box-shadow: 0 0 10px 0px rgba(27, 27, 27, 0.5);
}

