.kr-company-banner {
    width: 690px;
    height: 288px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    margin-top: 20px
}

.kr-company-banner .banner-item {
    height: 100%;
    width: 690px;
    float: left;
    background: #fff;
    transition: transform 1s;
    border-radius: 2px;
    overflow: hidden
}

.kr-company-banner .banner-item .banner-item-article {
    height: 100%;
    position: relative
}

.kr-company-banner .banner-item .banner-item-article .banner-item-pic {
    width: 100%;
    height: 100%
}

.kr-company-banner .banner-item .banner-item-article .banner-item-info {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, .65) 97%);
    text-align: left;
    padding-top: 52px;
    padding-left: 20px;
    display: block
}

.kr-company-banner .banner-item .banner-item-article .banner-item-info .banner-item-title {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    height: 28px;
    width: 650px
}

.kr-company-banner .banner-control-list {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 100
}

.kr-company-banner .banner-control-list .banner-control-item {
    width: 30px;
    height: 20px;
    margin-right: 4px;
    float: left;
    border-radius: .5px;
    cursor: default;
    position: relative
}

.kr-company-banner .banner-control-list .banner-control-item:hover {
    cursor: pointer
}

.kr-company-banner .banner-control-list .banner-control-item:hover .bg-line {
    background: #daa019
}

.kr-company-banner .banner-control-list .banner-control-item .bg-line {
    background: hsla(0, 0%, 100%, .5);
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 10px
}

.kr-company-banner .banner-control-list .banner-control-item .pending-bg {
    height: 2px;
    background: #daa019;
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 10px
}

.kr-company-banner .banner-control-list .banner-control-item .pending-bg.active {
    width: 30px
}

.kr-company-banner .banner-control-list .banner-control-item .pending-bg.start {
    -webkit-animation: pending 5s linear none;
    animation: pending 5s linear none
}

.kr-company-banner .banner-control-list .banner-control-item .pending-bg.loaded {
    width: 30px
}

.kr-company-banner .pre {
    background: url(/assets/img/home.png) no-repeat 50%;
    background-size: 246px 1012px;
    background-position: 0 -904px;
    left: 0
}

.kr-company-banner .next,
.kr-company-banner .pre {
    height: 40px;
    width: 28px;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none
}

.kr-company-banner .next {
    background: url(/assets/img/home.png) no-repeat 50%;
    background-size: 246px 1012px;
    background-position: 0 -944px;
    right: 0
}

.kr-company-banner.show-action-bar:hover .next,
.kr-company-banner.show-action-bar:hover .pre {
    display: block
}

@-webkit-keyframes pending {
    0% {
        width: 0
    }
    to {
        width: 30px
    }
}

@keyframes pending {
    0% {
        width: 0
    }
    to {
        width: 30px
    }
}

.kr-information {
    padding-top: 30px
}

.kr-information .kr-information-left {
    width: 690px;
    float: left
}

.kr-information-channel {
    padding: 10px 29px;
    background: #edf1f4;
    border-radius: 1px
}

.kr-information-channel .channel-item {
    margin: 5px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #262626;
    font-size: 16px;
    border-radius: 1px;
    min-width: 69px;
    text-align: center
}

.kr-information-channel .channel-item:hover {
    background: #daa019;
    color: #fff;
    cursor: pointer
}

.kr-information-channel .channel-item.active {
    background: #daa019;
    color: #fff
}

.kr-information-flow {
    padding-top: 40px
}

.kr-information-flow .information-flow-list .information-flow-item {
    margin-bottom: 30px
}

.kr-information-flow .information-flow-list .information-flow-item:last-child {
    margin-bottom: 0
}

.kr-information-flow .information-flow-list .anchor-line {
    padding-top: 10px;
    margin: 0 auto 40px;
    width: 96px;
    height: 18px;
    line-height: 18px;
    color: #a7a7a7;
    position: relative;
    font-size: 12px;
    text-align: center
}

.kr-information-flow .information-flow-list .anchor-line:before {
    content: "";
    position: absolute;
    top: 17px;
    left: -210px;
    width: 200px;
    height: 1px;
    opacity: .3;
    background: #999ca0
}

.kr-information-flow .information-flow-list .anchor-line:after {
    content: "";
    position: absolute;
    width: 200px;
    top: 17px;
    right: -210px;
    height: 1px;
    opacity: .3;
    background: #999ca0
}

.kr-loading-more {
    width: 100%
}

.kr-loading-more-button {
    width: 148px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #daa019;
    border-radius: 1px;
    color: #daa019;
    cursor: pointer;
    margin: 0 auto
}

.kr-loading-more-button:hover {
    color: #fff;
    background: #daa019
}

.kr-loading-more-tip {
    width: 148px;
    font-size: 16px;
    color: #daa019;
    border: 1px solid #daa019;
    border-radius: 1px
}

.kr-loading-more-tip,
.kr-loading-no-more-tip {
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin: 0 auto
}

.kr-loading-no-more-tip {
    font-size: 14px;
    color: #262626;
    opacity: .6
}

.kr-loading-no-more-tip:after,
.kr-loading-no-more-tip:before {
    content: "/";
    width: 4px;
    height: 10px;
    color: #262626;
    opacity: .6;
    margin-left: 8px;
    margin-right: 8px
}

.kr-information-right {
    width: 300px;
    float: right
}

.kr-information-right .kr-information-right-enterprise .recom-enterprise-list {
    padding-top: 2px
}

.kr-information-right .kr-information-right-enterprise .recom-enterprise-list .recom-enterprise-item {
    padding: 12px 0;
    border: 0
}

.kr-information-right .kr-information-right-enterprise .recom-enterprise-list .recom-enterprise-item-content {
    display: none
}

.kr-information-right .kr-information-right-enterprise .enterprise-ad {
    margin-top: 28px;
    height: 200px
}

.kr-information-right .kr-information-right-enterprise .enterprise-ad .enterprise-ad-img {
    display: block;
    width: 300px;
    height: 200px;
    border-radius: 2px;
    background: url(//static.36krcdn.com/36kr-web/static/companyRecom.8009a455.png) no-repeat;
    background-size: cover
}

.kr-information-right .kr-information-recommend-motif-cotainer {
    width: 300px;
    float: right
}

.kr-hot-author .kr-hot-author-list .hot-author-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0
}

.kr-hot-author .kr-hot-author-list .hot-author-item .hot-author-pic {
    width: 42px;
    height: 42px;
    float: left;
    overflow: hidden;
    border-radius: 100%
}

.kr-hot-author .kr-hot-author-list .hot-author-item .hot-author-pic img {
    height: 42px;
    width: 42px;
    border-radius: 100%;
    background-color: #fff
}

.kr-hot-author .kr-hot-author-list .hot-author-item .hot-author-info {
    float: right;
    width: 238px
}

.kr-hot-author .kr-hot-author-list .hot-author-item .hot-author-info .hot-author-name {
    font-size: 14px;
    color: #262626;
    height: 22px;
    line-height: 22px;
    display: block
}

.kr-hot-author .kr-hot-author-list .hot-author-item .hot-author-info .hot-author-name:hover {
    color: #f5bb34
}

.kr-hot-author .kr-hot-author-list .hot-author-item .hot-author-info .hot-author-description {
    padding-top: 2px;
    font-size: 13px;
    color: #787878;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    text-align: justify
}

.kr-hot-author .kr-hot-author-list .hot-author-item:last-child {
    border: none
}

.recom-enterprise-item {
    width: 300px;
    padding: 24px 0;
    /* border-top: 1px solid #ddd */
}

.recom-enterprise-item:first-child {
    /* border-top: 1px solid transparent */
}

.recom-enterprise-item .recom-enterprise-show {
    position: relative
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner {
    position: relative;
    z-index: 2
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner .v-identify {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 46px;
    bottom: 0;
    background: url(//static.36krcdn.com/36kr-web/static/ic_enterprise_20_pc@2x.00e9b0e8.png) no-repeat;
    background-size: cover
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-pic {
    height: 66px;
    width: 66px;
    float: left;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .04)
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-pic img {
    height: 100%
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info {
    float: left;
    margin-left: 10px;
    position: relative;
    height: 66px;
    width: 224px
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-box {
    width: 224px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-box a {
    text-decoration: none
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-title {
    font-size: 14px;
    color: #262626;
    display: block;
    line-height: 16px;
    height: 16px;
    margin-bottom: 6px;
    cursor: pointer
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-title:hover {
    color: #f5bb34
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-follow {
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    color: #787878
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-content {
    position: relative;
    z-index: 2;
    width: 300px;
    margin-top: 12px;
    background: #f8f9fa;
    border-radius: 1px;
    padding: 12px;
    box-sizing: border-box
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-content .tips {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 400;
    margin-bottom: 6px
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-content .recom-enterprise-item-article {
    font-size: 13px;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    color: #787878;
    line-height: 18px;
    text-decoration: none
}

.recom-enterprise-item:hover {
    border-top: 1px solid transparent
}

.recom-enterprise-item:hover .recom-enterprise-show:after {
    z-index: 1;
    content: " ";
    position: absolute;
    left: -12px;
    top: -17px;
    width: calc(100% + 24px);
    height: calc(100% + 34px);
    transition: all .2s linear;
    border-radius: 2px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15)
}