/*最小宽度992px pc端*/
@media(min-width:992px) {
    .rx-title-news {
        font-size: 14px;
        line-height: 1.5em;
        overflow: hidden;
        color: var(--bs-gray-700);
        font-weight: inherit;
    }
            .rx-items-p{
                font-size: 12px;
            }
            .sidertitle h4{
                font-size: 12px;
            }
    .rx-post-box:hover {
        box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
    }

    .rx-post-box::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 1px;
        background: #e2e0e0;
    }

    .rx-post-box::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 0;
        height: 1px;
        background: #001eb4;
        transition: all .36s;
    }

    .rx-post-box:hover::after {
        width: 100%;
    }
    .page_nav ul li .active{
         color: var(--color-primary);   
    }
    
    .bannerbox{
        height: 60vh;
    }




}

/*992px-end*/
/*最小宽度768px ipad端*/
@media(max-width:768px) {
    .rx-title-news {
        font-size: 14px;
        line-height: 1.2em;
    }
#portfolio .portfolio-flters li{
    border: 1px solid var(--color-gray);
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    }
.team .team-member .member-info span {
	font-size: 10px !important;
}
.team .team-member .member-info p{
    display: none;
}
.team .team-member div.member-info {
    margin-left: 5px;
    margin-right: 5px;
}

.onfocus .content{
    padding: 15px;
}
.bannerbox{
    height: 50vh;
}
.bannermbox {
    left: 10%;
}

    .kehu_box .kehu_img{
        margin-bottom: 1em;
    }
#blog .container .row {
	flex-direction: row-reverse;
}
.tag-list-box .tag-list .tag-content ._img{
    display: none;
}


}

/*768px-end*/
/*最小宽度576px wap端*/
@media(max-width:576px) {
    .rx-title-news {
        font-size: 12px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
.section-header p{
    font-size: 12px;
}


.bannerbox{
    height: 50vh;
}
.bannerbox>img {
	width: auto !important;
	height: 100%;
	/*position: absolute;*/
 /*   top: 0;*/
 /*   right: -50%;*/
}

.btn-get-started.scrollto {
	padding: 5px 10px;
	font-size: 12px;
}
.hero .img{
    margin-bottom: 0px;
}
.portfolio .portfolio-flters{
    padding: 10px;
margin: 0 auto 30px auto;
list-style: none;
width: 100%;
overflow-x: scroll;
white-space: nowrap;
}

.blog .posts-list .title{
    font-size: 14px;
    margin-top: 0;
}
.blog .posts-list .meta-top ul{
    flex-wrap: nowrap;
    font-size: 10px;
}
.blog .posts-list .content{
    display: none;
}
.blog .posts-list .meta-top ul li + li{
    margin-left: 5px;
}

.header .btn-getstarted, .header .btn-getstarted:focus{
    position: absolute;
    z-index: 999;
    bottom: 10px;
    width: 100%;
}


}

/*576px-end*/