/* #region   通用样式 */
* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    color: #444;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    background-color: #efefef;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    color: #444;
    transition-property: all;
    transition-duration: .4s;
}

a:hover {
    text-decoration: none;
    color: #28b78d;
}


.mainColor{
    color: #28b78d;
}

.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;
}

/*回到顶部按钮*/
#js-go_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}

.container-xl {
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.imgBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imgBox img {
    width: 100%;
    min-height: 100%;
}

#sidebarBox  .nex_common_title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
#sidebarBox .nex_common_title span{
    font-size:16px;
}

/* 滚动条美化 */
html::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #28b78d;
    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);
}

html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
}

/* #endregion */

/* #region  导航栏 */
#article #topBox{
    background-color: rgba(79,79,79, .6);
}
#topBox {
    background-color: rgba(255, 255, 255, 0);
    position:fixed;
    left:0;
    right:0;
    z-index:1050;
}
#topBox.active{
    background-color: rgba(79,79,79, .6);
}
#topBox:hover{
    background-color: rgba(79,79,79, .6);
}

#topBox nav ul {
    display: flex;
}

#topBox nav ul  li {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

#topBox nav ul  li>a {
    color: #eee;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    transition: all .4s;
    font-weight: bold;
}
#topBox nav ul  li:hover>a {
    color: #28b78d;
}

#topBox nav ul  li.mainColor>a {
    color: #28b78d;
}

#topBox nav ul  li:last-child a {
    border-right: none;
}

#topBox nav ul .subcate:hover .subnav {
    max-height: 1000px;
    display: block;
}

#topBox nav ul .subcate .subnav {
    transition: all .1s;
    max-height: 0;
    width: 150px;
    position: absolute;
    display: inline-block;
    overflow: hidden;
    left: 0;
    top: 50px;
    background-color: rgba(79,79,79, .6);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 10000;
}

#topBox nav ul .subcate .subnav a {
    display: block;
    padding: 5px 10px;
    color: #eee;
}

#topBox nav ul .subcate .subnav a:hover {
    color: #28b78d;
}

/* 搜索框 */
.searchBox{
    width: 100%;
    height: 560px;
    position: relative;
    background-size: cover ;
    z-index: 1;
}
.searchBox video{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
    width: 100%;
    z-index: 1;
}
.searchBox .searchImgBox{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    z-index: 1;
}

.searchBox .mainBox{
    position: absolute;
    top: 120px;
    left:0;
    right: 0;
    z-index: 10;
}
.searchBox .mainBox .main{
    
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
}
.searchBox .mainBox .main:hover{
    background-color: rgba(79,79,79, .7);
}
.searchBox .mainBox .main .logoBox{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
}
.searchBox .mainBox .main .logoBox h1, .searchBox .mainBox .main .logoBox h2{
    font-size: 24px;
}
.searchBox .mainBox .main .search{
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 35px;
}
.searchBox .searchInput{
	box-sizing:border-box;
	width: 100%;

	line-height: 50px;
	border:none;
	background-color: rgba( 255, 255, 255, .6 );
	border-radius: 25px;
	padding: 0 45px 0 20px;
	outline: none;
}
.searchBox .mainBox .main:hover .searchInput{
    background-color: #fff;
}
.searchBox .searchIcon{
	position: absolute;
    top:0;
    right: 20px;
	line-height: 48px;
	cursor:pointer;
	border:none;
	outline: none;
	background-color: transparent;
}


/* #endregion */

/* #region 首页顶部文章 */

#homeTopLeftBox h3.title, #homeTopRight h3.title {
    font-size: 15px;
    height:50px;
    line-height: 50px;
    font-weight: bold;
}
#homeTopLeftBox h3.title svg, #homeTopRight h3.title svg{
    margin-top: -3px;
    margin-right: 5px;
}
#homeTopRight{
    padding-left:30px;
}



/* #endregion */

/* #region 首页分类 */
#homeCate ul.nav {
    display: flex;
    justify-content: center;
}
#homeCate .nav-pills .nav-link.active{
    background-color: #28b78d;
}
/* #endregion */

/* #region 文章图片列表样式 */
.articlePicItemBox{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor:pointer;
    position:relative;
}
.articlePicItemBox .imgBox{
    height: 160px;
    overflow: hidden;
}
.articlePicItemBox .imgBox img{
    width: 100%;
    min-height: 160px;
}
.articlePicItemBox:hover .imgBox img{
    transform: scale(1.1);
}

.articlePicItemBox .itemMain{
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    
}
.articlePicItemBox .itemMain h3.itemTitle{
    height:40px;
    box-sizing: border-box;
    padding-top:18px;
    font-size:15px;
    font-weight: bold;

}

.articlePicItemBox .itemMain .moreInfo{
    box-sizing: border-box;
    height:40px;
    font-size:13px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.articlePicItemBox .itemMain .moreInfo .nameInfo{
    margin-right: 10px;
    flex-grow: 1;
}
.articlePicItemBox .itemMain .moreInfo  .timeInfo{
    flex-shrink: 0;
}

.articlePicItemBox  .itemCate{
    position:absolute;
    top:0;
    right:0;
    background: linear-gradient(-45deg,#189757,#5f37ce);
    width: 68px;
    height: 26px;
    line-height: 26px;
    padding-right: 6px;
    overflow:hidden;
    border-bottom-left-radius: 13px;
    font-size:12px;
    color:#fff;
    text-align: right;
}
/* #endregion*/

/* #region 文章普通列表样式*/
.articleListIem{
    display:flex;
    padding: 20px 0;
    padding-bottom: 20px;
    justify-content:space-between;
}
.articleListIem:hover{
    background-color:#fff;
}
.articleListIem:hover .imgBox img{
    transform: scale(1.2);
}
.articleListIem .imgBox{
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right:20px;
    height: 150px;
    overflow:hidden;
}
.articleListIem .imgBox img{
    width: 100%;
    min-height:100%;
}
.articleListIem .articleBox{
    width:65%;
    flex-grow:1;
    flex-shrink:1;
}
.articleListIem .info{
    display:flex;
    align-items: center;
    width: 100%;
}
.articleListIem .info img{
    width: 18px;
    height: 18px;
    border-radius:9px;
}
.articleListIem .articleBox h3{
    font-size: 16px;
    font-weight:bold;
    margin-bottom:2px;
}
.articleListIem .articleBox  .info{
    margin-bottom: 15px;
}
.articleListIem2 {
    display:block;
    padding: 20px 0;
    border-bottom:1px solid #e9e9e9;
}
.articleListIem2 h3{
    font-size: 16px;
    font-weight:bold;
    margin-bottom:2px;
}

.articleListIem2  .imgsBox{
    display:flex;
    justify-content: space-between;
}
.articleListIem2  .imgsBox .imgItem{
    width: 32%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 150px;
    overflow:hidden;
}
.articleListIem2  .imgsBox .imgItem img{
    width: 100%;
    min-height: 100%;
}
.articleListIem2  .imgsBox .imgItem img:hover{
    transform: scale(1.2);
}
.articleListIem:first-child{
    margin-bottom:10px;
}
.articleListIem:last-child{
    margin-bottom:0;
    padding-bottom:10px;
    border-bottom:none;
}
/* #endregion */

/* #region 分页 */

.posts_nav_link{
	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: #28b78d;
	color: #fff;
	border:1px solid #28b78d;
}
.posts_nav_link .now-page{
	border:none;
	color:#28b78d;
	cursor: auto;
}
.posts_nav_link .now-page:hover{
	border:none;
	color:#28b78d;
	background-color: transparent;
}
/* #endregion */

/* #region  分类页*/
.cateBox .cateName h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 图片分类 */


/* 列表分类 */

/* #endregion */
 
/* #region 页脚 */
.footer .cppyRight{
    color:#ddd;
}
.footer .cppyRight a{
    color:#ddd;
}
/* #endregion */

/* #region  文章页*/

.single .articleTitle{
    font-size: 22px;
}
.single article{
    border:1px solid #ddd;
    border-radius: 6px;
    background-color:#fff;
}
.single a:hover{
    color:#28b78d;
}
.single article img{
    max-width: 99%;
}
.single .singleInfo {
    line-height: 1.6;
    margin-bottom: 10px;
}
.single .singleInfo svg{
    margin-top: -2px;
}
.single .moreArticles{
    border:1px solid #ddd;
    border-radius: 6px;
    background-color:#fff;
}

/* #endregion */

/* #region 侧边栏*/
/*侧边栏*/

#sidebarBox h4{
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight:bold;
    position: relative;
    padding-left: 14px;
}
#sidebarBox h4:before{
    background-color: #3297fc;
    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: 200px;
}
#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;
}

/*侧边栏 年度爆文*/
#sideHotArticle .articleIntroBox{
    max-height: 0;
    display: flex;
    overflow:hidden;
}
#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:#28b78d;
}
#sideHotArticle .title .number1{
    background-color: #007fdb;
}
#sideHotArticle .title .number2{
    background-color:#ffbe02;
}
#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 10px;
    font-size: 14px;
}
#sideHotTag .tagBox span a{
    color:#333;
}
#sideHotTag .tagBox span:hover a{
    color:#28b78d;
}
.sideDa img{
    width: 100%;
}
/* 侧边栏 随机文章 */
#sideRandom li{
    font-size:13px;
    line-height: 25px;
    padding-left: 14px;
    position: relative;
}
#sideRandom li:before{
    background-color: #28b78d;
    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.2);
}
#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: #28b78d;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 9px;
}
/* #endregion*/


/* #region  友情链接*/
#friendship .friendLink .link-item, #friendship .friendLink li{
    display: inline-block;
    padding: 16px;
}

/* #endregion */


/* 响应式样式 */
@media screen and (max-width:767px) {
    /* 导航烂 */
    #topBox {
        padding-left: 0;
        padding-right: 0;
        background-color: rgba(79,79,79, .5);

    }

    #topBox nav ul {
        overflow: auto;
    }

    /* 搜索框 */
    .searchBox{
        height: 340px;
    }
    .searchBox .mainBox{
        top: 70px;
    }
    .searchBox .mainBox .main{
        width: 95%;
    }

    /*  首页顶部文章 */
    #homeTopRight{
        padding-left:0;
    }

    /* 首页栏目 */
    #homeCate ul.nav li{
        display: inline-block;
        position: relative;
        white-space: nowrap;
    }
    #homeCate ul.nav {
        justify-content: left;
        overflow: auto;
        flex-wrap: nowrap;
    }

    /* 文章列表页 */
    .articleListIem2 .imgsBox .imgItem{
        height: 80px;
    }

}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {
    .container-xl {
        max-width: 100%;
    }

}

@media (min-width:1280px) {
    .container-xl {
        max-width: 1280px;

    }

}