/* 快讯列表 */
.page-main, .sidebar {
    margin-top: 60px;
}
.page-main {
    width: 840px;
}
.telegraph .first-title {
    background: #F5F5F5;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
}
.telegraph .sub-item {
    display: flex;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;
}
.telegraph .sub-item .left-time {
    margin-right: 20px;
    color: #1464C8;
    font-size: 18px;
    font-weight: bold;
    /* color: ; */
}
.telegraph .sub-item .right-content {
    flex: 1;
}
.telegraph .sub-item .right-content .subject {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.telegraph .sub-item .right-content .subject a {
    font-size: 16px;
}
.telegraph .sub-item .right-content .guidance {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    /* margin-bottom: 10px; */
}
.telegraph .sub-item .right-content .guidance a {
    font-size: 14px;
    /* color: #666666; */
}
.telegraph .sub-item .right-content .guidance .link {
    color: #1464C8;
    margin-left: 10px;
    font-size: 14px;
}
.telegraph .sub-item .right-content .guidance .guidanceLink {
    color:#666666;
    font-size: 14px;
}
.telegraph .sub-item .right-content .taglistitembox,
.telegraph .sub-item .right-content .taglistitembox span,
.telegraph .sub-item .right-content .taglistitembox a {
    font-size: 14px;
    color: #999999;
}
.telegraph .sub-item .right-content .taglistitem {
    margin-right: 5px;
    font-size: 14px;
    color: #999999;
}
.sidebar .aside-zjjx  {
    margin-top: 0;
}
.sidebar .sidebar-title {
    margin-top: 0;
}
.moreBtn {
    width: 250px;
    height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 4px;
}
.taglist_share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.telegraph .sub-item .right-content .taglist_share .taglistitembox {
    max-width: 600px;
    width: 600px;
    overflow: hidden;
}
.telegraph .sub-item .right-content .share {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    box-sizing: border-box;
}
.telegraph .sub-item .right-content .share .weibo,
.telegraph .sub-item .right-content .share .wechat{
    width: 20px;
    height: 20px;
    /* background-size: 24px; */
    cursor: pointer;
}
.telegraph .sub-item .right-content .share .weibo {
    margin-right: 14px;
}
.telegraph .sub-item .right-content .share .wechat_share {
    position: relative;
    padding-top: 6px;
}
.telegraph .sub-item .right-content .share .wechat_code {
    position: absolute;
    top: -150px;
    right: -50px;
    width: 140px;
    height: 150px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    background: #fff;
    padding: 12px 20px;
    box-sizing: border-box;
    display: none;
}
.telegraph .sub-item .right-content .share .wechat_code .code {
    width: 95px;
    height: 98px;
    margin-bottom: 10px;
}
.telegraph .sub-item .right-content .share .wechat_code img {
    width: 95px;
    height: 98px;
}
.telegraph .sub-item .right-content .share .wechat_code p {
    text-align: center;
    color: #666666;
    font-size: 14px;
}
.telegraph .sub-item .right-content .share .wechat_code .triangle {
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    z-index: 11;
    bottom: -10px;
    right: 60px;
}
/* 课程 */
.telegraph .sidebar .course {
    padding: 20px 0 0;
}
.telegraph .sidebar .course .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.telegraph .sidebar .course .title_box .left_img {
    display: flex;
    align-items: center;
}
.telegraph .sidebar .course .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.telegraph .sidebar .course .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.telegraph .sidebar .course .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.telegraph .sidebar .course .content .item {
    display: flex;
    height: 70px;
    margin-top: 10px;
}
.telegraph .sidebar .course .content .item .left_img {
    margin-right: 10px;
    width: 125px;
    height: 70px;
    overflow: hidden;
}
.telegraph .sidebar .course .content .item .left_img img {
    width: 125px;
    height: 70px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.telegraph .sidebar .course .content .item .left_img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.telegraph .sidebar .course .content .item .right_name {
    font-size: 13px;
    line-height: 20px;
    flex: 1;
}
.telegraph .sidebar .course .content .item .right_name:hover {
    color: #4A90E2;
}
/* 课程 end */
/* 活动 */
.telegraph .sidebar .activity {
    padding: 20px 0 0;
}
.telegraph .sidebar .activity .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.telegraph .sidebar .activity .title_box .left_img {
    display: flex;
    align-items: center;
}
.telegraph .sidebar .activity .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.telegraph .sidebar .activity .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.telegraph .sidebar .activity .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.telegraph .sidebar .activity_swiper {
    height: 170px;
    margin-top: 10px;
}
.telegraph .sidebar .activity_swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.telegraph .sidebar .activity_swiper .pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
    border: 1px solid #fff;
    cursor: pointer;
}
.telegraph .sidebar .activity_swiper .pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
/* 活动 end */
/* 专栏 */
.telegraph .sidebar .special_column {
    padding: 20px 0 0;
}
.telegraph .sidebar .special_column .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
}
.telegraph .sidebar .special_column .title_box .left_img {
    display: flex;
    align-items: center;
}
.telegraph .sidebar .special_column .title_box .left_img img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.telegraph .sidebar .special_column .title_box .left_img span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.telegraph .sidebar .special_column .title_box .right_more a {
    font-size: 12px;
    color: #999999;
}
.telegraph .sidebar .special_column .content .item:not(:last-of-type) {
    margin-bottom: 15px;
}
.telegraph .sidebar .special_column .content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.telegraph .sidebar .special_column .content .item .left_introduce {
    width: 208px;
}
.telegraph .sidebar .special_column .content .item .left_introduce .name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.telegraph .sidebar .special_column .content .item .left_introduce .introduce {
    font-size: 12px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.telegraph .sidebar .special_column .content .item .head_photo {
    width: 70px;
    height: 70px;
}
.telegraph .sidebar .special_column .content .item .head_photo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
/* 专栏 end */
/* 24小时热榜 */
.telegraph .sidebar .hot_list {
    padding: 20px 0 0;
}
.telegraph .sidebar .hot_list .title_box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.telegraph .sidebar .hot_list .title_box img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.telegraph .sidebar .hot_list .title_box span {
    font-size: 16px;
    color: #EC5E69;
    font-weight: bold;
}
.telegraph .sidebar .hot_list .the_previous_two {
    width: 302px;
    height: 170px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.telegraph .sidebar .hot_list .the_previous_two .cover_img_box {
    width: 302px;
    height: 170px;
    overflow: hidden;
}
.telegraph .sidebar .hot_list .the_previous_two .cover_img {
    width: 302px;
    height: 170px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.telegraph .sidebar .hot_list .the_previous_two:hover .cover_img_box .cover_img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.telegraph .sidebar .hot_list .the_previous_two .sort {
    position: absolute;
    width: 50px;
    height: 30px;
    top: 0;
    left: -8px;
}
.telegraph .sidebar .hot_list .the_previous_two .item_title {
    position: absolute;
    bottom: 4px;
    left: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    /* width: 100%; */
    padding: 0 15px;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.telegraph .sidebar .hot_list .content .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 302px;
}
.telegraph .sidebar .hot_list .content .item .left_cover {
    width: 125px;
    height: 70px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.telegraph .sidebar .hot_list .content .item .left_cover .cover_img {
    width: 125px;
    height: 70px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.telegraph .sidebar .hot_list .content .item .left_cover .sort {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.telegraph .sidebar .hot_list .content .item .right_text {
    height: 70px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.telegraph .sidebar .hot_list .content .item .right_text .item_title {
    font-size: 13px;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.telegraph .sidebar .hot_list .content .item .right_text .item_title:hover {
    color: #4A90E2;
}
.telegraph .sidebar .hot_list .content .item .right_text .time {
    font-size: 12px;
    color: #999999;
}
.telegraph .sidebar .hot_list .content .item .left_cover:hover .cover_img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/* 24小时热榜 end */
.special-details .custom_column {
    position: fixed;
    background: #fff;
    top: -45px;
    width: 100%;
    left: 0;
    z-index: 10000;
    transition: all 0.6s;
}
.special-details .custom_column.show {
    top: 0;
}
.special-details .custom_column .content {
    display: flex;
    height: 45px;
    align-items: center;
    padding-left: 20px;
}
.special-details .custom_column .content .item {
    font-size: 18px;
    color: #1F2A40;
    margin-right: 40px;
    cursor: pointer;
}
.special-details .custom_column .content .item:hover {
    color: #0070E0;
}