@charset "utf-8";

/*cms列表页*/
.articlelist-body{width: 1320px;margin:0 auto;overflow: hidden;font-size: 14px;padding-top: 30px}
.articlelist-body ul{float: left; width: 31%;margin-left:3.5%;background: #f5f5f5;border-radius: 5px;margin-top:30px;transition:background 1s;position: relative;padding-bottom: 20px;}
.articlelist-body a:nth-child(3n+1) ul{margin-left:0;}
.articlelist-body ul li{line-height:22px;padding: 0 5%;}
.articlelist-body ul li:nth-child(1){height: 260px; overflow: hidden;padding: 0;}
.articlelist-body ul li:nth-child(1) img{width: 100%;border-radius: 5px 5px 0 0;}
.articlelist-body ul li:nth-child(2){font-size: 16px;font-weight: bold;height: 44px; overflow: hidden;margin-top:10px;}
.articlelist-body ul li:nth-child(3){height: 67px; overflow: hidden;text-align: justify;}
.articlelist-body ul li:nth-child(4){margin-top:5px;text-align:right;}
.articlelist-body ul li:nth-child(5){position: absolute;z-index: 2;bottom: 0;left: 50%;display: block;height: 2px;transform: translate(-50%);}
.articlelist-body ul:hover{background:#ddd;}
.articlelist-body .aaa{animation: ad_width .5s linear forwards;background: #fdd118;}
@keyframes ad_width {
    from {
        width: 0
    }
    to {
        width: 89%
    }
}
.articlelist-body a:hover{color: #000}
/*文章详情页*/
.cmsinfo-body{width:80%; margin:0 auto;padding-top: 100px;}
.cmsinfo-body h1{text-align: center; }
.cmsinfo-body .cmstime{text-align: center;border-bottom: 1px solid #ddd; height: 60px; line-height:50px;}
.cmsinfo-body .cmsimg{text-align: center;}
.cmsinfo-body .cmsimg img{padding: 5px; border:1px solid #ddd;border-radius: 3px;margin:20px auto;max-width: 800px;max-height: 800px}
.cmsinfo-body .cmscontent{line-height:30px;font-size: 14px; color: #000;text-indent:25px;margin-bottom:20px;margin-top: 20px}
.cmsinfo-body .cmscontent p{margin-top: 10px;text-indent:25px}
.cmsinfo-body .cmscontent img{display: block;border:1px solid #ddd;border-radius: 3px;margin:20px auto 10px;}
.cmsinfo-body .articleinfo{margin: 20px auto; height: 60px;border:1px solid #ddd;padding: 10px 30px; font-size: 16px;}
.cmsinfo-body .articleinfo li{height: 30px; line-height:30px;}
/*文章分类*/
.articleclasslist{text-align: center;margin-top:40px; font-size: 14px;}
.articleclasslist li{width:200px; text-align:center; height: 35px; line-height:35px;border:1px solid #ddd;margin-right:5px;margin-bottom: 20px;display: inline-block;color: #ddd}
.articleclasslist li:hover{background: #000;color: #fff}
.articleclasslist .curr{background: #000;color: #fff}


