﻿.section-0{
	height: 12.8rem;
    background: url(/images/information/section-detail-bg.png) no-repeat center;
    background-size: cover;
	text-align: center;
}
.section-0 .section-banner{
	padding-top: 2.8rem;
	text-align: center;
}
.section-0 .section-banner img{
	color: #FF6727;
	font-size: 3.25rem;
	margin-bottom: 0.75rem;
	width: 43.6rem;
	height: 2.35rem;
}
.section-0 .section-banner p{
	color: #ffffff;
	font-size: 1.25rem;
}
.section-0 .section-banner .section-down-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 1.4rem;
	width: 8.85rem;
	height: 1.85rem;
	border-radius: 0.95rem;
	background: #ffffff;
	font-size: 0.95rem;
	color: #00c08a;
	letter-spacing: 0.76px;
	cursor: pointer;
}
.section-0 .section-banner .section-down-btn span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.85rem;
	height: 0.85rem;
	background: #00c08a;
	color: #ffffff;
	border-radius: 50%;
	margin-left: 0.45rem;
	font-size: 0.8rem;
}
.section{
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 16rem 2rem 18.6rem;
	background: #f4f4f4;
}
.section .section-container{
	width: 47.25rem;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04); 
	padding: 1rem 2rem 0 2rem;
}
.section .section-container .section-place{
	
}
.section .section-container .section-place ul{
	display: flex;
	width: 100%;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e3e3e3;
}
.section .section-container .section-place ul li{
	margin-right: 0.5rem;
	color: #555555;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
}
.section .section-container .section-place ul li img{
	width: 0.95rem;
	height: 0.95rem;
	margin-right: 0.15rem;
}
.section .section-container .section-place ul li.active{
	color: #00c08b;
	max-width: 16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.section .section-container .section-cont{
	padding: 2rem 0;
}
.section .section-container .section-cont .section-cont-title{
	width: 38rem;
    text-align: center;
    margin: 0 auto;
}
.section .section-container .section-cont .section-cont-title h1{
	color: #434245;
	margin: 0;
	letter-spacing: 1px;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.section .section-container .section-cont .section-cont-title text{
	color: #999999;
	font-size: 0.6rem;
}
.section .section-container .section-cont .section-cont-article{
	margin-top: 2rem;
}
.section .section-container .section-cont .section-cont-foot{
	margin-top: 2rem;
}
.section .section-container .section-cont .section-cont-foot .section-l-n{
	
}
.section .section-container .section-cont .section-cont-foot .section-l-n .section-click{
	font-size: 0.8rem;
	color: #999999;
	display: block;
	margin-bottom: 0.25rem;
	cursor: pointer;
}
.section .section-container .section-cont .section-cont-foot .section-l-n .section-click:hover{
	color: #333333;
}
.section .section-container .section-cont .section-cont-foot .section-l-n .section-click:last-child{
	margin-bottom: 0;
}
.section .section-container .section-cont .section-cont-foot .section-l-n .section-click span{
	color: #555555;
}
.section .section-container .section-cont .section-cont-foot .section-ost{
	margin-top: 2rem;
}
.section .section-container .section-cont .section-cont-foot .section-ost p{
	color: #555555;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e3e3e3;
}
.section .section-container .section-cont .section-cont-foot .section-ost p span{
	width: 3px;
	height: 0.9rem;
	background: #00c08b;
	margin-right: 0.4rem;
}
.section .section-container .section-cont .section-cont-foot .section-ost ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
	padding-right: 1.6rem;
}
.section .section-container .section-cont .section-cont-foot .section-ost ul li{
	width: 20rem;
	color: #555555;
	line-height: 1.3rem;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}
.section .section-container .section-cont .section-cont-foot .section-ost ul li a{
	
}
.section .section-right-box{
	width: 12.25rem;
}
/*.section .section-right-menu .section-search{*/
/*	display: flex;*/
/*	height: 1.55rem;*/
/*	align-items: center;*/
/*}*/
/*.section .section-right-menu .section-search input{*/
/*	width: 9.35rem;*/
/*	height: 1.55rem;*/
/*	line-height: 1.55rem;*/
/*	background: #f4f4f4;*/
/*	padding: 0;*/
/*	padding-left: 0.5rem;*/
/*	box-sizing: border-box;*/
/*	font-size: 0.7rem;*/
/*}*/
/*.section .section-right-menu .section-search .section-search-icon{*/
/*	width: 1.85rem;*/
/*	height: 1.55rem;*/
/*	background: #1bb089;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	cursor: pointer;*/
/*}*/
/*.section .section-right-menu .section-search .section-search-icon img{*/
/*	width: 0.9rem;*/
/*	height: 0.9rem;*/
/*}*/
/*.section .section-right-menu .section-menu-ul{*/
/*	margin-top: 1rem;*/
/*}*/
/*.section .section-right-menu .section-menu-ul li{*/
/*	height: 2.4rem;*/
/*	line-height: 2.4rem;*/
/*	color: #555555;*/
/*	font-size: 0.85rem;*/
/*	background: #ffffff;*/
/*	border: 1px solid #dedede;*/
/*	padding-left: 0.25rem;*/
/*	border-bottom: 0;*/
/*}*/
/*.section .section-right-menu .section-menu-ul li:last-child{*/
/*	border-bottom: 1px solid #dedede;*/
/*}*/
/*.section .section-right-menu .section-menu-ul li.active{*/
/*	color: #ffffff;*/
/*	background: #00c08b;*/
/*}*/
/*.section .section-right-menu .section-menu-ul li a{*/
/*	display: flex;*/
/*	align-items: center;*/
/*}*/
/*.section .section-right-menu .section-menu-ul li a span{*/
/*	width: 3px;*/
/*	height: 0.85rem;*/
/*	background: #00c08b;*/
/*	margin: 0 0.5rem;*/
/*}*/
/*.section .section-right-menu .section-menu-ul li.active a span{*/
/*	background: #ffffff;*/
/*}*/
/*.section .section-right-menu .section-flex{*/
/*	margin-top: 2rem;*/
/*	padding-left: 1rem;*/
/*}*/
/*.section .section-right-menu .section-item{*/
/*	display: flex;*/
/*	align-items: center;*/
/*	margin-bottom: 1.5rem;*/
/*}*/
/*.section .section-right-menu .section-item img{ */
/*	width: 2.1rem;*/
/*	height: 2.1rem;*/
/*}*/
/*.section .section-right-menu .section-item .section-desc{*/
/*	margin-left: 0.5rem;*/
/*}*/
/*.section .section-right-menu .section-item .section-desc p{*/
/*	color: #333333;*/
/*	font-size: 0.7rem;*/
/*}*/
/*.section .section-right-menu .section-item .section-desc text{*/
/*	color: #333333;*/
/*	font-weight: bold;*/
/*	font-size: 0.8rem;*/
/*}*/
.section .section-right-menu{
	height: 20.95rem;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05); 
}
.section .section-right-menu .section-article-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem;
	border-bottom: 1px solid #dedede;
}
.section .section-right-menu .section-article-title p{
	color: #333333;
	letter-spacing: 0.34px;
	font-size: 0.85rem;
}
.section .section-right-menu .section-right-images{
	display: flex;
	flex-wrap: wrap;
	padding: 0.8rem 0.4rem 0 0.4rem;
}
.section .section-right-menu .section-right-images a{
	cursor: pointer;
	margin-right: 0.3rem;
	margin-bottom: 0.8rem;
}
.section .section-right-menu .section-right-images a:nth-child(2n){
	margin-right: 0;
}
.section .section-right-menu .section-right-images img{
	width: 5.57rem;
	height: 3.35rem;
}
.section .section-right-menu .section-right-images p{
	font-size: 0.55rem;
	color: #555555;
	text-align: center;
}
.yyjjBtn{
	width: 6.3rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	background: #00c08a;
	border-radius: 0.75rem;
	color: #ffffff;
	margin: 0 auto;
	letter-spacing: 1.02px;
	cursor: pointer;
}
.section .section-article-part{
	margin-top: 1.5rem;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	overflow: hidden;
	padding-bottom: 0.5rem;
}
.section .section-article-part .section-article-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem;
	border-bottom: 1px solid #dedede;
}
.section .section-article-part .section-article-title p{
	color: #333333;
	letter-spacing: 0.34px;
	font-size: 0.85rem;
}
.section .section-article-part .section-article-title a{
	color: #666666;
	letter-spacing: 0.28px;
	font-size: 0.7rem;
	cursor: pointer;
}
.section .section-article-part ul{
	font-size: 0.75rem;
	color: #333333;
	letter-spacing: 0.3px;
	margin-top: 1.2rem;
	padding: 0 0.8rem;
}
.section .section-article-part ul li{
	margin-bottom: 1rem;
}
.section .section-article-part ul li a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.section .section-article-part ul li a span{
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background: #bebebe;
	border-radius: 50%;
	margin-right: 0.25rem;
	margin-bottom: 0.1rem;
}
