.article-list {
    margin: 0 -10px;
}
.article-list li:nth-child(4n+1) {
    clear: left;
}
.article-list li {
    width: 25%;
    padding: 0 10px 35px;
}
.article-list .box {
    transition: all .2s;
    padding: 0 0 12px 0;
    background: #fff;
    border-bottom: none; 
    box-sizing: border-box;
    margin: 0 auto ;
    position: relative;
}
.article-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.article-list .pic img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.article-list .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.article-list .pic img{
    width: 100%;
}
.article-list .txt {
    padding: 3px 0px 5px 0;
    position: relative;
}
.article-list .date {
    display: block;
    color: #333;
    font-size: 14px;
    padding-left: 1px;
    text-align:center;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
    background: #C4C4C4;
}
.article-list .box:hover .date {
    color: #fff;
    background: #C5A36E;
}
.article-list .name {
    font-size: 18px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 30px;
    margin-bottom: 3px;
}
.article-list .description {
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    line-height:25px;
}
.article-list .more_box {
    min-height: 74px;
    position: relative;
    width: 100%;
    margin: 0px auto;
    border-top: none;
    box-sizing: border-box;
    padding: 15px 0px;
}
.article-list .more {
    color: #C5A36E;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 2em;
    max-width: 300px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: 0;
    top:15px;
    left: 0%;
    transition:all .3s;
}
.article-list  li:hover .more {
    text-decoration: none;
    color: #C5A36E;
}
.article-list .more {
    background: #fff;
    font-weight: 700;
    text-align: center;
    border:1px solid #C5A36E;
}
.article-list .more svg {
    height: 40px;
    left: 0px;
    right:0;
    position: absolute;
    top: 0;
    margin:auto;
    width: 100%;
}
.article-list .more rect {
    fill: none;
    stroke: #E5DED0;
    stroke-width: 1px;
    stroke-dasharray: 422, 0;
}
.article-list  li .more:hover {
    background: #C5A36E;
    letter-spacing: 4px;
    transition: all 0.8s;
    color: #fff;
    border:1px solid #C5A36E;
}
.article-list  li .more:hover rect {
    stroke: #C5A36E;
    stroke-width: 3;
    stroke-dasharray: 24, 525;
    stroke-dashoffset: 619;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.article-detail {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
}
.article-detail .date {
    display: block;
    font-family: 'Times New Roman', sans-serif;
    color: #C5A36E;
    font-size: 14px;
    font-weight: 700;
    padding-left: 1px;
    margin-bottom: 5px;
}
.article-detail .title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.article-detail .pic {
    margin-bottom: 20px;
    background: #fdfdfd;
    margin: 0 auto 30px;
}
.article-detail .pic img{
    width: 100%;
}
/*detail*/
.date_title{
    width: 120px;
    height: 110px;
    padding: 20px 30px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Arial';
}
.article-date {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    padding-top: 0;
}
.article-date .date{
    font-size: 40px;
    font-family: 'Arial';
    font-weight: bold;
    padding-bottom: 10px;
    background: url(../../images/common/news/hr.png)bottom center no-repeat;
    color: #FFF;
}
.article-date .ymonth{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 6px;
}
.article-date b {
    margin:0 auto;
    text-align: center;
}
.article-detail{
    max-width: 1100px;
    border-bottom:1px solid #505050;
}
.date_title {
    width: 100px;
    height: 95px;
    padding: 10px 0;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #C4C4C4;
    margin: 0 auto;
    color: #333;
}
.article-detail .date{
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
}
.date_title small{
    font-size:16px;
}
.article-detail .ymonth{
    font-size: 12px;
    line-height: 20px;
    padding-top: 0px;
}
.article-title{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: rgb(197, 163, 108);
    max-width: 1280px;
    margin: 30px auto 10px;
}
.article-detail .col{
    display: block;
    width: 100%;
    float: none;
    margin:3px 0;
    line-height: 1.45;
}
.article-detail .row img{
    margin: 0
}
.cow-1{
    padding:5px;
}
.cow-1 .article_detail_2{
    font-size: 14px;
}
.btn-box{
    padding-top: 25px;
}
.share_box{
    text-align: center;
    margin-bottom: 15px;
}
/****************keyword_box******************/
.keyword_box {
    font-size: 13px;
    color: #6f6f6f;
    padding: 3px 0px 0;
    line-height: 22px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.article-list .keyword_box .box{
  background: none;
  border:none;
  padding: 0;
}
.keyword li,
.keyword_box .keyword li a {
    display: inline;
    padding: 0;
    background: none;
}
.keyword li a:hover{
    text-decoration: underline;
    color: #C5A36E;
}
/*
.keyword li+li:before {
    content: ',';
}*/
.keyword .icon-ic-keyword{
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid transparent;
    margin: 2px 6px 0 0px;
    color: #6f6f6f;
    float: left;
}
.article-detail .fb {
    padding: 5px 0;
    text-align: center;
    margin: auto 397px; 
}
.keyword_box.detail {
    background: none;
    float: none;
    padding: 9px 0px 6px;
    height: auto;
    margin-top:20px;
    display: inline-block;
    max-width: none;
    border: none;
}
/**************/
@media screen and (max-width: 1259px) {
  .article-list .more_box {
      min-height: 59px;
      padding: 15px 0px 0;
  }
}
@media screen and (max-width: 1100px) {
  .article-detail .fb {
        margin: auto 310px; 
    }
}
@media screen and (max-width: 1000px) {
      .article-detail .fb {
        margin: auto 290px; 
    }
    .article-list li:nth-child(n) {
        clear: inherit;
    }
    .article-list li:nth-child(2n+1) {
        clear: left;
    }
    .article-list li {
        width: 50%;
        padding: 0 10px 35px;
    }
    .article-title {
        font-size: 16px;
        margin: 15px 0;
        line-height: 25px;
    }
    .date_title{
        padding:5px;
          width: 80px;
         height: auto;
    }
    .article-date .date{
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .article-date .ymonth{
        font-size: 12px;
        line-height: 20px;
        padding-top: 0px;
    }
}
@media screen and (max-width: 900px) {
    .article-list .more {
        position: relative;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .article-detail .fb {
        margin: auto 200px; 
    }
    .article-list .txt {
        padding: 0;
    }
    .article-date small{
  font-size:12px;
}
.article-date {
    font-size: 18px;
}
.keyword_box {
    padding: 5px 5px 0;
}
.article-list .more {
    height: 30px;
    margin:0px;
     line-height:30px;
}
.article-list .more svg {
  height: 30px;
}
.article-list .name {
    font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .article-list {
        margin: 0;
    }
    .keyword_box li{
      padding: 0;
    }
  .article-list .more_box {
       padding: 0 5px 0;
    }
    .article-list li {
        padding: 0 3px 15px;
    }
    .article-list .box{
        padding:5px;
    }
    .article-detail .fb {
        margin: auto 80px; 
    }
}
@media screen and (max-width: 400px) {
    .fb {
        width: 180px;
        overflow: hidden;
    }
}
@media screen and (max-width: 338px) {
.article-list .more {
    margin: 0 auto 15px;
    }
} 