/* send-comment end */

.columns .columns-right {
    width: 300px;
    box-sizing: border-box;
    float: right;
}

.columns .columns-right .ad {
    display: block;
    position: relative;
    background-color: #3B3636;
    height: 174px;
    margin-bottom: 14px;
    margin-top: 0;
}

.columns .columns-right .ad::after {
    content: '广告';
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
    background-color: rgba(0, 0, 0, .23);
}

.columns .columns-right .ad img {
    width: 100%;
    height: 100%;
}

.columns .columns-right .recommend {
    border: 1px solid #E8E8E8;
}

.columns .columns-right .recommend .recommend-hd {
    text-indent: 10px;
    border-bottom: 1px solid #E8E8E8;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
}

.columns .columns-right .recommend .recommend-bd {
    padding: 0 10px;
}

.columns .columns-right .recommend .recommend-bd a {
    display: block;
    margin: 10px 0;
    line-height: 30px;
    color: #052C85;
    font-size: 14px;
}

.columns .columns-right .recommend .recommend-bd a span {
    color: #999999;
}

.org {
    position: relative;
    width: 300px;
    box-sizing: border-box;
    padding: 25px 20px;
    background: #FFFFFF;
    border: 1px solid #E8EBF1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.org .org-top {
    margin: auto;
    padding: 9px;
    width: 106px;
    background-color: #E7E7E7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.org .org-top .org-logo {
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.org .authorize-img {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 102px;
}

.org .org-auth::after {
    content: '';
    position: absolute;
    left: 8px;
    top: -10px;
    filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.24));
    border: 5px solid transparent;
    border-bottom-color: #fff;
    -webkit-filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.24));
}

.org .org-auth.active {
    display: none;
    color: #333333;
    background-image: url('../image/certified_icon_active.png');
}

.org .org-auth.unauthorized {
    background-image: url('../image/certified_icon.png');
}

.org .org-name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.org .org-name img {
    margin-left: 3px;
    width: 24px;
}

.org .org-name:hover {
    color: #3F74FF;
}

.org .org-label {
    font-weight: 400;
    border: 1px solid #336BFF;
    border-radius: 3px;
    text-align: center;
    padding: 0 7px;
    font-size: 12px;
    color: #336BFF;
    margin-bottom: 10px;
}

.org .org-desc {
    width: 100%;
    padding-bottom: 3px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.org .org-cell {
    width: 100%;
}

.org .org-cell .org-cell-item {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.org .org-cell .org-b-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.org .org-cell .org-b-box .org-cell-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
}

.org .org-cell .org-b-box .org-cell-item {
    font-weight: 400;
    color: #999999;
    font-size: 14px;
}

.org .org-cell .org-b-box .org-cell-item div {
    font-weight: 400;
    color: #404040;
    font-size: 18px;
    margin-bottom: 14px;
}

.org .org-cell .org-b-box>:first-child::after {
    content: '';
    width: 1px;
    height: 42px;
    background: #999999;
    position: absolute;
    right: 0;
    top: 25px;
}

.org-cell .org-cell-item .cell-item-left {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: #333333;
}

.org-cell .org-cell-item .cell-item-left img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.org-cell .org-cell-item.org-details-link .cell-item-left {
    background-repeat: no-repeat;
    background-image: url('../image/article_org_details.png');
    background-position: center left;
}

.org-cell .org-cell-item.org-details-link .cell-item-right {
    width: 12px;
    height: 12px;
    background: url('../image/home_right_arrow_icon.png') no-repeat;
    background-position: 5px center;
}

.org-cell .org-cell-item.org-details-link:hover .cell-item-right {
    width: 12px;
    height: 12px;
    background: url('../image/home_right_arrow_active_icon.png') no-repeat;
}

.org-cell .org-cell-item.org-details-link:hover .cell-item-left {
    background-image: url('../image/article_org_details_active.png');
    color: #1577FF;
}

.columns-right .org-lately {
    margin-top: 30px;
    background-color: #fff;
}

.columns-right .org-lately .org-lately-top {
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.columns-right .org-lately .org-lately-top i{
    width: 80px;
    height: 2px;
    background: #1877FA;
}
.columns-right .org-lately .org-lately-top span{
    font-weight: 400;
    color: #1877FA;
    font-size: 16px;
    padding: 1px 12px;
    border: 1px solid #1877FA;
    border-radius: 16px;
}

.columns-right .org-lately .org-lately-top .change-it {
    margin-right: 14px;
    float: right;
    cursor: pointer;
    margin-top: 2px;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    padding-left: 17px;
    background-repeat: no-repeat;
    background-image: url('../image/change_it_icon.png');
    background-position: left 2px;
}

.columns-right .org-lately .org-lately-top .change-it:hover {
    background-image: url('../image/change_it_icon_active.png');
    color: #2059FC;
}

.columns-right .org-lately .org-lately-top img {
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.columns-right .org-lately .org-lately-list {}

.columns-right .org-lately .org-lately-item {
    position: relative;
    padding: 10px 0;
    padding-left: 20px;
}

.columns-right .org-lately .org-lately-item:last-child {
    border: none;
}

.columns-right .org-l-1 .org-lately-item::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 17px;
    width: 8px;
    height: 8px;
    background: #1877FA;
    border-radius: 50%;
}

.columns-right .org-l-2 .org-lately-item::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 22px;
    width: 5px;
    height: 5px;
    background: #2059FC;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 4px rgba(32, 89, 252, .35);
}

.columns-right .org-lately .org-lately-item .org-lately-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
}

.columns-right .org-lately .org-lately-item .org-lately-title:hover {
    color: #2059FC;
}

.columns-right .org-lately .org-lately-more {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 241px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #333333;
    border-radius: 18px;
}

.columns-right .org-lately .org-lately-more:hover {
    color: #fff;
    background: #1877FA;
    border-color: #1877FA;
}

.columns-right .org-lately .org-lately-item p {
    margin-top: 5px;
    color: #A5A4A4;
    font-size: 12px;
}

.org .org-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #052C85;
}
.columns-right .org-l-2{
    background: #FFFFFF;
    border: 1px solid #E8EBF1;
    border-radius: 5px;
}
.columns-right .org-l-2 .org-lately-top{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-indent: 2em;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    border-bottom: 2px solid #F0F2F6;
}
.columns-right .org-l-2 .org-lately-list{
    padding: 0 16px;
}


/* wrap end */
.org .org-name .vip-user {
    display: block;
    line-height: 12px;
    background: url(../image/home_vip_icon.png) no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}