.story-blogger {
    background: #fff;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.header {
    position: relative;
}

.header .social {
    position: absolute;
    top: 4%;
    right: 1%;
}

.header .social .blogger img {
    height: 1em;
    padding-bottom: 4px;
}

.header .head {
    padding: 40px 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header .head img {
    width: auto;
    max-height: 180px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.header .info {
    padding-left: 30px;
}

.header .info .name {
    font-size: 24px;
    font-weight: 600;
}

.header .info i {
    margin: 0 10px;
    vertical-align: middle;
}

.header .info span {
    font-size: 16px;
}

.head .img-box {
    margin-left: 40px;
}

.head .info a {
    color: #006ac6;
    border-bottom: 1px solid #006ac6;
}

.tab .nav-tabs .nav-link.active,
.tab .nav-tabs .nav-link:hover,
.tab .nav-tabs .nav-link:focus {
    border-top: solid 2px #ff9e00;
    color: #ff9e00;
    font-weight: 600;
}

.tab .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
}

.tab .nav-tabs .nav-item {
    border: solid 1px #dee2e6;
    border-bottom: none;
}

.tab-content>#one {
    padding: 30px 75px;
    padding-top: 55px;
}

.tab-content>#two {
    padding: 30px 35px;
    padding-top: 65px;
}

#Tab {
    padding-right: 30px;
    justify-content: flex-end;
}

#TabContent h6 {
    padding: 0 5px 15px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
}

#TabContent .centent {
    margin: 20px 15px 25px;
    font-size: 17px;
    line-height: 1.8;
}

#TabContent #one .blog-name {
    margin: 20px 0;
    text-align: center;
}

#TabContent #one .blog-name span {
    color: #006ac6;
    border-bottom: 1px solid #006ac6;
}

#TabContent #one .centent p a {
    color: #006ac6;
    border-bottom: 1px solid #006ac6;
}

#one .blog-content {
    display: flex;
    justify-content: center;
    height: 50px;
    text-align: center;
}

#one .blog-hot,
#one .blog-articles {
    width: 166px;
    font-size: 16px;
    letter-spacing: 1px;
    align-self: center;
}

#one .blog-articles {
    border-left: solid 1px #ccc;
}

#one .blog-hot-title,
#one .blog-articles-title {
    margin: 1px 0 2px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #4a4a4a;
}

#one .blog-content-rank {
    width: 215px;
    display: flex;
    flex-direction: column;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    justify-content: center;
    align-items: center;
}

#one .blog-rank-type {
    display: block;
    margin-bottom: 3px;
}

#one .blog-rank-type,
#one .blog-rank-scope,
#one .blog-rank {
    display: inline;
    font-size: 16px;
    line-height: 1.36;
    color: #000;
}

#two .well {
    display: flex;
    justify-content: flex-end;
}

#two .filter label {
    color: #333;
}

#two .filter span.filter-text,
#two .filter ul,
#two .filter ul li {
    display: inline-block;
}

#two .filter span.filter-text {
    color: #9e9e9e;
    margin-right: 5px;
    line-height: 40px;
    margin-left: 10px;
}

#two .filter .filter-select {
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
}

#two input.hidden:checked~.filter-select {
    background-color: #9c9c9c;
    color: #fff;
    box-shadow: unset;
}

#two .item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 50px;
    padding: 30px 0 0;
    border-bottom: solid 1px #eee;
}

#two .content {
    margin-bottom: 30px;
}

#two .item:first-child {
    padding: 0;
}

#two .img-box {
    height: 220px;
    overflow: hidden;
}

#two img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

#two .item-content {
    margin: 0 10px;
}

#two .item-content h2 {
    margin: 5px 0 15px;
    font-size: 19px;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#two .item-content span {
    font-size: 14px;
    color: #999;
}

#two .item-content p {
    padding: 0 0 0px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    color: #6f6f6f;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#two .col-4 {
    padding: 0 15px 0 0;
}

#two .read-more-box {
    display: flex;
    align-items: center;
}

#two .read-more {
    text-align: right;
    transition: all .4s ease-in-out 0s;
}

#two .read-more a {
    margin-left: 5px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
}

#two .read-more .icon {
    margin-left: 5px;
    background: transparent;
    transition: all .4s ease-in-out 0s;
}

#two .read-more:hover .icon {
    margin-left: 12px;
}

@media (max-width: 1250px) {
    #two .item {
        margin: auto;
    }
}

@media (max-width: 1050px) {
    .header .head {
        padding: 40px 15px 0;
    }

    #two .img-box {
        height: 360px;
    }

    #two .item:first-child .img-box {
        margin-top: 30px;
    }

    #two .col-2,
    #two .col-4,
    #two .col-6 {
        flex: 100%;
        max-width: 100%;
    }

    #two .col-2 {
        margin: 10px 0 20px;
        justify-content: center;
    }

    #two .col-4 {
        padding: 0;
    }

    #two .col-6 {
        padding-top: 10px;
    }

    #two .col-6 h2 {
        display: inline-block;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .story-blogger .container {
        padding: 0;
    }

    .tab-content>#one,
    .tab-content>#two {
        padding: 0;
    }

    .header .social {
        position: relative;
        top: 0;
        right: 0;
        padding-top: 20px;
    }

    .header .head {
        padding: 30px 0;
        text-align: center;
    }

    .head .img-box,
    .head .info {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .head .info .name {
        margin-top: 10px;
    }

    #TabContent h6 {
        padding: 20px 5px 15px;
    }

    #two .img-box {
        height: auto;
    }

    #two .col-4 {
        padding: 0;
    }

    #two .filter {
        margin: 20px 15px 0;
    }

    #two .content {
        margin-bottom: 0;
    }

    #two .item {
        padding: 0;
        border-bottom: none;
    }

    #two .item:first-child .img-box {
        margin-top: 20px;
    }
}
