  body{background: url(/assets/img/img/hwbg.png) repeat center center;}
  li{list-style:none;}
	.cases-list {
		width: 1200px;
		margin: 20px auto;
		overflow: hidden;
		min-height: 722px;
		background: #fff;
        padding: 140px 0 0;
	}

	.information-title {
		font-weight: 600;
        padding-left: 25px;
        font-size: 20px;
        background: url(../img/img/dot.png) no-repeat left center;
        background-size: 9px 20px;
	}

	.bline {
		width: 100%;
		height: 10px;
		background:url(../img/img/line.png) repeat-x center  center; 
	}

	.casesList .title {
		font-size: 18px;
		color: #333;
		margin-bottom: 10px;
		float: left;
		max-width: 600px;
		overflow: hidden;
	}

	.casesList .time {
		font-size: 14px;
		color: #8b8d9b;
		display: inline-block;
		float: right;
	}

	.flex {
		clear: both;
		width: 100%;
		overflow: hidden;
		display: block;
		padding: 20px 0 10px;
		color: #333 !important;
		border-bottom: 1px dashed #ddd;
		font-size: 16px;
	}
	.slbtn{
	    width: 242px;
        height: 44px;
        text-align: center;
        background: url(../img/img/btn-bg.png) no-repeat center center;
        font-size: 16px;
        font-weight: 500;
        line-height: 44px;
        color: #ffffff;
        border-radius: 2px;
        border: 0px solid grey;
        letter-spacing: 2px;
        margin: 30px auto;
        display: block;
	}
    .flex:hover{background:#f5f5f5}
    
	.flex .fl {
		float: left
	}

	.flex .fr {
		float: right
	}
    .detail_content {
    width: 1200px;
    margin: 40px auto 80px;
}
.detail_content .detail_desc {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 5%);
    opacity: 1;
    border-radius: 2px;
    margin-bottom: 30px;
}
.detail_bottom_list {
    padding: 40px 30px;
    background: #ffffff;
}
.detail_content .back_btn {
    padding-bottom: 30px;
    background: #fff;
}
.detail_desc .detail_desc_top {
    padding: 15px;
}
.detail_desc_bottom {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
}
.detail_desc_top .desc_left_title {
    display: block;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 24px;
    color: #3e3e3e;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.desc_left_title-left {
    float: left;
}
.desc_left_title-left img {
    width: auto;
    height: 60px;
    display: block;
}
.desc_left_title-right {
    float: left;
    margin-left: 20px;
}
.desc_left_title-right h3 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 6px;
}
.desc_right_feature {
    display: block;
    width: 600px;
    box-sizing: border-box;
    font-size: 14px;
    height: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #747474;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.org-right {
    float: right;
    font-size: 16px;
    color: #444;
    margin-top: 18px;
}
.detail_content .detail_desc .detail_desc_left {
    width: 720px;
    padding-left: 30px;
    box-sizing: border-box;
}
.detail_content .detail_desc .detail_desc_right {
    width: 480px;
    position: relative;
}
.detail_content .detail_desc .detail_desc_left .desc_left_list1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 25px 0px;
}
.detail_content .detail_desc .detail_desc_left .desc_left_list2 {
    width: 100%;
}
.detail_content .detail_desc .detail_desc_left .desc_left_list1 > li {
    padding: 0px 10px;
    text-align: center;
    position: relative;
    width: 190px;
}
.detail_content .detail_desc .detail_desc_left .desc_left_list1 > li > p {
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    color:#ff6d02;
}
.detail_content .detail_desc .detail_desc_left .desc_left_list1 > li > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #747474;
}
.detail_content .detail_desc .detail_desc_left .desc_left_list1 > li::after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 10%;
    width: 1px;
    height: 40px;
    background-color: #dbdbdb;
}
.detail_content .detail_desc .detail_desc_left .desc_left_list2 > li {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    overflow: hidden;
}
.desc_left_list2 > li > p {
    color: #9a9a9a;
    float: left;
    margin: 0px 15px;
}
.detail_content .detail_desc .detail_desc_left .desc_left_list2 > li > p > span {
    color: #343434;
    font-weight: 600;
}
.detail_bottom_list li {
    width: 100%;
    background-color: #f9f9f9;
    margin-bottom: 35px;
    padding: 10px 10px 15px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}
.detail_content .detail_desc .detail_desc_right .desc_right_collect > button {
    width: 242px;
    height: 44px;
    text-align: center;
    background: url(../img/img/btn-bg.png) no-repeat center center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
    border-radius: 2px;
    border: 0px solid grey;
    letter-spacing: 2px;
    margin-left: 20px;
    margin-top:30px;
}
.detail_content .detail_desc .detail_desc_right .desc_right_collect > button a:hover, .slbtn a:hover{
    color: #333;
}
.detail_bottom_list li > legend {
    display: block;
    font-size: 16px;
    line-height: 44px;
    color: #3e3e3e;
    font-weight: 600;
}
.detail_bottom_list li > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #939393;
}
.detail_content .back_btn > button {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    width: 120px;
    height: 40px;
    border: 2px solid #3e99e1;
    border-radius: 2px;
    background: #ffffff;
    letter-spacing: 2px;
}
.detail_content .back_btn > button a{
    color: #3e99e1;
}