


/*paipin_02_css*/

.news_area .goods {
    width: 960px;
    padding: 20px 0px 20px 0px;
    position: relative;
    border-bottom: 1px dotted #e0e0e0;
}

.news_area .goods div {
    display: inline-block;
}

.news_area .goods .pic {
    position: relative;
    vertical-align: top;
    border: 1px solid #cccccc; 
   /*  padding: 3px; */
    width:130px;
    height:140px;
 /*   background-color: gray; */
}

.news_area .goods .info {
    width: 550px;
    padding: 0px 0px 0px 15px;
    /*height: 137px;*/
    position: relative;
}

.news_area .goods .info .name {
  /*   width: 480px;
 */    font-size: 18px;
    line-height: 25px;
    color: #cc0000;
    padding: 10px 0px;
    /*position: relative;
    top: 10px;*/
    text-overflow: ellipsis;
}

.news_area .goods .info .name .state {
    position: absolute;
    top: 10px;
    right: 0px;
}

.news_area .goods .info .detail div {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.news_area .goods .info .files {
    position: relative;
    margin-top: 15px;
    bottom: 0px;
    font-size: 14px;
    color: #999;
}

.news_area .goods .info .files>div:hover {
    color: #666;
}

.news_area .goods .info .files img {
    padding-right: 5px;
    position: relative;
    top: -2px;
}

.news_area .goods .info .files span {
    padding-right: 20px;
}

.news_area .goods .fn {
    float: right;
    margin-top: 15px;
}

.fn1{
	 float: right;
    margin-top: 15px;
    margin-left:80px;
   
}

.news_area .goods .fn img {
    /*padding-right: 5px;*/
    position: relative;
    top: -2px;
}

.news_area .goods .fn .btn1,
.btn2,
.btn3 {
    width: 150px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: white;
    text-align: center;
   /*  background-color: #666; */
   background-color:#e10000;
    margin: 5px 0px;
    border-radius: 6px;
}

.news_area .goods .fn .btn2 {
    background-color: #666;
    /* margin-left:30px;
    margin-top:-15px; */
}

.news_area .goods .fn .btn3 {
    background-color: #e10000;
}


.news_area .goods .price {
   /*  width: 150px; */
    width: 180px;
    color: #666;
    padding: 15px 0px;
    float: right;
}

.news_area .goods span {
    color: #cc0000;
}

.news_area .goods .info {
    width: 550px !important;
    padding: 0px 0px 0px 15px;
    /*height: 137px;*/
    position: relative;
}
.news_area .goods .info .name {
    width: 350px !important;
    font-size: 18px;
    line-height: 25px;
    color: #cc0000;
    padding: 10px 0px;
    /*position: relative;
    top: 10px;*/
    text-overflow: ellipsis;
}

.news_area .goods .info .detail {
    width: 350px !important;
}
.pri {
    width: 250px;
}
/*paipin_02_css end*/