body {
	position: relative;
	min-height: 100vh;
}

header {
	border-bottom: 1px solid #979797;
}
.main-box{
	margin-top: 1.5rem;
}
.breadcrumb>li+li:before {
	color: #4E3D3D;
	content: "> ";
	padding: 0 5px;
}

.breadcrumb {
	background: none!important;
	margin-bottom: 0!important;
}

.breadcrumb li a {
	color: #4E3D3D;
	font-size: 0.13rem;
}

.breadcrumb .active {
	color: #4E3D3D;
	font-size: 0.15rem;
}

.article-tip {
	font-size: 0.15rem;
	color: rgba(143, 143, 143, 1);
	margin: 0;
	padding-left: 0.25rem;
}

.article-tip li {
	margin: 0 0.15rem;
}

.article-tip li img {
	width: 0.2rem;
	height: inherit;
	margin-right: 0.05rem;
}

.main h2 {
	font-size: 0.20rem;
	color: rgba(0, 0, 0, 1);
	line-height: 0.28rem;
	text-align: center;
}

.main .tag {
	text-align: center;
	font-size: 0.15rem;
	color: rgba(66, 66, 66, 1);
	line-height: 0.21rem;
}

.main section {
	margin-top: 0.2rem;
}

.main section .page {
	font-size: 0.14rem;
	/*line-height: 0.4rem;*/
	padding: 0.2rem 0;
	border-top: 1px solid #979797;
}

.main section .page a {
	color: rgba(23, 23, 23, 1);
}


/*.main section .page a:active {
			color: rgba(101, 167, 232, 1);
			text-decoration: none;
		}*/

.main section .page span label {
	margin-right: 0.15rem;
	cursor: pointer;
}

aside .title-bar {
	height: 0.70rem;
	width: calc(100% + 1.08rem);
	position: relative;
	left: -0.54rem;
	background: rgba(242, 242, 242, 1);
	border-radius: 0.05rem;
	font-size: 0.18rem;
	color: rgba(74, 74, 74, 1);
	line-height: 0.7rem;
	padding-left: 0.54rem;
	margin-top: 0.3rem;
}

#article_list {
	padding-bottom: 0.53rem;
}

#article_list li {
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom: 1px solid #B8C0D2;
}

#article_list li a {
	font-size: 0.16rem;
	color: rgba(45, 45, 45, 1);
	max-width: 75%;
	text-align: left;
}

.main section .page a:active,
.main section .page a:hover,
#article_list li a:active,
#article_list li a:hover {
	color: rgba(101, 167, 232, 1);
	text-decoration: none;
}

#article_list li span {
	font-size: 0.15rem;
	color: rgba(174, 174, 174, 1);
}
#nav2{
	background: rgba(0, 0, 0, 0.576)!important;
}


/*模块七*/

.main-section-7 {
    position: relative;
    text-align: center;
}

.main-section-7 .content {
    position: absolute;
    top: 0.8rem;
}

.main-section-7 h3 {
    font-size: 0.20rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.refer-btn {
    width: 2.37rem;
    height: 0.52rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.26rem;
    font-size: 0.20rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-top: 0.62rem;
    /*text-align: center;*/
}

.bg {
    width: 100%;
    height: inherit;
}
