#shipin,#tupian{
    width:80%;
    max-width: 1000px;
    margin:0 auto;
    min_height:100px;
}
p,img{
    margin: 0;
    padding: 0;
}
.anli-title{
    width:100%;
    height: 143px;
    background: url(../images/anli_bg.png) center;
}
.anli-tu{
    width:100%;
    height: 63px;
    background: url(../images/anli_tu.png) center;
}
.anli-shi{
    width:100%;
    height: 63px;
    background: url(../images/anli_shi.png) center;
}
@media (min-width:980px ) {
    #shipin .newitem,#tupian .newitem{
        width:31.333333%;
        padding:1%;
        float: left;
        min-height: 226px;
        _height:226px;
    }
}
@media (min-width:600px ) and (max-width:980px){
    #shipin .newitem,#tupian .newitem{
        width:45%;
        padding:2.5%;
        float: left;
        min-height: 226px;
        _height:226px;
    }
}
#shipin img,#tupian img{
    width:100%;
    height:175px;
    overflow: hidden;
}
#shipin p,#tupian p{
    padding:2px 10px;
    font-size: 20px;
    color:#666666;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
#shipin .wenzi,#tupian .wenzi{
    font-size: 14px;
    color: #808080;
    text-align: justify;
    word-break: break-all;
    height:57px;
}
#shipin .title,#tupian .title{
    height:29px;
    word-break: break-all;
}

