﻿/* === 原有样式（已整理）=== */
.leisi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    background-color: #f8f8f9;
}
.pbox {
    width: 210px;
    background-color: #fff;
    margin-bottom: 20px;
    transition: all 0.4s;
}
.pbox:hover {
    box-shadow: 0 0 10px #9a9a9a;
}
.pimg {
    width: 210px;
    height: 210px;
    align-items: center;
    display: flex;
    justify-content: center;
    object-fit: contain;
    background-color: #fff;
}
.pimg img {
    max-width: 210px;
    max-height: 210px;
}
.pname {
    width: 190px;
    height: 40px;
    font-size: 16px;
    display: flex;
    line-height: 20px;
    margin: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.pname:hover {
    color: #d11120;
}
.p_list_box {
    width: 450px;
    border: 1px #cecece solid;
    padding: 10px 0;
}
.p_list_box a {
    width: 430px;
    margin: 0 auto;
    display: list-item;
    list-style-position: inside;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px;
}
.p_list_box a:hover {
    background-color: #ededed;
    color: #438cd8;
}
.news_list {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    width: 565px;
    box-sizing: border-box;
    border-bottom: 1px #eaeaea solid;
    background-color: #fff;
}
.news_item_img_box {
    width: 100px;
    height: 100px;
    object-fit: contain;
    overflow: hidden;
    border: 1px #eaeaea solid;
    box-sizing: border-box;
    margin: 0 10px;
}
.news_item_img_box a {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    background-color: #fbfbfb;
}
.news_item_img_box img {
    max-width: 100px;
    max-height: 100px;
    transition: all 0.5s;
    cursor: pointer;
}
.news_item_img_box img:hover {
    transform: scale(1.1);
}
.news_item_text_box {
    width: 450px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.news_title a {
    font-size: 16px;
    width: 450px;
    line-height: 23px;
    font-weight: 500;
    max-height: 46px;
    overflow: hidden;
    display: block;
    color: #464646;
    cursor: pointer;
    transition: all 0.3s;
}
.news_title a:hover {
    color: #000;
    font-weight: 700;
    margin-left: 5px;
}
.news_des {
    font-size: 14px;
    height: 20px;
    color: #868686;
    overflow: hidden;
}
.news_xx_box {
    height: 20px;
    color: #777;
}
.news_xx_box span {
    color: #777;
}
.clist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s;
    width: 383px;
    float: left;
}
.clist:hover {
    background-color: #f8f8f9;
}
.clist a {
    display: block;
    flex-grow: 1;
    line-height: 27px;
    font-size: 15px;
    height: 27px;
    padding-right: 10px;
    box-sizing: border-box;
    transition: all 0.4s;
}
.clist a:hover {
    text-indent: 10px;
}
.keys_a {
    margin-right: 10px;
    display: inline-block;
}
.keys_a:hover {
    color: #d11120;
}
#sjd {
    width: 110px;
    height: 110px;
    margin: 10px auto 0;
}

/* === 新增：替代行内 style 的实用类 === */
.h20 {height:20px;
}
.w930h30 {width:930px;padding:30px;}
.mtau {margin:0px auto}
.jsb {display:flex; justify-content:space-between; 
}
.jsbt3 { display:flex; justify-content:space-between; border-top: 3px #f0f0f0 solid;}
.bgf8 {background-color:#f8f8f9; display:flex;
}
.lianxiren {font-size:16px; color:#696969; line-height:40px; margin-top:10px;
}
.zyitem {margin-top:10px; padding:10px; box-sizing:border-box; background-color:#ffffff;
}
.zhuyin {font-size:16px; color:#333333; line-height:30px; margin-top:10px;
}
.zysm {font-size:14px; color:#696969; line-height:24px; max-height:100px; overflow-y:auto;
}
.dac {display:flex; align-items:center
}
.h240c {width:240px; display:flex; justify-content:center; align-items:center;  flex-direction:column;
}
.fangwengw {background-color:#ff0000;  color:#fff; display:inline-block; width:160px; padding:8px 0px; line-height:20px; font-size:20px; text-align:center;}
.renzhen {line-height:40px; color:#fcba30; font-size:16px; font-weight:700;}
.renfont {line-height:40px; color:#959595;  font-size:16px;}
.ren120 {text-align:center; width:120px; height:140px; background-color:#f5f5f5}
.sjdk {text-align:center; color:#d11120; line-height:34px; font-size:18px;
}
.w1190box {width:1190px; display:flex; justify-content:space-between; flex-wrap:wrap; padding:20px; box-sizing:border-box; background-color:#f8f8f9;
}

.clistbox {width:1190px; display:flex; justify-content:space-between; flex-wrap:wrap; padding:20px;  box-sizing:border-box; background-color:#f8f8f9;
}
