/* c_top_banner */
.c_top_banner{position: relative; background: #000;}
.banner_wrap{
    position: relative; z-index: 0; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #000;
}
.banner_wrap::before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; z-index: 1; background: rgba(0,0,0,0.5);}
.c_top_banner .layout{z-index: 2; height: 100%;}

.top_banner_div{text-align: center; width: 100%; min-height: 300px; padding: 9% 0 8%; display: flex; flex-direction: column; justify-content: center;}
.top_banner_div .title{font-size: 42px; font-weight: bold; color: #fff; line-height: 1.2; text-transform: capitalize;}

/* top_location */
.top_location{font-size: 18px; margin-top: 20px;}
.top_local_bar{flex-wrap: wrap; text-transform: capitalize; display: flex; justify-content: center;}
.top_location li{position: relative; line-height: 26px; padding-right: 26px; margin-right: 8px; color: #fff; margin-bottom: 6px;}
.top_location li:last-child{padding-right: 0; margin-right: 0;}
.top_location li::after{position: absolute; right: 0; content: '\f178'; top: 0; content: '>'; display: block; width: 20px; height: 26px; font-size: 16px; line-height: 26px; text-align: center; transform: scaleY(1.2);}
.top_location li:last-child::after{content: ''; display: none;}
.top_location li a{display: block; color: #fff;}
.top_location li:last-child a{color: #fff; text-decoration: underline;}
.top_location li:last-child span{color: #fff; text-decoration: underline;}
.top_location li a:hover{color: #fff; text-decoration: underline;}

@media only screen and (max-width: 1550px) {
	.top_banner_div .title{font-size: 38px;}
}
@media only screen and (max-width: 1450px) {
	.top_banner_div .title{font-size: 36px;}
}
@media only screen and (max-width: 1350px) {
	.top_banner_div .title{font-size: 32px;}
}
@media only screen and (max-width: 1200px) {
	.top_banner_div{padding: 60px 0 50px;}
}
@media only screen and (max-width: 1023px) {
    .c_top_banner{margin-top: 50px;}
}
@media only screen and (max-width: 980px) {
	.top_banner_div{padding: 30px 0; min-height: 150px;}
	.top_banner_div .title{font-size: 24px;}
	.top_location{padding: 10px 0 0;}
}

/* top_blog_box */
.topBlog_box{margin-top: 5%;}

.blog-items {
    padding: 10px;
    column-gap: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.listkey .blog-item {
    width: calc(33.3% - 20px);
    padding: 0;
    background-color: #fff;
    border: 0 solid #69727d;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: all .35s ease;
    -webkit-box-flex: 0 0 calc(33.3% - 20px);
    -webkit-flex: 0 0 calc(33.3% - 20px);
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex: 0 0 calc(33.3% - 20px);
    max-width: 100%;
    float: none;
    transition: all .35s ease;
    /* margin: 0 0 30px 0; */
}
.listkey .blog-item:nth-child(n+4){margin-top: 30px;}
.listkey .item-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}
.listkey .item-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}
.listkey .item-img {
    width: 100%;
    overflow: hidden;
    float: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: none;
    max-height: unset; position: relative; height: 0; padding-bottom: 60%;
}
.listkey .item-img img {
    position: absolute; left: 0; top: 0; object-fit: cover;
    width: 100%; height: 100%; display: block;
    transition: all .35s ease;
} 
.listkey .item-info {
    flex: 1;
    padding: 25px 30px 0;
    width: 100%;
    float: none;
    display: flex;
    flex-direction: column;
} 
.listkey .item-info .item-title {
    font-size: 21px;
    margin-bottom: 15px;
    transition: color .35s ease;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: unset;
    line-height: 1.5;
    flex: 1;
}
.listkey .item-inner:hover .item-title{color: var(--commonColor);}
.listkey .item-info .item-desc {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    height: 7.5em;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listkey .item-info .item-btn {
    color: var(--commonColor);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 32px;
}
.listkey .item-info .item-btn *{
    color: inherit;
}
.listkey .item-time {
    border-top: 1px solid #eaeaea;
    padding: 5px 10px;
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.listkey .item-time *{color: inherit;}
.listkey .item-time i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    padding: 2px;
}
.listkey  .item-time span {
    flex: 1;
    margin-left: 10px;
    text-align: left;
}
.listkey .item-time i img {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.listkey em,i {
    font-style: normal
}
.listkey .blog-item:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}
.listkey .blog-item:hover .item-img img {
    transform: scale(1.1);
}

@media screen and (max-width: 1200px){
    .blog-items{column-gap: 20px; padding: 0;}
    .listkey .blog-item{
        width: calc(33.3% - 13.4px);
        -webkit-box-flex: 0 0 calc(33.3% - 13.4px);
        -webkit-flex: 0 0 calc(33.3% - 13.4px);
        -ms-flex: 0 0 calc(33.3% - 13.4px);
        flex: 0 0 calc(33.3% - 13.4px);
    }
    .listkey .blog-item:nth-child(n+4){margin-top: 20px;}
    .listkey .item-info{padding: 20px 20px 0;}
    .listkey .item-info .item-title{font-size: 19px;}
}
@media screen and (max-width: 980px){
    .topBlog_box{margin-top: 30px;}
    .blog-items{column-gap: 20px; padding: 0;}
    .listkey .blog-item{
        width: calc(50% - 10px);
        -webkit-box-flex: 0 0 calc(50% - 10px);
        -webkit-flex: 0 0 calc(50% - 10px);
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
    .listkey .blog-item:nth-child(n+3){margin-top: 20px;}
    .listkey .item-info{padding: 20px 16px 0;}
    .listkey .item-info .item-title{font-size: 18px;}
    .listkey .item-info .item-desc,
    .listkey .item-info .item-btn{margin-bottom: 12px;}
    
}
@media screen and (max-width: 640px){
   .listkey .blog-item {
        width: 100%;
        -webkit-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .listkey .blog-item:nth-child(n+2){margin-top: 20px;}
}