
* {
    box-sizing: border-box;
    color: #333;
}

.list-wrapper {
    width: 100%;
    margin-top: 20px;
    padding: 0 calc((100% - 1302px)/2);
    display: flex;
    justify-content: space-between;
    font-family: Helvetica Neue, Helvetica, sans-serif;
}

.wrapper-lf {
    width: 810px;
    padding: 20px;
}

.wrapper-rt {
    width: 462px;
}

.local {
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e8;
    padding-bottom: 20px;
}

.detail-tit {
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    margin: 17px 0;
}

.detail-subTit {
    font-size: 14px;
}

.detail-subTit span {
    margin-right: 20px;
}

.detail-subTit .sourcetype {
    color: #0192E0;
}

.detail-subTit .fromwhere {
    color: #333;
}

.disNone {
    display: none;
}

.video {
    width: 100%;
    margin: 30px 0 20px;
}

.video video {
    width: 100%;
    height: 433px;
}

.detail-subVideos {
    font-size: 16px;
    line-height: 34px;
    padding: 10px 0px;
}

.detail-subVideos p {
    text-indent: 2em;
    padding: 8px 0;
}

.detail-subVideos .image {
    margin: 0;
}

.detail-subVideos .newsImg {
    max-width: 769px !important;
}

.detail-subVideos p a {
    color: #0000ee;
}

.detail-subVideos p a span {
    color: #0000ee;
}

.ck-content .image img {
    max-width: 770px !important;
}

.ck-content a {
    color: #0000ee !important;
}

/* 推荐 */
.tuijian {
    background: #fff;
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px 20px 0px;
}

.tuijian-title {
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.mt30 {
    margin-top: 30px;
}

.tuijian-list {
    float: left;
    width: 220px;
    margin-right: 27px;
    margin-bottom: 20px;
}

.tuijian-list:nth-child(3n) {
    margin-right: 0px;
}

.tuijian-list a {
    color: #333;
}

.tuijian-list a img {
    width: 100%;
    height: 172px;
    border-radius: 10px;
}

.txt-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tuijian-list .txt-over {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}


/* 右边 */
.work-spots {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.work-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.spot-head {
    font-weight: 900;
    font-size: 22px;
}

.clearfix {
    clear: both;
}

.tuijian-content {
    margin-top: 20px;
}

.spot-img {
    width: 68px;
    height: 70px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.spot-img img {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.tuijian-content .spot-img .paihang-num {
    position: absolute;
    display: inline-block;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgba(254, 152, 58, .9);
    top: 0px;
    left: 0px;
}

.hot-txt, .platform-txt {
    width: 334px;
}

.spot-text {
    font-size: 14px;
    line-height: 26px;
}

.spot-date {
    color: #b2b3b4;
    font-size: 14px;
}

.resorce-img {
    height: 218px;
    border-radius: 10px;
    margin: 20px 0px;
    overflow: hidden;
}

.resorce-img img {
    width: 100%;
}

.mt30 {
    margin-top: 30px;
}

.work-activity {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.spot-more {
    color: #005bc9;
    font-size: 18px;
}

.produce-image img {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    height: 200px;
    overflow: hidden;
}

.produce-head {
    font-size: 20px;
    font-weight: 500;
}

.produce-text {
    font-size: 14px;
    line-height: 26px;
    padding-top: 22px;
}

.float-right {
    float: right;
}

.p-r {
    position: relative;
}

.c-p {
    cursor: pointer;
}

.paper-img {
    height: 120px;
    border-radius: 10px;
    margin: 20px 0px;
    overflow: hidden;
}

.work-platform {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.platform-list {
    margin-top: 20px;
}

.platform-img {
    border: 1px solid #E6E6E8;
}

.platform-head {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.platform-weibo {
    font-size: 14px;
    padding-left: 16px;
    display: inline-block;
    width: 40%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.platform-text {
    font-size: 14px;
    line-height: 20px;
    padding-top: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.pull-right {
    float: right;
}

.linkAll {
    display: inline-block;
    padding: 6px 0 17px;
    border-bottom: 1px solid #e8e6e6;
    margin-bottom: 15px;
    font-size: 16px;
    color: #005bc9;
}

figure.image {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 768px) {
    html {
        transform-origin: top left;
        transform: scale(var(--scale-factor));
        width: 100vw;
        height: 100vh;
        overflow-x: hidden;
        box-sizing: border-box;
    }
}