body {
    margin: 0;
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
    background-color: rgba(255, 247, 238, 1);
}

body * {
    box-sizing: border-box;
    flex-shrink: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #38aada;
}

img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.lbt {
    width: 100%;
    height: 100%;
    padding: 0;
}

.lbt img {
    width: 100%;
    height: auto
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF7EE;
}

.title {
    margin: 50px 0;
}

/* 会议要闻 */

.hyyw-content {
    display: flex;
    width: 100%;
}

.hyyw-pic {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.hyyw-ssj {
    width: 50px;
    min-height: 50px;
    border-left: 50px solid transparent;
    border-bottom: 50px solid rgba(193, 20, 20, 1);
}

.hyyw-xsj {
    width: 50px;
    height: 50px;
    border-top: 50px solid rgba(193, 20, 20, 1);
    border-left: 50px solid transparent;
}

.hyyw-img-list {
    width: 600px;
    height: 400px;
}

.hyyw-img-item {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.hyyw-img-item.active {
    display: block;
}

.hyyw-img-item img {
    width: 600px;
    height: 400px;
    object-fit: cover;
}

.hyyw-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 40px 40px;
}

.hyyw-item-title {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
}

.hyyw-item-content {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
    color: #828282;
}

.hyyw-item-fgx {
    width: 100%;
    height: 1px;
    border-top: 2px dashed rgba(0, 0, 0, 0.2);
    margin: 16px 0;
}

.hyyw-item-title a {
    color: #414141;
}

.hyyw-item-title a:hover {
    color: #C50000;
}

.hyyw-item-content a {
    color: #666666;
}

.hyyw-item-content a:hover {
    color: #414141;
}

.hyyw-more {
    width: 100%;
    text-align: right;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
}

.hyyw-more a {
    color: #C50000;
    cursor: pointer;
}

/* 基层落实 */

.jcls-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.jcls-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 2px solid #EC9821;
    border-radius: 5px;
    background-color: #FFF3E5;
}

.jcls-item:hover {
    background-color: #C50000;
}

.jcls-item a {
    color: #414141;
}

.jcls-item:hover a {
    color: #FFFFFF;
}

/* 直击现场 */

.zjxc-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.zjxc-video {
    flex: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 610px;
}

.zjxc-video #video {
    margin: 0 auto;
    position: relative;
}

.zjxc-video #video .jsmodern-video {
    width: 100%;
    height: 100%;
}

.zjxc-video #video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zjxc-video .videoBtn {
    position: absolute;
    left: 42%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 100;
}

.zjxc-video #video .jsmodern-video-panel {
    display: none !important;
}

.zjxc-video #video:hover .jsmodern-video-panel {
    display: block !important;
}

.zjxc-carousel {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 610px;
    overflow: hidden;
    background-color: rgba(255, 243, 229, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.zjxc-list {
    height: 530px;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
}

.zjxc-item {
    position: relative;
    width: 255px;
    height: 167px;
    overflow: hidden;
    margin: 5px 0;
}

.zjxc-item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.zjxc-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.zjxc-item .zzc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 2;
}

.zjxc-item .zzc.active {
    background-color: transparent;
}

.zjxc-sjt,
.zjxc-xjt {
    width: 100%;
    height: 40px;
    background-color: rgba(255, 243, 229, 1);
    z-index: 10;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zjxc-sjt img {
    width: 22px;
    height: 14px;
    cursor: pointer;
    transform: rotate(180deg);
}

.zjxc-xjt img {
    width: 22px;
    height: 14px;
    cursor: pointer;
}

/* 优秀榜样 */

.yxby-content {
    background-image: url(../img/grb.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    width: 1200px;
    height: 620px;
    padding: 0;
    margin-bottom: 60px;
}

.yxby-list {
    display: flex;
    width: 874px;
    height: 488px;
    margin-left: 220px;
    margin-top: 70px;
}

.yxby-item {
    flex: 1;
    display: flex;
    align-items: center;
    width: 80px;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    padding: 62px 0;
    line-height: 64px;
    writing-mode: vertical-rl;
    background-image: url(../img/grbsbj.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;

}

.yxby-item:not(:last-child) {
    margin-right: 20px;
}

.yxby-item a {
    color: #CD0F0E;
}

.yxby-item img {
    width: 23px;
    height: 31px;
}

/* 底部 */
.footer {
    width: 100%;
    height: 160px;
    padding: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #FEEFBC;
    background-color: rgba(197, 0, 0, 1);
}
