.bodycon {
	width: 1300px;
	margin: 20px auto;
}

.left {
	float: left;
}

.center {
	float: right;
}


.position {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: left;
	text-indent: 2.5em;
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
	background: url(../img/20210818094925_1242491076.png) no-repeat 7px 12px;
	border: 1px dashed #eee;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.position:hover {
	background-position: 7px -35px;
}


.nylist{ width:100%; }
.nylist li{ width:23%; margin: 0% 1% 2%; float: left; }
.nylist-photo{ width:100%; display: block; overflow: hidden; }
.nylist-photo img{ width:100%; transition:all linear 0.5s; }
.nylist li:hover .nylist-title:after{  transform: rotate(180deg); top: 15px;right: 23px;}
.nylist-title { line-height: 60px; background:#f5f5f5; padding-left:25px; font-size: 16px; position: relative; }
.nylist li:hover .nylist-title{ color:#ea5b2d;}
.nylist-title:after { content: '+'; position: absolute; right: 24px; top: 20px; transition: 0.5s; display: block; width: 25px; height: 25px;  transform: rotate(0deg); font-size: 40px;font-weight: normal;line-height: 20px;}


.content_image{
	text-align: center;
}
.dgcontent_title_h5 {
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
	height: 55px;
	line-height: 55px;
	margin: 10px auto 25px;
	font-size: 28px;
}
.second_next_pre_dgwbct{
	text-align: center;
}
.second_next_pre_dgwbct a {
	padding: 10px 40px;
	background: #f5f5f5;
	border: 1px #ccc solid;
	display: inline-block;
}