*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
section{
    padding-top: 7.5rem;
}
.w{
    width: 90%;
    margin: 0 auto;
}
/* 轮播图 */
.swiper {
    width: 100%;
    height: 23.75rem;
}

.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {
    background: url(../images/l_jt.png) no-repeat;
    background-size: 100% 100%;
    width: 2.875rem;
    height: 4.5rem;
    margin: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev::after {
    content: none;
}

.swiper-button-next {
    background: url(../images/r_jt.png) no-repeat;
    background-size: 100% 100%;
    width: 2.875rem;
    height: 4.5rem;
    margin: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next::after {
    content: none;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: .625rem;
    height: .625rem;
}

.swiper-pagination-bullet-active {
    background: #0C5DC8;
}


/* 标题 */
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.title span{
    color: #030702;
    font-size: 1.875rem;
}
.title a{
    color: #0C5DC8;
    font-size: 1.625rem;
}

/* 辽职新闻 */
.con1{
    padding-top: 2.75rem;
}
.con1 .xw{
    display: block;
}
.con1 .xw img{
    width: 100%;
    height: 24.25rem;
}
.con1 .xw p{
    background-color: #EEF1F5;
    line-height: 5.5rem;
    font-size: 1.75rem;
    color: #4D4D4D;
    padding-left: 1.75rem;
}
.con1 ul{
    margin: 2.5rem 0;
}
.con1 ul li{
    line-height: 3rem;
    font-size: 1.625rem;
}
.con1 ul li a{
    color: #333;
}
.con1 .img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}
.con1 .img img{
    width: 20rem;
    height: 8.75rem;
}



/* 通知公告 */
.con2_bg{
    background-color: #F0F3F7;
    margin-top: 3rem;
    padding-bottom: 2.75rem;
}
.con2{
    padding-top: 3rem;
}
.con2 ul li{
    margin-bottom: 2rem;
}
.con2 ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con2 ul li a .gg_left{
    width: 5rem;
    height: 5rem;
    background-color: #0D5ECA;
    text-align: center;
    color: #fff;
}
.con2 ul li a .gg_left .time_d{
    font-size: 2rem;
}
.con2 ul li a .gg_left .time_ym{
    font-size: 1.25rem;
}
.con2 ul li a .gg_right{
    width: 85%;
}
.con2 ul li a .gg_right p{
    color: #333333;
    font-size: 1.625rem;
    margin-bottom: px;
}
.con2 ul li a .gg_right span{
    color: #979994;
    font-size: 1.5rem;
}


/* 基层党建 */
.con3{
    margin-top: 3rem;
    margin-bottom: 4.25rem;
}
.con3 ul li{
    font-size: 1.625rem;
    line-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con3 ul li a{
    color: #333;
    display: flex;
    align-items: center;
}
.con3 ul li .time{
    color: #999999;
}
.con3 ul li a span{
    background-color: #0D5ECA;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    margin-right: 1rem;
}




/* 光影辽职、精彩辽职 */
.slideTxtBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1.4375rem;
    margin-bottom: 3.25rem;
}

.slideTxtBox .hd {
    width: 100%;
    position: relative;
}

.slideTxtBox .hd ul li span{
    display: inline-block;
    width: 13.5rem;
    height: 4.75rem;
    line-height: 4.75rem;
    color: #6B6B6B;
    font-size: 1.75rem;
    background-color: #EEF1F5;
    cursor: pointer;
    text-align: center;
    border-bottom: .0625rem solid #fff;
}

.slideTxtBox .hd ul li.on span{
    background: url(../images/xxk_bbg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-left: -0.75rem;
    border: none;
    width: 14.25rem;
    padding-left: .5625rem;
    pointer-events: none;
    cursor: default;
}

.slideTxtBox .bd ul {
    zoom: 1;
}

.slideTxtBox .bd li {
    width: 29.25rem;
    height: 23.75rem;
    overflow: hidden;
}
.slideTxtBox .bd li a img{
    width: 100%;
    height: 23.75rem;
    transition: all 0.5s;
}
.slideTxtBox .bd li:hover a img{
    transform: scale(1.05);
}


/* 专题专栏 */
.con5{
    margin-bottom: 3.75rem;
}
.con5 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con5 ul li{
    width: 48%;
    margin-bottom: 2rem;
}
.con5 ul li a{
    display: block;
}
.con5 ul li a img{
    width: 100%;
    height: 8.25rem;
}