/* ==================================================================== */
html{
    font-size:10px!important;
}

.body{
    font-size: 12px;
    line-height: normal;
    word-break: break-word;
    overflow-y: scroll;
    margin: 0;
    font-family: -apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial!important
}
/* 扣丁书屋品牌字体 FONT 
@font-face {
    font-family: 'brandfont';
    font-display: swap;
    src: url('./fonts/brand/webfont.eot'); 
    src: url('./fonts/brand/webfont.eot?#iefix') format('embedded-opentype'), 
    url('./fonts/brand/webfont.woff2') format('woff2'),
    url('./fonts/brand/webfont.woff') format('woff'), 
    url('./fonts/brand/webfont.ttf') format('truetype'), 
    url('./fonts/brand/webfont.svg#webfont') format('svg'); 
}*/



/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'brandfont';
    src: url("https://oss-cn-hangzhou.aliyuncs.com/codingsky/cdn1/androidos/assets/alimama-font/HaqBZ5u2qmFV.woff2") format("woff2"),
    url("https://oss-cn-hangzhou.aliyuncs.com/codingsky/cdn1/androidos/assets/alimama-font/HaqBZ5u2qmFV.woff") format("woff");
    font-display: swap;
}

.brand-font {
    font-family: "brandfont" !important;
    font-size: 2.3rem;
    font-style: normal;
    font-weight:bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.navcontainer {
    z-index:100;height:60px;
    background-color:#fff;
    top: 0;border-width: 0px 0px 1px;
    border-radius: 0;
    position: fixed;left:0px;right:0px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
/* ==================================================================== */


/* ==================================================================== */
.nav{
    margin:0px;
    list-style: none;
}

.nav li{
    float:left;
    height:57px;
    margin:0px;
    padding:0 15px;
    list-style: none;
}

.nav li a{
    display:inline-block;
    height:50px;
    line-height:50px;
    color: #555;
    text-decoration: none;
    background-color: transparent;
    font-size:1.8rem;
    font-weight: 500;
}

.menuactived{
    color:#2A6AEA!important;
    
}
/* ==================================================================== */

/* ==================================================================== */
/* 导航条右侧菜单 */
.right-nav{
    margin:0px;
    list-style: none;
}

.right-nav li{
    display:inline;
    height:57px;
    list-style: none;
}

.right-nav li a{
    display:inline-block;
    height:57px;
    line-height:57px;
    padding:0px 5px;
    color:#252933;
    text-decoration: none;
    background-color: transparent;
    font-size:1.8rem;
}
/* =============================================== */


/* =============================================== */
/* 下拉菜单，用在导航条右侧 */
.drop-menu{
    background-color: #fff;
    margin:0px;
    padding:0px;
    list-style: none;
    box-shadow:2px 2px 5px #222;
    position:relative;
    z-index: 150;
}
.drop-menu li{
    display:block;
    margin:0px;
    padding:0px;
    height:3.0rem;
    line-height:3.0rem;
    padding-bottom:1px solid #ccc;
}

.drop-menu li:hover{
    background-color: #3472F7;
}
.drop-menu li a{
    display:inline-block;
    color:#000;
    height:3.3rem;
    line-height:3.3rem;
    font-size:1.6rem;
    text-decoration: none;
    width:100%;
    padding:0px 5px;
}
.drop-menu li a:hover{
    color:#fff;
}

/* =============================================== */

/* =============================================== */
/* submenu */
.sm-menuwrapper{
    position:fixed;top:50px;z-index:100;background-color:#fff;height:30px;left:0px;right:0px;box-shadow: 0 0 5px #888;
}

.sm-menulist{
    margin:2px 0px 0px 0px;
    padding:0px;
    list-style-type: none;
}

.sm-menulist li{
   float: left;
   margin:0px 5px 0px 0px;
   padding:0px;
   
   list-style-type: none;
}

.sm-menulist li a{
   color: #5a5a5a;
   font-size: 1.4rem;
   padding: 5px 10px;
   border-radius: 5px;
}

.sm-menulist li a:hover{
   background-color:#f7f8fa;
}

.sm-menuactived{
   padding: 3px 5px;
   color: #fff!important;
   background-color:#3472F7!important;
}
/* =============================================== */


/* =============================================== */
/* 分页的样式 */
.page-nav-wrapper{
    text-align:center;margin-top:20px;margin-bottom:20px;height:24px;display:flex;
}

.page-nav{
    padding:0px;
    margin:auto;
    list-style-type: none;
}
.page-nav li{
    float: left;
    margin:0px 5px 0px 0px;
    padding:0px;
    list-style-type: none;
    border-radius: 5px;
}

.page-nav li a{
    color: #5a5a5a;
    font-size: 1.4rem;
    height:2.0rem;
    line-height: 2.0rem;
    padding:6px 9px;
    text-decoration: none;
    
    border:1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
 }
 
 .page-nav li a:hover{
    color: #fff!important;
    border:1px solid #3472F7;
    background-color:#3472F7;
    border-radius: 5px;
 }

 .page-actived{
    color: #fff!important;
    border:1px solid #3472F7!important;
    background-color:#3472F7!important;
 }
/* =============================================== */

/* =============================================== */
/* a 标签的样式 */
.cleanurl{
    text-decoration: none!important;
    border-bottom: none!important;
}

.fulllineurl{
    width:100%;display:inline-block;
}

/* 文章首页 --->>> 新闻 */
.news {height: 26px;line-height: 26px;display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.news-link {
    position: relative;
    font-size: 1.6rem;
    padding: 0 0 0 13px;
    transition: color .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 372px;
    justify-content: space-between;
}
.news-link:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cfcfcf;
    color:#7ed321;
}
.news-date {font-size: 1.2rem;color: #aaa;}
.diamond {
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    -webkit-transition: background .2s;
    transition: background .2s;
    display: inline-block;
    cursor: pointer;
}

/* =============================================================== */

/* image, title, desc  组合样式，用在首页的Android系统列表上 */
.itd{
    height:50px;overflow:hidden;margin:8px 0px 4px 0px;border-bottom: 1px solid #eee;
}
.itd img{
    float:left;width:45px;height:45px;
}
.itd-text-container{
    float:left;margin-left:8px;
}
.itd-desc{
    margin:0px;padding:0px;margin-top:-5px;font-size:1.4rem;
}

.blockgap{
    margin-top:22px!important;
}

.rowblock{
    margin-top:22px;overflow:hidden;
}

/*======================================================*/
/* name block */
.nb-wrapper{
    background:#fff;padding:16px 24px 24px 24px;border-radius: 4px;
}
.nb-icon{
    vertical-align:middle;width:18px;height:18px;
}
.nb-title{
    vertical-align:middle;font-size:1.8rem;font-weight:bold;
}
.nb-content-wrapper{
    margin-top:16px;
}
/*======================================================*/

/*======================================================*/
/* 侧边栏区块 */
.sideblock{background: #fff; padding: 8px;border-radius: 4px; }

.sideblock-head{border-bottom: 1px solid #f5f5f5;}
.sideblock-head p{margin: 0px;padding:0px; font-size: 1.6rem;font-weight: bold;}

.sideblockconten { /*margin-top:5px;padding-top:5px;*/}
.sideblockconten ul {list-style: none;margin:0px;padding:0px;}
.sideblockconten ul li{ list-style: none;margin:0px;padding:0px;}

.sideblockcontentlink {display:block;font-size: 1.6rem;color: #000;line-height:20px;margin:0px;padding:0px;margin-top:8px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;width: 100%; }
.sideblockcontentlink:hover {text-decoration:underline;}
/*======================================================*/


/*======================================================*/
/* [vertical image title] 双行title 与 summary */
/* 主页的图文 */
.vit-outter {
    background:#fff;height:246px;overflow:hidden;
    cursor:pointer;
    border:2px solid #fff;
}

.vit-outter:hover {
    border:2px solid #999999;
}

.vit-twoline-title{
    font-weight:bold;padding:0px;margin:0px;color: #222;font-size: 1.6rem;overflow:hidden;text-overflow:ellipsis;text-overflow:ellipsis;height:60px;-webkit-line-clamp:2;-webkit-box-orient: vertical;display: -webkit-box;
}

.vit-image-wrapper{
    height:140px;overflow:hidden;position:relative;border-bottom:1px solid #eee;margin-bottom:8px;
}

.vit-summary{
    color:#777;padding:10px 5px;height:140px;overflow:hidden;background:#eee;font-size:1.6rem;line-height:25px;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient: vertical;display: -webkit-box;
}
/*======================================================*/

/*======================================================*/
/* [simple url list] 基于ul的文字链接 */
.sul-list{
    margin:0px;
    list-style: none;
}
.sul-list > li{
    list-style-type: none;margin:0px;padding:0px;height:26px;
}

.sul-list > li > a{
    font-size: 1.6rem;height: 26px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 345px;
    display: inline-block;
}
/*======================================================*/

/* ====================================================== */
/* 带图文混排的 文章列表， */
.tp-postitem{
    position:relative;
    padding:0px 8px 8px 8px;
}
.tp-postitem-thumbnailwrapper{
    position:absolute;width:168px;height:100px;border:1px solid #ccc;overflow:hidden;top:5px;
}
.tp-postitem-thumbnailimg{
    width:168px;margin-top:auto;margin-bottom:auto;top:0;bottom:0;position:absolute;background-color:#f1f1f1;
}
.tp-postitem-textwrapper{
    margin-left:180px;
}
.tp-postitem-title{
    margin:10px 0px;
}

.tp-postitem-title h3{
    margin-bottom:0px;
}

.tp-postitem-title a{
    font-weight: 400;
}
.tp-postitem-summary{
    margin-top:5px;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 140px;
    text-overflow:ellipsis;
    -webkit-line-clamp:6;
    overflow:hidden;
    -webkit-box-orient: vertical;display: -webkit-box;
}
.tp-postitem-summary p{
    margin:0px;
    font-size:1.4rem;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 134px;
    text-overflow:ellipsis;
    -webkit-line-clamp:6;
    overflow:hidden;
    -webkit-box-orient: vertical;display: -webkit-box;
}

.tp-postitem-summary > em{
    color:#f73131;
    font-style:normal;
}

.tp-postitem-bottom{
    text-align:right;margin:0px;padding:0px;margin-bottom:8px;
}
.tp-postitem-bottom span{
    display:inline-block;font-size: 14px;padding:0px;margin:0px;
}
.tp-postitem-bottom a{
display:inline-block;font-size: 14px;padding:0px;margin:0px;font-weight:700
}

.tp-postitem-bottom-left{
    text-align:left;margin:0px;padding:0px;margin-bottom:8px;
}
.tp-postitem-bottom-left span{
    display:inline-block;font-size: 14px;padding:0px;margin:0px;
}
.tp-postitem-bottom-left a{
display:inline-block;font-size: 14px;padding:0px;margin:0px;font-weight:700
}
/* ====================================================== */

/*======================================================*/
/* TAG标签 
.tagitems a:nth-child(9n){background-color: #4A4A4A;}
.tagitems a:nth-child(9n+1){background-color: #428BCA;}
.tagitems a:nth-child(9n+2){background-color: #5CB85C;}
.tagitems a:nth-child(9n+3){background-color: #D9534F;}
.tagitems a:nth-child(9n+4){background-color: #567E95;}
.tagitems a:nth-child(9n+5){background-color: #B433FF;}
.tagitems a:nth-child(9n+6){background-color: #00ABA9;}
.tagitems a:nth-child(9n+7){background-color: #B37333;}
.tagitems a:nth-child(9n+8){background-color: #FF6600;}
.tagitems a{opacity: 0.80;filter:alpha(opacity=80);color: #fff;background-color: #428BCA;display: inline-block;margin: 0 5px 5px 0;padding: 0 6px;line-height: 30px}
.tagitems a:hover{opacity: 1;filter:alpha(opacity=100);}
.tagitems h3{font-size: 1.8rem;color: #666;border-bottom: 1px solid #eaeaea;background-color: #fbfbfb;margin: 0;padding: 11px 15px 10px;margin-bottom:15px}*/
/*======================================================*/
.tagitems a{
    border-radius: 5px;
    display: inline-block;
    padding:3px 8px;
    margin:3px 8px;
    background-color: #f7f8fa;
}
.tagitems a:hover{
    background-color: #f7f8fa;
}

/* ==================================================== */
/* 开源项目模块 */
.lib_tile_top{
    height:2.5rem;border-bottom:1px solid #eee;font-size:1.3rem;line-height:2.5rem;
}
.lib_tile_top_left{
    float:left;
    height:100%;
    padding-left:8px;
}
.lib_tile_top_right{
    float:right;
    height:100%;
}
.lib_tile_atitle{
    line-height:1.3!important;font-size:1.5rem;font-weight:bold;
}

.lib_tile_atitle_summary{
    font-size:1.4rem;overflow:hidden;line-height:1.3;text-overflow:ellipsis;text-overflow:ellipsis;max-height:178px;-webkit-line-clamp:9;-webkit-box-orient: vertical;display: -webkit-box;
}

.lib_tile_atitle_summary p {
    margin-top:0px;
    margin-bottom:0px;
}
/* ==================================================== */


/* ==================================================== */
/* 电子书列表展示 */
.x_book_title{
    display : block;
    font-size:1.8rem;
    color:#000;
    text-decoration: none!important;
    border-bottom: 1px solid #eee;
    margin-bottom:5px;
    overflow:hidden;text-overflow:ellipsis;max-height:32px;-webkit-line-clamp:1;-webkit-box-orient: vertical;display: -webkit-box
}
.x_book_title:hover{
    color:#3472F7;
    border-bottom: 1px solid #eee;
}
.x_book_bottom_bar{
    font-size:1.4rem;
}

.x_book_summary{
    font-size:1.4rem;color:#555;height:268px;padding:0px;margin:0px;
    line-height:1.5;
    overflow:hidden;
}
/* ==================================================== */

/* ==================================================== */
/* 主页搜索样式 */
.searchparent{
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    display: inline-block;
    height: 34px;
    position: relative;
    vertical-align: top;
    width: 358px;
}
.searchinput{
    position: absolute;
    top:7px;
    left:10px;
    padding:0px;
    margin:0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: 16px/22px arial;
    height: 22px;
    outline: 0;
    width: 240px;
    z-index: 1;
    color: #333;
    background: #fff;
}
/* ==================================================== */

/* ==================================================== */
/* aticle content 文章内容区 */
.ac-container{
    padding:15px;background-color:#fff;
}
.ac-article-meta{
    text-align: center;
}
.ac-article-meta span{
    display:inline-block;font-size: 14px;padding:0px;margin:0px;   
}
.ac-article-content{
    word-break: break-word;
    margin-top:20px;
    font-size: 1.6rem;
    line-height: 1.7;
}

.ac-article-content ul{
    margin-left:20px;
}

.ac-article-content ul > li{
    list-style-type: disc;
    margin-bottom:0px;
}


.ac-article-content p{
    margin-top: 22px;
    margin-bottom: 22px;
}

.ac-article-content > ul > li > p{
    display: inline;
    margin:0px;
    padding:0px;
}

.ac-article-content pre{
    overflow: auto;
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
    color: #333;
    background: #f8f8f8;
}

.ac-article-content blockquote{
    color: #666;
    padding: 1px 23px;
    margin: 22px 0px;
    border-left: 4px solid #cbcbcb;
    background-color: #f8f8f8;
}

.ac-article-content img {
    display: block;
    margin: 0px auto;
    cursor: pointer;
    cursor: zoom-in;
    max-width:100%;
}
/* ==================================================== */


/* ==================================================== */
/* tag 文章列表 */
.tag_article_list{
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin:0px;
    border: 1px solid #ddd;
}
.tag_article_list li{
    list-style: none;
    list-style-type: none;
    border-bottom:1px solid #eee;
}

.tag_article_list li:hover{
    background-color: #eee;
}

.tag_article_list li a{
    text-color:#000;
}
.header_sort{
    float: right;
    list-style-type: none;
}
.header_sort li{
    float: left;
    list-style-type: none;
}
/* ==================================================== */


/* ==================================================== */
/* 面包屑 */
.xxbreadcrumb{
    list-style:none;
    padding:0px;
    margin:0px;
}

.xxbreadcrumb li{
    float:left;
    list-style:none;
    padding:0;
    margin:5px 0px;
}

.xxbreadcrumb li a {
    text-decoration:none;
}

.xxbreadcrumb li a:hover {
    text-decoration:underline;
}
/* ==================================================== */


/* ==================================================== */
/* 单页电子书 */
.page-wrapper {
    position: relative;
    outline: 0;
    max-width: 800px;
    padding: 0px 15px 40px 15px;
    margin:0px auto;
}
/* ==================================================== */

/* ==================================================== */
/* 多页电子书 */
.book{
    position: relative;
    width: 100%;
    height: 100%;
}

.book_title{
    padding:6px;
    border-bottom: 1px solid rgba(0,0,0,.07);
    border-top: 1px solid rgba(0,0,0,.07);
    margin-bottom: 10px;
    margin-top: -1px;
}

.book-summary {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
    width: 300px;
    color: #364149;
    background: #fafafa;
    border-right: 1px solid rgba(0,0,0,.07);
    -webkit-transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    -o-transition: left 250ms ease;
    transition: left 250ms ease;
}

.book-summary ul.summary li {
    list-style: none;
}

.book-summary ul.summary li ul {
    list-style: none;
}
.articles{
    list-style: none;
    padding-left: 20px!important;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
}
.book-summary ul.summary {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
}

.chapter{
    margin-bottom:0px!important;
}

.chapterselected{
    color: #008cff!important;
    text-decoration: none!important;
}

.book-summary-text{
    display: block;
    padding: 10px 15px;
    border-bottom: none;
    color: #364149;
    font-weight:bold;
    background: 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-size: 1.4rem;
    line-height:1;
    text-decoration: none;
}

.book-summary-text-a{
    display: block;
    padding: 10px 15px;
    border-bottom: none;
    color: #364149;
    background: 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-size: 1.4rem;
    line-height:1;
    text-decoration: none;
}

.book-summary-text-a:hover{
    text-decoration: underline!important;
}


.book-summary ul.summary li.active>a {
    color: #008cff;
    background: 0 0;
    text-decoration: none;
}

.book-body {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    color: #000;
    background: #fff;
    -webkit-transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    -o-transition: left 250ms ease;
    transition: left 250ms ease;
}
.book-header {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow: visible;
    height: 50px;
    padding: 0 8px;
    z-index: 2;
    font-size: .85rem;
    color: #7e888b;
    background: 0 0;
}

.navlink {
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    color: #aaa;
    text-decoration: none!important;
    border-bottom:0px;
}

.navlink:hover {
    color: #000;
}

.page-wrapper {
    position: relative;
    outline: 0;
    max-width: 800px;
    padding: 0px 15px 40px 15px;
    margin:0px auto;
}
/* ==================================================== */


/* ==================================================== */
/* 电子书文章内容格式 */
.markdown-section{
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    color: #333;
    font-size: 1.6rem;
    text-rendering: optimizeLegibility;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.markdown-section blockquote {
    color: #666;
    padding: 1px 23px;
    margin: 22px 0px;
    border-left: 4px solid #cbcbcb;
    background-color: #f8f8f8;

}

.markdown-section blockquote>p{
    margin-bottom: 0px;
}

.markdown-section p{
    margin-top: 0;
    margin-bottom: 2.38rem;
    orphans: 3;
    widows: 3;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;   
}

.markdown-section ul{
    display: block;
    list-style:square outside none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.markdown-section li{
    margin-bottom: 0.2rem;
}

.markdown-section li > p:first-child{
    display: inline-block;
    margin-bottom:10px;
}

.markdown-section li > code{
    color:#E74C3C;
}
.markdown-section p > code{
    color:#E74C3C;
}

.markdown-section img{
    max-width: 100%;
}

.markdown-section a{
    color:#3472F7;
    text-decoration: none;
}

.markdown-section h1,.markdown-section h2,.markdown-section h3,.markdown-section h4,.markdown-section h5,.markdown-section h6{
    margin: 1.9rem 0rem;
    margin-bottom: 2.38rem;
    font-weight: 700;
}

.markdown-section h1 {
    font-size: 4.0rem;
    line-height:1.7;
    color: #222;
}

.markdown-section h2 {
    font-size: 3.0rem;
    color: #222;
}

.markdown-section h3 {
    font-size: 2.0rem;
    color: #222;
}

.markdown-section h4 {
    font-size: 2.0rem;
    color: #222;
}

.markdown-section pre {
    margin-bottom: 2.38rem;
}
/* ==================================================== */


/* ==================================================== */
/* 搜索输入框 */
.search-input{
    font-size:1.6rem;line-height:3.4rem;height:3.4rem;padding-left:8px;padding-right:8px;
}
/* ==================================================== */


/* ==================================================== */
/* image-title-summary, 两行摘要 */
.its-v1-container{
    background:#fff;height:240px;overflow:hidden;
}

.its-v1-container-img{
    height:150px;overflow:hidden;border-bottom:1px solid #eee;
}
.its-v1-text-container{
    padding:0px 8px;
}

.its-v1-text-container h4{
    margin-bottom:0px;
}

.its-v1-text-container p{
    color: #666;font-size: 1.6rem;line-height: 1.4;overflow:hidden;text-overflow:ellipsis;max-height:44px;-webkit-line-clamp:2;-webkit-box-orient: vertical;display: -webkit-box;margin-top:5px;
}
/* ==================================================== */


/* ==================================================== */
/* tab */
.tab-list{
    list-style: none;
}

.tab-list li{
    float:left;
    list-style: none;
}

.tab-list li > a{
    text-decoration: none;
    padding:8px;
}
.tabactived{
    color:#2A6AEA;
    font-weight: bold;
}
.tabactived li{
    color:#2A6AEA;
}
.tabactived a{
    color:#2A6AEA;
}
/* ==================================================== */

/* ==================================================== */
/* table样式 */
.table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    vertical-align: top;
}

.table-bordered {
    border: 1px solid #ccc;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px!important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ccc;
}

/* ==================================================== */


.gototop{
}
.gototop:hover{
    content: url("https://oss-cn-hangzhou.aliyuncs.com/codingsky/codingsky/assets/img/go-to-top2.png")
}

/*===========*/
.article_container{
    padding: 3.2rem 3.2rem 0rem 3.2rem;
    border-radius: 4px;
    background-color: #fff;
}
.article_title{
    margin: 0 0 1.667rem;
    font-size: 2.667rem;
    font-weight: 600;
    line-height: 1.31;
    color: #252933;
    
}
.article-container-meta{
    font-size: 1.4rem;
    color: #8a919f;
    letter-spacing: 1px;
    line-height: 2.2rem;
}
.article-container-content{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-top:2.2rem;
    margin-bottom:2.2rem;
    text-rendering: optimizeLegibility;
    color: #252933;
    overflow: hidden;
    /* position:relative; */
}

.article-container-content > h2{
    margin-bottom: 5px;
    margin-top: 35px;
    padding-bottom: 5px;
}

.article-container-content > h3{
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 12px;
}

.article-container-content > h4{
    margin-top: 30px;
    margin-bottom: 18px;
    padding-bottom: 10px;
}

.article-container-content > p{
    margin-top: 22px;
    margin-bottom: 22px;
}

.article-container-content pre{
    overflow: auto;
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
    color: #333;
    background: #f8f8f8;
}
.article-container-content pre code{
    border: 0px solid #E1E1E1;
    background-color: #f8f8f8;
}

.article-container-content a{
    text-decoration: none;
    color:#3472F7;
}
.article-container-content a:hover{
    /*text-decoration: underline;*/
    color:#0269c8;
}

.article-container-content > pre > code{
    white-space: break-spaces;
}


.article-container-content blockquote{
    color: #666;
    padding: 1px 23px;
    margin: 22px 0px;
    border-left: 4px solid #cbcbcb;
    background-color: #f8f8f8;
}
.article-container-content > blockquote > p{
    margin-top:5px!important;
    margin-bottom:5px!important;
}

.article-container-content img {
    display: block;
    margin: 0px auto;
    max-width:100%;
}
.article-container-content > p code {
    word-break: break-word;
    border-radius: 2px;
    overflow-x: auto;
    background-color: #fff5f5;
    color: #ff502c;
    font-size: .87em;
    padding: 0.065em 0.4em;
}
.article-container-content > blockquote  code {
    word-break: break-word;
    border-radius: 2px;
    overflow-x: auto;
    background-color: #fff5f5;
    color: #ff502c;
    font-size: .87em;
    padding: 0.065em 0.4em;
}
.article-container-content > table {
    width:100%;
    table-layout: fixed;
    word-break: break-all;
}



.leftnav-item{
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.leftnav-item:hover{
    background-color: #f7f8fa;
}
.leftnav-item > a{
    font-size:1.6rem;
    line-height:2.4rem;
    display:block;
    margin:0px;
    padding: 10px 17px;
}
.leftnav-item-actived{
    background-color: #eaf2ff!important;

}
.leftnav-item-actived > a{
    color:#1e80ff!important;
}

.article-entry{
    color: rgb(51, 51, 51);
    
}
.article-entry-container{
    padding: 12px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}
.article-entry-tag-container{
    display: flex;
    align-items: center;
    font-size:1.2rem;
}
.article-entry-content-container{
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(228, 230, 235, 0.5);
    margin-top: 10px;
    width: 100%;
}
.article-entry-title-row{
    display: flex;
    margin-bottom: 8px;
}
.article-entry-title{
    font-weight: 600;
    font-size: 16px;
    cursor:pointer;
    line-height: 24px;
    color: #252933;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;    
}
.article-entery-abstract{
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 22px;
    color:rgb(138, 145, 159);
}
.block-title{
    padding: 1.333rem 0;
    margin: 0 1.667rem;
    font-size: 1.6rem;
    font-weight:500;
    line-height: 2rem;
    color: #1d2129;
    border-bottom: 1px solid #e4e6eb;
}
.block-title > span{
    font-size: 1.6rem;
    font-weight:500;
}
.block-body{
    padding: 0.667rem 0 1.333rem;
    margin:0 1.667rem;
}


/* image, title, desc  组合样式，用在首页的Android系统列表上 */
.block-body-itp-entry-list{
display: block;
}
.block-body-itp-entry-item{
    border-radius: 5px;
    cursor:pointer;
    padding:5px 0px;
    margin-bottom:3px;
}
.block-body-itp-entry-item:hover{
    background-color: #f7f8fa;
}
.block-body-itp-entry-item img{
    float:left;width:45px;height:45px;margin-left:2px;
}

.book-entry-item{
    border-radius: 5px;
    background-color: #fff;
    height:340px;padding:5px;
}

.footer-block{

}
.footer-block > ul{
    padding: 0px;
    margin: 0px;
}
.footer-block > ul > li{
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    font-size: 1rem;
    line-height: 1.6;
    color: #9aa3ab;
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}
.footer-block-url{
    color:#9aa3ab;
}


.tabcontainer{

}
.tabcontainer > ul {
    height:47px;
}
.tabcontainer > ul > li {
    float:left;
    list-style: none;
    display: list-item;
    height:45px;
    font-size:1.6rem;
    line-height:45px;
    margin-right:25px;
}
.tabcontainer > ul > li:hover {
    border-bottom: 3px solid #2A6AEA;
}
.tabcontainer > ul > li > a {
}

.tabactived{
    border-bottom: 3px solid #2A6AEA;
}

.searchsetting{
    margin-bottom:8px!important;
}
.searchsetting_actived{
    background-color: #3472F7!important;
    color:#fff!important;
}

.search-book-list{

}
.search-book-list > li{
    list-style: none;
    padding-bottom:10px;
}
.search-code-rank-list{

}
.search-code-rank-list > li{
    list-style: none;
    padding-bottom:10px;
}
.image-text-link-list{
    margin:10px 0px;
}
.image-text-link-list > li {
    list-style: none;
    padding:5px;
    height:3rem;
    border-radius: 5px;
}
.image-text-link-list > li:hover {
    background-color: #f7f8fa;
}
.image-text-link-list li > a  {
    height: 100%;
    display: flex;
    align-items: center;
    padding:0px;
    margin:0px;
}
.image-text-link-list li > a:hover  {
    color:#222226;
}
.image-text-link-list li > a > img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.8rem;
    border-style: none;
}
.image-text-link-list li > a > span  {
    display:inline-block;
    height:3rem;
    font-size: 1.6rem;
    line-height:3rem;
}
.headline{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #252933;
    margin:0px;padding:0px;
}
.descline{
    margin:0px;padding:0px;color:#8a919f;
}
.urlblockv2{
    display:block;color:#111;line-height:1.4;word-break: break-all;
}
.urlblockv2:hover{
color:rgb(28, 171, 91);
}

.suspension-panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 1000;
}
.suspension-panel .to-top-btn{
    font-size: 1.6rem;
}
.suspension-panel .btn{
    margin: 1rem 0 0;
    padding: 0;
    width: 3.33rem;
    height: 3.33rem;
    line-height: 1;
    color: #909090;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(50,50,50,.04);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tag2{
    background-color: #ecf5ff;
    display: inline-block;
    height: 26px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}

.book-entry-title{
    font-weight: 600;
    font-size:2.0rem;
    cursor:pointer;
    line-height: 24px;
    color: #252933;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;    
}
.book-entery-abstract{
    margin-bottom: 8px;
    color:#222;
    font-size:1.6rem;
    line-height: 22px;
}

.book-entery-abstract > p{
    margin-bottom: 5px;
}

.lib_container{
    background: #fff;background-color:rgb(247, 248, 250);border:1px solid #e4e6eb;border-radius: 4px;
}
.lib_container_top{
    padding: 20px 13px 16px 20px;word-break:break-all;border-bottom:1px solid rgb(228, 230, 235);
}
.lib_container_top_summary{
    color:#515767;height:130px;overflow:hidden;font-size:1.6rem;line-height:25px;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient: vertical;display: -webkit-box;
}
.lib_container_middle{
    background-color:white;height:48px;border-bottom:1px solid rgb(228, 230, 235);line-height:48px;display:flex;flex-direction:row;justify-content:space-between;text-align:center;padding-left:20px;padding-right:13px;
}
.lib_container_bottom{
    background-color:white;height:48px;line-height:48px;display:flex;flex-direction:row;justify-content:space-between;padding-left:20px;padding-right:0px;
}
.lib_container_readmore{
    text-decoration: none!important;
    height:47px;line-height:47px;
    border-radius: 0 0 4px 0;
    display:inline-block;
    color:#3472F7;
    background-color:rgba(30,128,255,0.05);
    border:1px solid rgba(30,128,255,0.3);
    padding:0px 15px 0px 15px;font-weight:500;font-size:1.6rem;
}
.lib_container_readmore:hover{
    background-color:rgba(30,128,255,0.1);
    border:1px solid rgba(30,128,255,0.45);
}
.plane_button{
    display:block;text-align:center;background:#3472F7;height:35px;line-height:35px;color:#fff;font-size:14px;border-radius: 4px;margin-top:10px;
}
.plane_button:hover{
    color:white;
    background:#4482FF;
}

.snippet_urlblock_title{
    line-height:22px;font-size:1.5rem;font-weight: 400;word-break: break-word;color:#252933;
}
.snippet_urlblock_title:hover{
    color:#3472F7;
}

.left_sidebar{
    position:absolute;left:-5.8rem;top:50px;width:30px;
}

.round_button{
    position: relative;
    margin-bottom: 2.0rem;
    width: 4.8rem;
    height: 4.8rem;
    line-height:4.8rem;
    font-size:2.8rem;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(50,50,50,.04);
    cursor: pointer;
    text-align: center;
    font-size: 1.67rem;
    color:#8a919f;
}
.round_button:hover{
    color:#5a616f;
    /*background-color: #efefef;*/
}
.badge{
    position: absolute;
    top: 0;
    left: 75%;
    height: 17px;
    line-height: 17px;
    padding: 0 5px;
    border-radius: 9px;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    background-color: #c2c8d1;
    color: #fff;
}

/* ======== toast ======== */
.snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

.snackbar .show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
/* ====================== */

.login-guide-list-item{
    width: 170px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article-tile {
    cursor:pointer;
    border:2px solid #fff;
    margin:5px;background:#fff;height:246px;overflow:hidden;
}

.article-tile:hover {
    border:2px solid #999999;
}

.article-tile-image{
    height:140px;overflow:hidden;position:relative;border-bottom:1px solid #eee;margin-bottom:8px;
}

.tileurl{

}
.tileurl:hover{
    color:#777;
}

.twoline{
    white-space:initial;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.twoline-summary{
    color: #666;font-size: 15px;overflow:hidden;text-overflow:ellipsis;max-height:108px;-webkit-line-clamp:2;-webkit-box-orient: vertical;display: -webkit-box;margin-bottom:8px;
}
.twoline-summary p{
    line-height: 1.7;
}

.twoline-title{
    padding:0px;margin:0px;color: #222;font-size: 15px;overflow:hidden;text-overflow:ellipsis;text-overflow:ellipsis;height:60px;-webkit-line-clamp:2;-webkit-box-orient: vertical;display: -webkit-box;
}

.news {height: 26px;line-height: 26px;display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.news-link {
    color: #555;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 13px;
    transition: color .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 372px;
    justify-content: space-between;
}

.news-link:hover {
    color: rgb(28, 171, 91);
}

.news-link_noprefix {
    color: #555;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 0px;
    transition: color .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 360px;
    justify-content: space-between;
}
.news-link_noprefix:hover {
    color: rgb(28, 171, 91);
}

.news-date {font-size: 12px;color: #aaa;}

.news-link:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cfcfcf;
    color:#7ed321;
}
.box-header{
    line-height: 30px;
    box-shadow: none;
    margin-bottom: 6px;
    box-sizing: content-box;
    padding-bottom: 2px;
    margin: 0 0 5px 0;
    height: 30px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.box-title{
    font-size: 18px;
    color: #111;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-weight: 700;
}
.box-more{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box-more:hover{
    color:rgb(28, 171, 91);
}

.diamond {
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    -webkit-transition: background .2s;
    transition: background .2s;
    display: inline-block;
    cursor: pointer;
}

.text-diamond{
    color:#555;
}


/* search button */
.sbtn{
    -webkit-appearance: none;
    background: rgb(28, 171, 91);
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 35px;
    outline: none;
    padding: 0;
    width: 95px;
    display: inline-block;
    position: absolute;
    right:0px;
    top:-1px;
    border:none;
}

.sbtn:hover{
    background: rgb(28, 171, 91);
}

.searchparent{
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    display: inline-block;
    height: 34px;
    position: relative;
    vertical-align: top;
    width: 358px;
}
.searchinput{
    position: absolute;
    top:5px;
    left:10px;
    padding:0px;
    margin:0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: 16px/22px arial;
    height: 22px;
    outline: 0;
    width: 240px;
    z-index: 1;
    color: #333;
    background: #fff;
}

.searchpageparent{
    width: 558px;
}
.searchpageinput{
    width: 450px;
}

.newsearchcontrol{
    width: 205px!important;
    background-color: #f0f0f0;
    border: 0px!important;
    color: #fff!important;
}

.newsearchcontrol:focus{
    border: 0px!important;
    background-color: #f0f0f0;
    border-color: #555!important;
    outline: none!important;
    color:#222!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
}

.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.articlesul{
    list-style: none;
    padding-left: 20px;
}
.articlesul li{
    margin:0px;
    padding:0px;
    height:30px;
    list-style:square;
}

.articlesul li a{
    margin:0px;
    padding:0px;
    border-bottom: 0px!important;
}

.subtitleul{
    margin:0px;
    padding:0px;
    list-style-type: none;
}

.subtitleul li{
   float: left;
   margin:0px 5px;
   padding:0px;
   list-style-type: none;
}

.subtitleul li a{
   color: #5a5a5a;
   font-size: 14px;
   padding: 3px 5px;
}

.subtitleul li a:hover{
   color: #fff!important;
   background-color:rgb(28, 171, 91);
}

.subtitleactive{
   padding: 3px 5px;
   color: #fff!important;
   background-color:rgb(28, 171, 91);
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.post-header{
}

.post-header hr{
    margin: 0px 0px!important;
}

.posts-expand {
    padding-top: 40px;
    padding-bottom: 20px;
}

.posts-expand .post-title {
    font-size: 20px;
    text-align: center;
    word-break: break-word;
}

.posts-expand .post-title-link {
    display: inline-block;
    position: relative;
    color: #555;
    border-bottom: none;
    line-height: 1.2;
    vertical-align: top;
}
.posts-expand .post-title-link:hover {
    color:rgb(28, 171, 91);
}

.post-title-link:hover {
    text-decoration: none;
}

.posts-expand .post-title-link:hover::before {
    visibility: visible;

    transform: scaleX(1);
}
.posts-expand .post-title-link .fa {
    font-size: 16px;
}
.posts-expand .post-meta {
    margin: 3px 0 60px 0;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.posts-expand .post-meta .post-category-list {
    display: inline-block;
    margin: 0;
    padding: 3px;
}
.posts-expand .post-meta .post-category-list-link {
    color: #999;
}
.post-meta-item-icon {
    display: none;
    margin-right: 3px;
}
.posts-expand .post-tags {
    margin-top: 40px;
    text-align: center;
}
.posts-expand .post-tags a {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

.posts-expand .post-eof {
    display: block;
    margin: 80px auto 60px;
    width: 8%;
    height: 1px;
    background: #ccc;
    text-align: center;
}
.post:last-child .post-eof.post-eof.post-eof {
    display: none;
}

.post-articlelist-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
}


.thumbnaildiv{
    position:absolute;width:168px;height:100px;border:1px solid #ccc;overflow:hidden;top:20px;
}
.thumbnailimg{
    width:168px;margin-top:auto;margin-bottom:auto;top:0;bottom:0;position:absolute;background-color:#f1f1f1;
}
.titlesummarydiv{
    margin-left:180px;height:100px;overflow:hidden;
}

.nav li {
    float: left;
    height: 57px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.navbar-nav>li>a {
    position: relative;
    display: block;
    padding: 0px 15px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.navbar-nav > .active > a {
    color: rgb(28, 171, 91);
    font-weight: bold;
}


.tech-title-link-simple{
    display: inline-block;
    position: relative;
    color: #000;
    border-bottom: none;
    line-height: 1.2;
    vertical-align: top;
    text-decoration: none;
}
.tech-title-link-simple:hover{
    color: rgb(28, 171, 91);;
    text-decoration: none;
}
.tech-title-link-simple:active,.tech-title-link-simple:focus{
    color: #555;
}

.tech_summary{
    color:#888;font-size:14px;margin-bottom:15px;line-height:1.4;margin-top:-5px;
}
.tech_bar{
    margin:0px;padding:0px;margin-top:-5px;height:20px;line-height:20px;font-size:14px;vertical-align:middle;
}

/* snippet style */
.articlelist-title{margin-bottom:5px;}
.articlelist-tags{float: left;}
.articlelist-readcount{float: right;font-size: 13px;}
.articlelist-taglink{padding: 5px;font-size: 14px;color: #777;background: #ccc;white-space:nowrap!important;}
.articlelist-taglink:hover{color: #fff;border-bottom:0px;text-decoration:none!important;background: rgb(28, 171, 91);}


.lightline{
    height:1px;
    background-color: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}

.snipcontent{
    
}

.snipcontent pre{
    background-color: #fff!important;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    font-size:16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: rgb(28, 171, 91);
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.taglink {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    background: #eee;
    white-space: nowrap!important;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 0px;
}


.sideblockcontentul{
    list-style: none;
    margin:0px;
    padding:0px;
}

.breadcrumb{
    
}

.fullcontainer{
    width:100%l
}