
/* .casenav{display: flex;justify-content: space-between;color: #999;font-size: 15px;margin-bottom: 20px;} */
.casetit{padding-bottom: 15px;border-bottom: 1px solid #ebebeb;margin-bottom: 15px;text-align: center;}
.casedetail{width: 70%;margin: 25px auto;}
.casedetail .casekey{color: #333;display: flex;justify-content: center;align-items: center; margin-bottom: 20px;line-height:2.5rem !important;text-indent:0 !important}
.casedetail .casekey span:nth-child(2){margin: 0 20px;}
.casedetail p {text-indent: 2em;}
.casedetail img{margin: 50px auto;display: block;}
.newszhai{color: #757575;font-size: 16px;line-height: 2.5rem;margin-bottom:50px;background: #e4e4e4;padding: 0 15px;border-radius: 5px;}
.casecon{font-size: 16px !important;line-height: 30px;width:100%}
.casecon p span{ text-wrap:inherit !important;width: 100%;font-size:16px !important}
.casecon img{margin: 0 auto !important;}
.caseback{cursor: pointer;}
.caseback:hover{color: green;}

.prev_next{display:flex;justify-content: space-between;padding-top: 80px;}
.prev_next span{display: inline-block;padding: 10px 25px;border: 1px solid #e6e6e6;border-radius: 10px;}

