@charset "utf-8";
/* 展览列表 */
.st-exhibition-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.st-exhibition-banners .exhibition-banner{
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-exhibition-banners a{
    display: table-cell;
    width: 1920px;
    height: 500px;
    text-align: center;
    vertical-align: middle;
}
.st-exhibition-banners a img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.exhibition-module-block{
    padding: 30px 0 0;
}
.exhibition-module-title{
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.exhibition-module-tabnav{
    text-align: center;
    margin-top: 54px;
    font-size: 0;
}
.exhibition-module-tabnav .tabnav-item{
    display: inline-block;
    padding: 0 21px;
    margin: 0 17px 0 16px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    position: relative;
}
.exhibition-module-tabnav .tabnav-item:before{
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 34px;
    background-color: #eee;
}
.exhibition-module-tabnav .tabnav-item.on{
    color: #fff;
    background-color: #35725d;
}
.exhibition-module-tabnav .tabnav-item:last-child:before{
    display: none;
}
.exhibitions-list{
    padding-top: 45px;
}
.exhibitions-list li{
    float: left;
    width: 366px;
    height: 390px;
    margin: 0 50px 46px 0;
}
.exhibitions-list li a{
    display: block;
    width: 366px;
    height: 390px;
    position: relative;
}
.exhibitions-list li:nth-of-type(3n){
    margin-right: 0;
}
.exhibitions-list li .pic-border{
    width: 350px;
    height: 260px;
    border: 8px solid #f3f3f3;
}
.exhibitions-list li .pic{
    display: table-cell;
    width: 350px;
    height: 260px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
}
.exhibitions-list li .pic img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.exhibitions-list li .info{
    padding-top: 24px;
}
.exhibitions-list li .tit{
    font-size: 16px;
    color: #333;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exhibitions-list li .data{
    margin-top: 13px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.exhibitions-list li .progress-line-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}
.exhibitions-list li .progress-line-bg .progress-line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #35725d;
    transition: all .8s;
}
.exhibitions-list li:hover .progress-line-bg .progress-line{
    width: 100%;
}
