.container{
				background-color: #f5f5f5;
			}
			.detail-main {
				display: flex;
				justify-content: space-between;
				align-items: top;
				margin: 60px auto 120px;
			}

			.detail-left {
				width: 870px;
				background-color: #fff !important;
				margin-right: 15px;
				min-height: 300px;
			}

			.detail-right {
				width: 315px;
				background-color: #fff !important;
				min-height: 300px;
			}
			/* 内容 */
			.detail {
			  margin-top: 60px;
			
			}
			.detail-left{
			    background-color: #fff;
			    padding:25px 25px 330px;
			    margin-right: 20px;
				background-image: url(./img/bg-all.png);
				background-repeat: no-repeat;
				background-position: 0 1200px;
				background-size: 936px 3720px;
			}
			.left-title{
				padding-bottom: 20px;
				border-bottom: 1px solid #e5e5e5;
			}
			.top-title{
				color: #ff1f85;
				font-size: 24px;text-align: left;
				margin-bottom: 20px;
				
			}
			.bottom-span{
				font-size: 12px;
				color: #999;
				display: flex;
				justify-content: start;
				align-items:center;
			}
			.bottom-span>div{
				width: 130px;
			}
			.detailLeft img{
			    width: 100%;
			    height: auto;
			}
			.detail-right{
				  padding: 15px;
			}
			.detail-list{
			    background-color: #fff !important;
				border-bottom: 1px solid #e5e5e5;
				padding: 15px 0;
				
			}
			/* 图文 */
			.delet-tuwen{
				margin-top: 40px;
				
			}
			.delet-tuwen img{
				margin-bottom: 15px;
			}
			.delet-tuwen p{
				text-indent: 2em;
				text-align: left !important;
			}
			.de-img-bg img{
				width: 100%;
			}
			.detail-list a,
			.de-img-bt{
				display: flex;
				justify-content: space-between;
				align-items:center;
			}
			.de-img-bt img{
				width: 49%;
				height: auto;
			}
			.de-center{
				
			}
			.de-center-title{
				margin-top: 350px;
				margin-bottom: 60px;
			}
			.de-center-bt {
				display: flex;
				flex-wrap:wrap;
				justify-content: space-between;
				align-items:center;
			}
			.de-center-bt img{
				width: 49%;
				height: auto;
			}
			.detail-right-top a{
				display: block;
				width: 100%;
				color: #ff1f85;
				text-align: left;
				padding-bottom: 40px;
				border-bottom: 1px solid #e5e5e5;
			}
			.detail-right-top a img{
				margin-left: 5px;
			}
			
			.list-content {
			 
			  padding: 15px 0;
			  /* margin-top: 40px; */
			}
			.list-img img {
			  width: 110px;
			  height: 90px;
			  margin-right: 15px;
			}
			.list-item-right {
			  display: flex;
			  flex-flow: column;
			  align-items: flex-end;
			}
			.list-item-right .list-item-title {
			  font-weight: normal;
			  color: #333;
			  font-size: 14px;
			  margin-bottom: 5px;
			  display: -webkit-box;
			  -webkit-line-clamp: 1; /*控制显示的行数*/
			  overflow: hidden;
			  -webkit-box-orient: vertical;
			  text-overflow: ellipsis;
			}
			.list-item-right p {
			  color: #666;
			  margin-bottom: 5px;
			  text-indent: 1em;
			  font-size: 12px;
			  display: -webkit-box;
			  -webkit-line-clamp: 2; /*控制显示的行数*/
			  overflow: hidden;
			  -webkit-box-orient: vertical;
			  text-overflow: ellipsis;
			}
			.list-item-right span {
			  color: #999;
			   font-size: 12px;
			}
			.pagination {
			  margin-top: 125px;
			  margin-bottom: 70px;
			}