.news-list {
    margin: 0 -25px;
}

.news-list .item {
    width: 25%;
    padding: 0 25px;
}

.news-list .box {
    margin: 0 auto 40px;
    line-height: 1.65;
    overflow: hidden;
    max-width: 320px;
}
.news-list .pic img{
   width: 100%;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.news-list .pic:before {
    content: '';
    display: block;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover .pic:before {
    opacity: 0.6;
}

.news-list .box:hover .txt {
}

.news-list .date {
    display: inline-block;
    color: #7B4A35;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    width: 60px;
    height: 72px;
    margin: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;;
    border: solid 1px #D2BEB7;
    border-width: 0 1px 0 1px;
    font-family: 'Playfair Display', serif;
}

.news-list .date small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    line-height: normal;
    color: #7B4A35;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-top: 5px;
}

.news-list li .news-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}

.news-list .name {
    color: #794A33;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 27px;
}

.news-list a:hover .name {
}

.news-list .description {
    color: rgba(140,107,76,0.7);
    letter-spacing: 0;
    max-height: 45px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
    text-align: center;
}

.news-header .date {
    display: inline-block;
    color: #7B4A35;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    width: 60px;
    height: 72px;
    margin: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;;
    border: solid 1px #D2BEB7;
    border-width: 0 1px 0 1px;
    font-family: 'Playfair Display', serif;
}

.news-header .date small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    line-height: normal;
    color: #7B4A35;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-top: 5px;
}

.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #5F5F5F;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0 0;
    display: block;
}

.news-detail {
    padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    .news-list .date {
       font-size: 30px;
  
    }
    .news-list .date small {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        margin: 0px 5px;
        color: #969781;
    }
   /* .news-list li .news-text {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }*/
    .news-list .pic {
        margin: 0 0 5px 0;
    }
    .news-list .box {
        max-width: 420px;
        margin-bottom: 15px;
    }
    .news-header .date {
        height: 40px;
        font-size: 28px;
        margin: 0px auto 0px;
    }
    .news-header .date small {
        
    }
    .news-header .title {
       font-size: 16px;
        padding: 0;
        margin-top: 10px;
    }
    .news-header {
        margin-bottom: 10px;
    }
    .news-detail {
        padding-bottom: 0px;
    }
    .btn-box {
        padding-bottom: 10px;
    }
    .news-list .name {
        font-size: 16px;

    }
    .news-list .description {
         line-height:23px;
    }
    .news-header .date {
        width:90%;
        height: auto;
       margin: 0 auto 15px;
        padding: 5px 0;
    }
    .news-header .title {
        margin: 5px 0 0 0;
    }
	.share_box {
        margin: 10px 0 20px;
    }
	.news-list .item {
        float: left;
        width: 50%;
        margin-bottom:15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
   
    .news-list .box {
        width:100%;
        text-align: left;
        max-width:100%;
    }
}

@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
     .news-list .item {
        float: left;
        width: 100%;
        padding: 0 7px 10px;
        margin-bottom:20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
 
    }
   
    .news-list .box {
        width:100%;
        text-align: left;
        max-width:100%;
        margin:0px 10px;
		 padding-bottom:10px;
        border-bottom:1px dashed #ddd;
    }
    .news-list .pic {
        float: none;
        width: auto;
        display: none;
    }
    .news-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
    }
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .news-list .description {
        height: 45px;
    }
}
/*
@media screen and (max-width: 400px) {
    .news-list .name {
        font-size: 14px;
    }
}*/
