@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: 500px;
    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;
}

.news-module-block{
    padding: 30px 0 0;
}
.news-module-title{
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.news-module-tabnav{
    text-align: center;
    margin-top: 54px;
    font-size: 0;
}
.news-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;
}
.news-module-tabnav .tabnav-item:before{
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 34px;
    background-color: #eee;
}
.news-module-tabnav .tabnav-item.on{
    color: #fff;
    background-color: #35725d;
}
.news-module-tabnav .tabnav-item:last-child:before{
    display: none;
}
.news-list{
    padding: 25px 20px 0;
}
.news-list li{
    border-bottom: 1px solid #e5e5e5;
}
.news-list li a{
    padding: 0 24px;
}
.news-list li a .pic{
    float: left;
    width: 274px;
    height: 144px;
}
.news-list li a .pic img{
    width: 100%;
    height: 100%;
}
.news-list li a .date{
    float: left;
    width: 96px;
    text-align: right;
    padding-top: 6px;
}
.news-list li a .month{
    height: 26px;
    font-size: 26px;
    line-height: 26px;
    color: #333;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.news-list li a .year{
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    color: #9e9e9e;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.news-list li a .info{
    float: right;
    width: 756px;
}
.news-list li a .info .tit{
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list li:hover a .info .tit{
    color: #35725d;
}
.news-list li a .info .txt{
    max-height: 526px;
    font-size: 12px;
    line-height: 26px;
    color: #9e9e9e;
    margin-top: 7px;
    overflow: hidden;
}
.news-list li a .info .btn{
    margin-top: 24px;
    width: 94px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #35725d;
    overflow: hidden;
    border: 1px solid #35725d;
}
.news-list li:hover a .info .btn{
    color: #fff;
    background-color: #35725d;
}
