.modular1 .right,
.modular1 .left {
    width: calc(100% - 440px - 80px);
    float: left;
}

.modular1 .right {
    width: 440px;
    margin-left: 80px;
}

.modular1 {
    overflow: hidden;
    padding: 80px 0;
    background: #efeff0;
}

.modular1 .left h2 {
    font-size: 30px;
    padding: 0 0 1em 0;
}

.modular1 .left .top-stick-wp {
    font-size: 16px;
    border-bottom: 1px solid #c3c3c3;
    overflow: hidden;
    padding: 1em 0;
}

.modular1 .left .top-stick-wp div {
    float: left;
    width: 25%;
}

.modular1 .left .new-conts {
    padding: 24px 0;
    line-height: 1.5em;
}

.modular1 .left .new-conts p {
    margin-bottom: 1em;
}

.modular1 .left .new-conts img {
    max-width: 100%;
}

.modular1 .right li {
    background: #fff;
    transition: all .3s;
    margin-bottom: 2em;
}

.modular1 .right li h2 {
    margin-bottom: 1em;
}

.modular1 .right li .time {
    font-size: 16px;
    color: #94673d;
}

.modular1 .right li a {
    display: block;
    padding: 30px;
}

.modular1 .right li:hover {
    background: #94673d;
}

.modular1 .right li:hover .time,
.modular1 .right li a:hover {
    color: #fff !important;
}

.modular1 .right h3 {
    font-size: 30px;
    margin-bottom: 1.5em;
}

.sharebox {
    padding: 2% 0;
    border-top: 1px solid #c3c3c3;
}

.dets-page {
    margin: 0 0 20px;
    position: relative;
}

.dets-page .close {
    position: absolute;
    right: 0px;
    top: 0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #7F7F7F;
}

.dets-page .close a {
    color: #fff!important;
    font-size: 16px;
    display: block;
}

.dets-page .close a:hover {
    background: #94673d;
}

.dets-page p {
    display: block;
    width: calc(100% - 80px);
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

.sharebox a {
    font-size: 20px;
    color: #A6A6A7;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 1400px) {
    .modular1 .left {
        width: auto;
    }
    .modular1 .right {
        /* display: none; */
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
    }
    .dets-page .close {
        position: relative;
        margin-top: 1em;
        height: 40px;
        line-height: 40px;
    }
    .modular1 .left .top-stick-wp div {
        display: inline-block;
        float: none;
        margin-right: 2em;
        white-space: nowrap;
        word-break: break-all;
        width: auto;
    }
    .modular1 .left .top-stick-wp {
        text-align: center;
    }
    .dets-page p {
        width: auto;
    }
}

@media screen and (max-width: 1280px) {
    .modular1 .left h2 {
        font-size: 22px;
    }
    .modular1 {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1024px) {
    .dets-page .close {
        display: none;
    }
}