/*News*/
.News {
    width: 100%;
    height: auto;
    background: #F9F4F3;
}
.News1 {
    width: 100%;
    height: 900px;
    background: #F9F4F3;
}
.News .header_center {
    background: #C01920;
    padding: 0 30px;
    box-sizing: border-box;
}

.News .header_center ul {
    border-radius: 24px;
    font-size: 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-align:center;
}

.News .header_center ul li {
    display: inline-block;
    padding: 16px 0;
}

.News .header_center ul li:not(:last-child) {
    margin-right: 38px;
}

.News .header_center ul li a {
    color: #FFFFFF;
    line-height: 1;
}
.News .wrap {
    overflow:hidden;
    background: white;
    width: calc(100% - 160px);
    height: 390px;
    display: flex;
    font-size: 0;
    margin-top: 20px; /* 上外边距为20px */
    margin-bottom: 20px; /* 下外边距为20px */
    margin-left: 80px; /* 左外边距为80px */
    margin-right: 80px; /* 右外边距为80px */
    border-radius: 10px 10px 10px 10px;
}
.News .wrap1 {
    background: white;
    width: calc(100% - 160px);
    height: 430px;
    display: flex;
    font-size: 0;
    margin-top: 20px; /* 上外边距为20px */
    
    margin-left: 80px; /* 左外边距为80px */
    margin-right: 80px; /* 右外边距为80px */
}
    
.News .wrap .left{
  width: 27.5%;
  display:inline-block;
  vertical-align:top;
}
/*otherLink*/
.News .wrap .left .otherLink
{
    background:#FFFFFF;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:8px;
    padding:10px 30px 10px 40px;
    }
.News .wrap .left .otherLink .otherLink_item
{
    padding:20px 0;
    }
.News .wrap .left .otherLink .otherLink_item:not(:last-child)
{
    border-bottom: 1px solid #E8E9EB;
    
    }
.News .wrap .left .otherLink .otherLink_item a
{
    position:relative;
    color:#292929;
    font-size:17px;
    line-height:1;
    overflow:visible;
    }
.News .wrap .left .otherLink .otherLink_item a::before
{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    background:#09199B;
    border-radius:50%;
    left:-17px;
    top:calc(50% - 3px);
    }
.News .wrap .left .otherLink .otherLink_item a::after
{
    position: absolute;
    content: "";
    background: url(../img/Default/right_icon.png);
    right: 0;
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
    background-size: cover;
    }
/*guideNotice*/
.News .wrap .left .guideNotice
{
    background:#FFFFFF;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:8px;
    margin-top:30px;
}
.News .wrap .left .guideNotice h3
{
    position:relative;
    color:#999999;
    line-height:1;
    padding: 14px 40px;
    border-bottom:1px solid #E8E9EB;
    }
.News .wrap .left .guideNotice h3::before
{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    background:#09199B;
    border-radius:50%;
    left:20px;
    top:calc(50% - 3px);
    }
.News .wrap .left .guideNotice ul
{
    font-size:0;
    padding:20px 6px 0;
    overflow:hidden;
    box-sizing:border-box;
    }
.News .wrap .left .guideNotice ul li
{
    width:25%;
    list-style-type: none;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    text-align:center;
    }
.News .wrap .left .guideNotice ul li:nth-child(4n)
{
    padding-right:0;
    }
.News .wrap .left .guideNotice ul li a
{
    display:inline-block;
    }
.News .wrap .left .guideNotice ul li a i
{
    width:27px;
    height:27px;
    background-size:cover;
    display:block;
    margin: 0 auto;
    }
.News .wrap .left .guideNotice ul li a span
{
    color:#323232;
    font-size:13px;
    display:inline-block;
    margin:14px 0 30px;
    }
.News .wrap .left .appNotice
{
    margin-top:30px;
    }

.News .wrap .right {
    width: 580px;
    height: 300px;
    display: inline-block;
    background: white;
    vertical-align: top;
    border-radius: 10px; /* 根据需要调整弧度大小 */
}
.News .wrap .right .news_box
{
    width:1240px;
    font-size:0;
    }
.News .wrap .right .news_box .news_box_item
{
    width:620px;
    display:inline-block;
    vertical-align:top;
    }
.News .wrap .right .news_box .news_box_item .news_box_main
{
    margin-left:20px;
    margin-right:0px;
    margin-bottom:30px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:6px;
    overflow: hidden;
    }
/*.News .wrap .right .news_box .news_box_item:nth-child(n+2) .news_box_main
{
    margin-bottom:0;
    }*/
.News .wrap .right .news_box .news_box_item .news_box_main .title
{
    display: flex;
    align-items:center;
    justify-content: space-between;
    line-height:46px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main .title h3
{
    margin-left:30px;
    font-size:21px;
    font-weight:bold;
    color:#FFFFFF;
    display:inline-block;
    vertical-align:middle;
    line-height:1;
    }
.News .wrap .right .news_box .news_box_item .news_box_main .title h3::before
{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    background:#09199B;
    border-radius:50%;
    left:-20px;
    top:calc(50% - 3px);
    }
.News .wrap .right .news_box .news_box_item .news_box_main .title a
{
    position:relative;
    display:inline-block;
    float:right;
    vertical-align:middle;
    color:#7A7A7A;
    padding-right:24px;
        white-space: nowrap;
    }
.News .wrap .right .news_box .news_box_item .news_box_main .title a span:first-child::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #CB2E0C;
    left: 0;
    top: calc(50% - 3px);
}
.News .wrap .right .news_box .news_box_item .news_box_main .title a::after
{
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul
{
    padding:30px 20px 30px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li:not(:first-child)
{
    margin-top:25px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li a
{
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li a span
{
    display:inline-block;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li a span:first-child
{
    width:calc(100% - 120px);
    margin-right:20px;
    padding-left:30px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li a span:last-child
{
    width:70px;
    color:#8F8F8F;
        white-space: nowrap;
    }
/*publicity*/
.News .wrap .right .publicity
{
    height:80px;
    background-color: #02107E;
    margin-left:40px;
    padding:19px 36px;
    box-sizing: border-box;
    border-radius:6px;
    position:relative;
    }
.News .wrap .right .publicity::after
{
    position: absolute;
    content: "";
    background: url(../img/Default/publicity.png);
    right: 0;
    top: 0;
    width: 188px;
    height: 100%;
    background-size: cover;
    }
.News .wrap .right .publicity span
{
    color:#FFFFFF;
    display:block;
    color:#FFFFFF;
    line-height:1;
    }
.News .wrap .right .publicity span:first-child
{
    font-size:22px;
    font-weight:bold;
    position:relative;
    }
.News .wrap .right .publicity span:first-child::before
{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    background:#FFFFFF;
    border-radius:50%;
    left:-17px;
    top:calc(50% - 3px);
    }
.News .wrap .right .publicity span:last-child
{
    font-size:13px;
    margin-top:7px;
    }
    
 /*certificate_box*/   
.News .wrap .right .certificate_box
{
    font-size:0;
    padding:20px 0 0 20px;
    box-sizing:border-box;
    }
.News .wrap .right .certificate_box .certificate_box_item
{
    display:inline-block;
    vertical-align:top;
    width:33.33%;
    box-sizing:border-box;
    }
.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main
{
    margin-left:20px;
    }
.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main h2
{
    font-size:18px;
    font-weight:bold;
    line-height:1;
    padding:14px 37px;
    position:relative;
    background-color:#02107E;
    color:#FFFFFF;
    border-radius:6px;
    }
.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main h2::before
{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    background:#FFFFFF;
    border-radius:50%;
    left:15px;
    top:calc(50% - 3px);
    }
.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main ul
{
    padding:25px 15px 5px 10px;
    }
.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main ul li
{
    margin-bottom:25px;
    }
.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main ul li a{}

/*enterpriseInformation*/
.enterpriseInformation{
  width: 100%;
}
.enterpriseInformation .wrap .title{
  width: 100%;
  height: 80px;
    padding:19px 36px;
    box-sizing: border-box;
    border-radius:6px;
    position:relative;
    background-color:#02107E;
}
.enterpriseInformation .wrap .title::after
{
    position: absolute;
    content: "";
    background: url(../img/Default/publicity.png);
    right: 0;
    top: 0;
    width: 188px;
    height: 100%;
    background-size: cover;
    }
.enterpriseInformation .wrap .title span
{
    display:block;
    line-height:1;
    color:#FFFFFF;
    }
.enterpriseInformation .wrap .title span:first-child
{
    font-size:22px;
    font-weight:bold;
    position:relative;
    }
.enterpriseInformation .wrap .title span:first-child::before
{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    background:#FFFFFF;
    border-radius:50%;
    left:-17px;
    top:calc(50% - 3px);
    }
.enterpriseInformation .wrap .title span:last-child
{
    font-size:13px;
    margin-top:7px;
    }
.enterpriseInformation .wrap .main
{
    margin-top:20px;
    }
.enterpriseInformation .wrap .main table
{
    width:100%;
    border-spacing:0;
    border-radius:6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    position:relative;
    }
.enterpriseInformation .wrap .main table tr:nth-child(2)
{
    padding-top:10px;
    }
.enterpriseInformation .wrap .main table tr th
{
    font-size:18px;
    font-weight:bold;
    padding: 10px 0;
    background:#202D91;
    color:#FFFFFF;
    border-right:1px solid #C8C8CC;
    }
.enterpriseInformation .wrap .main table tr th:first-child
{
    border-top-left-radius:6px;
    }
.enterpriseInformation .wrap .main table tr th:last-child
{
    border-top-right-radius:6px;
    }
.enterpriseInformation .wrap .main table tr:nth-child(2) td
{
    padding-top:20px;
    }
.enterpriseInformation .wrap .main table tr:last-child td
{
    padding-bottom:20px;
    }
.enterpriseInformation .wrap .main table tr th:last-child
{
    border-right:none;
    }
.enterpriseInformation .wrap .main table tr td
{
    text-align:center;
    padding:10px 0;
    border-right: 1px solid #D6D4D4;
    white-space: nowrap;
    }
.enterpriseInformation .wrap .main table tr td:last-child
{
    border-right: none;
    }
/*Country_link*/
.Country_link{
  width: 100%;
  margin: 30px 0;
}
.Country_link .wrap .main{
  height: 45px;
  margin: 0 10px;
}
.Country_link .wrap .main .item{
  float: left;
  margin-right: 20px;
}
.Country_link .wrap .main .item:last-child{
  margin-right: 0;
}
.Country_link .wrap .main .item a img{
  width: 130px;
  height: 45px;
}
 .inputBox {
    display: inline-block;
    vertical-align: top;
    background: rgba(247,248,250,1);
    border: 1px solid rgba(204,204,204,1);
    overflow: hidden;
    padding: 0 20px;
}

.inputBox i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/Search/inputBoxI.png);
    background-size: cover;
    margin-right: 13px;
}

.inputBox input {
    padding: 15px 0;
    width: 400px;
    background-color: transparent;
}
.inputSubmit {
    display: inline-block;
    vertical-align: top;
    background: #C9000B;
    color: #FFFFFF;
    white-space: nowrap;
    font-size: 14px;
    padding: 16px 40px;
    margin-right: 150px;
    border-radius: 0px 6px 6px 0px;
}

.inputSubmit:hover {
    cursor: pointer;
}
 .footer_center {
    text-align: center;
    margin-top: 40px;
    background-color:#C01920;
}

 .footer_center_item {
        margin: auto;
        width: 1280px;
    }

 .footer_center .footer_center_item h3 {
            color: #FFFFFF;
            font-size: 15px;
        }

 .footer_center .footer_center_item .center_li {
            
            font-size: 0;
            padding: 10px 0px;
        }

.footer_center .footer_center_item .center_li:last-child {
            }

 .footer_center .footer_center_item .center_li a {
                color: #FFFFFF;
                display: inline-block;
                margin: 15px 35px;
            }

.footer_center .footer_center_item .center_li a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #09199B;
    border-radius: 50%;
    top: calc(50% - 3px);
    left: -20px;
}

 .footer_center .footer_center_item:last-child .center_li a {
    width: 14.28%;
}
.ssdianji {
    display: none;
}

.zsdianji {
    color: #C40B03 !important;
    border-bottom: 2px solid #C9000B;
    padding-bottom: 21px !important;
}

.bord {
    border: 1px dashed #CACBCC;
    margin-left: 10px;
    margin-top: 10px;
}

.babackgroundImg {
    background-image: url('img/img/img2.png');
    height: 46px;
    background-size: 100% 100%;
}

.textSize {
    font-size: 16px !important;
    position: relative;
}

.textSize2 {
    font-size: 16px !important;
}

.textSize::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C10401;
    top: calc(50% - 3px);
    left: 12px;
}

.box {
    display: flex;
    padding: 40px 20px 40px;
    justify-content: space-between;
}

.boxdiv {
    text-align: center;
    padding-top: 20px;
    width: 216px;
    height: 100px;
    border-radius: 10px;
}

.zhengshu {
    padding-top: 23px;
    margin: 40px 20px 0px;
    background-image: url('img/chaxunbj.png');
    height: 169px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-radius: 0px 10px 10px 0px;
}

    .zhengshu a {
        display: inline-block;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        margin-left: 40px;
        padding-bottom: 23px;
    }

.Body {
    background-color: #F7F7F7;
}

.news {
    font-size: 0px;
    width: 580px;
    height: 390px;
    margin: 34px 20px 20px;
    display: flex;
}

    .news img {
        height: 330px;
        width: 600px;
    }

    .news div {
    }

.newdiv2 {
    background: #FFFFFF;
    width: calc(100% - 651px);
    padding: 30px;
}

.newhead {
    width: 1000px;
    text-align: center;
    margin: auto;
}

#kw {
    width: 390px;
    height: 49px;
    padding: 0 5px;
    line-height: 30px;
    font-size: 16px;
    outline: none;
}

#append {
    width: 471px;
    border: solid #e9e9e9 2px;
    border-top: 0;
    display: none;
}

.item {
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
}

.item2 {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 14px;
}

    .item2:hover {
        background: #EDEFF0;
        color: #000000;
    }

.fudong {
    display: none !important;
    position: relative;
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
}

.news_box {
    margin-top: 50px;
}

.container {
    display: flex; /* 使用 flex 布局 */
}

.second {
    padding: 10px;
    background: white;
    width: 430px;
    height: 370px;
    margin-bottom: 20px; /* 下外边距为20px */
    margin-left: 80px; /* 左外边距为80px */
    margin-right: 20px; /* 右外边距为80px */
    border-radius: 10px 10px 10px 10px;
}
.second2 {
    padding: 10px;
    display:flex;
   
    flex-wrap:wrap;
    background: white;
    width: 430px;
    height: 300px;
    margin-bottom: 20px; /* 下外边距为20px */
    margin-left: -11px; /* 左外边距为80px */
    margin-right: 20px; /* 右外边距为80px */

}

.second_left {
    background: white;
    width: calc(100% - 628px);
    height: 388px;
    margin-bottom: 20px; /* 下外边距为20px */
    margin-right: 80px; /* 右外边距为80px */
    border-radius: 10px 10px 10px 10px;
}

.third {
    background: white;
    width: calc((100% - 20px) / 2);
    height: auto;
    margin-bottom: 20px; /* 下外边距为20px */
    margin-left: 80px; /* 左外边距为80px */
    margin-right: 20px; /* 右外边距为80px */
    border-radius: 10px 10px 10px 10px;
}

.third_left {
    background: white;
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px; /* 下外边距为20px */
    margin-right: 80px; /* 右外边距为80px */
    border-radius: 10px 10px 10px 10px;
}

.fuwu {
    color: #606366;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-size: 18px;
    cursor: pointer;
    width: 72px;
    height: 23px;
    margin-top: 18px; /* 上外边距为20px */
    margin-left: 20px;
}

.box1 {
    width: 17%;
    height: 70px;
    background: #EDF0F2;
    
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    border-radius: 6px 6px 6px 6px;
    margin-top: 50px; /* 上外边距为20px */
    margin-left: 52px; /* 左外边距为80px */
}

.box11 {
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    cursor: pointer;
    width: 46px;
    height: 46px;
    margin-top: 12px; /* 上外边距为20px */
    margin-bottom: 12px; /* 下外边距为20px */
    margin-left: 12px; /* 左外边距为80px */
    margin-right: 12px; /* 右外边距为80px */
}

.box2 {
    width: 30%;
    height: 70px;
    background: #EDF0F2;
    border-radius: 6px 6px 6px 6px;
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    margin-top: 50px; /* 上外边距为20px */
    margin-left: 60px; /* 左外边距为80px */
}

.box21 {
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    cursor: pointer;
    width: 46px;
    height: 46px;
    margin-top: 12px; /* 上外边距为20px */
    margin-bottom: 12px; /* 下外边距为20px */
    margin-left: 12px; /* 左外边距为80px */
    margin-right: 12px; /* 右外边距为80px */
}

.box3 {
    width: 30%;
    height: 70px;
    background: #EDF0F2;
    border-radius: 6px 6px 6px 6px;
    justify-content: center; /* 水平居中 */
    cursor: pointer;
    display: flex;
    align-items: center; /* 垂直居中 */
    margin-top: 50px; /* 上外边距为20px */
    margin-left: 60px; /* 左外边距为80px */
}

.box31 {
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    width: 46px;
    height: 46px;
    cursor: pointer;
    margin-top: 12px; /* 上外边距为20px */
    margin-bottom: 12px; /* 下外边距为20px */
    margin-left: 12px; /* 左外边距为80px */
    margin-right: 12px; /* 右外边距为80px */
}

.wenzi1 {
    margin-top: 18px; /* 上外边距为20px */
   
    font-weight: bold;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-size: 16px;
    width:100%;
    height: 20px;
}

.wenzi2 {
    margin-top: 18px; /* 上外边距为20px */
    margin-left: 66px; /* 左外边距为80px */
    font-weight: bold;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-size: 16px;
    width: 64px;
    height: 20px;
}

.wenzi3 {
    margin-top: 18px; /* 上外边距为20px */
    margin-left: 66px; /* 左外边距为80px */
    font-weight: bold;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-size: 16px;
    width: 64px;
    height: 20px;
}

.box4 {
    width: 70px;
    height: 70px;
    background: #EDF0F2;
    border-radius: 6px 6px 6px 6px;
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    margin-top: 29px; /* 上外边距为20px */
    margin-left: 50px; /* 左外边距为80px */
}

.box41 {
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    cursor: pointer;
    width: 46px;
    height: 46px;
    margin-top: 12px; /* 上外边距为20px */
    margin-bottom: 12px; /* 下外边距为20px */
    margin-left: 12px; /* 左外边距为80px */
    margin-right: 12px; /* 右外边距为80px */
}

.box5 {
    width: 70px;
    height: 70px;
    background: #EDF0F2;
    border-radius: 6px 6px 6px 6px;
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    margin-top: 29px; /* 上外边距为20px */
    margin-left: 60px; /* 左外边距为80px */
}

.box51 {
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    cursor: pointer;
    width: 46px;
    height: 46px;
    margin-top: 12px; /* 上外边距为20px */
    margin-bottom: 12px; /* 下外边距为20px */
    margin-left: 12px; /* 左外边距为80px */
    margin-right: 12px; /* 右外边距为80px */
}

.wenzi4 {
    margin-top: 18px; /* 上外边距为20px */
    margin-left: 53px; /* 左外边距为80px */
    font-weight: bold;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-size: 16px;
    width: 64px;
    height: 20px;
}

.wenzi5 {
    margin-top: 18px; /* 上外边距为20px */
    margin-left: 66px; /* 左外边距为80px */
    font-weight: bold;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-size: 16px;
    width: 64px;
    height: 20px;
}

.photo1 {
    min-width: 400px;
    height: 280px;
    margin-top: 19px; /* 上外边距为20px */
    margin-left: 20px; /* 左外边距为80px */
}

    .photo1 img {
        width: 100%; /* 图片宽度填满父容器 */
        height: 100%; /* 图片高度自动调整以保持比例 */
        display: block; /* 去掉图片底部的空白间隙 */
    }

.jianjie {
    margin-top: 26px; /* 上外边距为26px */
    margin-left: 30px; /* 左外边距为30px */
    margin-right: 30px; /* 右外边距为12px */
    line-height:30px;
    width: 800px;
    height: 295px;
    font-family: 'Microsoft YaHei UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden; /* 隐藏超出部分 */
    display: -webkit-box; /* 使用旧版弹性盒模型 */
    -webkit-line-clamp: 10; /* 限制文本行数 */
    -webkit-box-orient: vertical; /* 指定子元素垂直排列 */
    text-overflow: ellipsis; /* 文本超出时显示省略号 */
}

.jiantou {
    width: 16px;
    height: 16px;
    margin-top: 22px; /* 上外边距为20px */
    margin-left: 0px; /* 左外边距为80px */
    justify-content: center; /* 水平居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
}

.xiangqing {
    margin-right: 10px;
    color: #606366;
    font-size: 12px;
    cursor: pointer;
    width: 49px;
    height: 20px;
    margin-top: 22px; /* 上外边距为20px */
}

.container1 {
    margin-right: 30px; /* 右外边距为80px */
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E0DF;
    padding-bottom:10px;
    margin-left:20px;
}

.huaxian {
    margin-top: 6px; /* 上外边距为20px */
    margin-left: 20px; /* 左外边距为80px */
    color: #e9e9e9;
}

.kepubiaoti {
    width: calc(100% - 50px);
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 18px;
    font-family: Microsoft YaHei UI-Bold;
    color: #000000;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e9e9e9;
    margin-right: 30px;
    display: flex;
}
    .kepubiaoti p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
    }
.kepubiaoti1 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    width: calc(100% - 50px);
    padding-bottom: 20px;
    padding-top: 20px; /* 上外边距为20px */
    margin-left: 20px; /* 左外边距为80px */
    font-size: 18px;
    font-family: Microsoft YaHei UI-Bold;
    cursor: pointer;
    color: #000000;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e9e9e9; /* 仅添加下边灰色虚线边框 */
    margin-right: 30px;
    display: flex;
}
    .kepubiaoti1 p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
    }
