.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    position: initial;
}
.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:315px;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;}
.life li.active{color: #FB6858;cursor: pointer;}

.message{width:523px;}
.message h3{margin-bottom: 8px;}
.message h3:hover{color:#FB6858;}
.message span{display: block;margin-bottom: 10px;color: #B2B2B2;}
.message p{line-height:22px;color: #717171;font-size: 14px;height: 68px;overflow: hidden;}
.information img{width:270px;height:160px;margin-right: 20px;position: relative;}

.money{background: #F5F5F5;height:80px;margin-top: 10px;}
.money img{width:60px;height:60px;border-radius:50px;margin: 10px;}
.name{width:230px;}
.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;}
.top_title h3{font-size: 18px;}
.top_title a{color: #9B9B9B;font-size: 14px;}

.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 {
    display: flex;
    justify-content: space-between;
}

.Caselist .bread {
    color: #000;
    margin-top: 40px;
    margin-bottom: 30px;
}

.Caselist .bread a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.Caselist .Caselist_fl {
    width: 826px;
}

.Caselist .bread a:hover {
    color: #FB6858;
}

.Caselist .bread em {
    color: #878787;
    font-size: 18px;
    font-weight: 600;
}

.Caselist .bread_flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E5;
}

.Caselist .bread_flex .number {
    font-weight: 400;
    font-size: 14px;
    color: #363D51;
    margin: 46px 0 0 0;
}

.Caselist_fl .list_cet {
    width: 100%;
    height: 185px;
    background: #F5F7F9;
    border-radius: 2px;
    margin-top: 20px;
}

.Caselist_fl .list_cet .minwidth {
    width: 94%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}

.Casefr .Casebtn {
    width: 200px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #178E5E;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #178E5E;
    margin-bottom: 16px;
    cursor: pointer;
}

.Casefr .Casebtn:hover{
    background: #178E5E;
    color: #fff;
}

.Caselist_fl .list_cet .minwidth .Casefl {
    width: 100px;
    text-align: center;
}

.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 {
    width: 400px;
}
.Caselist_fl .list_cet .minwidth .Casecet  .Casetitle{
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #414141;
}
.Caselist_fl .list_cet .minwidth .Casefr {
    width: auto;
}
.Caselist_fl .list_cet .minwidth .Casefr .Casebtn:nth-child(1){
    margin-top: 40px;
}
.Caselist_fl .list_cet .minwidth .Casecet .Caseflex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Caselist_fl .list_cet .minwidth .Casecet .message{color: #363D51;width: 65%;margin-top: 10px;font-size: 14px}
.Caselist_fl .list_cet .minwidth .Casecet .message-30{color: #363D51;width: 35%;margin-top: 10px;font-size: 14px}
.Caselist_fl .list_cet .minwidth .Casecet .message em{color: #A4A9B2;}
.Caselist_fl .list_cet .minwidth .Casecet .message-30 em{color: #A4A9B2;}
