@charset "utf-8";
/**
 * YZMCMS 内容管理系统(yzm-cms轻量级开源CMS)
 * @author           袁志蒙  
 * @license          http://www.yzmcms.com
 */
/* CSS Document */




/* 网站容器 */

.yzm-container{margin:0 auto;width:1200px;}
.yzm-content-box{padding:0PX; background: #fff;border: 1px solid #eee;border-radius: 5px;}
.yzm-content{color:#353535}
.yzm-title{border-bottom: #2B5D62 2px solid; margin-bottom: 10px}
.yzm-title h2{font-size: 16px;line-height: 40px;font-weight:bold;display: inline-block;padding-left:15px;color: #2B5D62;}
.yzm-title-right{float: right;}
.yzm-title-right a{line-height: 40px}

.yzm-line{height:20px;clear:both;}
.yzm-no-content{padding:50px 0px;background:#fff;border:1px solid #eee;margin-bottom:20px;text-align:center;font-size:14px;color:#686868}



/*右侧样式*/

.yzm-ranking{margin-top: 10px; margin-bottom: 5px;padding: 5px 10px;}
.yzm-ranking li{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.yzm-ranking li .title_color{display: inline;}
.yzm-ranking li{padding: 6px 0; height: 20px; line-height: 20px;}
.yzm-ranking li a{font-size:15px;}
.yzm-ranking li em{display: inline-block; width: 18px; line-height: 18px; height: 18px; background: #2B5D62; color: #fff; text-align: center; float: left; margin-right: 10px; font-style: normal;border-radius: 3px; padding: 2px 3px;font-size: 14px; }
.yzm-ranking li .date{float: right;}
.yzm-ranking li:nth-child(-n+3)>em{background: #0E5CAD;}
.yzm-ranking li:nth-child(-n+3)>.date{color: #328EAA;}



/* 前端分页 */
#page{margin:30px 0;font-size:13px;height:30px;line-height:30px;text-align:center}
#page .pageinfo {color:#666;padding:6px 8px;border:1px solid #ddd}
#page .pageinfo strong{font-weight:normal}
#page  a{border:1px solid #ddd;background:#fff;color:#808080;padding:6px 11px;margin-left:5px;border-radius:2px;transition:all 0.2s}
#page  a:hover,#page .curpage{background:#2196f3;color:#fff;text-decoration:none;border:1px solid #2196f3;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #ddd;}





@charset "utf-8";
/**
 * YZMCMS 内容管理系统(yzm-cms轻量级开源CMS)
 * @author           袁志蒙  
 * @license          http://www.yzmcms.com
 */
/* CSS Document */



/*频道内容页*/
.yzm-main-left{float: left; width: 830px; margin: 20px 0;}

.yzm-news-list{float: left; width: 830px; margin: 20px 0;}
.yzm-box-left{width: 830px;}
.yzm-main-right{float: right; width: 350px; margin: 20px 0;}



.yzm-tag-list{padding-bottom: 10px; overflow: hidden; padding: 0 10px;}
.yzm-tag-list a{font-size: 14px; line-height: 24px; height: 24px; display: block; background: #f1f1f1; float: left; padding: 3px 10px; margin: 10px 5px 0 0; border-radius: 3px; transition: all .2s; color: #525252; border:1px solid #005293;}
.yzm-tag-list a:hover{background: #2196f3; color: #fff;}
.yzm-flag{font-style: normal;font-size: 12px;background:#f60;color:#fff;padding: 1px 3px;font-weight:normal;margin-right:3px;}
.yzm-news{margin: 20px 0; height: 170px; border-bottom: 1px dashed #d3d3d3; overflow: hidden; position: relative;}
.yzm-news-catname{
	
	padding:2px 5px;
	
  position: absolute; /* 设置为 absolute 进行绝对定位 */
  top: 1px; /* 距离父元素顶部 50px */
  left: 20px; /* 距离父元素左侧 20px */

  background-color: #2B5D62;
  color:#fff;
  font-size:15px;
  border-radius:3px;
	
}
.yzm-news .yzm-news-img{width: 230px; height: 150px; float: left; margin:0 20px; overflow: hidden; border:1px solid #f2f2f2; border-radius:5px;}
.yzm-news .yzm-news-img img{width: 100%; height: 150px; transition: .5s;}
.yzm-news .yzm-news-img img:hover{transform: scale(1.1);}
.yzm-news-right{padding-right: 10px; }
.yzm-news-right em{font-style: normal; font-size: 14px; background: #f60; color: #fff; padding: 1px 3px; font-weight: normal; margin-right: 5px; border-radius:3px;}
.yzm-news-right a{font-size: 20px;line-height: 150%; 




}
.yzm-news-right p{font-size: 14px; color: #666; margin-top: 20px; margin-bottom: 20px; line-height:150%;}
.yzm-news-tags{}
.yzm-news-tags a{color: #000; padding: 4px 8px; border-radius: 3px; margin-right: 10px; font-size: 15px; margin-top: 5px; background: #C9D2C0; border:0px solid #2B5D62;}
.yzm-news-tags  a:nth-child(-n+1){background: #900;color: #fff;  border:0px solid #900;  }

.yzm-news-tags a:hover{background:#2B5D62; color: #fff;}
.yzm-like-list{ padding: 0 15px;}
.yzm-like-list li{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.yzm-like-list li .title_color{display: inline;}
.yzm-like-list li{padding: 6px 0; height: 20px; line-height: 20px;}
.yzm-like-list li a{font-size:15px;}
.yzm-like-list .date{float: right;}
.yzm-comment-list li{margin-bottom: 10px; border-bottom: 1px dashed #ddd; padding-bottom: 5px}
.yzm-comment-list a{font-size: 14px;}
.yzm-comment-list p em{color: #3366cc; font-style: normal;}
.yzm-list-advertise{background: #206fff; color: #fff; font-size: 20px; text-align: center; padding: 20px 0; transition: .3s; background: linear-gradient(45deg, rgba(39, 102, 255, 0.6), rgba(39, 102, 255, 0.9));}
.yzm-list-advertise a{color: #fff;}
.yzm-list-advertise .yzm-ad{font-size: 14px; line-height: 50px}
.yzm-list-advertise:hover{opacity: 0.9; color: #fff;}
.yzm-content-container{margin: 20px;}
.yzm-content-container h1{font-size: 22px; margin-bottom: 20px;}
.yzm-content-info{margin-bottom: 15px}
.yzm-content-info span{margin-right: 20px; color: #888; font-size:14px;}
.yzm-content-description{color:#888888;border:1px solid #f3f3f3;padding:10px;background:#f6f6f6;line-height:23px;margin-bottom:15px}
.yzm-content h2{font-size: 16px; margin: 20px 0; padding-left: 10px; border-left: 3px solid #2196f3;}
.yzm-content img{max-width: 100%; border-radius:5px;}
.yzm-content p{margin-bottom: 10px; line-height:180%;}
.yzm-content a{color: #4394ff;}
.yzm-content pre{color: #444;font-family: Monaco,Menlo,Consolas,"Courier New",monospace;display: block;margin:10px 0; padding: 9px;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,.15); border-radius: 3px;background-color: #f5f5f5;white-space: pre-wrap;word-wrap: break-word;font-size: 11px;line-height: 20px;word-break: break-all;}
.yzm-content-tag{ margin:35px 0;}
.yzm-content-tag a{color: #666; padding: 4px 8px; border-radius: 3px; margin-right: 10px; font-size: 16px; margin-top: 5px; background: #e5e5e5; border:1px solid #0E5CAD;}
.yzm-content-tag a:hover{background: #0E5CAD; color: #fff;}
.yzm-content-read-tips{text-align:center;margin:50px 0 !important;border:1px dashed #9d9a9a;padding:15px 0;}
.yzm-content-read-tips span{color:red;margin:0 3px;}
.yzm-content-read-tips a{color:#0844f7;}
.yzm-content-read-tips a:hover{color:red;}
.yzm-operate{margin: 10px 0 25px 0;}
.yzm-operate a{margin-right: 10px; background: #2196f3; height:50px; line-height:50px; width:100%;display: block;text-align: center; color: #fff; font-size: 16px; border-radius:25px;}
.yzm-operate a:hover{opacity: 0.8;color:#fff;}
.yzm-pre-next p{ font-size:15px;}
.yzm-text-list{ padding: 15px;}
.yzm-text-list ul li{width: 100%; margin-bottom: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative;}
.yzm-text-list ul li a{margin-left: 15px; font-size:15px;}
.yzm-date{float: right; font-size: 14px; color: #888;}
.yzm-text-list ul li::before{position: absolute; content: ""; width: 3px; height: 3px; background: #666; border-radius: 100%; left: 0; top: 10px;}
/*频道内容页*/






