@charset "utf-8";
/* 新闻资讯详情 */
.st-news-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.st-news-banners .news-banner{
    width: 1920px;
    height: 880px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-news-banners a{
    display: table-cell;
    width: 1920px;
    height: 500px;
    text-align: center;
    vertical-align: middle;
}
.st-news-banners a img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.st-news-detail-block{
    margin-top: 60px;
}
.st-news-detail-title{
    line-height: 42px;
    font-size: 32px;
    color: #333;
    /*text-align: center;*/
}
.st-news-detail-data{
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.st-news-detail-content{
    margin-top: 54px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
.st-news-detail-content *{
    max-width: 100%;
    overflow: hidden;
}

.st-recommend-news-block{
    margin-top: 120px;
    position: relative;
}
.st-recommend-news-block .prev{
    position: absolute;
    left: 32px;
    top: 50%;
    z-index: 1;
    width: 35px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/museum-recommends-icon.png") no-repeat;
    transition: all .3s;
    border-right: 1px solid #e5e5e5;
}
.st-recommend-news-block .next{
    position: absolute;
    right: 32px;
    top: 50%;
    z-index: 1;
    width: 35px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/museum-recommends-icon.png") no-repeat -35px 0;
    transition: all .5s;
    border-left: 1px solid #e5e5e5;
}
.st-recommend-news-block .prev.on{
    background-position: 0 -20px;
}
.st-recommend-news-block .next.on{
    background-position: -35px -20px;
}
.st-recommend-news-list{
    height: 120px;
}
.st-recommend-news-list li{
    float: left;
    width: 428px;
    height: 64px;
    padding: 28px 24px 28px 90px;
    background-color: #f5f5f5;
    transition: all .5s;
}
.st-recommend-news-list li:hover,
.st-recommend-news-list li.on{
    background-color: #35725d;
}
.st-recommend-news-list li:nth-of-type(even){
    padding: 28px 90px 28px 24px;
    float: right;
}

.st-recommend-news-list li a{
    display: block;
    font-size: 16px;
    line-height: 64px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}
.st-recommend-news-list li:hover a,
.st-recommend-news-list li.on a{
    color: #fff;
}
.st-recommend-news-list li a .pic{
    float: left;
    width: 120px;
    height: 64px;
    margin-right: 19px;
    overflow: hidden;
    transition: all .5s;
}
/*.st-recommend-news-list li:hover a .pic{*/
/*    width: 120px;*/
/*}*/
.st-recommend-news-list li a .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
