/*通用样式*/
html, body{
    height: 100%;
    background: #f4f4f4;
    background-color: #f4f4f4;
}
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;
	padding-top: 70px;
}
.animale{
	transition-property:all;
	transition-duration:.4s;
}
ul, li{
	list-style: none;
}
a{
    color:#333;
    transition-property:all;
	transition-duration:.4s;
	cursor:pointer;
}
a:hover{
    text-decoration: none;
    color:#333;
}
*{
	padding: 0;
	margin: 0;
}
.pdt20{
	padding-top: 20px;
}
.pdt10{
	padding-top:10px;
}
.pt30{
    padding-top:30px;
}
.pb20{
    padding-bottom:20px;
}
.mdt20{
	margin-top:20px;
}
.mb5{
    margin-bottom:5px;
}
.mb20{
    margin-bottom:20px;
}
.mr10{
    margin-right: 10px;
}
.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;
}
.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;
}
.colorf5{
    color: #ff5f33
}
.color8a{
    color:#8a92a9;
}
.ft32{
    font-size: 32px;
}
.static{
    position:fixed;
}
/*分页*/
.posts_nav_link{
	margin:15px 0;
	float:right;
}
.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: #f93d66;
	color: #fff;
	border:1px solid #f93d66;
}
.posts_nav_link .now-page{
	border:none;
	color:#f93d66;
	cursor: auto;
}
.posts_nav_link .now-page:hover{
	border:none;
	color:#f93d66;
	background-color: transparent;
}

/*底部*/
.footerBox{
    background-color: #2d3757;
    padding: 15px 0;
    color:#666e8e;
}
.footerBox a{
    color: #ddd;
    transition-property:all;
    transition-duration:.4s;
}
.footerBox a:hover{
    color:#f93d66;
}

.footerBox .moreInfo h3{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color:#ddd;
}
.footerBox .moreInfo ul{
    text-align: center;
    line-height: 2;
}
.footerBox .moreInfo ul a{
    color:#666e8e;
}
.footerBox .moreInfo ul a:hover{
    color:#f93d66;
}
.footerBox .moreInfo .contact{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.footerBox .moreInfo .contact img{
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.footerBox .friendShip{
	display: flex;
	flex-wrap: no-wrap;
	padding-top: 20px;
}
.footerBox .friendShip .friendShipText{
	flex-shrink: 0;
}
.footerBox .friendShip ul{
	display: flex;
	flex-wrap: wrap;
	float: left;
}
.footerBox .friendShip ul  li{
	margin: 0 15px;
}
#js-go_top{
	position: fixed;
    right: 20px;
    bottom: 20px;
    cursor:pointer;
}

/*顶部导航栏*/
.menuBox{
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 70px;
    transition: all .3s ease 0s;
    webkit-box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
    -ms-box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
    box-shadow: 0px 5px 10px 0px rgb(17 58 93 / 10%);
}
.menuBox .menu{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.menuBox .nav ul, .menuBox .nav .subnav{
    display:none;
}
.menuBox .nav li  a{
    display:inline-block;
    padding: 0 10px;
    height: 70px;
    line-height: 70px;
}
.menuBox .nav li  a:hover{
    color:#ff5f33;
} 
.menuBox .navBox{
    display: flex;
    justify-content: space-around;
    align-items:center;
}
.menuBox .searchIcon{
    margin-left: 40px;
    cursor: pointer;
    position: relative;
    height: 70px;
    width:40px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.menuBox .searchIcon .topSearchBox{
    position: absolute;
    display: none;
    top:69px;
    left:-150px;
    width:200px;
    background: #fff;
    border-radius: 15px;
}
.menuBox .searchIcon .topSearchBox input{
    width:200px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    line-height: 28px;
    border-radius: 15px;
    padding : 0 10px;
    outline: none;
    box-shadow:0 0 15px rgb(0 0 0 / 8%)
}

#index{
    margin-top: -70px;
}
#index .menuBox{
    background-color:rgba(0,0,0,0);
}
#index .menuBox a{
    transition-property:all;
	transition-duration:.4s;
    color: #fff;
}
#index .menuBox a:hover{
    text-decoration: none;
    color:#ff5f33;
}
#index .menuBox .searchIcon{
    color:#fff;
}

#index .menuBox.active{
    background-color: #fff;
}
#index .menuBox.active a{
    color:#333;
}
#index .menuBox.active a:hover{
    text-decoration: none;
    color:#ff5f33;
}
#index .menuBox.active .searchIcon{
    color:#f93d66;
}

/*首页搜索banner*/
.searchBox{
    color: #fff;
    text-align: center;
    height: 390px;
    padding-top: 100px;
    background-color: #2d3757;
    background-image: url(../images/banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.searchBox h1{
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.searchBox .searchInput{
	box-sizing:border-box;
	width: 70%;
	height: 50px;
	line-height: 50px;
	border:2px solid #fff;
	background-color:#fff;
	border-radius: 25px;
	padding: 0 45px 0 20px;
	outline: none;
}
.searchBox .searchIcon{
	position: relative;
	left: -40px;
	cursor:pointer;
	border:none;
	outline: none;
	background-color: transparent;
}
.searchBox .topSearchHot{
	padding-top: 15px;
	display: flex;
	color: #fff;
	opacity: .8;
	justify-content: center;
}
.searchBox .topSearchHot span{
	opacity: .8;
	font-size: 16px;
}
.searchBox .topSearchHot .list-inline-item:not(:last-child){
	margin-right:12px;
}
.searchBox .topSearchHot a{
	color: #fff;
	opacity: .8;
	font-size: 16px;
}
.searchBox .topSearchHot a:hover{
	text-decoration: none;
	color: #f93d66;
}
.searchBox .statistics{
    padding-top: 20px;
    display:flex;
    justify-content: space-between;
}
.searchBox .statistics .statisticsItem{
    flex-grow: 1;
    width: 25%;
}

/*文章列表*/
.articleList{
    display: flex;
    flex-wrap: wrap;
}
.articleList .articleItemBox{
    width: 25%;
    padding:10px 20px;
}
.articleList .articleItem{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.articleList .articleItem:hover{
    margin-top: -2px;
    box-shadow:0 0 15px rgb(0 0 0 / 8%)
}
.articleList .articleItem:hover h3{
    color: #f93d66;
}
.articleList .articleItem:hover img{
    transform: scale(1.1);
}
.articleList .articleItem .imgBox{
    height: 140px;
}
.articleList .articleItem .imgBox img{
    width: 100%;
    min-height: 100%;
}
.articleList .articleItem .articleContent{
    padding: 10px ;
}
.articleList .articleItem .articleContent h3{
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0;
}
.articleList .articleItemBox.i3{
    width: 33.333%;
}
.articleList .articleItemBox.i3 .imgBox {
    height:130px;
}

/*分类列表*/
.cateListBox{
    padding: 20px 10px 10px 10px;
}
.cateList{
    border:1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
}
.cateListBox .topCate{
    margin-right:10px;
}
.cateListBox .cateItem{
    display:inline-block;
    margin:3px;
}
.cateListBox .cateItem a{
    display:inline-block;
    padding: 3px 8px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 10px;
}
.cateListBox .cateItem a:hover{
    color:#f93d66;
}
.cateListBox .cateItem a.selected{
    color:#fff;
    background-color:#f93d66 ;
}

/*文章页*/
.single .articleTitle{
    font-size: 22px;
}
.single article{
    padding: 20px;
    border:1px solid #ddd;
    border-radius: 6px;
    background-color:#fff;
}
.single a:hover{
    color:#f93d66;
}
.single article img{
    max-width: 90%;
}
.single .singleInfo {
    line-height: 1.6;
    margin-bottom: 10px;
}
.single .moreArticles{
    border:1px solid #ddd;
    border-radius: 6px;
    background-color:#fff;
}
.single .moreArticles .moreArticlesTit{
    padding:10px 10px 10px 20px;
}

/*文章页侧边栏*/
.sideArticleList{
    background-color:#fff;
    padding: 10px 0 0 0;
    border-radius: 6px;
    box-sizing: border-box;
}
.sideArticleList .sideArticleListTit{
    padding-left: 10px;
}
.sideArticleList .sideArticleItemBox{
    display: flex;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.sideArticleList .sideArticleItemBox .imgBox{
    width: 40%;
    height: 80px;
}
.sideArticleList .sideArticleItemBox .imgBox img{
    width: 100%;
}
.sideArticleList .sideArticleItemBox .content{
    width: 60%;
    box-sizing: border-box;
    padding-left: 10px;
}
.sideArticleList .sideArticleItemBox .content h3{
    font-size: 15px;
}

/*用户页*/
.authorBox{
    background-color:#fff;
    border-radius: 6px;
    padding:10px;
}
.authorBox .imgbox{
    width: 40%;
    margin:0 auto;
}
.authorBox .imgbox img{
    width: 100%;
    border-radius: 50%;
}
.authorBox h1{
    text-align: center;
    font-size:15px;
    padding: 20px 0 0 0;
}
/*搜索页*/
#search h1{
    font-size:16px;
}
#search h1 strong{
    color:#f93d66;
}


/* 广告 */
.articleda1 img{
    margin: 10px 0; 
    width: 100%;
}




