.index-w2 {
    width: 100%;
    height: 80px;
    margin-top: 40px;
    padding: 0 calc((100% - 1302px)/2);
    background: #6a70e9 !important;
}

.index-w2 ul {
    display: flex;
}

.index-w2 li {
    display: inline-block;
    padding: 0 20px;
    margin: 0 20px;
    font-size: 24px;
    line-height: 80px;
    color: #fff;
}

.index-w2 li:hover {
    background: #ffc000;
    cursor: pointer;
}

.active {
    background: #ffc000;
    font-weight: bold;
}

.index-w2 a img {
    position: relative;
    top: -25px;
    left: -40px;
}
.zhuantiFather {
    position: relative;
}

.zhuanti {
    flex-direction: column;
    margin-top: 10px;
    width: 136px !important;
    text-align: center;
    background: #6a70e9;
    display: none;
    z-index: 2;
    top: 70px !important;
    height: 210% !important;
    right: 0px !important;
    line-height: 41px;
    height: 163px !important;
    border-radius: 0 0 6px 6px;
    position: absolute;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    z-index: 100;
}

.zhuantiFather:hover .zhuanti{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.zhuanti li {
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    margin: 0;
    padding: 0;
    display: block;
}
.zhuanti li:hover {
    background: #e2aa8f;
}
.zhuanti li a {
    color: #FFF;
}
.zhuanti li:hover a{
    font-weight: bold;
}

.list-wrapper {
    width: 100%;
    margin-top: 20px;
    padding: 0 calc((100% - 1302px)/2);
    box-sizing: border-box;
    background: url('./background.png') repeat center center;
}

.wrapper-lf {
    width: 810px;
    padding: 20px;
    float: left;
}

.wrapper-rt {
    width: 462px;
    float: right;
}

.local {
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e8;
    padding-bottom: 20px;
}

.local a:nth-of-type(1) {
    color: #000 !important;
}

.kepu-work {
    border-bottom: 1px solid #EDEBEB;
    padding-bottom: 30PX;
    margin-bottom: 20px;
    position: relative;
    display: flex;
}

.float-left {
    float: left;
}

.text {
    flex: 1 1 0%;
    min-width: 0;
    padding-right: 30px;
}

.img {
    width: 242px;
    height: 184px;
    overflow: hidden;
    margin-right: 30px;
    flex-shrink: 0;
}

.img img {
    width: 100%;
    height: 184px;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
}

.line1-head {
    padding-top: 6px;
    font-weight: 900;
    font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.black {
    color: #000;
}

.line1-text {
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 34px;
}

.link {
    color: #005bc9;
    font-size: 12px;
    display: inline-block;
}

.linkAll {
    padding: 6px 0 17px;
    border-bottom: 1px solid #e8e6e6;
    margin-bottom: 15px;
    font-size: 16px;
    color: #005bc9;
    display: inline-block;
}

.pull-right {
    float: right;
}

.line1-bottom {
    color: #005bc9;
    font-size: 14px;
    display: inline;
}

.line1-date {
    color: #b2b3b4;
    font-size: 14px;
    padding-left: 36px;
    display: inline;
    position: relative;
}

.work-date {
    position: absolute;
    top: 3px;
}

.line1-date span {
    padding-left: 20px;
}

.activity-fixed-btn {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    background-color: #6a70e9;
    text-align: center;
    border-radius: 30px;
    box-shadow: #282c5a 0px 1px 2px;
}

.activity-fixed-btn .a-txt {
    font-size: 16px;
    color: #fff;
}

.activity-fixed-btn .a-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    margin: 8px 0 0 5px;
}

/* 分页开始 */
.pagination {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.pagination-center {
    display: inline-block;
    margin: 20px;
}

.pagination-center a {
    display: inline-block;
}

.pagination-center .no {
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #EBEBEB;

}

.pagination-center .active {
    color: #FFF;
    background: #1764CE;

}

.pagination-center .pn {
    width: 68px;
    text-align: center;
    line-height: 30px;
    background: #EBEBEB;

}
/* 分页结束 */

/* 右边 */
.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;
}

.thrBox {
    width: 350px;
}

.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;
}

@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;
    }
}