@charset "UTF-8";
div,
p {
  box-sizing: border-box;
}

div,
p,
span,
li,
a,
td {
  font-family: "Microsoft Yahei";
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}
li{list-style:none;}
.wrap_cont{width:1250px;margin:0 auto;margin-top:470px;background: #fff;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px #ddd;}
body{background:url(/uiFramework/commonResource/image/2024071810151670823.jpg) no-repeat center top;background-color:#fbf2e0;}

.lb_title{display:flex;align-items:center;justify-content:space-between;}
.lb_list li{
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    background: url(/uiFramework/commonResource/image/2024071810540498622.png) no-repeat left center;
}
.lb_list li a{
    font-size: 18px;
    text-decoration: none;padding-left:25px;
}
.lb_list{
margin-top: 40px;
}
.lb_list li span{
    float: right;
}
.gd{
margin: 50px 0;
    width: 100%;
    text-align: center;
}
.easysite-page-wrap,.easysite-total-page{
display: inline-block;
}
.easysite-page-wrap span,.easysite-page-wrap a,.easysite-total-page span{
font-size: 16px;
}
.NormalRed {
    color: #cd100a;
    font-size: 16px !important;
}


/*底部*/
.footer {
    border-top: 1px solid #e1e1e1;
    padding: 25px 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.align-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.infoword p {
    margin-bottom: 10px;
}
.infoword p span {
    color: #777;
    font-size: 14px;
    margin-right: 15px;
}
.footerRight img {
    width: 78px;
    margin: 0 10px;
}
.infoword p span.col a{text-decoration: none;
    font-size: 14px;}