.index-more .btn { display: block; text-align: center; width: 75px; height: 30px; line-height: 30px; font-size: 14px; color: #666; border: 1px solid #ccc; margin: 0 auto; padding: 0; border-radius: 0; }
.index-more .btn:hover { color: #fff; background-color: #c17c2e; }



.index-about .con { margin: 0 auto 50px; font-size: 14px; line-height: 2.5; color: #666; text-align: center; }
.index-about .con p { margin-bottom: 0; }
.index-about .con img { max-width: 100%; height: auto!important; }



.index-news ul { margin: 0 -16px; padding: 0; overflow: hidden; }
.index-news li{float:left;width:33.332%;margin-bottom:37px;list-style: none;}
.index-news .item{display:block;overflow:hidden;background-color:#fff;margin:0 16px;box-shadow:0 10px 30px rgba(0,0,0,.1)}
.index-news .item .pic{position:relative;overflow:hidden;padding-top:58.35%}
.index-news .item .pic img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;transition: all .4s;}
.index-news .item .txt{padding:15px;color:#242526;text-align:justify}
.index-news .txt .hd{overflow:hidden;position:relative;padding-bottom:15px;margin-bottom:15px}
.index-news .txt .hd:after{content:'';position:absolute;bottom:0;left:4%;width:92%;height:1px;background-color:#eeeeef}
.index-news .txt .date{float:left;position:relative;text-align:center;line-height:1;padding-right:15px;margin-right:15px}
.index-news .txt .date:after{content:'';position:absolute;right:0;top:10%;height:80%;width:1px;background-color:#eeeeef}
.index-news .txt .date .s1{font-size:46px;display:block;margin-bottom:8px}
.index-news .txt .date .s2{font-size:16px;display:block}
.index-news .txt .tit{font-size:16px;line-height:1.5em;font-weight:400;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:3em;margin-top:15px}
.index-news .ft{overflow:hidden}
.index-news .desc{font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:48px}
.index-news .ft .more{float:right;margin-top:5px;width:auto;height:auto;background: none;border:none;text-transform:uppercase}
.index-news .item:hover img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08)}


.index-baojia { padding: 80px 0; }
.index-baojia .contents { margin: 50px auto 30px; padding: 15px; font-size: 14px; line-height: 2.14; color: #454545; background-color: #fff; }
.index-baojia .contents .body { height: 306px; overflow-y: scroll; }
.index-baojia .contents table { border-top: 1px solid #e7e7e7; border-left: 1px solid #e7e7e7; }
.index-baojia .contents table td { padding: 12px 18px; border-right: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;; }



@media (max-width: 768px){
    .index-about .con { margin: 0 auto 10%; line-height: 2; }



    .index-news ul { margin: 0; }
    .index-news li { float: none; margin-bottom: 8%; width: auto; }
    .index-news .txt .date .s1 { font-size: 32px; }
    .index-news .txt .date .s2 { font-size: 14px; }
    .index-news .txt .tit { margin-top: 7px; font-size: 15px; }
    .index-news li { float: left; width: 50%; margin-bottom: 8%; }
    .index-news .item { margin: 0 10px; }
    .index-news .item .txt { padding: 10px; }
    .index-news .txt .hd { padding-bottom: 0; margin-bottom: 0; }
    .index-news .txt .hd:after { display: none; }
    .index-news .txt .date { float: none; padding-right: 0; margin-right: 0; overflow: hidden; }
    .index-news .txt .date .s1 { float: left; font-size: 16px; }
    .index-news .txt .date .s2 { float: left; margin: 3px 0 0 0.5em; font-size: 12px; }
    .index-news .txt .tit { display: block; margin: 5px 0 0; font-size: 15px; }
    .index-news .ft { display: none; }



    .index-baojia { padding: 12% 0; }
    .index-baojia .contents { margin-top: 30px; padding: 10px; line-height: 1.8; }
    .index-baojia .contents .body { height: 257px; overflow: scroll; }
    .index-baojia .contents table td { padding: 6px; }
}