
    #index-focus{
        width:80%;
        float: left;
    }
    .row-side{
        width: 20%;
        float: right;
            padding-right: 14px;
    }
    .row-side-inner{
        height: 30%;
    }
    .feature-post li {
	position: relative;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
	background: #fff
}
.pull-right {
   
    padding: 0;

}
.j-img{
    width: 100%;
}
.feature-post span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 26px;
    padding: 0 10px;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.list-inline > li{
    position: relative;
    display: inline-block;
    padding: 0 5px;
    /* padding-right: 5px; */
    font-size: 12px;

}
.list-inline > li:after{
        position: absolute;
    top: 0;
    right: -0;
    content: "";
    width: 1px;
    height: 16px;
    background: hsla(0, 0%, 39%, .1);
}
.hidden-xs{
    padding-left: 0px;
}
.article-list .media .media-left .tag-primary{

    width: auto;
    top: 6%;
    left: 4%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    line-height: 1;
    color: #fff;
    background-color: #000;
    background: rgba(0, 0, 0, .6);
    border-radius: 2px;
    text-decoration: none;
    font-size: 12px;
        padding: 6px;
}
.article-list .media .media-left {

    position: relative;
}
.article-list .media .media-left a {
    display: block;
    width: 200px;
}
.article-list .article-title {
  
    font-size: 1.4em;
   
    margin-bottom: 12px;
}
.article-list .article-intro {
     height: auto; 
    line-height: 26px;
   
}
.list-unstylede{
    padding-left: 0;
}
.list-unstylede >li{
    display: inline-block;
        margin-right: 14px;
}
.list-unstylede >li a{
color: #999;
}

.list-unstylede >li a:hover{
color:#007bff;
text-decoration: none;
}
.item-img img{
    width: 113px;
    height: 100%;
}
.lasest-update .panel-body ul li {
    height: 85px;
    margin: 0;
    padding: 7px 0 8px;
    overflow: hidden;
    display: flex;
       line-height: 20px;
         white-space: normal;
}
.item-img{
    margin-right: 6px;
}
.item-title a{
   overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.tags{
     display: grid;
  grid-template-columns: repeat(3, 1fr); /* 每行3列，均匀分布 */
  gap: 2px; /* 可选：设置网格间距 */
}
.tag {
        display: inline-block;
    margin: 0 .7% 1.4%;
    padding: 5px 12px;
    font-size: 12px !important;
    line-height: 1.2;
    text-align: center;
    color: #666;
    border: 1px solid hsla(0, 0%, 39%, .5);
    border-radius: 2px;
    text-decoration: none;
    background: hsla(0, 0%, 100%, .2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.panel-default > .panel-heading {
    padding: 15px 10px;
}
.panel-default > .panel-heading .panel-left:before {
    position: absolute;
    left: 0;
    top: 33%;
    width: 4px;
    height: 40%;
    content: "";
    background: #0060ed;
    border-radius: 2px;
}

.item-img img{
transition: all 0.3s;
}


.item-img:hover img{
        transform: scale(1.1);
}
.diy-footer ul li a,.diy-footer p a{
    color: #76818c;
    text-decoration: none;
}
.diy-footer ul li a:hover{
    color: #b3c0ce;
}
.diy-footer p a:hover{
    color: #b3c0ce;
}
.diy-footer .mt-2{
  display: grid;
   grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
   gap: 2px;
}

.entry-copyright{
    margin-top: 30px;
    padding: 15px;
    font-size: 13px;
    font-size: 1.08333rem;
    line-height: 1.6;
    color: #999;
    border: 1px solid #efefef;
    background: #fbfbfb;
    border-radius: 3px;
}
.entry-meta ul li {
    width: 49%
;
    list-style: none;
    height: 80px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 7px 11px;
    background: rgb(198 219 235);
    border-radius: 8px;
}
.entry-meta ul .next-archives{
    text-align: right;
}
.entry-meta ul{
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.entry-meta ul li div{
    display: flex;
    justify-content: space-between;
}
.article-text h3{
        padding-left: 10px;
    font-size: 18px;
    line-height: 1.2;
    border-left: 4px solid #3ca5f6;
    border-left-color: rgb(51, 51, 51);
}
@media (min-width: 768px) {
    #index-focus .item .carousel-img {
        height: 320px;
        width: 100%;
     
    }
        .navbar-white .navbar-nav > li > a {
      
        color: #333;
      
        font-size: 15px;

        font-weight: bold;
    }

}
@media (min-width: 992px) {
    .col-md-4 {
        width: 30%;
    }
     .col-md-8 {
        width: 70%;
           padding: 0;
    }
}
@media (max-width: 768px) {

    .row-side{
        display: none;
    }
    #index-focus{
        width: 100%;
    }
    .carousel-focus .item .carousel-img{
        height: 300px;
    }
    .diy-footer .mt-2 {
   
    display: none;
}
.footer-inner p:last-child {
    text-align: center;
}
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

}
@media (max-width: 1200px) {
   .list-inline {
        display:none;    }
        .navbar .navbar-header{
        display: none;
    }
}
@media (max-width: 767px) {
    .navbar .navbar-header{
        display: block;
    }
    .article-list .media .media-left a {
        width: 110px;
    }
    .article-list .media .media-left {
    display: inline-block;
}
.article-list .media .media-body {
    display: inline-block;
    max-width: calc(100% - 120px);
}
    .article-list .media .media-body .article-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 2px;
    }
    .article-list .article-intro {
    height: auto;
    line-height: 23px;
    font-size: 12px;
}
    .article-list .media-body .article-tag {
        line-height: 12px;
    }
}

    .article-list .media {
    color: #919191;
    display: flex
;
}
.article-list .media .media-left {
    position: relative;
    flex-shrink: 0;
}
.article-list .media .media-left img{
    width: 100%;
}
