/*****一级文章列表******/

/******banner*****/
.banner{
    height:485px;
    background-size:cover;
    /* background:url(../img/shenli.png) no-repeat; */
}
/******main****/
.main{
    /*border:1px solid blue;*/
}
.main .main-class{
    padding:40px 0 20px;
    display:flex;
    justify-content: space-between;
}
/*分类*/
.main-class .class-info{
    width:560px;
    height:300px;
    border:1px solid #eee;
    transition: all .2s;
    position:relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.main-class .class-info .mark{
    width:100%;
    height:100%;
    position:absolute;
    z-index:100;
    background: rgba(0, 0, 0, 0.55);
    display:none;
}
.main-class .class-info .mark .more{
    display:block;
    padding:8px 0;
    width:90px;
    border:1px solid #fff;
    margin:0 auto;text-align:center;
    margin-top:135px;
    color:#fff;
    background: rgba(255, 255, 255, 0.28);
}
.main-class .class-info:hover .mark{
    display:block;
}
.main-class .class-info:hover{
    border:1px solid #fff;
    transition: all .2s;
    box-shadow:0 0 20px 2px #eee;
}
.main-class .class-info .class-pic{
    text-align:center;
    width:80px;
    height:70px;
    margin:0 auto;
    margin-top:30px;
    font-size:74px;
    font-family:'iconfont';
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.main-class .class-info .class-pic.pic1{
    background-image:-webkit-linear-gradient(left,#86c7ff,#125cf9);
}
.main-class .class-info .class-pic.pic2{
    background-image:-webkit-linear-gradient(left, #fcdc89, #e4ad18);
}
.main-class .class-info .class-pic.pic3{
    background-image:-webkit-linear-gradient(left, #ff7370, #d94457);
}
.main-class .class-info .class-pic.pic4{
    background-image:-webkit-linear-gradient(left, #97eafc, #07c9e3);
}
.main-class .class-info .classTxt{
    position:absolute;
    z-index:99;
    font-size:36px;
    text-align:left;
    padding-left:40px;
    color:#fff;
    width:100%;
}
.main-class .class-info .classTxt b{
    display:block;
    font-size:12px;
    margin-top:6px;
}
.main-class .class-info .classTxt em{
    display:inline-block;
    width:24px;
    height:1px;
    background:#fff;
    vertical-align:middle;
    margin:0 4px;
}
.main .main-info .articalType{
    padding:30px 0 0;
    overflow:hidden;
}
.main .main-info .articalType .artType-left{/*左边内容*/
    float:left;
    width:950px;
}
.articalType .art-ul-wrap {
    overflow: hidden;
}
.articalType .art-ul-wrap ul li {
    float: left;
    margin-right: 10px;
}
.articalType .art-ul-wrap ul li a{
    padding: 6px 8px;
    font-size: 14px;
    display: inline-block;
    color: #393939;
}
.articalType .art-ul-wrap .more {
    float: right;
    font-size: 14px;
}
.main-info .artType-left .articals {  
    margin-top: 14px;   
}
.artType-left .articals .bottom {
    margin-bottom: 26px;
}
.art-items-info.mid {
    margin: 0 22px;
}
 .articals .art-items-info {
    border: 1px solid #eee;
    padding: 10px;
    display:inline-block;  
    margin: 0 0 3% 6%;
    font-size: 14px;    
}
 .art-items-info:hover{
    border:1px solid #eb4217;
}
.articals .art-items-info .img {
    display: block;
    width: 100%;
    height: 200px;
    float: left;
}
.articals .art-items-info a {
    float: right;
    font-weight: 600;
}
.art-items-info h5 {
    font-weight: 600;
    line-height: 34px;
    width: 100%;
    float: left;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 .art-items-info .item-text {
    width: 100%;
    line-height: 20px;
    height: 38px;
    float: left;
    overflow: hidden;
    margin-bottom:10px;
}
/***********视频列表模块**********/
.articals-videos{
    width:100%;
    margin-top:16px;
    margin-bottom:30px;
}

.articals-v-info-first{
    float:left;
    width:466px;
    height:295px;
    position:relative;
    margin-bottom:18px;
    overflow:hidden;
}
.articals-v-info-first .button{/*播放部分*/
    position:absolute;
    z-index:99;
    top:0;
    margin:auto;
    left:0;
    right:0;
    bottom:0;
    text-align: center;
    vertical-align:middle;
    width:70px;
    height:70px;
    transition: all .8s;
    color: rgba(255, 255, 255, 0.64);
    font-size: 70px;
    font-family: 'iconfont';
}
/*遮罩*/
.articals-v-info-first .mark,.articals-v-info .mark{
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1%,rgba(0, 0, 0, 0.61) );
    position:absolute;
    bottom:-26px;
    z-index:99;
    transition: all .8s;
    padding:0 8px 6px;
    color:#fff;
    width:100%;
}
.articals-v-info-first .mark h5,.articals-v-info .mark h5{
    font-weight:700;
    font-size:17px;
    font-family: tahoma,arial,"Hiragino Sans GB",simsun,sans-serif;
    line-height:25px;
    width:92%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.articals-v-info-first .mark h5 span{
    font-weight:100;
    margin:0 5px;
}
.articals-v-info-first .mark h5 b{
    font-size:12px;
    font-weight:100;
}
.articals-v-info-first .mark p,.articals-v-info .mark p{
    width:97%;
    line-height:20px;
    font-size:14px;
    height:20px;
    overflow:hidden;
}
.articals-v-info-first .button:hover,.articals-v-pic-top .articals-v-info .btn-small:hover,.articals-v-info-bot .articals-v-info .btn-small:hover{
    color:#eb4217;
}
.articals-v-info-first:hover .mark,.articals-videos .articals-v-pic-top .articals-v-info:hover .mark,.articals-videos .articals-v-info-bot .articals-v-info:hover .mark{
    bottom:0;
    transition: all .8s;
}
.articals-v-info{
    position:relative;
    width:226px;
    height:140px;
    overflow:hidden;
    float:left;
    margin:0 14px 16px 0;
}
.articals-v-info .button.btn-small{
    font-size: 40px;
    font-weight:bold;
    position:absolute;
    z-index:99;
    top:0;
    margin:auto;
    left:0;
    right:0;
    bottom:0;
    text-align: center;
    vertical-align:middle;
    width:44px;
    height:44px;
    transition: all .8s;
    color: rgba(255, 255, 255, 0.64);
    font-family: 'iconfont';
}
.articals-v-info .mark{
    bottom:-24px;
    width:100%;
}
.articals-v-pic-top{
    overflow:hidden;
}
.articals-v-pic-top .articals-v-info{
    float:left;
    position:relative;
    margin:0 0 15px 16px;
}



/*右侧视频*/
.art-items-right{
    float:right;
    height:100%;
    width:220px;
}
.art-items-right p{
    line-height:44px;
    font-size:18px;
    border-bottom:2px solid #eee;
    margin-bottom:20px;
}
.art-items-right p a{
    float:right;
    font-size:12px;
}
.art-items-right p a:hover{
    text-decoration:underline;
    color:#eb4217;
}
.art-r-active{
    width:100%;
    margin-bottom:10px;
}
.art-r-active .artical-video{
    display:block;
    overflow:hidden;
    position:relative;
    transition: all .8s;
    height:140px;
}
.art-r-active img{
    transition: all .8s ;
    height:100%;
}
.art-r-active:hover img{
    transform: scale(1.1);
    transition: all .8s ;
}
.artical-video .video-play{
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 99;
    margin: auto;
    top: -2%;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'iconfont';
    color: rgba(255, 255, 255, 0.64);
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.artical-video .video-play:hover{
    color:#eb4217;
    transition: all .8s;
}
.art-r-active .video-title{
    line-height:22px;
    font-size:14px;
    color:#666;
    height: 22px;
    display: inline-block;
    overflow: hidden;
}
.art-r-active a span{
    margin:0 4px;
}
.main .main-info .articalType h2{
    color:#eb4217;
    width:100%;
    border-bottom:2px solid #eb4217;
    margin-bottom:14px;
    padding:6px 0;
    font-size: 24px;
    font-family: 'Hiragino Sans GB';
}
.main-info .articalType .art-more{
    overflow:hidden;
}
.main-info .articalType .art-more ul li{
    float:left;
    margin-right:10px;
}
.main-info .articalType .art-more ul li a{
    padding:6px 8px;
    font-size:14px;
    display:inline-block;
    color:#393939;
}
.main-info .articalType .art-more ul li a:hover{
    color:#fff;
    background:#eb4217;
}
.main-info .articalType .art-more .more{
    float:right;
    font-size:14px;
}
.articalType .round-t-contents{/*养生知识的主要模块*/
    /*overflow:hidden;*/
    width:100%;
    margin-top:14px;
}
.articalType .round-t-contents .art-items-info{
    border:1px solid #eee;
    padding:10px;
    width:280px;
    font-size:14px;
    float:left;
}
.art-items-info.mid{
    margin:0 22px;
}
.articalType .round-t-contents .bottom{
    margin-bottom:26px;
}
.articalType .round-t-contents .art-items-info:hover{
    border:1px solid #eb4217;
}
.articalType .round-t-contents .art-items-info .img {
    display: block;
    width: 100%;
    height: 200px;
    float:left;
}
.art-items-info h5{
    font-weight:600;
    line-height:34px;
    width:100%;
    float:left;
    font-size:18px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.round-t-contents .art-items-info.travial h5{
    overflow:visible;
    white-space:normal;
    line-height:26px;
    height:52px;
}
.round-t-contents .art-items-info.travial .item-text{
    height:36px;
    line-height:36px;
}
.art-items-info.travial .item-text b{
    color:#eb4217;
    font-weight:bold;
}
.round-t-contents .art-items-info .item-text{
    width:100%;
    line-height:18px;
    height:38px;
    float:left;
    overflow:hidden;
}
.round-t-contents .art-items-info a{
    float:right;
    font-weight:600;
}
.art-items-info a:hover{
    color:#eb4217;
}


/***********二级文章列表信息***********/
.list-explain{
     padding-bottom:14px;
     border-bottom:1px solid #eee;
     font-weight:600;
     font-size:24px;
     margin-top:40px;
}
 .list-explain span{
    color:#eb4217;
}
.round-content-nav{
    overflow:hidden;
    border-bottom:2px solid #eb4217;
}
.round-content-nav a{
    display:inline-block;
    padding:12px 24px;
    float:left;
}
.round-content-nav a:hover{
    background:#eb4217;
    color:#fff;
}
.round-content .content-ul li{
    border-bottom:1px solid #eee;
    width:100%;
    padding:20px 0;
    overflow:hidden;
}
.list-pic :after{
    content:'';
    width:100%;
    height:100%;
    z-index:99;
    position:absolute;
    top:0;
    left:0;
    background: rgba(255, 255, 255, 0.3);
    opacity:0;
}
.list-pic:hover :after{
    opacity:1;
}
.list-text p{
    margin:22px 0;
    line-height:28px;
    height:90px;
    overflow:hidden;
    color:#969696;
}
.list-text.activity p{
    height:90px;
}
.list-text.activity .list-tags{
    height:auto;
    margin-top:-35px;
}
.list-text.activity .list-text-bot .contact{
    margin-top:5px;
}
.list-text.activity .list-tags b{
    display:block;
    line-height:28px;

}
.content-ul li:hover h5{
    color:#eb4217;
}
/*底部标签*/
.list-text-bot{
    position: relative;
    overflow: hidden;
    padding-top: 28px;
}
.list-text-bot .list-tags{
    width: 80%;
    color: #A0A0A0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    overflow:hidden;
    float:left;
}
/*电话联系*/
.list-text-bot .contact{
    display:inline-block;
    float:right;
    border:1px solid #eb4217;
    padding: 10px 20px;
    border-radius:6px;
    margin-top:-10px;
    color:#eb4217;
    transition: all .8s;
    font-weight:bold;
}
.list-text-bot .contact:hover{
    background:#eb4217;
    color:#fff;
    transition: all .8s;
}
.list-tags b span a{
    color:#797979;
}

.list-tags b i{
    padding: 0 20px;
    color: #e0e0e0;
}

/***********第二类文章列表信息***********/
/*内容部分*/
.round-t-main{
    position:relative;
    height:auto;
    overflow:hidden;
    padding-top:20px;
}
.round-t-nav{
    float:left;
    width:158px;
    background:#fff;
}
.round-t-title{
    background:#eb4217;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#fff;
    width:100%;
    text-align:center;
}
.round-t-title h2{
    padding:15px 0;
}
.nav-ul li{
    padding:15px;
    text-align:center;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.nav-ul li a:hover{
    color:#eb4217;
}
.t-nav-btn{
    padding:4px 12px;
    background:#eee;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.t-nav-shipei{
    display:none;
    position:absolute;
    right:0;
    top:20px;
    z-index:10;
    width:100px;
}
.t-nav-shipei ul{
    position:absolute;
    top:0;
    right:0;
}
.t-nav-shipei ul li a{
    padding:0 6px;
    line-height:34px;
    height:34px;
    display:block;
    background:#eee;
}
/*中间部分*/
.round-content-wrap{
    float:right;
}
.round-t-main .round-t-content{
    float:left;
    width:716px;
}
.round-t-list{
    float:left;
    width:100%;
}
/*轮播图*/
.round-t-banner{
    float:left;
    width:100%;
    position:relative;
    margin-bottom:20px;
}
.art-ban-wrap{
    width: 100%;
    height:100%;
    overflow:hidden;
    position:relative;
}
.art-ban-ul{
    width: 600%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.art-ban-ul li{
    width:716px;
    height:414px;
    float:left;
    position:relative;
}
.art-ban-ul li a p{
    position:absolute;
    width:100%;
    box-sizing: border-box;
    padding:0 20px;
    line-height:32px;
    color:#eb4217;
    font-size:22px;
    bottom:15px;
    z-index:99;

}
.textInfo{
    position:absolute;
    bottom:16px;
    right:2px;
    z-index:99;
    width: 88px;
}
.textInfo ol{
    width:100%;
    overflow:hidden;
    display:flex;
    justify-content: space-between;
}
.textInfo li{
    float:left;
    background:#D0D0D0;
    width:10px;
    height:10px;
    border-radius:50%;
    margin:0 12px 10px 0;
}
.textInfo li.current{
    background:#fff;
}

/*正文列表-热点精选*/
.round-t-list h2{
    color:#eb4217;
    font-size:24px;
    font-weight:bold;
    margin-bottom:8px;

}
.item_list .hot-detail{
    height:auto;
    width:100%;

}
.hot-detail .hotPic{
    display:block;
    width:100%;
    display: flex;
    justify-content: space-between;
}
.item_list .hot-detail h4{
    font-size:20px;
    margin-bottom:14px;
}
.hot-detail h4 a em,.detail h3 a em{
    float:left;
    display:inline-block;
    width:18px;
    height:20px;
    margin-right:4px;
}
.hot-detail .tags{
    float:left;
    margin-right:12px;
}
.hot-detail .source{
    padding:4px 0 0 6px;
}
.hotPic img{
    height:140px;
    width:232px;
    margin:0 3px 10px;
}

.item_list{  position:relative;
    padding:20px 0;
    overflow:hidden;
    border-top:1px solid #e6e6e6;
}
.item_list:hover{
    background: rgba(235, 66, 23, 0.05);
}
.list.item_list a.picture {
    display: block;
    position: relative;
}
.item_list .picture{
    position:relative;
    float: left;
    margin-right: 20px;
    width: 230px;
    height: 142px;
    display:inline-block;
    overflow: hidden;
    max-width: 230px;
}
.item_list .item_list_text{
    height:70px;
    overflow:hidden;
}
.item_list .item_list_text,.item_list .list-info-bot{
    color:#a0a0a0;
    line-height:24px;
}
.picture .play_icon{
    position:absolute;
    margin:auto;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:99;
    width:44px;
    height:44px;
}
.picture .time-tag{
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:99;
    padding:2px 6px;
    color:#fff;
    background: rgba(0, 0, 0, 0.49);
    border-radius:12px;
    font-size:12px;
}
.picture .time-tag em{
    font-family:'iconfont';
    color:#fff;
    font-size:16px;
}
.hot .list.item_list .detail{
    width:466px;
    float:left;
    height:130px;
}
.detail h3{
    height:42px;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail .detail_text{
    line-height:25px;
    font-size:15px;
    color:#666;
    margin-bottom:10px;
    text-indent: 30px;
}
.detail h3 a:hover{
    color:#eb4217;
}
.tags{
    white-space: nowrap;
    width: 45%;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 20px;
}
.hot .list .item_list .tag{
    display: inline-block;
    font-size: 12px;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 0 10px;
    color: #999;
}
.detail .info-source{
    position: relative;
    color: #666;
    font-size: 12px;
    overflow:hidden;
}
.detail .left-sourse{
    padding: 4px 10px 0 0;
}
.info-source span{
    color: #666;
}
.info-source .rl{
    float: left;
}
.rl .source_a{
    color: #666;
    margin-right:5px;
}
.info-source .rr{
    float: right;
    cursor:pointer;
}
.rr i{
    font-family:'iconfont';
    font-size:17px;
    color:#666;
    vertical-align:middle;
    position:relative;
}
.rr .card{
    position:absolute;
    height:28px;
    border:1px solid #eee;
    top:-6px;
    right:0;
    z-index:99;
    background:#fff;
    opacity:0;
}
.left-sourse .rr .card{
    top:0;
}
.info-source .rr:hover .card{
    opacity:1;
}
.rr .card a{
    font-size:18px;
    font-family:'iconfont';
    color:#999;
    display:inline-block;
    margin:5px 2px;
}
.rr .card a:hover{
    color:#eb4217;
}
.hot .more{
    display:block;
    width:100%;
    text-align:center;
    padding:10px 0;
    color:#969696;
    border-radius:4px;
    background:#eee;
    font-size:14px;
}




/*右侧列表*/
.round-t-content-recommend{
    float:right;
    width:270px;
    margin-left: 28px;
}
/*右侧推荐*/
.round-t-content-recommend h2{
    color:#eb4217;
    font-size:20px;
    font-weight:bold;
    margin-bottom:8px;
}
.art-rec-box ul li{
    padding:6px 0;
    width:100%;
}
.art-rec-box ul li span{
    display:inline-block;
    width:6px;
    height:6px;
    background:#eb4217;
    border-radius:50%;
    vertical-align: middle;
    margin-right:5px;
}
.art-rec-box ul li a{
    display:block;
    width:95%;
    float:right;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.art-rec-box ul li a:hover{
    color:#eb4217;
}
.art-rec-box .more{
    margin-top:14px;
    width:92%;
    padding:10px;
    background:#eee;
    color:#969696;
    text-align:center;
    display:block;
    font-size:14px;
    border-radius:4px;
}

/*精品原创*/
.boutique{
    width:100%;
    margin-top:40px;
}
.boutique .list{
    background:#f7f8f9;
    border-bottom:1px solid #eee;
}
.boutique .list .item_list{
    overflow:hidden;
    position: relative;
    padding: 10px 20px;
    font-size: 14px;
}
.item_list .pic{
    position: relative;
    float: left;
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.item_list .pic .play{
    width:30px;
    height:30px;
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:99;
}

.item_list .pic a .video-img img{
    transition: all .8s;
}
.item_list .pic:hover a .video-img img,.item_list .pic:hover a .info-img img{
    transform: scale(1.2);
    transition: all .8s;
}
.item_list .txt{
    position: relative;
    float: right;
    width: 100%;
    line-height: 22px;
    z-index: 1;
    margin-top:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item_list .txt a:hover{
    color:#eb4217;
}
.boutique .more{
    width:100%;
    display:block;
    text-align:center;
    padding:10px 0;
    color:#969696;
    border-radius:4px;
    background:#f7f8f9;
    font-size:14px;
}



/***********社区/养老院或者更多列表信息***********/
/*养生知识*/
.list-info,.list-detail{
    height:auto;
    width:98%;
}
 .list-detail .listExplain{
    padding-bottom:14px;
    border-bottom:1px solid #eee;
    font-weight:600;
    font-size:24px;
    margin-top:20px;
}
 .list-detail .listExplain span{
    color:#eb4217;
}
.list-detail .list-top .list-nav{
    overflow:hidden;
    border-bottom:2px solid #eb4217;
}
.list-detail .list-top .list-nav a{
    display:inline-block;
    padding:10px 22px;
    float:left;
}
.list-detail .list-top .list-nav a:hover{
    background:#eb4217;
    color:#fff;
}
.list-detail .lists-box{
    margin-bottom:30px;
}

.lists .null-tip{
    color:#969696;
    padding:20px 0;
    text-align:center;
    font-size:18px;
}
.lists .listUl li{
    position:relative;
    border-bottom:1px solid #eee;
    width:100%;
    padding:20px 0;
    overflow:hidden;
}
.lists .listUl li:hover{
    background:rgba(235, 66, 23, 0.05);
}
.list-pic{
    position:relative;
    float:left;
    width:400px;
    height:250px;
    border-radius:5px;
    overflow:hidden;
}
.list-pic :after{
    content:'';
    width:100%;
    height:100%;
    z-index:99;
    position:absolute;
    top:0;
    left:0;
    background: rgba(255, 255, 255, 0.3);
    opacity:0;
}
.list-pic:hover :after{
    opacity:1;
}
.list-text{
    position:relative;
    float:right;
    width:750px;
    /* height:100%; */
}
.list-text h5{
    width:100%;   
    font-weight:600;
    font-size:24px;
    line-height:40px;
}
.list-title,.list-info-title{
    line-height:28px;
    height:180px;
    overflow:hidden;
    color:#969696;
}
.activity .list-info-title{
    height:90px;
    margin:30px 0; 
}
.activity .list-botUl{
    height:auto;
    float:left;
    
}
.activity .list-botUl b{
    display:inline-block;
    line-height:32px;
    margin-right:20px;

}
.listUl li .listDetail:hover h5{
    color:#eb4217;
}
/*底部标签*/
.list-info-bot{  
    width:100%;
}
.list-info-bot a.more{
    border:1px solid red;
    padding:6px 10px;
    font-size:13px;
    color:#eb4217;
    background:#fff;
    transition: all .3s;
    border-radius:5px;
}
 
.list-info-bot a:hover{
    transition: all .5s;
    color:#fff;
    background:#eb4217;
}

.list-info-bot .list-botUl{
    color: #A0A0A0;
    font-size: 14px;
    overflow:hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

/*分享*/
.info-share{
    float:right;
}

/*大家在看*/
.everyWatch{
    margin-top:10px;
    overflow:hidden;

}
.everyTitle{
    height:40px;
    width:100%;
    border-bottom:1px solid #eee;
}
.everyTitle h2{
    font-size:22px;
    float:left;
    font-weight:bold;
    line-height:40px;
    background:url(../img/everyWatchTitle.png) repeat-x 0 21px;
}
.look-all{
    width:100%;
    margin:20px 0;
}
.look-all ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap ;

}
.look-all ul li{
    width:286px;
    height:228px;
    float:left;
}
.look-all ul li:hover p{
    color:#eb4217;
}
.look-all ul li .lookPic{
    width:100%;
    height:182px;
    overflow:hidden;
}
.lookPic img{
    transition: all .8s;
}
.lookPic:hover img{
    transform: scale(1.1);
    transition: all .8s;
}
.look-all ul li p{
    line-height:45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
