﻿.exhibi-container{width: 100%;padding: 10px 0 92px;overflow: hidden;}
.exhibi{width: 1280px;margin: 0 auto;padding-bottom: 78px;}
.exhibi-list{width: 100%;}
.exhibi-list ul{margin-left: -1.3333333333333%;}
.exhibi-list ul li{width: 32%;float: left;margin-left: 1.333333333333%;margin-top: 48px;border: 1px solid #eee;transition: all .3s ease-in-out;}
/*.exhibi-list ul li a{display: block;width: 100%;height: 100%;}*/
.exhibi-pic{width: 100%;height: 254px;line-height: 224px;box-sizing: border-box;
/*padding: 20px;*/
text-align: center;}
.exhibi-pic img {max-width: 100%;max-height: 100%;transform: scale(.92);transition: all .4s ease-in-out;}
.exhibi-list ul li a:hover img{transform: scale(1.06);}
.exhibi-pic p{position: absolute;left: 24px;bottom: 20px;z-index: 2;font-family: '\5FAE\8F6F\96C5\9ED1';font-size: 16px;color: #fff;background: rgba(0, 0, 0, .52);padding: 4px 10px;border-radius: 20px;}
.exhibi-words {width: 100%; padding: 34px 20px;text-align: center;}
.exhibi-words a{display: block;}
.exhibi-words p{font-size: 18px;color: #666;font-weight: bold;transition: all .3s ease-in-out;height: 50px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.exhibi-words h6{font-size: 16px;margin-top: 10px;font-weight: bold;color: #999;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.exhibi-words span{display: block;opacity: 0;margin-top: 18px;width: 100%;height: 16px;background: url('../images/morejt.png') no-repeat center center;transition: all .3s ease-in-out;transform: scale(0)}
.exhibi-list ul li a:hover p{color: #e60212;}
.exhibi-list ul li a:hover span{opacity: 1;transform: scale(1);}
.exhibi-list ul li:hover{border: 1px solid #fff;box-shadow: 0 4px 16px 2px #eeeeee;}
.cptx{
    padding-top: 39px;
}


/* -------------------------PC端--------------------------- */

@media all and (max-width:1320px) {
    .exhibi{width: 92%;}
}

@media all and (max-width:1200px) {
    .exhibi {padding-bottom: 60px;}
    .exhibi-container {padding: 10px 0 66px;}
    .exhibi-pic {height: 238px;line-height: 198px;padding: 20px;}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .exhibi-list ul li{margin-left: -1%;}
    .exhibi-list ul li {width: 49%;margin-left: 1%;margin-top: 18px;}
    .exhibi-pic {height: 146px;line-height: 124px;padding: 12px;}
    .exhibi-words {padding: 8px 12px 18px;}
    .exhibi-words p {font-size: 16px;height: 40px;}
    .exhibi-words span {opacity: 1;margin-top: 8px;transform: scale(1);}
    .exhibi {padding-bottom: 34px;}
    .exhibi-container {padding: 10px 0 44px;}
    .exhibi-words h6 {font-size: 14px;margin-top: 6px;}
}






