.closestyle1157914{ font-size:12px;color:#333333;text-decoration: none ;}

/**组件样式*/
.News {
    border-bottom: 1px solid #eee;}

.News:nth-last-of-type(1) {
    border: 0;}

.News .photo {
    float: left;
    width: 233px;
    height: 120px;
    overflow: hidden;
    margin-right: 16px;
    display: none;}

.News .photo img {
    width: 100%;
    height: 100%;}

.News h5 {
    line-height: 3.43;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;}

.News h5 a {
    display: block;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;}

.News h5 time {
    float: right;
    font-size: 14px;
    color: #999;
    margin-right: 12px;
    margin-left: 6px;}

.News p {
    height: 7.28em;
    line-height: 1.87;
    text-indent: 2em;
    overflow: hidden;
    font-size: 12px;
    color: #5d5d5d;
    display: none;}

.show_news .photo,
.show_news p {
    display: block;}

.show_news time {}

.show_news {
    height: 130px;
    padding-top: 5px;
    padding-bottom: 13px;}

.show_news h5 {
    line-height: 2.4;
    font-size: 16px;}

.show_news h5 a {
    color: #2567e5;
    height: 33px;}
.bottomlink {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px dashed #333;
    justify-content: space-around;}

.bottomlink a {
    width: 24%;
    height: 100px;
    background: #808080;
    transition: all 0.3s ease;}

.bottomlink a img {
    width: 100%;
    height: 100%;}

.bottomlink a:hover {
    transform: translateY(-5px);}
