.navbar {
			display: flex;
			font-size: 12px;
			font-family: Source Han Sans CN;
			font-weight: 400;
			padding: 20px 0;
			color: #7B7B7B;
		}

		.navbar a {
			font-size: 12px;
			font-family: Source Han Sans CN;
			font-weight: 400;
			color: #7B7B7B;
		}
		.list-main{
		    display: flex;
		    width: 100%;
		    justify-content: space-between;
		    position: relative;
		}
		.detail-left{
		    flex: 1;
		    overflow: hidden;
		    background: #FFFFFF;
		    box-shadow: 0px 0px 13px 0px rgba(24,24,24,0.05);
		    padding: 50px 50px 30px;
		    box-sizing: border-box;
		}
		.list-right{
		    width: 310px;
		    margin-left: 40px;
		    position: relative;
		}
		.bannerlist{
		    width: 100%;
		    height: 315px;
		}
		.bannerlist img{
		    width: 100%;
		    height: 225px;
		    object-fit: cover;
		}
		.bannerlist p{
		    background: #BB0200;
		    padding: 10px;
		    font-size: 16px;
		    font-weight: bold;
		    color: #FFFFFF;
		    text-overflow: -o-ellipsis-lastline;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 3;
		    -webkit-box-orient: vertical;
		}
		.morebanner{
		    position: absolute;
		    top: 14px;
		    right: 14px;
		    z-index: 2;
		    width: 74px;
		    height: 27px;
		    background: #A0151D;
		    border-radius: 14px;
		    cursor: pointer;
		    text-align: center;
		    line-height: 27px;
		    color: #fff;
		    font-size: 14px;
		    font-weight: 300;
		}
		
		.link{
		    display: flex;
		    align-items: center;
		    justify-content:center;
		    padding: 23px 0;
		    border-top: 1px solid #DBDBDB;
		}
		.link i{
		    width: 12px;
		    margin-right: 6px;
		}
		.link span{
		    font-size: 14px;
		font-weight: bold;
		color: #F4B62E;
		}
		.link p{
		    font-size: 14px;
		font-weight: bold;
		color: #D6010F;
		}
		.detail-title{
		    padding-bottom: 20px;
		    border-bottom: 1px solid #DBDBDB;
		}
		.detail-title h2{
		    font-size: 24px;
		    font-weight: 500;
		    color: #000000;
		    text-align: center;
		    padding-bottom: 10px;
		}
		.detail-title p{
		    font-size: 14px;
		    font-weight: 400;
		    color: #979595;
		    text-align: center;
		}
		.detail-content{
		    padding: 30px 0;
		}
.detail-content  img{
display:block;width:600px;margin:0 auto;}
		.detail-content *{
		    max-width: 100%;		    margin-bottom: 15px;
font-size: 16px;
    line-height: 1.8em;
		}
		.time{
		    width: 115px;
		    height: 210px;
		    background: #FFFFFF;
		    box-shadow: 0px 1px 8px 0px rgba(35,24,21,0.05);
		    border-radius: 6px;
		    position: absolute;
		    left: -140px;
		    top: 0;
		    display:flex;
		    align-items: center;
		    justify-content: center;
		    flex-direction: column;
		}
		.time h2{
		    font-size: 45px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #D31F2B;
		}
		.time span{
		    font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #D31F2B;
		}
		.time i{
		    width: 57px;
		    border-bottom: 1px solid #D31F2B;
		    margin: 15px 0;
		}
		.time p{
		    font-size: 23px;
		    font-weight: 400;
		    color: #D31F2B;
		}