* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'SourceHanSansCN, SourceHanSansCN, Microsoft YaHei', sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    cursor: pointer;
}
a:visited{
    color:unset;
}
body {
    background: #fff;
    line-height: 1.6;
    color: #333;
}





.main {
    width: 100%;
    min-height: 100vh;
    background: white;
}
.index_main_background{
    background: white url('/images/jyrc/background_body.jpg') center top no-repeat;
    background-size: 100% 1000px; /* 宽度100%，高度300px */
}

/* 公用头部 logo 菜单 */
.web-top {
    width: 100%;
}

.keshi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* 添加内边距 */
}

.logo {
    width: 400px;
    margin-left: 20px;
    margin-top: 4px;
    max-width: 100%; /* 确保logo不溢出 */
}

.logo-tip {
    margin-left: 20px;
    color: #b5394b;
    font-size: 14px;
    font-weight: bold;
}

.menu {
    width: 100%;
    background: #2c417a;
    margin-top: 10px;
}

.menu-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* 允许菜单换行 */
}

.menu-item {
    flex: 1;
    color: white;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    min-width: 80px; /* 设置最小宽度 */
}
.menu-item:visited{
    color: white;
}

.menu-item-active {
    color: #ba1a21 !important;
}

.menu-item:hover {
    color: #ba1a21;
}

/* .banner {
    width: 100%;
    height: 200px;
    background: #92afcf;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/* .banner {
    width: 100%;
    background: #92afcf;
    display: flex;   
} 
.banner img {
    width: 100%;
    object-fit: cover;
} */







.footer {
    background: #5a5b5b;
    color: white;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
}
.fot-menu a:visited{
    color: white;
}

.fot-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap; /* 允许内容换行 */
    max-width: 100%; /* 限制最大宽度 */
}

.fot-menu a {
    display: block;
    padding: 0 10px;
    white-space: nowrap; /* 防止文字换行 */
    color: white;
}

.fot-menu .line {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    height: 15px;
    flex-shrink: 0; /* 防止分隔线被压缩 */
}

.fot-menu1 {
    margin-top: 6px;
}

.fot-menu1 label:not(:nth-child(1)) {
    margin-left: 10px;
}

.content {
    min-height: calc(100vh - 550px);
    width: 100%;
    padding: 20px 0;
}




.c-row{
    display: flex;
    width: 100%;
    display: flex;
    gap: 50px;
    margin-top: 10px;
}  
.c-row .left , .c-row .right{
    flex: 1;
    width: 50%;
    height: 400px;
}
.c-row .left{
    width: 535px;
    flex: unset;
}
.c-row .left img{
    max-width: 100%;
    max-height: 100%;
}
.r-content{
    padding-top: 20px;
    padding-left: 40px;
}
.tab-list{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
}
.tab-item{
    width: 140px;
    text-align: center;
    cursor: pointer;
}
.tab-item-active{
    color: white;
    background: #ba1b21;
}
.r-c-list{
    margin-top: 26px;
}
.r-c-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.r-c-item:hover {
    background: #f8f8f8;
}


.r-c-item .r-c-i-title{
    width: calc(100% - 130px);
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    color: #4e4740;
}
.r-c-item .r-c-i-date{
    width: 120px;
    text-align: right;
    color: rgb(162 157 154);
}

.c-row1{
    width: 100%;
    display: flex;
}

.c-row1 .c1-left{
    width: 36%;
    margin-right: 6%;
}
.c-row1 .c1-center{
    width: 36%;
    margin-right: 6%;
}
.c-row1 .c1-right{
    width: 16%;
    margin-right: 0%;
}


.c1-l-title{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 20px;
}
.left-line{
    position: absolute;
    left: 0;
    top: 7px;
    height: 20px;
    border-left: 2px solid #4864a6; 
}
.c1-left-title{
    font-size: 18px;
    font-weight: bold;
}
.c1-more{
    text-align: right;
    display: block;
    color: unset !important;
}
.c1-more img{
    height: 20px;
    vertical-align: sub;
}
.c1-l-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefee;
    font-size: 14px;
    line-height: 26px;
    color: #595a5a;
}
.c1-l-item:hover {
    background: #f8f8f8;
}
.c1-l-item-title{
    width: calc(100% - 110px);
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.c1-l-item-date{
    width: 110px;
    text-align: right;
    color: #8b8c8c;
}
.c1-right{
    width: 100%;
}
.c1-r-title{
    background: #ba1b21;
    color: white;
    font-size: 24px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c1-r-title img{
    width: 20px;
    margin-right: 10px;
}
.c1-r-list{
    background: #dbd9d9;
    padding: 10px 0;
    /* padding-left: 46px; */
    padding-right: 20px;
    margin-top: 16px;
}
.c1-r-item{
    display: block;
    display: flex;
    align-items: center;
    color: #333333;  
}
.c1-r-i-txt{
    font-weight: bold;
    font-size: 14px;
    padding-left: 4px;
    line-height: 30px;
    border-bottom: 1px solid #cdcccc;   
    margin-left: 10px;
    flex: 1;
}
.c1-img-div{
    width: 16px;
    margin-right: 2px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c1-r-item img{
    max-width: 16px;
    max-height: 16px;
    vertical-align: middle;
}
.cimg-yes{
    display: none;
}
.c1-r-item:hover .cimg-yes{
    display: block;
}
.c1-r-item:hover .cimg-no{
    display: none;
}
.c1-r-item:hover .c1-r-i-txt{
    color: blue;
}


.firend-link{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 24px;
}
.fir-l-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cde0f4;
    padding: 0 10px;
    line-height: 34px;
}
.fir-l-name{
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #1c1a1c;
}
.firl-line{
    border-left: 2px solid #1c1a1c;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
}

.fir-l-list{
    background: #f2f3f2;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px 10px;
    color: #40393a;
}
.fir-l-item{
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: unset !important;
}
.fir-l-item img{
    height: 45px;
    vertical-align: bottom;
}



/*****************list********************/
.nav{
    border-bottom: 1px solid black;
    font-size: 18px;
    line-height: 46px;
}
.list-content{
    margin-top: 30px;
    display: flex;
}
.list-menu {
    width: 250px;
    min-height: 100px;
}
.list-m-item {
    display: flex;
    justify-content: space-between;
    line-height: 46px;
    background: #dbd9d9;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 5px;
    color: unset;
    width: 240px;
}
.list-m-item:hover{
    color: #ba1b21;
}
.list-m-item-active{
    background: #ba1b21;
    color: white !important;
}
.list-right {
    flex: 1;
    margin-left: 20px;
    min-height: 300px;
    border: 2px solid #dcdada;
    padding: 26px;
    margin-top: 10px;
    width: calc(100% - 240px - 20px);
} 
.list-m-item div:first-child {
    width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-r-title{
    width: 100%;
    background: #dbd9d9;
}
.list-r-t-title{
    line-height: 40px;
    color: white;
    padding: 0 20px;
    font-size: 20px;
    background: #ba1b21;
    display: inline-block;
    position: relative;
}
.list-r-t-title::after{
        content: '';
    background: #ba1b21;
    width: 20px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: -20px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}
.list-r-content{
    background: #f2f4f4;
    margin-top: 40px;
    padding: 10px 16px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.gallery-item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: unset;
}
.gallery-item:hover .image-container img {
    transform: scale(1.05);
}
.image-container {
    width: 100%;
    height: 110px;
    overflow: hidden;
    position: relative;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-title {
    text-align: left;
    font-size: 12px;
    width: 100%;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    color: #4e4740;
}





/**********************list1***********************/
.nobackground{
    background: none;
    padding: 0;
}
.list-r-l-a{
    width: 100%;
    display: block;
    padding: 10px 8px ;
    padding-bottom: 16px;
    background: #f7f6f6;
    margin-bottom: 4px;
    color: unset;
}
.list-r-l-a:hover{
    background: #ececec;
}
.list-r-l-item{
    display: flex;
    border-bottom: 1px dashed #c5c4c4;
    position: relative;
}
.lrli-title{
    width: calc(100% - 150px);
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    line-height: 30px;
    font-weight: bold;
}

.lrli-date{
    width: 170px;
    text-align: right;
    color: #625b74;
    font-size: 12px;
    position: absolute;
    bottom: 4px;
    right: 0;
}






/*********************文章*************************/
.list-r-artcle{
    width: 100%;
    display: block;
    padding: 10px 8px ;
    padding-bottom: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    max-width: 100% !important;
}
.list-r-artcle img {
    max-width: 100%;
    overflow: hidden;
    /* margin: 0 auto !important;
    display: block; */
}
.red{
    color: red;
}