@charset "utf-8";

@font-face {
    font-family: 'sySong';
    src: url('../style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sect {
    padding-top: 45px;
}

/*------------------------- s1 ------------------------- */

.s1-list li a {
    font-size: 22px;
    /* 设置字体大小 */
    font-weight: bold;
    /* 加粗字体 */
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 85%;
    transition: all 0.3s;
}

.s1-list li a:hover {
    color: #6a5e99;
    transform: translateX(2px);
}

.s1-list>li {
    padding-left: 15px;
    background: url(../images/list.png) no-repeat left center;
    line-height: 53px;
    position: relative;
    border-bottom: #dddddd dashed 1px;
}


.s1-l {
    float: left;
    width: 680px;
    margin-bottom: 10px;
}

.s1-l a {
    display: block;
    position: relative;
}

.s1-l a .pic {
    padding-top: 64%;
}

.s1-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 55px;
    background: rgba(0, 0, 0, .46);
    padding-left: 20px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}

.s1-l .slick-dots {
    width: auto;
    right: 20px;
    bottom: 15px;
}

.s1-l .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.s1-l .slick-dots li.slick-active {
    background-color: #594c8e;
}

.s1-r {
    float: right;
    width: calc(100% - 720px);
}

.title {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}


.title h2 {
    float: left;
    line-height: 54px;
    padding-left: 6px;
    border-left: 6px solid #ffa10e;
    padding-left: 20px;
    padding-right: 60px;
    background: url(../images/tit-bg.png) no-repeat left center;
    background-size: 100% 100%;
    transition: all 0.3s;
}

/*栏目标题浮动*/
.title h2:hover {
    padding-left: 30px;
}

.title h2 span {
    font-size: 27px;
    color: #fff;
}

.title a {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 25px;
    transition: all 0.5s;
    /* 添加平滑过渡效果 */
}

.title a:hover {
    color: #4a4e8f;
    font-weight: bold;
    /* 鼠标悬停时加粗 */
    font-size: 19px;
    /* 字体大小增加 1px */
}

.s1-r-top {
    padding: 20px 0;
    border-bottom: 1px dashed #dddddd;
    background: url(../images/list.png) no-repeat left center;
}

.s1-r-top h2 {
    font-size: 23px;
    color: #111;
    font-weight: bold;
    /*margin-bottom: 15px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    padding-left: 15px;
    line-height: 23px;
    max-width: 90%;
}

.s1-r-top h2:hover {
    transform: translateX(3px);
    color: #6a5e99;
}

.s1-r-top p {
    font-size: 16px;
    line-height: 22px;
    javascript: doPreviewSite();
    color: #919191;
    height: 44px;
    overflow: hidden;
    width: 70%;
}

/* 时间样式 */
.index-time {
    position: absolute;
    right: 0;
    /* 固定在右侧 */
    top: 50%;
    /* 垂直居中（可根据需要调整） */
    transform: translateY(-50%);
    /* 确保精确居中 */
    color: #7a70a5;
}

.list {
    margin-top: 15px;
}

.list>li {
    padding-left: 15px;
    background: url(../images/list.png) no-repeat left center;
    line-height: 47px;
    position: relative;
    border-bottom: #dddddd dashed 1px;
}

/*
.list>li:hover a {
    color: #c21319;
    text-decoration: underline;
}
*/

.list>li a {
    display: block;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 85%;
}


.s1-r-top,
.s1-r-down li {
    position: relative;
}

/*------------------------- s2 ------------------------- */

.s2-l {
    float: left;
    width: 48%;
}

.s2-r {
    float: right;
    width: 48%;
}

.tpp-list {
    overflow: hidden;
    margin-top: 25px;
}

.tpp-list>li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.tpp-list>li:nth-child(2n-1) {
    margin-left: 0;
}

.tpp-list>li a {
    display: block;
    position: relative;
}

.tpp-list>li a .pic {
    padding-top: 63%;
}

.tpp-list>li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 45px;
    background: rgba(0, 0, 0, .52);
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bt-list>li {
    float: left;
    /*border: 1px solid #dddddd;*/
    background-color: #fcfcfc;
    margin-top: 30px;
    width: 48%;
    margin-left: 4%;
    box-sizing: border-box;
    /*border-left: 5px solid #ffa10e;*/
}

.bt-list>li:nth-child(2n-1) {
    margin-left: 0;
}

.bt-list>li a {
    display: block;
    padding: 20px 20px 20px 25px;
    background: url(../images/txt-list.png) no-repeat left 20px;
}

.bt-list>li a p {
    line-height: 24px;
    font-size: 20px;
    color: #333;
    height: 48px;
    overflow: hidden;
}

.bt-list>li:hover {
    box-shadow: 0 0 10px #594c8e;
}

/*
.bt-list>li:hover a p {
    color: #be1219;
}*/

/*------------------------- s3 ------------------------- */

.s3-l {
    float: left;
    width: 48%;
}

.s3-r {
    float: right;
    width: 48%;
}

.s3-l .s3-ll {
    float: left;
    width: 290px;
    height: 33vh;
    background-color: #eeedf4;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 25px;
    transition: all .3s;
}

.s3-l .bt-list {
    overflow: hidden;
    padding-left: 30px;
}

.s3-l .bt-list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
    position: relative;
}

.s3-l .s3-ll h2 {
    font-size: 20px;
    color: #594c8e;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 2px solid #ffa10e;
    transition: all .3s;
}

/*党建传真 hover*/
.s3-l .s3-ll h2:hover {
    font-size: 20.5px;
    padding-bottom: 35px;
}

.s3-l .s3-ll:hover {
    height: 34vh;
}

.s3-l .s3-ll p {
    margin-top: 25px;
    line-height: 24px;
    font-size: 16px;
    color: #8d8a8a;
}

.s3-l .bt-list li a {
    background-image: none;
    background-color: #eeedf4;
    background-position: 0 100%;
    background-size: 1% 100%;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(#594c8e, #594c8e);*/
    background-image: linear-gradient(#ffa10e, #ffa10e);
    transition: background-size .3s;
}

.s3-l .bt-list li:hover a {
    background-size: 100% 100%;
}

.s3-l .bt-list li:hover a p {
    color: #fff;
}

.s3-l .bt-list>li a p {
    line-height: 27px;
    height: 54px;
}

.s3r-top {
    padding-top: 22px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.s3r-top a {
    display: block;
    overflow: hidden;
}

.s3r-top .tpp {
    float: left;
    width: 240px;
}

.s3r-top .tpp .pic {
    padding-top: 63%;
}

.s3r-top .text {
    overflow: hidden;
    padding-left: 25px;
    position: relative;
}

/*s3r标题*/
.s3r-top .text h2 {
    line-height: 30px;
    font-size: 20px;
    color: #111;
    height: 60px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 13px;
    transition: all .3s;
    font-weight: bold;
}

.s3r-top .text h2:hover {
    font-size: 20.5px;
    color: #6a5e99;
}

.s3r-top .text p {
    line-height: 20px;
    font-size: 16px;
    color: #919191;
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.s3r-top-time {
    position: absolute;
    /* 设置为绝对定位 */
    bottom: 80px;
    /* 距离底部的距离，可根据需要调整 */
    right: 0px;
    color: #7a70a5;
}

.s3-ll {
    position: relative;
    /* 设置为相对定位 */
}

.s3-ll-time {
    position: absolute;
    /* 设置为绝对定位 */
    bottom: 2vh;
    /* 距离底部的距离，可根据需要调整 */
    right: 3vh;
    /* 距离右侧的距离，可根据需要调整 */
    /* 可以添加更多样式，例如字体大小、颜色等 */
    color: #7a70a5;
}

.s3-lr-time {
    position: absolute;
    /* 设置为绝对定位 */
    bottom: 2px;
    /* 距离底部的距离，可根据需要调整 */
    right: 2vh;
    /* 距离右侧的距离，可根据需要调整 */
    /* 可以添加更多样式，例如字体大小、颜色等 */
    color: #7a70a5;
}

.zt {
    margin-top: 25px;
    margin-bottom: 65px;
}

.zt>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.zt ul li {
    margin: 0 15px;
}

.zt ul li a {
    display: block;
}

.zt ul li a .pic {
    padding-top: 63.5%;
}

/*------------------------- s4------------------------- */
.s4-l {
    float: left;
    width: 48%;
}

.s4-r {
    float: right;
    width: 48%;
}

/* 媒体查询中的样式 */

@media screen and (max-width: 1340px) {
    .zt {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (max-width: 1100px) {
    .s1-l {
        width: 580px;
    }

    .s1-r {
        width: calc(100% - 610px);
        margin-top: 3vh;
    }

    .s1-r-top {
        padding: 10px 0;
    }

    .s1-r-top h2 {
        margin-bottom: 5px;
    }

    .list>li {
        line-height: 30px;
    }

    .bt-list>li {
        margin-top: 17px;
    }

    .s3-l .s3-ll {
        width: 215px;
        padding: 15px;
    }

    .s3-l .bt-list li {
        margin-top: 35px;
    }

    .s3-ll {
        height: 27vh;
    }
}



@media screen and (max-width:900px) {

    .s1-l,
    .s2-l,
    .s3-l,
    .s4-l {
        float: none;
        width: 100%;
        margin-top: 3vh;
    }

    .s1-l {
        margin-top: 15px;
    }

    .s1-r {
        float: none;
        width: 100%;
    }

    .s2-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .s3-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .s4-r {
        float: none;
        width: 100%;
        margin-top: 3vh;
    }

    .bt-list>li a p {
        font-size: 16px;
    }
}

@media screen and (max-width:700px) {
    .sect {
        padding-top: 15px;
    }

    .title h2 span {
        font-size: 18px;
    }

    .title h2 {
        padding-left: 10px;
        padding-right: 40px;
        line-height: 35px;
        background-size: 120px 100%;
    }

    .title a {
        margin-top: 5px;
        font-size: 16px;
    }

    .list {
        margin-top: 0;
    }

    .s1-l a p {
        font-size: 15px;
    }

    .s1-l .slick-dots li {
        margin: 0 5px;
    }

    .s1-list li a {
        font-size: 18px;
    max-width: 82%;
    }



    .bt-list>li {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .bt-list>li a {
        padding: 15px;
    }

    .s3-l .s3-ll {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .s3-l .bt-list {
        padding-left: 0;
    }

    .s3-l .bt-list li {
        margin-top: 15px;
    }

    .s3r-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .s3r-top .tpp {
        float: none;
        width: 100%;
    }

    .s3r-top .text {
        padding-left: 0;
    }

    .zt {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .s4-l .s4-r {
        float: none;
        width: 100%;
        margin-top: 3vh;
    }

    /*手机端细节调整*/
    .list>li {
        border-bottom: #dddddd dashed 1px;
    }

    .list>li a {
        height: 6vh;
        font-size: 16px;
        width: 85%;
    }

    .index-time {
        top: 75%;
        right: -2px;
        font-size: 13px;
    }

    .s3r-top .text h2 {
        margin-bottom: 0px;
        height: 70px;
    }

    .s3r-top .text p {
        /*height: 5vh;*/
    }

    .s3r-top-time {
        bottom: -1px;
    }

}