body{
	color: #333 !important;
}
@media screen and (min-width: 767px) {
    .topBox {
        height: 64px;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1);
        line-height: 64px;
        color: #999;
        font-size: 16px;
    }

    .topBox img {
        width: 20px;
        height: 20px;
        vertical-align: sub;
    }
	.leftMenu{
		display: block !important;
	}
	.Lpart{
		padding-top: 20px;
		display: none !important;
	}
	.leftMenu{
		width: 240px;
		padding: 50px 0;
		float: left;
		min-height: 650px;
	}
	.leftMenu .firstPart{
		margin-bottom: 15px;
	}
	.leftMenu .firstPart a{
		width: 100%;
		height: 64px;
		line-height: 64px;
		font-size: 16px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 500;
		display: inline-block;
		text-align: center;
	}
	.leftMenu .firstPart .oneLevel:hover{
		background-color: #BA0101;
		color: #fff;
	}
	.leftMenu .firstPart .oneLevel{
		color: #FFFFFF;
		background-color: #D70D0D;
		width: 100%;
		height: 64px;
		line-height: 64px;
		font-size: 16px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 500;
		display: inline-block;
		text-align: center;
	}
	.leftMenu .firstPart .twoLevel{
		border-bottom: none;
		color: #FFFFFF;
    	background-color: #D70D0D;
	}
	.leftMenu .firstPart .twoLevel:hover{
		background-color: #BA0101;
	}
	.leftMenu .firstPart .last{
		border-bottom: 1px solid #E4E4E4 !important;
	}
	.leftMenu .firstPart .active{
		background-color: #BA0101;
	}
	.noLeft_rightCon{
		padding-left: 0 !important;
	}
	.rightCon{
		padding-left: 270px;
	}
	.rightCon .title{
		font-size: 24px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: bold;
		color: #D70D0D;
		text-align: center;
		padding-top: 64px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.rightCon .contDiv{
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.09);
		border-radius: 4px;
		width: 100%;
		height: 180px;
		display: inline-block;
		margin-top: 14px;
		color: #333333;
	}
	.rightCon .contDiv:hover{
		color: #D70D0D;
	}
	.rightCon .contDiv .detail{
		width: 227px;
		height: 180px;
		padding: 30px 15px;
		float: right;
	}
	.rightCon .contDiv .sx_pic{
		float: left;
		width: 225px;
    	height: 100%;
		object-fit:cover;
	}
	.rightCon .contDiv .detail p{
		font-size: 16px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.rightCon .contDiv .detail .date{
		color: #999;
	}
	
	
	
	/* 列表页 */
	.rightCon .list .conentP{
		box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.06);
	}
	.rightCon .list .conentP a{
		        width: 100%;
				height: 100%;
				line-height: 54px;
				font-size: 16px;
				float: left;
				box-shadow: inset 0px -1px 0px 0px rgb(0 0 0 / 6%);
				background: url(../img2/squery.png) no-repeat;
				background-size: 6px;
				background-position: left;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				position: relative;
				font-family: PingFangSC, PingFang SC;
				font-weight: 400;
				color: #333;
				padding-left: 18px;
	}
	.rightCon .list .conentP a:hover{
		color: #D70D0D;
	}
	.rightCon .list .conentP a span:first-child{
		width: 86%;
		position: relative;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding-right: 20px;
	}
	.rightCon .list .conentP a span:last-child{
		position: relative;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 0;
		height: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.rightCon .list .conentP .date{
		    background: none;
		    float: right;
			color: #999999;
	}
	
	/* 内容页 */
	.twolevel_contant .paragraph .subtit{
		font-size: 14px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 600;
		color: #333333;
		line-height: 30px;
	}
	.twolevel_contant .paragraph .detail{
		font-size: 14px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 500;
		color: #333333;
		line-height: 30px;
	}
	
}
@media screen and (width: 768px) {
	.leftMenu{
		display: block !important;
	}
	.Lpart{
		padding-top: 20px;
		display: none !important;
	}
	.rightCon .contDiv .sx_pic {
	    float: left;
	    width: 35%;
	}
}
@media screen and (max-width: 768px) {
    .topBox {
        height: 55px;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1);
        line-height: 55px;
        color: #999;
        font-size: 12px;
        padding: 0 10px;
    }

    .topBox img {
        width: 18px;
        height: 18px;
        vertical-align: sub;
    }
	.leftMenu{
		display: none ;
	}
	.Lpart{
		padding-top: 20px;
		display: block ;
		padding-right: 10px;
		padding-left: 10px;
	}
	.Lpart .fist{
		width: 100%;
		height: 80px;
		margin-top: 0px;
	}
	.Lpart .fist .firstLevel{
		font-size: 14px;
		padding: 12px 4px;
		text-align: center;
		background: #D70D0D;
		color: #fff;
		margin-bottom: 0;
		margin: 16px 0;
		display: inline-block;
		white-space: nowrap;
		width: 100%;
		font-weight: 600;
	}
	.Lpart .fist .twoLevel{
		width: 49%;
		display: inline-block;
		font-size: 13px;
		background-color: #FAFAFA;
		border: 1px solid #E4E4E4;
		padding: 6px;
		text-align: center;
		color: #333;
	}
	.Lpart .fist .twoLevel:hover{
		color: #D70D0D;
	}
	.Lpart .fist .aa{
		padding: 12px 0;
	}
	.Lpart .fist .bb{
		padding: 23px 0;
	}
	
	.rightCon .title{
		font-size: 18px;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: bold;
		color: #D70D0D;
		text-align: center;
		margin-bottom: 10px;
	}
	.rightCon .contDiv{
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.09);
		border-radius: 4px;
		width: 100%;
		height: 127px;
		display: inline-block;
		margin-top: 14px;
		color: #333333;
	}
	.rightCon .contDiv:hover{
		color: #D70D0D;
	}
	.rightCon .contDiv .sx_pic{
		float: left;
		width: 45%;
		height: 100%;
	}
	.rightCon .contDiv .detail{
		width: 55%;
		padding: 20px 15px;
		float: right;
	}
	.rightCon .contDiv .detail p{
		font-size: 16px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.rightCon .contDiv .detail .date{
		color: #999;
	}
	
	/* 列表页 */
	.rightCon .list{
		padding: 0 10px;
	}
	.rightCon .list .conentP{
		box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.06);
	}
	.rightCon .list .conentP a{
			background: url(../img2/squery.png) no-repeat;
			background-size: 6px;
			background-position: left;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			position: relative;
			font-size: 14px;
			font-family: PingFangSC, PingFang SC;
			font-weight: 400;
			color: #333;
			padding-left: 15px;
			line-height: 35px;
	}
	.rightCon .list .conentP a:hover{
		color: #D70D0D;
	}
	.rightCon .list .conentP .date{
		    background: none;
		    float: right;
			color: #999999;
	}
	.rightCon .list .conentP a span:first-child{
		position: relative;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 0;
		height: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	
	/* 内容页 */
	.twolevel_contant{
		padding: 10px 10px 0;
	}
	.twolevel_contant img{
		max-width: 100%;
	}
	.twolevel_contant .paragraph .subtit{
		font-size: 14px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 600;
		color: #333333;
		line-height: 30px;
		margin-bottom: 0;
	}
	.twolevel_contant .paragraph .detail{
		font-size: 14px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 500;
		color: #333333;
		line-height: 30px;
	}
}