body{
    background: #F5F7F9!important;
}
.bread_crumbs {
    font-weight: 600;
    font-size: 18px;
    color: #414141;
    line-height: 25px;
    text-align: left;
    margin: 36px 0 25px 0;
}
.bread_fl {
    width: 820px;
}
.bread_fl .width90 {
    width: 96%;
    margin: 0 auto;
}
.bread_fl .width90 .list_title::before {
    content: "";
    background: url('/static/article/images/Chat5.png') no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 6px;
}
.bread_fl .width90 .list_desc::before {
    content: "";
    background: url('/static/article/images/Chat4.png') no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.bread_fl .width90 .list_title {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    padding-top: 24px;
    margin: 0 0 6px 0;
}
.bread_fl .width90 .list_desc {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: left;
    display: flex;
}

.bread_list {
    border-radius: 4px;
    background: #FFFFFF;
    padding-bottom: 20px;
    cursor: pointer;
    margin-bottom: 8px;
    transition: all .2s ease-in-out;
}
.bread_list:hover {
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.13);
}
.bread_list:hover .list_border {
    color: #2A5AA8;
    border-bottom: 1px solid #2A5AA8;
}
.list_icon {
    display: flex;
    justify-content: end;
}
.list_icon .host {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-right: 16px;
}
.list_icon .host::before {
    content: "";
    background: url('/static/article/images/fire.png') no-repeat center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.list_icon .dataTime::before {
    content: "";
    background: url('/static/article/images/clock.png') no-repeat center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.list_icon .dataTime {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.list_title .list_border {
    display: inline-block;
    border: 1px solid transparent;
}
.bread_fl .width90 .list_desc .bre {
    display: inline-block;
    width: 714px;
}
.smalldh {
    margin-left: 10px;
}
.smalldh dl {
    margin-bottom: 15px;
}
.smalldh dl dt {
    font-size: 16px;
    font-weight: bold;
}
.smalldh dl dt a {
    color: #666;
    display: inline-block;
}
.smalldh dl dd {
    font-size: 14px;
    margin-top: 5px;
}

.smalldh dl dd a {
    margin: 6px 15px 5px 0;
    display: block;
    width: 82px;
    float: left;
    color: #666;
    border: 1px solid #fff;
    border-radius: 12px;
    text-align: center;
}
.smalldh dl dd a:hover, .smalldh dl dt a:hover {
    color: #E74E4B;
}
.smalldh dl dd a:hover {
    border: 1px solid #E74E4B;
}
.mainsemir{width:298px;background:#F8F8F8;border-radius:4px;}
.mainsemir li{height:40px;line-height:40px;color: #4A4A4A;width: 94%;text-align:left;margin: 0 auto;border-bottom:1px dashed #ddd;}
.mainsemir li a{color:#4A4A4A;font-size: 14px;}
.mainsemir li a em{color:#D8D8D8;}
.mainsemir li a:hover{color:#FB6858;}
.list_fr{width:315px;margin-left: 28px;}
.life li{color:#FB6858;float: left;width:120px;height:41px;margin-right:10px;text-align: center;line-height: 41px;background: #FFF0EE;}

.information img{width:270px;height:160px;margin-right: 20px;position: relative;}

.money{background: #F5F5F5;height:80px;margin-top: 10px;width: 298px}
.money img{width:60px;height:60px;border-radius:50px;margin: 10px;}
.name{width:200px;}
.name h3{font-size: 14px;color: #4A4A4A;margin:12px 0 10px 0;}
.name p{font-size: 13px;}
.name p em{display: inline-block;margin-right:2px;font-weight: bold;}
.service a{margin-top:20px;}
.service img{width:316px;height:124px;border-radius:4px;}


.top_title h3 i{width:3px;height: 23px;background: #FB6858;display: inline-block;vertical-align: middle;margin-right: 6px;}
.top_title{margin: 30px 0 10px 0;width: 298px;}
.top_title h3{font-size: 18px;}
.top_title a{color: #9B9B9B;font-size: 14px;}
.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    position: initial;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff3131;
    border-color: #ff3131;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.Caselist_fr{
    background: #ffffff;
}
.Caselist {
    display: flex;
    justify-content: space-between;
}
.Caselist .bread a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.Caselist .bread a:hover {
    color: #FB6858;
}

.Caselist .bread em {
    color: #878787;
    font-size: 18px;
    font-weight: 600;
}
.Caselist_fl .list_cet .minwidth .Casefl img {
    width: 100px;
    height: 98px;
    margin-top: 20px;
    border-radius:50px;
}

.Caselist_fl .list_cet .minwidth .Casefl a {
    font-weight: 400;
    font-size: 12px;
    color: #178E5E;
    margin-top: 14px;
}
.Caselist_fl .list_cet .minwidth .Casecet .message em{color: #A4A9B2;}
.Caselist_fl .list_cet .minwidth .Casecet .message-30 em{color: #A4A9B2;}
