.con-list{height: auto;width: auto;}
.con-list li{height: 35px;font-size: 1.6rem;
    line-height: 35px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con-list ul{margin: 15px 0;}
.xx{width: 100%;height: 1px;border-bottom: 1px dashed #888;margin-top: 13px;margin-bottom: 13px;}

.box-pic{overflow: hidden;}
.pic-list{margin-left: -15px;}
.pic-list li{width: 213px;height: auto;margin: 5px 15px;float: left;}
.pic-list img{width: 205px;height: 160px;margin: 3px 0 0 3px;}
.pic-list .box-border{width: 211px;height: 166px; border: 1px solid #cccccc;}
.box-border{
    -moz-box-shadow:2px 2px 2px 0px #888888;
    box-shadow:2px 2px 2px 0px #888888;}

.pic-list p{padding: 0 5px;width: 203px;line-height: 35px;height: 35px;text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

/* 分页页签样式 */
.box-page{    margin: auto;margin-top: 20px;}
.page{text-decoration: none;
    color: #000000;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin: 0 3px;
    background-color: #f0f0f0;
    border: #cccccc solid 1px;}
.page-curr{    text-decoration: none;
    color: #ff6600;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin: 0 3px;
    background-color: #ffffff;
    border: #ff6600 solid 1px;}