.news-list {
    margin: 0 -10px -30px;
}
.news-list:after{
    content: '';
    display: block;
    clear: both;    
}
.news-list .item {
    width: 33.33%;
    float: left;
    margin-bottom: 50px;
}
.news-list .item a{
    max-width: 280px;
    margin: 0 auto;
    position: relative;
}
.news-list .pic{
    max-width: 280px;
    margin-bottom: 30px;
    position: relative;
}
.news-list li a:hover .pic:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/news/hover.png) center no-repeat,rgba(29,71,105,0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.news-list .txt{
    margin-bottom: 5px;
    position: relative;
}
.news-list .txt:after{
    content: '';
    display: block;
    clear: both;
}
.news-list .date {
    width: 50px;
    font-size: 14px;
    color: #ddd;
    text-align: center;
    display: block;
    padding: 15px;
    position: absolute;
    bottom: 40px;
    left: 15px;
    border-radius: 50%;
    background: url(../images/news/time.png) no-repeat center, rgba(29, 71, 105, 0.6);
    font-weight: bold;
}
.news-list .date b {
    font-size: 34px;
    text-align: center;
    display: block;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 3px;
}
.news-list .description{
    font-size: 14px;
    margin-bottom:10px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*超出第5行時截斷*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .title{
    font-size: 18px;
    color: #257A52;
    font-weight: bold;
    line-height: 26px;
    height: 30px;
    font-family: "Istok Web";
    display: -webkit-box;
    -webkit-line-clamp: 1; /*超出第5行時截斷*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list li:hover .title{
    color: #333;
    text-decoration: underline;
}
.news-list{
    margin-bottom: 50px;
}
/* .news-list .more2{
    font-size: 13px;
    width: 89px;
    line-height: 10px;
    color: #FFF;
    display: block;
    background: #5568AA;
    padding: 6px 0;
    margin-top: 20px;
    float:left;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    bottom: -40px;
}
.news-list .more2:hover{
    background: #E28314;
    color: #FFF;
}
 */
.news-header {
    line-height: 1.2;
    margin-bottom: 25px;
}
.news-header .date {
    display: block;
    color: #1D4769;
    font-size: 20px;
    font-weight: bold;
}
.news-header .date b{
    width: 25px;
    font-size: 22px;
    color: #ddd;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: url(../images/news/time.png) no-repeat center, rgba(29, 71, 105, 1);
    -webkit-background-size: 85%;
    background-size: 85%;
    font-weight: bold;
}
.news-header .title {
    color: #257A52;
    font-size: 20px;
    font-weight: bold;
/*     border-left: 1px solid #7C7C7C;
    padding-left: 5px; */
    font-family: "Istok Web";
}

.news-detail{
    margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
    .news-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 1160px) {
    .news-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 980px) {
    .news-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 680px) {
    .news-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .news-list .item {
        width: auto;
        float: none;
        margin-bottom: 80px;
    }
    .news-list .pic {
        height: auto;
    }
}