/*通用样式*/
*{
	padding: 0;
	margin: 0;
}
html, body{
    height: 100%;
}

body{
	font:14px/1.5 "microsoft yahei","hanhei sc","helvetica neue","open sans",arial,"hiragino sans gb","微软雅黑","stheiti","wenquanyi micro hei",simsun,sans-serif;
	color:#333;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

a{
    color: #333;
    transition-property:all;
	transition-duration:.4s;
}
a:hover{
    text-decoration: none;
    color:#f33;
}
.icon{
    font-size:18px;
}
.oneline{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.twoline{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.threeline{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.foreline{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.animate{
	transition-property:all;
	transition-duration:.4s;
}
.show-sm{
	display:none;
}
.show-md{
	display: none;
}
.show-lg{
	display: none;
}
.show-xl{
	display: none;
}

/*滚动条美化*/
.scrollgood, html{
	scrollbar-face-color:#ff7575; 
	scrollbar-highlight-color:#fff; 
	scrollbar-shadow-color:#eeeeee; 
	scrollbar-3dlight-color:#eeeeee;
	scrollbar-arrow-color:#000; 
	scrollbar-track-color:#fff; 
	scrollbar-darkshadow-color:#fff; 
}

.scrollgood::-webkit-scrollbar, html::-webkit-scrollbar {
    width : 10px;  
    height: 1px;
}
.scrollgood::-webkit-scrollbar-thumbm, html::-webkit-scrollbar-thumb {
    border-radius   : 10px;
    background-color: #ff5151;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
}
.scrollgood::-webkit-scrollbar-track, html::-webkit-scrollbar-track{
     box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); 
     border-radius: 10px; 
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    background-color: #fff;
}
/*滚动条美化结束*/

/*顶部导航*/
.logocontent{
    height: 80px;
}
.logocontent .logobox{
    width: 200px;
    height:50px;
    overflow:hidden;
}
.logocontent .logobox img{
    width: 100%;
    height:100%;
}
.logocontent .logotext{
    margin-left: 10px;
    font-size: 22px;
    line-height:50px;
    margin:0;
}
.topsearchbox{
    position:relative;
    width:340px;
}
.topsearchbox form{
    display: flex;
    align-items: center;
}
.topsearchbox input{
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    width: 290px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    outline: none;
}
.topsearchbox button{
    font-size: 14px;
    border: 0px;
    height: 40px;
    line-height: 40px;
    padding : 0 12px;
    text-align: center;
    border:1px solid #eee;
    color:#333;
    background-color:#eee;
}
.topsearchbox button:hover{
    background-color: #ddd;
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%);
}
.mininav{
    background-color: #343a40;
    color:#fff;
    display:flex;
    justify-content: space-between;
    padding: 0 15px;
    height:50px;
    align-items: center;
}
.mininav .mimilogobox{
    width:100px;
    height:50px;
    overflow:hidden;
}
.mininav .mimilogobox img{
    width: 100%;
    height:100%;
}
.mininav .mimilogobox .logotext{
    line-height:50px;
}
.mininav .minimenubox .icon{
    font-size:22px;
    color:#fff;
}


/*首页顶部banner*/
.hometopleftbannerbox{
    padding-right: 0;
}
#hometopleftbanner{
    height: 238px;
    overflow: hidden;
}
#hometopleftbanner .carousel-indicators{
    margin-bottom: 5px;
}
#hometopleftbanner .carousel-caption{  
    padding-bottom: 0;
    bottom: 10px;
    text-align:left;
    left: 0px;
    right: 0px;
    padding: 10px 15px 0;
    background-color: rgba(0,0,0, .3);
}
#hometopleftbanner .carousel-caption h5{
    font-size:14px;
}
#hometopleftbanner .carousel-caption a{
    color:#fff;
}
#hometopleftbanner .carousel-caption a:hover{
    text-decoration: underline;
}
#hometopleftbanner .carousel-caption p{
    margin-bottom: 0;
    max-height:1px;
    overflow:hidden;
}
#hometopleftbanner .carousel-inner{
    height: 238px;
}
#hometopleftbanner .carousel-item{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 首页头条 */
#hometoptoutiao{
    margin-top: 15px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#hometoptoutiao .hometoptoutiaoitem{
    width: 48%;
    flex-grow:0;
    flex-shrink: 0;
    margin-bottom:15px;
}
#hometoptoutiao .imgbox{
    width: 100%;
    height: 110px;
    overflow:hidden;
}
#hometoptoutiao .imgbox img{
    width: 100%;
    min-height: 100%;
    cursor:pointer;
}
#hometoptoutiao .imgbox img:hover{
    transform: scale(1.1);
}
#hometoptoutiao .hometoptoutiaoitem h5{
    padding-top: 5px;
    font-size:15px;
    line-height:20px;
    height:44px;
}

/* 首页最新文章 */
#homenews li{
    font-size:15px;
    line-height: 25px;
    padding-left: 14px;
    position: relative;
}
#homenews li:before{
    background-color: #ccc;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
}
#homenews li:nth-child(6n 1){
    font-weight: bold;
}  
#homenews li:nth-child(6n){
    margin-bottom: 20px;
}

/* 首页分类文章第一种格式 */
#homecate .homecateonebox{
    height:410px;
    overflow-y:auto;
}
#homecate .homecateonebox .top{
    border-top: 1px solid #e9e9e9;
    position: relative;
    padding: 0;
    display:flex;
    
}
#homecate .homecateonebox .top h3{
    border-top: 2px solid #f33;
    padding:4px 8px;
    font-size:15px;
    font-weight: bold;
}
#homecate .homecateone{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#homecate .homecateone .imgitem{
    width: 48%;
    margin-bottom:15px;
}
#homecate .homecateone .imgitem .imgbox{
    width:100%;
    height:110px;
    overflow:hidden;
}
#homecate .homecateone .imgitem .imgbox img{
    width:100%;
    min-height:100%;
}
#homecate .homecateone .imgitem .imgbox img:hover{
    transform: scale(1.1);
}
#homecate .homecateone .imgitem .title{
    height:44px;
    overflow:hidden;
}
#homecate .homecateone .imgitem h5{
    font-size:15px;
    line-height: 22px;
}
#homecate .homecateone .textitem{
    width: 100%;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 30px;
    padding-left: 14px;
    position: relative;
}
#homecate .homecateone  .textitem:before{
    background-color: #ccc;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
}
#homecate .homecateone .textitem2{
    font-weight:bold;
}
/* 首页分类文章第二种格式 */
#homecate .homecatetwobox{
    border-top: 1px solid #e9e9e9;
    position: relative;
    padding: 0;
}
#homecate .homecatetwobox .top{
    display:flex;
}
#homecate .homecatetwobox .top h3{
    border-top: 2px solid #f33;
    padding:4px 8px;
    font-size:15px;
    font-weight: bold;
}

#homecate .homecatetwo  .imgitem{
    margin-bottom:15px;
}
#homecate .homecatetwo .imgitem .imgbox{
    height:110px;
    overflow:hidden;
}
#homecate .homecatetwo .imgitem .imgbox img{
    width:100%;
    min-height:100%;
}
#homecate .homecatetwo .imgitem .imgbox img:hover{
    transform: scale(1.1);
}
#homecate .homecatetwo .imgitem .title{
    height:44px;
    overflow:hidden;
}
#homecate .homecatetwo .imgitem h5{
    font-size:15px;
    line-height: 22px;
}
#homecate .homecatetwo .textitem{
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    padding-left: 14px;
    position: relative;
}
#homecate .homecatetwo  .textitem:before{
    background-color: #ccc;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
}
#homecate .homecatetwo .textitem4{
    font-weight:bold;
}
#homecate .homecatetwo .textitem9{
    font-weight:bold;
    margin-top:15px;
}


/* 分类页 */
#catebox{
    margin-top:20px;
}
#catebox .top {
    border-bottom: 1px solid #e9e9e9;
}
#catebox .top h1{
    font-size:16px;
    font-weight:bold;
    position: relative;
    padding-left: 14px;
}
#catebox .top h1:before{
    background-color: #f33;
    border-radius: 1px;
    content: " ";
    display: block;
    width: 4px;
    height: 13px;
    position: absolute;
    top: 2px;
    left: 0;
}
#catebox .artieclitembox{
    padding-right: 15px;
}


/*文章页*/
.singlebox{
    padding: 0 15px;
}
.singlebox .title h1{
    font-size: 28px;
    line-height: 1.5;
    color: #333;
    margin-bottom:5px;
}
.singlebox .info{
    margin-bottom: 20px;
    display:flex;
    align-items: center;
}
.singlebox .info .imgbox{
    display:flex;
    align-items: center;
}
.singlebox .info .img{
    display:inline-block;
    width:30px;
    height:30px;
    overflow:hidden;
    border-radius: 15px;
}
.singlebox .info .img img{
    width: 100%;
    height: 100%;
}
.singlebox .content img{
    max-width: 100%;
}
/* 文章页相关文章*/
.morearticle  {
    margin-top:30px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
}
.morearticle .more{
    font-weight: bold;;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    padding-left: 14px;
    padding-bottom:5px;
    border-bottom:1px solid #e9e9e9;
}

.morearticle  .more:before{
    background-color: #f33;
    border-radius: 1px;
    content: " ";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
}

/*评论*/
#postcmt .alert{
    display: none;
}
.comment{
    background-color:#fff;
    border-radius: 6px;
}
.comment .reply{
    cursor: pointer;
}
.comment .reply:hover{
    color:#f33;
}





/* 分类, 搜索  tag 的文章样式 */
.artieclitembox .articleitem{
    display:flex;
    margin: 30px 0;
    padding-bottom: 30px;
    justify-content:space-between;
    border-bottom:1px solid #e9e9e9;
}

.artieclitembox .articleitem:hover img{
    transform: scale(1.1);
}
.artieclitembox .articleitem .imgbox{
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right:20px;
    height: 150px;
    overflow:hidden;
}
.artieclitembox .articleitem .imgbox img{
    width: 100%;
    min-height:100%;
}
.artieclitembox .articleitem .articlebox{
    width:65%;
    flex-grow:1;
    flex-shrink:1;
}
.artieclitembox .articleitem .articlebox h3{
    font-size: 16px;
    font-weight:bold;
    margin-bottom:2px;
}
.artieclitembox .articleitem .articlebox  .info{
    margin-bottom: 15px;
}
.artieclitembox .articleitem2 {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom:1px solid #e9e9e9;
}
.artieclitembox .articleitem2 h3{
    font-size: 16px;
    font-weight:bold;
    margin-bottom:2px;
}
.artieclitembox .articleitem2 .info{
    margin-bottom:15px;
}
.artieclitembox .articleitem2  .imgsbox{
    display:flex;
    justify-content: space-between;
}
.artieclitembox .articleitem2  .imgsbox .imgitem{
    width: 32%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 150px;
    overflow:hidden;
}
.artieclitembox .articleitem2  .imgsbox .imgitem img{
    width: 100%;
    min-height: 100%;
}
.artieclitembox .articleitem2  .imgsbox .imgitem img:hover{
    transform: scale(1.1);
}




/*分页*/
.posts_nav_link{
	margin:30px 0;
	display: flex;
	justify-content: flex-end;
}
.posts_nav_link .page{
	display: inline-block;
	margin: 0 4px;
	padding: 2px 8px;
	border:1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	transition-property:all;
	transition-duration:0.4s;
}
.posts_nav_link .page:hover{
	background-color: #f33;
	color: #fff;
	border:1px solid #f33;
}
.posts_nav_link .now-page{
	border:none;
	color:#f33;
	cursor: auto;
}
.posts_nav_link .now-page:hover{
	border:none;
	color:#f33;
	background-color: transparent;
}




/*侧边栏*/
#sidebarbox{
    padding-left:0;
}
#sidebarbox h4{
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight:bold;
    position: relative;
    padding-left: 14px;
}
#sidebarbox h4:before{
    background-color: #f33;
    border-radius: 1px;
    content: " ";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
#sidebarbox hr{
    margin-top: 10px;
}

/*侧边栏  精选推荐*/
#sidehandpicked li{
    display: flex;
}
#sidehandpicked li .cate{
    width: 35%;
    flex-shrink: 0;
}
#sidehandpicked li .title{
    flex-grow: 1;
    flex-shrink: 1;
}
/*侧边栏  最热图文*/
#sidehotpic .carousel-item{
    height: 150px;
}
#sidehotpic .carousel-item img{
    min-width: 100%;
    min-height: 100%;
}
#sidehotpic .carousel-item .carousel-caption{
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color:rgba(0,0,0,.3);
}
#sidehotpic .carousel-item .carousel-caption h5{
    color:#fff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top:10px;
}
/*侧边栏  最新评论*/
#sidecomment .commentitem{
    display:flex;
}
#sidecomment .commentitem .commentauthor{
    width: 30%;
    flex-shrink: 0;
    text-align: center;
}
#sidecomment .commentitem .commentauthor .authorimg{
    width: 40%;
    margin: 0 auto;
}
#sidecomment .commentitem .commentauthor .authorimg img{
    width: 100%;
}
#sidecomment .commentitem .commentcountent{
    flex-grow: 1;
    flex-shrink: 1;
    line-height: 1.3;
}
#sidecomment .commentitem .commentcountent .title{
    font-weight: bold;
}
/*侧边栏 年度爆文*/
#sidehotarticle .articleintrobox{
    max-height: 0;
    display: flex;
}
#sidehotarticle .active .articleintrobox{
    max-height: 300px;
}
#sidehotarticle .title{
    display: flex;
}
#sidehotarticle .title .number{
    flex-shrink: 0;
    display: inline-block;
    height: 18px;
    width: 30px;
    text-align: center;
    line-height:18px;
    font-size: 13px;
    background-color: #ccc;
    color:#fff;
    border-radius: 0 15px 10px 10px;
}
#sidehotarticle .title .number0{
    background-color:#ffbe02;
}
#sidehotarticle .title .number1{
    background-color: #007fdb;
}
#sidehotarticle .title .number2{
    background-color:#46b450;
}
#sidehotarticle .title h5{
    margin-bottom: 0;
    font-size:14px;
    color:#333;
}
#sidehotarticle .articleintrobox .imgbox{
    width: 30%;
    flex-shrink: 0;
    max-height: 60px;
    overflow: hidden;
    border-radius: 8px;
}
#sidehotarticle .articleintrobox .imgbox img{
    width: 100%;
    min-height: 100%;
}
#sidehotarticle .articleintrobox .articleintro{
    flex-grow: 1;
    flex-shrink: 1;
}
/*侧边栏 热门标签*/
#sidehottag .tagbox span{
    display: inline-block;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 12px;
    border:1px solid #ddd;
    margin: 5px;
}
#sidehottag .tagbox span a{
    color:#333;
}
#sidehottag .tagbox span:hover{
    background-color:#ddd;
}
#sidehottag .tagbox span:hover a{
    color:#f33;
}
.sideda img{
    width: 100%;
}
/* 侧边栏 随机文章 */
#siderandom li{
    font-size:13px;
    line-height: 25px;
    padding-left: 14px;
    position: relative;
}
#siderandom li:before{
    background-color: #ccc;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
}
/* 侧边栏 最新文章 */
#sidenew .imgitem{
    margin-bottom:15px;
}
#sidenew .imgitem .imgbox{
    width:100%;
    height:110px;
    overflow:hidden;
    position:relative;
}
#sidenew .imgitem .imgbox img{
    width:100%;
    min-height:100%;
}
#sidenew .imgitem .imgbox img:hover{
    transform: scale(1.1);
}
#sidenew .imgitem .title{
    position:absolute;
    line-height:30px;
    left:0;
    right:0;
    bottom:0;
    padding: 0 10px;
    background-color:rgba(0,0,0,.3);
}
#sidenew .imgitem .title h5{
    font-size:13px;
    color:#fff;
    margin-bottom: -4px;
}
#sidenew .textitem{
    width: 100%;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 22px;
    padding-left: 12px;
    position: relative;
}
#sidenew  .textitem:before{
    background-color: #ccc;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 9px;
}


/* 友情链接 */
#friendship{
    margin-top:20px;
    border-top: 1px solid #e9e9e9;
    padding: 20px 0;
}
#friendship h3{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative;
}
#friendship h3:before{
    border-radius: 1px;
    content: " ";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f33;
}
#friendship .friendlink {
    display: flex;
    flex-wrap: wrap;
}
#friendship .friendlink li{
    line-height: 1.5;
    padding: 0 15px;
}

/*页脚*/
.footer{
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    padding-bottom:20px;
}
#js-go_top{
	position: fixed;
    right: 20px;
    bottom: 20px;
    cursor:pointer;
}

/* 响应式样式 */
@media screen and (max-width:767px){
	.show-sm{
		display:block;
	}
    .closemininav{
        width: 40px;
        font-size:20px;
        border:1px solid #e9e9e9;
        border-radius: 20px;
        margin: 0 auto 20px auto;
        text-align: center;
        line-height: 38px;
    }
    .topnav .menubox{
        position:fixed;
        z-index:999999;
        top:0;
        left:0;
        right:0;
        bottom:0;
        overflow: auto;
        background-color:#fff;
    }
    .topnav .menubox ul{
        background-color:#fff;
        width: 100%;
        padding: 20px 15px;
    }
    .topnav .menubox ul li{
        line-height: 3;
        font-size:18px;
        border-bottom:1px dotted #e9e9e9;
    }
    .topnav .menubox ul  li:last-child{
        border-bottom:none;
    }
    .topnav .menubox ul .subnav, .topnav .menubox ul ul{
        display: none;
    }
    
    .topsearchbox{
        background-color:#fff;
        width: 100%;
        padding: 30px;
    }


}
@media (min-width:768px){
    .show-sm{
        display:none;
    }
	.show-md{
		display: block;
	}
    .topnav .menubox{
        border-top:1px solid #f33;
        border-bottom:1px solid #e9e9e9;
    }
    .topnav .menubox ul{
        margin-bottom: 0;
    }
	.topnav .menubox ul>.navbar-item, .topnav .menubox ul>li{
        display:inline-block;
        position:relative;
    
    }
    .topnav .menubox ul>.navbar-item>a, .topnav .menubox ul>li>a{
        line-height: 50px;
        padding: 0 20px;
        border-right:1px dotted #e9e9e9;
    }
    .topnav .menubox ul>.navbar-item:first-child a, .topnav .menubox ul>li:first-child a{
        padding-left: 0;
    }
    .topnav .menubox ul>.navbar-item:last-child a, .topnav .menubox ul>li:last-child a{
        border-right:none;
    }
    .topnav .menubox ul>.navbar-item .subnav, .topnav .menubox ul ul{
        display:none;
        position: absolute;
        z-index:99999;
        width: 200px;
        border-left:1px solid #e9e9e9;
        border-right:1px solid #e9e9e9;
        border-bottom:1px solid #e9e9e9;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        left: -10px;
        top:49px;
        background-color:#fff;
    }
    .topnav .menubox ul ul .navbar-item a{
        padding:0;
        border:none;
    }
    .topnav .menubox ul>.navbar-item .subnav a, .topnav .menubox ul>.navbar-item .navbar-item{
        display:block;
        line-height: 3;
        padding: 0 10px;
        border-bottom: 1px dotted #e9e9e9;
    }
    .topnav .menubox ul>.navbar-item .subnav a:last-child, .topnav .menubox ul>.navbar-item .navbar-item{
        border-bottom: none;
    }
    
    .topnav .menubox ul .subcate:hover .subnav,  .topnav .menubox ul .navbar-item:hover ul{
        display:block;
    }
    
    .topnav .menubox ul .subcate>a::after {
        display:inline-block;
        margin-left:5px;
        content:'';
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid #f33;
        margin-bottom: 2px;
    }
}
@media (min-width:992px){
	.show-lg{
		display: block;
	}
}
@media (min-width:1200px){

	.show-xl{
		display: block;
	}
}