.head,.head img{
    width: 100%;
    display: block;
}

.lay{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.tit{
    padding: 20px 0;
}
.tit img{
    width: 100%;
}
.layerout{
    background-color: #fef8e7;
}
a:hover{
    text-decoration: underline;
}
body{
    min-width: 1200px;
    font-family: yahei;
}
.head {
    position: relative;
}

.head .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 255px;
    height: 58px;
}

/* 全会精神 */
.bigimg{
    width: 600px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.slide_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color: #fff;
}
.bigimg .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.8;
}
.bigimg .swiper-pagination-bullet-active{
    background-color: #fff;
    width: 30px;
    border-radius: 20px;
}   
.bigimg .swiper-pagination{
    width: 120px;
    left:460px;
    bottom:5px;
}
/* 全会精神  文字列表*/
.lay1_right{
    width: 550px;
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
}
.lay1_right ul li{
    width: 100%;
    margin-bottom: 33px;
    line-height: normal;
}
.lay1_right ul li a{
    display: inline-block;
    color: #424242;
    width:90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}
.lay1_right ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background:url('../../images/special/2025xxgcdesjszqh/icon1.png') no-repeat center center;
}
.moreright{
    background-color: #dba570;
    width: 60px;
    
    float: right;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}
.moreright a{
    display: inline-block;
    width: 100%;
    padding:2px 0;
    color: #fff;
}
/* 云岭大地掀热潮 */
.lay02 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.lay02 ul li {
    width: 570px;
    height: 150px;
    padding: 20px 20px 20px 30px;
    background-color: #fff;
    position: relative;
    margin: 15px 0; 
    box-sizing: border-box;
    
}
.lay02 ul li ::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #c9473c;
}
.lay02 ul li h2 a{
    font-size: 20px;
    color: #424242;
    line-height: 30px;
    position: relative;
    font-weight: 800;
}
.lay02 ul li h2 a::before{
    content: '';
    position: absolute;
    left: -20px;
    top:16px;
    transform: translateY(-50%);
    width: 15px;
    height: 16px;
    background:url('../../images/special/2025xxgcdesjszqh/icon2.png') no-repeat center center;
}
/* 云南政法践精神 */
.lay03{
    padding-bottom: 20px;
}
.lay03 ul li{
    float: left;
    width: 570px;
    position: relative;
    margin-right: 45px;
    margin-bottom: 10px;
}
.lay03 ul li:nth-child(2n){
    margin-right: 0;
}
.lay03 ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: url('../../images/special/2025xxgcdesjszqh/icon3.png') no-repeat center center;
    
}
.lay03 ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    width: 95%;
    height: 1px;
    background: url('../../images/special/2025xxgcdesjszqh/dotline.png') repeat center center;

}
.lay03 ul li a{
    display: inline-block;
    color: #424242;
    line-height: 55px;
    width:90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}

#bottompage .foot{
   
    background-color: #e32f21;
    margin-top: 0;
   
}