.newsandInformation_p{
    display: flex; width: 390px;line-height: 20px; margin-bottom: 15px; 
}
.newsandInformation_a{
    width: 315px; line-height: 20px !important; font-weight: 500; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 15px; box-sizing: border-box;margin-left: 8px; cursor: pointer !important;
}
.newsandInformation_a:hover{
    color: #96625a;
}
.newsandInformation_span{
     color: #999;font-weight: 500;
}
.newsandInformation_details{
    width: 70px; height: 26px; line-height: 25px !important; background-color:#0093E6 ; color: #fff !important; border-radius: 3px; text-align: center; font-weight: 500;
}
.newsandInformation_time{
     color: #999; margin: 10px 85px 0px 0px; font-weight: 500;
}
.newsandInformation_title{
    font-size: 16px; font-weight: 700; height: 55px;cursor: pointer !important;
}

.newsandInformation_margin{
    margin: 10px 0px !important;
}
.newsandInformation_img{
    width: 125px; height: 80px;margin-top: 10px;margin-right: 10px;
}
.newsandInformation_div{
    width: 125px; height: 3px; background-color: #ed4a3e;
}
.newsandInformation_div1{
    width: 390px; height: 1px; background-color: #ddd;
}
.newsandInformation_div2{
    width: 125px; height: 3px; background-color: #ef8035;
}
.newsandInformation_div3{
    width: 125px; height: 3px; background-color: #0aa7c1;
}
.newsandInformation_div4{
    width: 125px; height: 3px; background-color: #3384d3;
}
.newsandInformation_div5{
    width: 125px; height: 3px; background-color: #3c9e64;
}
.newsandInformation_div6{
    width: 125px; height: 3px; background-color: #ef593c;
}
.newProduct_a{
    font-size: 14px !important; color: #999 !important; line-height: 35px !important;  font-weight: 500;cursor: pointer !important;
}
.newProduct_a{
    color: #96625a;
}
.newProduct_p{
    font-size: 20px;font-weight: 700; width: 73%;
}
.newProduct_img{
    width: 35px; height: 35px; margin-right: 10px;
}
.newProduct_div{
    line-height: 35px; display: flex; padding: 10px 0px;
}
.newProduct_li{
    width: 390px; height:410px; margin: 0px 20px 10px 0px;
}
.newProduct_li1{
    width: 390px; height: 30px;  height: 410px;margin: 0px 0px 10px 0px;
}
.containerContentflex{
    display: flex;gap: 15px;margin-right: 639px;
}
.imgVackground{
    width: 288px; height: 50px;
}
.newsColor{
    width: 100%; height: 1px; background-color: #f5f5f5; 
}
.newsDiv{
    width: 100%;display: flex; margin-top: 20px; justify-content: center; margin-bottom: 20px;font-size: 14px;color: #333333;
}
.newsUl{
    display: flex; width: 1231px; flex-wrap: wrap;margin-left: 25px;
}
.searchForinput_div{
    position: relative; display: inline-block;
}
.searchForinput_a{
    display: block; margin-left: 0px !important; margin:  10px 0px;
}
.searchForinput_img{
    width: 390px; height: 220px;
}
.searchForinput_p{
    position: absolute; top: 190px; color: white; background-color: rgba(0, 0, 0, 0.5); padding: 9px 10px; width: 370px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 10px;cursor: pointer !important;
}
.searchForinput_p:hover{
    color: #fb9788;
}
.brandStory_div{
    width: 390px; height: 72px; background-color: #f5f5f5; margin-top: 13px; display: flex;
}
.brandStory_img{
    height: 54px; width: 54px; border-radius: 37px; padding: 10px;
}
.brandStory_a{
    margin-left: 0px !important; line-height:24px !important; font-weight: 500; margin-top: 12px;cursor: pointer !important;
}
.brandStory_a:hover{
    color: #96625a;
}
.exhibitionReport_div{
    width: 390px; height: 345px; background-color: #f5f5f5;
}
.exhibitionReport_wrap{
    position: relative; display: flex; flex-wrap: wrap;
}
.exhibitionReport_a{
    display: block; margin-top:10px !important; margin-left:10px !important;
}
.exhibitionReport_img{
    width: 180px; height: 110px;
}
.exhibitionReport_p{
    position: absolute; top: 95px;  color: white; font-weight: 500;
}
.exhibitionReport_p1{
    position: absolute; top: 265px;  color: white; font-weight: 500;
}
.exhibitionReport_pa{
    line-height: 20px !important; width: 183px; height: 40px;  font-weight: 500; margin-left: 10px;cursor: pointer !important;

    position: relative; /* 必须设置为相对定位，以便伪元素能够正确显示 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 在文本溢出时显示省略号 */
    
    
    white-space: normal; /* 允许文本换行 */

}
.exhibitionReport_pa:hover{
    color: #96625a;
}
.recentlyLaunched_div{
    width: 390px; height: 355px; background-color: #f5f5f5;
}

.link-block {
    display: block;
    margin: 10px 10px 10px 0px;
    position: relative;
}
.link-block img {
    width: 224px;
    height: 135px;
}
.overflow_p {
    position: absolute;
    top: 95px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    width: 203px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newProduct_divadd{
    display: flex;padding: 10px 0px;
}
.brandStory_div p{
    margin-top: 0px;padding-right: 10px;
}
img {
    cursor: pointer !important;
}
/* 新闻详情页面 */
.news-container {
    width: 1200px;
    margin: 30px auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
}

h1 {
    color: #000;
    font-size: 28px;
}

#news-content p {
    margin-bottom: 15px;
    text-indent: 2em;
    font-size: 14px;
}

/* 菜单 */
.dropdown-container1 {
    display: flex;
    gap: 6px;
    background-color: #945d56;
    justify-content:center ;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropbtn1 {
    background-color: #945d56;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer !important;
}
  
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer !important;
}
 
.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
 
.dropdown-content1 a:hover {background-color: #ffe6e3}
 
.dropdown1:hover .dropdown-content1 {
    display: block;
}
 
.dropdown1:hover .dropbtn1 {
    background-color: #ed6d00;
}

/* 今日焦点样式 */
#hot-news {
    list-style-type: none;
    padding: 0;
}
 
#hot-news li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    padding-top:8px;
    /* height: 20px; */
    font-size: 14px;
    color: #333333;
}
 
#hot-news .li1:before {
    content: attr(data-index);
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #945d56;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
 
#hot-news .li2:before {
    content: attr(data-index);
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #bababa;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
 
#hot-news li a {
    text-decoration: none;
    cursor: pointer !important;
    font-weight: 500;
}

/* li a {
    margin-top: 20px;
} */
 
#hot-news li a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #945d56;
    cursor: pointer !important;

} 

/*推荐产品  */
#content-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}


.rightFocus{
    display: flex; height: auto;
}
.rightFocus_div{
    display: flex; font-size: 20px; font-weight: 700; line-height: 45px;
}

.rightFocus_p2{
    color: #945d56;
}
.rightFocus_p3{
    color: #e6ebf5; width:157px;
}
.rightFocus_p30{
    color: #e6ebf5; width:271px;
}
.rightFocus_p4{
    color: #999;  font-weight: 500; font-size: 14px; cursor: pointer !important;
}
.rightFocus_background{
    width: 279px; height: 1px; background-color: #dddddd;
}
.rightFocus_background00{
    width:391px; height: 1px; background-color: #dddddd;
}
.bottomauthentication_flex{
    display: flex; justify-content: center;
}

.newsc_enter-div {
    /* width: 755px; */
    border-bottom: #f0f0f0 1px solid;
    padding-bottom: 20px;
    display: flex;
    margin-bottom: 20px;
    margin-right: 30px;
}

.newsc_enter-div:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s ease;
}

.newsc_enter-img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
    border-radius: 5px;
}

.newsc_enter-a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 20px;
    text-decoration: none;
    margin-bottom: 5px;
    cursor: pointer !important;
}

.newsc_enter-a:hover {
    color: #945d56;
}

.newsc_enter-p {
    color: #666;
    font-size: 13px;
    margin: 4px 5px 13px 0px;
}

.newsc_enter-spandiv {
    /* width: 455px; */
    height: auto;
}

.newsc_enter-span {
    font-size: 11px;
    background-color: #F2F5F7;
    color: #849aae;
    padding: 5px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.newsc_enter-span1 {
    font-size: 12px;
    color: #999;
    margin-left: 30px;
}
.bg {
    background-color: #ed6d00;
}