@charset "utf-8";
/**
 * YZMCMS 内容管理系统(yzm-cms轻量级开源CMS)
 * @author           袁志蒙  
 * @license          http://www.yzmcms.com
 */
/* CSS Document */

*{margin:0;padding:0;}
body{font-size:13px;font-family:Tahoma,Arial,sans-serif;color: #333; line-height: 25px}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
table{border-collapse:collapse;}
a,img{border:0;}
ol,ul{list-style:none}
a{color:#454545;text-decoration:none;}
a:hover{color:#000000;}
.clearfix{clear:both;width:0px;height:0px;overflow:hidden;}
/*.title_color{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/

.yzm-container-box{width:100%;background:#fff;min-width:1170px}
.yzm-header-box{height: 30px; line-height: 30px; background-color:#1ba840;}
.yzm-header-box a{color: white;} 
.yzm-header-top{width:1170px;margin:0 auto; color: white;}
.yzm-header-top a{margin-left:10px;}
.yzm-header-top a:hover{color:#ff0000;}
.yzm-member-status{float:right;}
.yzm-member-status .login{color: #ff0000;border:1px solid #ff0000;padding: 3px 7px}
.yzm-member-status .login:hover{background:#ff0000;color:#fff}

/* 网站容器 */
.yzm-container{margin:auto;width:1170px;}
.yzm-content-box{padding:5px 20px 10px 20px;background: #fff;border: 1px solid #eee;}
.yzm-content{color:#353535}
.yzm-title{border-bottom: #e4e3e3 1px solid;margin-bottom: 10px}
.yzm-title h2{font-size: 14px;line-height: 40px;font-weight: normal;border-bottom: 3px solid #1ba840;display: inline-block;padding-right:2px;color: #1ba840;}
.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-header{height:80px;padding:10px 0;width:1170px;margin:0 auto;}
.yzm-logo img{float:left}
.searchtxt .searchmenu .searchselected{background-image:url(../images/icon2.png);background-repeat:no-repeat;}
.searchtxt{float:left;width:450px;height:36px;border:2px solid #2196f3;border-right:0;position:relative;z-index:100;background:#fff;}
.searchtxt .searchmenu{float:left;border-right:1px solid #eee;}
.searchtxt .searchmenu .searchselected{color:#666;cursor:pointer;font-size:14px;height:36px;line-height:36px;padding-left:15px;width:60px;background-position: 55px -85px;}
.searchtxt .searchmenu .searchopen{background-position:55px -113px}
.searchtxt .searchmenu .searchtab{display:none; position:absolute;top:36px;left:-2px;width:75px;border:2px solid #2196f3;border-top:0;background:#fff;z-index:100;}
.searchtxt .searchmenu .searchtab li{height:28px;line-height:28px;color:#666;font-size:14px;cursor:pointer;padding-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:6px}
.searchtxt .searchmenu .searchtab li.selected{background:#edf3fc;color:#018dbc;}
.searchtxt input{float:left;border:0;background:#fff;color:#666;padding:7px 8px;width:350px;height:22px;line-height:22px;margin:0;outline:medium none;}
.searchbtn{float:left;}
.searchbtn button{background:#2196f3;border:0;color:#fff;outline:none;cursor:pointer;float:left;height:39px;line-height:39px;width:86px;font-size:16px;transition:all 0.3s}
.searchbtn button:hover{background:#1784db;}
.yzm-add-content{width:110px;float:right;margin-top:30px;}
.yzm-add-content a{border-radius:2px;height:38px;color:#2196f3;font-size:14px;display:block;line-height: 38px;transition:0.3s all;border:1px solid #2196f3;text-align:center;}
.yzm-add-content a:hover{text-decoration:none;background:#2196f3;color:#fff; }

/*导航条*/
.yzm-menu{height:40px;}
.yzm-nav{margin:0 auto;}
.yzm-nav li{float:left;position:relative;z-index:98;}
.yzm-nav li a{float:left;width:130px;display:block;line-height:20px;text-align:center;font-weight:normal;font-size:16px;transition:all 0.3s;border-radius: 5px;}
.yzm-nav li a span{display: block; font-size: 10px;}
.yzm-nav li a:focus{-moz-outline-style: none;}
.yzm-nav li a:hover{text-decoration:none;color:#fff;background:#1ba840;}
.yzm-nav li .current{text-decoration:none;color:#fff;background:#1ba840;}
.yzm-nav li .sub_nav{position:absolute;top:40px;left:0px;background:#1ba840;;display:none;z-index:99;}
.yzm-nav li .sub_nav li{text-align:center;height:35px;line-height:35px;position:relative;z-index:99;padding:0px;background:#1ba840;border-top:1px solid rgb(2, 211, 2);clear:left;}
.yzm-nav li .sub_nav li a{height:34px;line-height:34px;display:inline-block; color: white;}

/* 前端分页 */
#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:#1ba840;color:#fff;text-decoration:none;border:1px solid #1ba840;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #ddd;}

/* 网站底部 */
.yzm-footer{text-align: center;background-color:#0a872a;padding:20px 0; color: white;}
.yzm-footer a,.yzm-footer-top a{color: white;}
.yzm-footer-top{background-color:  #1ba840;padding:20px 0; color: white;}


/*flex*/
.flex{display:flex;}
.flex-inline{display:inline-flex;}
.flex-reverse{flex-direction:row-reverse;}
.flex-column{flex-direction:column;}
.flex-column.flex-reverse{flex-direction:column-reverse;}
.flex-nowrap{flex-wrap:nowrap;}
.flex-wrap{flex-wrap:wrap;}
.flex-wrap-reverse{flex-wrap:wrap-reverse;}
.flex-start{justify-content:flex-start;}
.flex-center{justify-content:center;}
.flex-end{justify-content:flex-end;}
.flex-between{justify-content:space-between;}
.flex-around{justify-content:space-around;}
.flex-items-start{align-items:flex-start;}
.flex-items-center{align-items:center;}
.flex-items-end{align-items:flex-end;}
.flex-items-baseline{align-items:baseline;}
.flex-items-stretch{align-items:stretch;}
.flex-self-start{align-self:flex-start;}
.flex-self-center{align-self:center;}
.flex-self-end{align-self:flex-end;}
.flex-self-baseline{align-self:baseline;}
.flex-self-stretch{align-self:stretch;}
.flex-content-start{align-content:flex-start;}
.flex-content-center{align-content:center;}
.flex-content-end{align-content:flex-end;}
.flex-content-between{align-content:space-between;}
.flex-content-around{align-content:space-around;}
.flex-middle{justify-content:center;align-items:center;align-self:center;align-content:center;}
.flex-fill{flex:1 1 auto;}
.flex-grow{flex-grow:1;}
.flex-shrink{flex-shrink:1;}

.index1 p {
    background-color: green; padding:5px 10px; line-height: 20px;
}
.text-white{color: rgb(255, 255, 255);}
.text-white:hover{color: rgb(229, 229, 229);}
.block {display: table; width: 100%; min-height: 10px;}
.line {width: 100%;display: block; border-bottom: 1px dotted gray; padding-top: 10px;}