.datails {
    width: 100%;
    padding: 15px 0;
}

    .datails .text {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        line-height: 40px;
        text-align: justify;
        color: #393939;
    }

    .datails .hd {
        text-align: center
    }

        .datails .hd h3 {
            width: 100%;
            padding: 5px 0;
            margin-top: 20px;
            text-align: center;
            font-size: 18px;
            line-height: 26px;
            color: #b20000;
            font-weight: 600
        }

        .datails .hd .author {
            width: 100%;
            padding: 10px 0;
            border-bottom: #999 1px dashed;
            color: #666;
            text-align: center;
            font-size: 14px
        }

    .datails .bd {
        padding: 30px 0
    }

        .datails .bd p {
            padding: 8px 0;
            line-height: 180%;
            text-indent: 2em;
            font-size: 14pt
        }

.conts{
    width: 100%;
    padding: 15px 0;
}

    .conts .text {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        line-height: 40px;
        text-align: justify;
        color: #393939;
    }

    .conts .hd {
        text-align: center;
    }

        .conts .hd h3 {
            width: 100%;
            padding: 5px 0;
            margin-top: 20px;
            text-align: center;
            font-size: 18px;
            line-height: 26px;
            color: #b20000;
            font-weight: 600
        }

        .conts .hd .author {
            width: 100%;
            padding: 10px 0;
            border-bottom: #999 1px dashed;
            color: #666;
            text-align: center;
            font-size: 14px
        }

    .conts .bd {
        padding: 10px 0
    }

        .conts .bd p {
            padding: 8px 0;
            line-height: 180%;
            text-indent: 2em;
            font-size: 14pt
        }

.page-content .contents .conts .list-news ul li .intr .time {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #852c2f;
  font-weight:600;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  
}