/* 公共模块样式 */


/* 二级导航 */
.secondarynav_img {
	margin-top: -50px;
	width: 363px;
	height: 142px;
	overflow: hidden;
}

.secondarynav_nameBox {
	flex: 1;
	width: 25%;
	justify-content: space-around;
	flex-wrap: wrap;
}

.myml84{
    margin-left: 13rem;
}

/* 面包屑 */
/* 底部横线 */
.mycrumbsline {
	border-bottom: 1px solid #CCCCCC;
	padding: 46px 0px 25px;
}

/* 专项标题 */
.special_contenttitle {
	margin-bottom: 2.7rem;
	font-weight: 600;
	font-size: 4rem;
	color: #333333;
}


/* 二级标题 */
.mysecond_title {
	margin-bottom: 2.7rem;
	font-weight: 600;
	font-size: 4rem;
	color: #333333;
}

/* 内容标题 */
.mycontent_title {
	font-weight: 500;
	font-size: 4.8rem;
	color: #333333;
	border-left: 0.8rem solid #0E80CC;
	padding-left: 1.4rem;
	height: 4.6rem;
	line-height: 4.6rem;
}



/* 动画 */

/* 鼠标进入图片放大 */
.myimage-container img {
	transition: transform 0.3s ease;
	/* 平滑的缩放过渡效果 */
}

.myimage-container {
	overflow: hidden;
}

.myimage-container img:hover {
	transform: scale(1.1);
}

/* 鼠标进入在图片上加入蒙版与文字 */

.mynewsli {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.proTbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 28rem;
	/* margin: 0 5%; */
}

.newImg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
}

.mynewsli:hover .newImg {
	transform: translate(-50%, -50%) scale(1.1);
}

.mynewsli:hover .showBox {
	opacity: 1;
}

.showBoxLink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 0.5rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mynewsli:hover .showBoxLink::before {
	width: 1rem;
}

.mynewsli:hover .showBoxLink::after {
	width: 1rem;
}

.showBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	transition: all 0.5s ease;
}

.showBoxLink::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}

.showBoxLink::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}

.porBbox {
	background: #FFFFFF;
	padding: 0px 19px 11px;
	position: relative;
	overflow: hidden;
	width: 100%;
	/* margin: 0 5%; */
}

.porBboxTitle {
	height: 4.8rem;
	line-height: 4.8rem;
	font-weight: 400;
	font-size: 2rem;
	color: #000000;

}

.porBboxTag {
	font-weight: 300;
	font-size: 1.8rem;
	color: #333333;
	
}



/* 上下移动 */
.newslistbox {
	padding: 20px;
}

.topBox {
	display: block;
	overflow: hidden;
	position: relative;
	transition: all .5s ease;

}

.imgbox {
	width: 100%;
	height: 0px;
	position: relative;
	padding-bottom: 56%;
}


.newImgtop {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	transition: transform 0.3s ease;
}

.showBoxh {
	width: 100%;
	padding: 20px 30px;
	background-color: #e7e7e7;
}

.newslistbox:hover .topBox {
	transform: translateY(-15px);
}

.newslistbox:hover .newImgtop {
	transform: scale(1.1);
}






/* 上下篇板块 */
.prenext_title {
	font-weight: 400;
	font-size: 2.4rem;
	color: #333333;
	width: 46%;
}

.t_align_right {
	text-align: right;
}

/* 文字超出省略 */
.myellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.myellipsis-1-lines {
	-webkit-line-clamp: 1;
}

.myellipsis-2-lines {
	-webkit-line-clamp: 2;
}

.myellipsis-3-lines {
	-webkit-line-clamp: 3;
}



/* 列表---一行显示3个 */
.mylistData-3-row {
	max-height: 360px;
	width: 90%;
	margin: 2.5% auto 2.5%;
}

/*文章类标题*/
.myarticletitle{
	font-weight: 500;
	font-size: 4.8rem;
	color: #333333;
	text-align:center;
	height: 4.6rem;
	line-height: 4.6rem;
}




/* 暂无数据 */
.my-nodata {
	margin: 6rem auto;
	text-align: center;
	color: #CCCCCC;
}