﻿.pointer {
    cursor: pointer
}

.btn-active {
    cursor: pointer;
    padding: 5px;
    border-bottom: 3px solid #f5a525;
}

.news-block {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.news-cover {
    min-height: 250px;
    border-radius: 8px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.news-content {
    padding: 8px 16px;
}

.news-title {
    font-size: 1.3rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-preview {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-synopsis {
    padding-top: 8px;
    line-height: 28px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-btn {
    text-align: right;
}

.news-navs a {
    color: rgba(0,0,0);
    padding: 0 5px
}


/*.news-block {
    border-radius: 8px;
    box-shadow: 0px 0px 10px #000;
    background-color: #fff;
    height: 505px;
}

.news-cover {
    height: 250px;
    width: 100%;*/
/*background-color: #000;*/
/*border-radius: 8px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border:1px solid #808080
}

.news-content {
    padding: 8px 16px;
    height: 260px;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.news-synopsis {
    padding-top: 8px;
    line-height: 28px;
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
}

.news-btn {
    padding-top: 10px;
    text-align: right;
}

.new-preview {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}*/

.pager .pagination {
    justify-content: center;
}

.post-logo {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    background: #ffffff;
    box-shadow: 2px 2px 10px 0 #eee;
}

.post-logo p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-right: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    line-height: 2.65;
}

.post-logo p span {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 1.2rem;
    margin-right: 1rem;
}

.post-logo img {
    padding: 2rem;
}

.related {
    border: 1px solid #ddd;
    background: #fff;
}

.related h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.65;
    border-bottom: 1px solid #ddd;
    padding: 0 1rem;
}

.related ul {
    list-style: none;
    padding: 0 1rem;
    margin: 0;
}

.related ul li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.42;
    border-bottom: 1px dashed #efefef;
}

.related ul li:last-child {
    border-bottom: none;
}

.related ul li a {
    color: #333333;
}