.market_content {
	padding-top: .5rem;
	padding-bottom: 1rem;
}

.content_item {
	margin: .25rem;
	padding: .6rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 10px 10px 10px 10px;
}

.content_title {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-top: .1rem;
	padding-bottom: .15rem;
}

.content_title img {
	width: .8rem;
}

.content_title p {
	font-weight: bold;
	font-size: 0.32rem;
	color: #222222;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding: 0 .3rem;
}

/* 创新成果 */

.title {
	text-align: center;
	margin-bottom: .2rem;
}

.title h1 {
	margin: 0;
	font-weight: bold;
	font-size: .32rem;
	color: #222222;
	line-height: .45rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.title_info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title_info div {
	margin: 0 .3rem;
	font-weight: 400;
	font-size: .16rem;
	color: #999999;
	line-height: .3rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.divider {
	border-top: 1px solid #F6F7F9;
	margin: .15rem 0 .2rem 0;
}

.content {
	margin-bottom: .4rem;
}

.content img{
    max-width: 100%;
}

.cont_title {
	display: inline-flex;
	align-items: center;
	line-height: .3rem;
	font-weight: bold;
	font-size: .18rem;
	color: #066DCC;
}

.cont_img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cont_img .pic {
	width: 100%;
	height: auto;
	padding: .4rem;
	padding-top: .2rem;
}


.p_title {
	font-size: .2rem;
	color: #222222;
	font-weight: 500;
}
.content p {
	font-weight: 400;
	font-size: .16rem;
	color: #333333;
}

.title_arrow {
	width: .16rem;
	margin-right: .1rem;
}

.contact {
	display: flex;
	justify-content: center;
}


.related-news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .2rem;
}

.n_item {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 0 0.15rem;
}
.n_item p {
    line-height: .2rem;
	font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.n_item_left p::before {
	content: "|";
	margin-right: .15rem;
	font-size: .22rem;
	color: #F6F7F9;
}

.n_item_right p::after {
	content: "|";
	margin-left: .15rem;
	font-size: .22rem;
	color: #F6F7F9;
}

.n_item_left:hover p {
	color: #066DCC
}
.n_item_right:hover p {
	color: #066DCC
}
.n_item_left:hover p::before {
	color: #066DCC
}
.n_item_right:hover p::after {
	color: #066DCC
}


.n_item img {
	width: .2rem;
    height: .2rem;
	object-fit: contain;
	color: #9D9D9D;
}
.n_item .l{
    display: none;
}
.related-news .n_item:first-child img{
        transform: rotate(180deg);
}
.n_item:hover:first-child img{
        transform: rotate(0deg);
}
.n_item:hover:nth-child(2) img{
        transform: rotate(180deg);
}
.n_item:hover .l{
    display: block;
}
.n_item:hover .h{
    display: none;
}
.related-news button {
	padding: .5rem .1rem;
	background-color: #007BFF;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.related-news a {
	text-decoration: none;
	color: #007BFF;
}