.content-main{
	font-family: 苹方-简 中黑体;
}
.content-main .subtitle{
	font-size: 24px;
	line-height: 33px;
	color: #121951;
	padding-bottom: 34px;
	border-bottom: 1px solid #F1F1F1;
}
.content-main .select-box{
	margin-top: 34px;
	display: flex;
	border-radius: 0;
	background-color: #fff;
	border: none;
	align-items: center;
}
.content-main .select-box:last-child{
	margin-top: 0;
}
.content-main .select-box .title{
	font-size: 16px;
	color: #121951;
	/* font-weight: bold; */
	line-height: 22px;
	margin-right: 5px;

}
.content-main .select-box .title.common{
	margin-left: 50px;
	width: 48px;
	text-align: right; 
}
.select-box .box.dis{
	
}
.select-box .box{
	width: 360px;
	height: 33px;
	border-radius: 21px;
	border: 1px solid #979797;
	/* margin-right: 40px; */
	cursor: pointer;
	color: #a9a9a9;
	line-height: 33px;
	font-size: 14px;
	/* box-sizing: border-box; */
	position: relative;
}
.select-box .box:after{
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 50px;
	height: 33px;
	background-image: url('/Application/Home/View/forum/styles/images/pull_down.png');
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: center center;
}
.select-box .box input{
	min-width: 70px;
	padding-left: 15px;
	height: 33px;
	outline: none;
	text-align: left;
	color: #a9a9a9;
	font-size: 13px;
	border: none;
	border-radius: 21px;
	cursor: pointer;
	box-sizing: border-box;
}
.select-box .box input.pro{
	width: 150px;
}
.select-box .box ul {
	list-style: none;
	width: 100%;
	display: none;
	position: relative;
	z-index: 99;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.select-box .box.show ul{
	display: block;
}
.select-box .box:hover ul{
	/* display: block;
	position: relative;
	z-index: 99;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden; */
}
.select-box .box:hover ul::-webkit-scrollbar{
	display: none;
}
.select-box .box ul li{
	width: 100%;
	/* padding-right: 26px; */
	box-sizing: border-box;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 15px;
	background-color: #fff;
	overflow: hidden;
}
.select-box .box ul li.active{
    color: #fff;
	background-color: #E73F0D;
}
.select-box .box ul li:hover{
    color: #fff;
	background-color: #E73F0D;

}
.select-box .box ul li.hide{
	display: none;
}
.select-box .search-box{
	width: 280px;
	height: 33px;
	margin-left: 50px;
	border-radius: 21px;
	border: 1px solid #979797;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	
}
.select-box .search-box input{
	width: 100%;
	font-size: 13px;
}

.select-box .search-box input::-webkit-input-placeholder{
	color: #a9a9a9;
}
.select-box .search-box .icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 33px;
	border: none;
	outline: none;
	background-color: #fff;
	background-image: url('/Application/Home/View/forum/styles/images/pc/search.png');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
}
.select-box button{
	width: 90px;
	height: 31px;
	background: linear-gradient(123deg, #E73F0D 0%, #FF983A 100%);
	border-radius: 16px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	margin-left: 39px;
	box-shadow: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.content-main .list ul{
	list-style: none;
	padding-bottom: 10px;
}
.content-main .list ul li{
	border: 1px solid #f0f0f0;
	border-radius: 11px;
	box-shadow: 0 0 5px #8d8d8d;
	margin-top: 38px;
	padding: 22px 50px 2px 19px;

}
.content-main .list ul li:hover{
	box-shadow: 0 0 5px #E7400D;	
}
.content-main .list ul li:last-child{
	margin-bottom: 30px;
}
.content-main .list ul li .main{
	display: flex;
}
.content-main .list ul li .main .inform{
	color: #121951;
	font-size: 15px;
	width: 302px;
	height: 42px;
	line-height: 21px;
	margin-right: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.content-main .list ul li .main .c2{
	font-size: 15px;
	color: #9f9f9f;
	line-height: 21px;
	margin-right: 30px;
}
.content-main .list ul li .main .c2.obj{
	flex: 1;
}
.content-main .list ul li .main .c2:last-child{
	text-align: right;
	margin-right: 0;
}
.content-main .list ul li .main .c2 .number{
	margin-top: 3px;
	font-size: 14px;
	line-height: 20px;
}
.content-main .list ul li .main2{
	margin-top: 16px;
}
.common-content .list ul li .main2 .tag-box{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
	}
.content-main .list ul li .main2 .c3{
	height: 22px;
	background: #FFFFFF;
	border-radius: 11px;
	opacity: 0.65;
	border: 1px solid #E7400D;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: #E15F2B;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 12px;
	padding: 0 16px;
	box-sizing: border-box;
}
.content-main .list ul li .main2 .detail{
	margin-left: auto;
	font-size: 15px;
	color: #7AAAF8;
	line-height: 21px;
}