.content .news-content{
    padding: 0 3%;
}
.news-list {
    margin: 0 -15px;
}
.news-list .item {
    width: 25%;
    
}

.news-list .item a {
    background-color: #FFF;
    position: relative;
    margin: 0 10px;
    margin-bottom: 60px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.news-list .item a:after {
    content: '';
    display: block;
    background: url(../images/news/more.png) no-repeat ;
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
}
.news-list .item a:hover:after {
    background-position: 0 100%;
}
.news-list .pic {
    width: 100%;
    position: relative;
}
.news-list .pic img{
    width: 100%;
    height: auto;
}
.news-list a:hover .pic:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.30);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-list .pic:after{
    content: '';
    display: block;
    background: url(../images/news/news_cover.png) no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-list .txt {
    padding: 0 6%;
}
.news-list .date {
    color: #d7A522;
    line-height: 1.1;
    font-family: 'MyriadPro-Regular', '微軟正黑體', Tahoma, Geneva, sans-serif, 'MHeiHK Light', 'Heiti TC Light', 'Microsoft JhengHei';
    font-size: 16px;
    display: block;
    margin-bottom: 16px;
    height: 15px;
    overflow: hidden;
}
.news-list .name {
    color: #3b2a21;
    font-size: 15px;
    line-height: 1.1;
    overflow: hidden;
    max-height: 30px;
    margin-bottom: 13px;
}
.news-list .description {
    color: #b79f92;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    padding-top: 7px;
    display: block;
    box-sizing: border-box;
    height: 65px;
    font-weight: 100;
}

.news-detail {
	width: 100%;
    height: auto;
    text-align: center;
}
.news-detail .date{
	color: #d7a522;
    font-size: 16px;
    margin-top: 30px;
    display: block;
    
}
.news-detail .title{
	color: #260c00;
    font-size: 18px;
	padding:0 15px;
}
.news-detail .title  > span{
    width: 40%;
   /* height: 1px;*/
	border-bottom:solid 1px  silver;
  /*  background-color: silver;*/
    margin: 20px auto;
    display: block;
}

.news-detail  img{
    margin: 30px 0;
}
.news-detail article{
    margin-bottom: 50px;
}

@media screen and (max-width: 1440px){
    .news-list .item {
	    margin: 0;
    }
}
@media screen and (max-width: 950px){
    .news-list .item{width: 33.333%;}
    
}
@media screen and (max-width: 680px){
    .news-detail  img{
        width: 90%;
    }
    .news-list{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .news-list .item{width: 50%;}
}

@media screen and (max-width: 480px){
    .news-list .item{width: 100%;}
}
