/* 资讯详情 */
.ae4-text p {
	display: inline-block;
}

.ns-box {
	display: flex;
	justify-content: space-between;
}

.ns-left {
	width: 940px;
}

.ns-right {
	width: 220px;
	padding-left: 20px;
	height: fit-content;
	border-left: 1px solid #eee;
}

.ns-left h1 {
	text-align: center;
	font-size: 25px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 20px;
}

.ns-msg {
	text-align: center;
	font-size: 14px;
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.ns-msg span {
	margin: 0 10px;
}

.ns-cont {
	padding-bottom: 60px;
}

.ns-cont p {
	text-indent: 2em;
	color: #444;
	line-height: 30px;
	margin: 15px 0;
}

.ns-cont img {
	display: block;
	margin: 0 auto;
	max-width: 85%;
}

.ns-right h2 {
	font-size: 20px;
	color: #444;
	line-height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.ns-right a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ns-right a:hover {
	color: #E83C18;
}

.ns-po{
	margin: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ns-po a{
	color: #666;
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.ns-po a:hover{
	color: #222;
}
.ns-po a img{
	margin-right: 5px;
}

/* 求购详情 */

.bs-box{
	display: flex;
	justify-content: space-between;
}
.bs-left{
	width: 900px;
}

.bs1{
	padding: 20px;
	border: 1px solid #e7e7e7;
}
.bs1 h2{
	font-size: 25px;
	color: #333;
	margin-bottom: 15px;
}
.bs1 p{
	color: #333;
	line-height: 30px;
}
.bs2{
	border: 1px solid #e7e7e7;
	border-top: none;
	padding: 20px;
}

.bs2-box{
	width: 500px;
	margin: 0 auto;
}

.bs2-t{
	background-color: #FF651B;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	padding: 0 15px;
}

.bs2-l{
	display: flex;
	align-items: center;
	padding: 20px 10px;
	border-bottom: 1px dashed  #e7e7e7;
	color: #666;
	font-size: 14px;
	background-color: #f7f7f7;
}

.bs2-b{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px dashed  #e7e7e7;
	background-color: #f7f7f7;
}

.bs2-b button{
	width: 45%;
	border: none;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	outline: none;
}
.bs2-b button:first-child{
	color: #fff;
	background-color: #e7e7e7;
}
.bs2-b button:first-child:hover{
	background-color: #eee;
}
.bs2-b button:last-child{
	color: #fff;
	background-color: #ff893a;
}
.bs2-b button:last-child:hover{
	background-color: #FF651B;
}

.bs3{
	margin-top: 30px;
	padding: 0 20px 20px 0;
	border: 1px solid #e7e7e7;
}

.bs3 h2{
	width: fit-content;
	padding: 10px 30px;
	background-color: #F04234;
	color: #fff;
}

.bs3 div{
	padding: 30px;
}

.bs3 div h3{
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.bs3 div p{
	color: #333;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
}
.bs-right{
	width: 270px;
	border: 1px solid #e7e7e7;
	height: fit-content;
}
.bs-right h2{
	padding: 10px;
	background-color: #f4f4f4;
}
.bs4{
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.bs4:last-child{
	border-bottom: none;
}
.bs41{
	margin: 5px;
}
.bs41 p{
	font-size: 14px;
	padding: 5px;
}
.bs41 p:first-child{
	background-color: #aac8d5;
	color: #fff;
}
.bs41 p:last-child{
	color: #999;
	border: 1px solid #eee;
	border-top: none;
}

.bs42{
	font-size: 14px;
	margin: 5px;
}
.bs42 p{
	padding: 5px;
	color: #333;
}

.bs42 p span{
	color: #F04234;
}

.bs2-l img{
	width: 25px;
	height: 25px;
	margin:  0 10px 0 5px;
}




/* 社区详情 */
.hotcom {
	margin: 20px;
}

.hotcom h3 {
	font-size: 18px;
	color: #555;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.hotcom .h1 {
	color: #F04234;
}

.hotcom div {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}

.hotcom div a:hover {
	color: #F04234;
}

.hotcom div a {
	width: 90%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hotcom span {
	margin-right: 8px;
}

.article h1 {
	text-align: center;
	color: #222;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}

.ae1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.ae1 span {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 14px;
	margin: 0 10px;
}

.ae1 span img {
	margin-right: 5px;
}

.ae2 {
	margin: 0 20px;
}

.ae2 p {
	color: #444;
	line-height: 30px;
}

.ae2 img {
	display: block;
	max-width: 90%;
	margin: 20px auto;
}

.ae3 {
	margin: 40px 0;
	padding: 40px  20px 0;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-around;
}

.ae3 input {
	width: 650px;
	background: none;
	border: 1px solid #bbb;
	line-height: 40px;
	border-radius: 6px;
	padding: 0 10px;
	outline: none;
}

.ae3 button {
	background-color: #EF8775;
	color: #fff;
	border: none;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	outline: none;
}

.ae4 {
	margin: 0 60px;
}

.ae4-item {
	margin-bottom: 50px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.ae4-com {
	display: flex;
	align-items: flex-start;
}

.ae4-head {
	margin-right: 8px;
}

.ae4-text {
	width: 100%;
	font-size: 14px;
	margin-top: 5px;
}

.ae4-time {
	display: flex;
	align-items: center;
	margin-top: 10px;
	color: #999;
}

.ae4-user {
	color: #EF4034;
}

.ae4-cont {
	color: #333;
	line-height: 20px;
}

.ae4-time span {
	margin-right: 30px;
}

.ae4-time a img {
	margin-right: 5px;
}

.ae4-an {
	margin: 20px 40px;
	display: flex;
	align-items: flex-start;
	padding: 15px;
	background-color: #eee;
}
