/* CSS Document */
body{
	background-color: #f9f9f9;
}



/*****main_body*********************/
.main_body_bg{
    width: 100%;
    height: auto;
    overflow:hidden;
}
.main_body{
	margin: auto;
    margin-top: 50px;
    margin-bottom: 40px;
	width: 1200px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
}
.main_body .culture_jjh_topinfo{
	margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 1090px;
    height: auto;
    min-height: 50px;
    line-height: 200%;
    font-size: 14px;
    color: #6d6d6d;
    overflow: hidden;
}
.main_body .culture_jjh_topinfo .video_show{
    float: left;
    margin-left: 0px;
    width: 495px;
    height: 280px;
    overflow: hidden;
}
.main_body .culture_jjh_topinfo .r_content{
    float: left;
    margin-left: 65px;
    width: 530px;
    height: auto;
    overflow: hidden;
}
.main_body .culture_jjh_topinfo p{
    text-indent: 2em;
}





.main_body .picnews_con_lists{
    margin: auto;
    margin-top: 5px;
    /*margin-bottom: 35px;*/
    width: 1200px;
    height: auto;
    min-height: 150px;
    overflow: hidden;
}
.picnews_con_lists .title_lan{
    font-size: 22px;
    color: #b80000;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
}
.picnews_con_lists ul{
    
    
}
.picnews_con_lists ul li{
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 246px;
    height: 235px;
    overflow: hidden;
}
.picnews_con_lists ul li:nth-child(4),.picnews_con_lists ul li:nth-child(8){
    margin-right: 0px;
}
.picnews_con_lists ul li a.pic_s{
    margin: auto;
    margin-top: 5px;
    display: block;
    width: 246px;
    height: 165px;
    overflow: hidden;
}
.picnews_con_lists ul li a.pic_s img{
    width: 246px;
    height: 165px;
}
.picnews_con_lists ul li a.titles{
    margin: auto;
    margin-top: 10px;
    display: block;
    width: 246px;
    height: 60px;
    line-height: 22px;
    color: #6d6d6d;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
}

.picnews_con_lists .mores{
    font-size: 14px;
    color: #6d6d6d;
    line-height: 25px;
    text-align: right;
    margin-bottom: 20px;
    padding-right: 15px;
    overflow: hidden;
}
.picnews_con_lists .mores a{
    color: #6d6d6d;
    text-decoration: none;
}







.news-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.thumbnail-wrap {
    flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 4px;
}

.responsive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.responsive-img:hover {
    transform: scale(1.05);
}

.content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.titles {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.titles:hover {
    color: #007bff;
}

.time-stamp {
    color: #666;
    font-size: 12px;
    margin-top: 8px;
}
