.main {
	position: relative;
	margin: 1rem auto;
	/* width: 1300px; */
	min-height: 45rem;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 5px 5px 10px -5px rgb(0 0 0 / 50%);
	    border: 1px solid #e0e0e0;
		padding: 0 1.875rem;
}

.siderBar {
	float: left;
	width: 25%;
}

.siderBar li {
	margin-bottom: 1px;
	padding: 0.4rem 0;
	line-height: 50px;
	font-size: 18px;
	background: #f0f0f0;
	cursor: pointer;
	transition: all .5s;
	text-align: center;
}
.siderBar li.cur a{
	color: #fff !important;

}
.menu ul li a:hover{
	color: #fff !important;

}
.siderBar li.cur,
.siderBar li:hover {
	color: #fff !important;
	/* background: #005F8F; */
	background: #DA2323;
}

.menu ul li {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
.menu ul li a{
  color: #000000;
} 

.content {
	float: right;
	width: 70%;
}

.content .item {
	padding: 300px 0;
	font-size: 50px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.breadcrumb {
	background-color: transparent;
}

.breadcrumb a {
	color: #000 !important;
}


.inner_img img {
	height: 17rem;
	width: 100%;
}
.content .list::before {
	/*content: "◆";*/
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #DA2323;
    transform: rotate(45deg);
	color: #DA2323;
	margin-right: 1rem;

	/*font-size: 2.5rem;*/
	/*padding-right: 1rem;*/
}

.content .list a{
	width: 100%;
		line-height: 3.5rem;
}
.content .list a:hover {
	cursor: pointer;
	color: #3B79EA;
}

.new_deta_tltie a{
	color: #333333;
}
.new_deta_tltie2 a{
	color: #333333;
}