/*通用样式*/
html, body{
    height: 100%;
    background: #f4f4f4;
   background-color: #f4f4f42b;
}
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;
}
img.logo{width: 180px;
    max-width: 100%;
    margin: 0 auto;
}
.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;
}
.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;
}

.active a {
    font-size: 16px;
}

.singleContent p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
}
div#post_over {
    font-size: 14px;
    padding: 8px 20px;
    background-color: #fff;
    display: block;
    border-radius: 8px;
    color: #666;
    border: 1px solid #ddd;
}#loadmore {
    float: right;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 3%);
}
.search-input{width:100%;height: 50px;font-size: 17px;border:none;}
.icon{position: absolute;right:0;top:8px;font-size: 24px;cursor: pointer;}

.search-form,.nybanner .search-form{margin:30px auto 0;box-sizing:content-box;position: relative;}
.search-form .site-search-form,.nybanner .search-form .site-search-form{display: inline-block;}
.search-form .search-cat,.nybanner .search-form .search-cat{display:inline-block;float:left;width:80px;height:44px;border:none;margin-right:-3px;border-radius:30px 0 0 30px;background: #f1f1f1;text-align:center;text-align-last: center;-webkit-appearance: none;}
.search-form .search-input,.nybanner .search-form .search-input{background:#fff;height:44px;line-height:44px;font-size:16px;display:inline-block;float:left;width:500px;font-family:"Microsoft YaHei";text-indent:30px;border-radius:30px 0 0 30px;border:none;}
.search-form .search-cat + .search-input,.nybanner .search-form .search-cat + .search-input{border-radius: 0;text-indent:15px;}
.search-form .search-btn,.nybanner .search-form .search-btn{background:#ff5f33;font-size:16px;height:44px;border:none;color:#fff;display:inline-block;float:left;width:100px;border-radius:0 30px 30px 0;cursor: pointer;}
.search-form .search-btn .icon,.nybanner .search-form .search-btn .icon{font-size:24px;top:0;}


/*分页*/
.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: #666e8e;
    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{
    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%;
    width: 100px;
    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%)
}


/*首页搜索banner*/
.searchBox{
    color: #fff;
    text-align: center;
    height: 460px;
    padding-top: 100px;
    background-color: #2d3757;
    background-image: url(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;
}
.mtitle h2{margin:0 0 45px;font-size:24px;text-align:center;position:relative;font-weight: normal;}
.mtitle h2:after{content:" ";width:20px;background:#ff5f33;height:3px;position:absolute;left:0;top:45px;margin-left:calc(50% - 10px);border-radius: 1.5px;}
.mtitle h2 span{position: relative;}
.mtitle h2 i{position: absolute;right: -43px;top: -10px;background: #ff5f33;padding: 1px 5px;border-radius: 20px 20px 20px 0;color: #fff;font-size: 10px;font-weight:400;font-style: normal;}

/*文章列表*/
.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: 15px;
    padding: 13px 0;
    margin-bottom: 0;
    color: #062743;
    font-weight: normal;
}
.articleList .articleItemBox.i3{
    width: 49.999%;
}
.articleList .articleItemBox.i3 .imgBox {
    height:130px;
}

 @media (min-width: 960px){
.articleList .articleItemBox.i3{
    width: 33.333%;
}
.articleList .articleItemBox.i3 .imgBox {
    height:130px;
}
}


/*分类列表*/
.cateListBox{
    padding: 20px 5px 10px 10px;
}
.cateList{
    border:1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    background-color: #ffffff;
}
.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 #dddddd70;
    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;    
    color: #21252985;
}
.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;
}
 #no-mobile{display: none;}
 .col-8{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
 @media (min-width: 960px){
.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
 #no-mobile{display:inline;}
 }

/*用户页*/
.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;
}
.articleContent {
    font-size: 12px;
    color: #8a92a9;
}
/* 广告 */
.articleda1 img{
    margin: 10px 0; 
    width: 100%;
}
.statistics .iconfont {
    color: #ff5f33;
    font-size: 30px;
}
@media (max-width: 960px){
    
    .searchBox {
    color: #fff;
    text-align: center;
    height: 380px;
    padding-top: 100px;
    background-color: #2d3757;
    background-image: url(banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.articleList .articleItemBox {
    width: 100%;
    padding: 10px 10px;
  }
  .menuBox nav ul {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.menuBox nav ul li {
    color: #aca9a7;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
}

.searchBox .topSearchHot {
    padding-top: 15px;
    display: flex;
    color: #fff;
    opacity: .8;
} 
.searchBox .topSearchHot span {
    opacity: .8;
    font-size: 14px;
}  .searchBox .topSearchHot a {
    color: #fff;
    opacity: .8;
    font-size: 14px;}
    .searchBox .topSearchHot .list-inline-item:not(:last-child) {
    margin-right: 0px;
}
   .ft32 {
    font-size: 14px;
}
.searchBox .statistics {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.search-form .site-search-form, .nybanner .search-form .site-search-form {
        width: 80%;
    max-width: 80%;
    /* display: inline-block; */
}
.search-form .search-input, .nybanner .search-form .search-input {
    background: #fff;
    font-size: 14px;
    width: 70%;
    text-indent: 15px;
    border-radius: 30px 0 0 30px;
    border: none;
    height: 30px;
}.search-form .search-btn, .nybanner .search-form .search-btn {
    background: #ff5f33;
    border: none;
    color: #fff;
    display: inline-block;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    height: 30px;
    width: 30%;
}



}



iframe{margin:0 auto;width:100%;height:350px}
@media screen and (min-width:320px) and (max-width:480px){
iframe{margin:0 auto;width:100%;height:100%}

