.newspagebase{width:100%;background:rgb(246, 246, 246);min-height:200px;}
.newspageaboutbox{width:95%;margin:auto auto;padding: 40px 0;}
.newspageabouttitle{
	padding-top: 6%;
	margin: 0 auto 4%;
    font-size: 36px;
    text-align: center;
}
.newspagepcontext{width:100%;}
.pbody{width:100%;padding-bottom: 10px;background: white;}
.newsdetailbody{ width:100%;padding-bottom:10px;}
.newsdetailbody img{width: 60%;max-width:600px;}
.newspagelist{
	width:100%;
    padding-left: 20px;
}

.newspagemargin{
	margin-bottom:30px;
	display:flex;
	flex-direction:row;
}
.newsindex{
	padding-left:70px;
	height: 50px;
    line-height: 50px;
    color: #555555;
    font-size: 30px;
    position:relative;
    font-family: "OPPOSansB","微软雅黑","Arial";
    margin-top:25px;
    transition:all 0.3s;
}
.newsindex:after{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #c3c3c3;
    width: 50px;
    transition:all 0.3s;
    
}
.newsitemimage{
	width:18%;
	height:150px;
	overflow:hidden;
}
.newsitemimage img{
    padding-top: 15px;
	width: 80%;
    transition: all 0.3s;
}
.newspagemargin:hover .newsitemtitle a{color:red;}
.newspagemargin:hover .newsindex:after{width:70px;background:black;}
.newspagemargin:hover .newsindex{padding-left:90px;color:black;font-size: 33px;}
.newspagemargin:hover .newsitemimage img{
	transform:scale(1.1,1.1);
}


.newst{
	width:18%;
	height:70px;
	border-top:solid 1px #eee;
}
.newsc{
	width:64%;
	height:70px;
	border-top:solid 1px #eee;
}
.newsdate{
	margin-left:30px;
}
.mnewsdate{display:none;}
.newsitemtitle{
	width:90%;
	font-size: 16px;
    font-weight: bold;
    margin-top: 3%;
    margin-bottom: 1%;
}
.newsitemtitle a{color:black;}
.newsitemdesc{
	width:90%;
	height:65px;
	font-size:14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.nd_btbox{ line-height:30px; font-size:22px; font-weight:bold; text-align:center; color:#222;padding: 6% 0px 2%; clear:both; overflow:hidden;}
.nd_btime{text-align:center;color:#ccc; }
.nd_btime span{ margin:0 26px;}

.contactbody{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	font-size:14px;
}

.pronavbc{
    width:100%;
    background:white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
.pronavband{
    width:95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto auto;
}
.pronav{
	display:flex;
	flex-direction:row;
	align-items:center;
}

.pnavitem{
	font-size:14px;
	color:#16181A;
	cursor: pointer;
    border-right: #ccc 1px solid;
    position: relative;
    padding: 0 20px;
}
.pnavitem:after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 0%;
    height: 3px;
    display: block;
    background: #e60012;
    content: "";
    transform: translateX(-50%);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .pnavactive:after,
  .pnavitem:hover:after{
    width: 80%;
  }
  .pnavactive,
  .pnavitem:hover{
    color: red;
  }
.movenavbar{
    display: none;
    width: 100%;
}
.movenav{
    width: 100%;
    background:#555555;
    padding: 15px 10px;
    color:white;
    cursor: pointer;
}
.movenavsec{
    width: 100%;
    background:white;
    padding: 15px 10px;
}
.movenavlist{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.movenavlist p{
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 5px 0;
    padding-left: 15px;
    border-bottom:solid 1px #f3f3f3;
}
.mnewsc{
    width:95%;
    display:none;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin:auto;
}
.mnewscl{
    width:30%;
}
.mnewscr{width:70%;}
.mnewsdt{font-size:22px;font-weight:bold;color:#bbb;padding:10px 0;}
.mnewsarr{color:#bbb;padding-top:10px;}
.mnewstitle{font-size: 16px;width:100%;padding: 10px 0 5px;font-weight:bold;text-overflow: ellipsis;white-space:nowrap;overflow:hidden; }
.mnewsdesc{font-size: 14px;color:#bbb;width:100%;text-overflow: ellipsis;;white-space:nowrap;overflow:hidden; }

.nd_btbox{ line-height:30px; font-size:22px; font-weight:bold; text-align:center; color:#222;padding: 6% 0px 2%; clear:both; overflow:hidden;}
.nd_btime{text-align:center;color:#ccc; }
.nd_btime span{ margin:0 26px;}
.nd_wzbox{ line-height:24px; margin:0 auto; padding:20px 10px;color:#333; font-size:14px;}
.nd_wzbox img{ text-align:center; padding:2px; border:1px solid #ccc;vertical-align: middle; display:block; margin:20px auto;max-width:600px !important; height:auto !important;width:expressinon(this.width > 600 ? "600px" :this.width)!important;}
@media screen and (max-width:700px){
	.newspagelist{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.newspagemargin{
		margin-bottom:30px;
		display:flex;
		flex-direction:column-reverse;
		align-items:center;
		width:100%;
	}
	.newst{display:none;}
	.newsc{display:none;}
    .mnewsc{display: flex;}
	.newsitemimage{width: 100%;text-align: center;}
	.newsitemtitle{
		width:86%;
		font-size: 14px;
	    font-weight: bold;
	    margin-top: 3%;
	    margin-bottom: 1%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    word-break: break-all;
	}
	.mnewsdate{display:block;margin: 6px 0;}
	.newsitemdesc{font-size:12px;}

    .movenavbar{
        display: block;
    }
    .pronavband{
        display: none;
    }
    .pronavbc{padding: 0;}
}