.detail_content{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.detail_content>div:first-child{
	flex: 1;
}
.detail_content>div:nth-child(2){
	width: 300px;
	margin-left: 30px;
}
.train_right_border{
	border: 1px solid #eeeeee;
	border-top: 2px solid #0083CB;
	padding: 10px;
	background: white;
	margin-top: 25px;
}
.train_right_title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.train_right_title>p{
	font-size: 18px;
	color: #333333;
}
.train_right_title>a{
	display: block;
	font-size: 14px;
	color: #808080;
}
.popular_trains>li{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
}
.popular_trains>li:hover a{
	color: #3396F7;
}
.popular_trains>li:last-child{
	border-bottom: none;
}
.popular_trains>li span{
	padding: 2px 6px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #bbbbbb;
	font-size: 14px;
	color: #ffffff;
	margin-right: 10px;
	border-radius: 4px;
}
.red{
	background: #F15252!important;
}
.orange{
	background: #FFA001!important;
}
.green{
	background: #62A837!important;
}
.index_tu1 {
    position: relative;
}
.index_tu1>img {
    width: 100%;
    height: 149px;
}
.index_tu1>p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.detail_title,.best_answer{
	background: #FFFFFF;
	padding: 15px 20px;
}
.detail_title>p{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
}
.detail_title_author{
	display: flex;
	align-items: center;
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
	line-height: 34px;
}
.detail_title_author>img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	border: 2px solid #e6e6e6;
}
.detail_title_author>p:last-child{
	margin-left: 40px;
	position: relative;
}
.detail_title_author>p:last-child::before{
	content: '';
	position: absolute;
	top: 10px;
	left: -20px;
	width: 1px;
	height: 15px;
	background-color: #999999;
}
.detail_title_author>p>span{
	margin-right: 10px;
}
.best_answer{
	margin-top: 20px;
	position: relative;
}
.best_answer >div:nth-last-of-type(1){
	border-bottom: none;
}
.best_answer_author{
	display: flex;
}
.best_answer_author>img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
}
.best_answer_author>div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 8px;
	padding: 2px;
}
.best_answer_author>div>p{
	font-size: 16px;
	color: #333333;
}
.best_answer_author>div>p:last-child{
	font-size: 14px;
	color: #999999;
}
.best_answer_author>div>p:last-child>span{
	margin-right: 10px;
}
.best_answer_wenzi{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 20px;
}
.mgtop20{
	margin-top: 20px;
}
.jiaobiao{
	position: absolute;
	top: 20px;
	right: 0;
	width: 102px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #F15252;
	border-radius: 21px 0px 0px 21px;
	font-size: 18px;
	color: #FFFFFF;
}
.qita{
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
}
.qita>span{
	color: #DD0505;
}
.border_butt{
	border-bottom: 1px dashed  #E6E6E6;
}
.pading_on{
	padding: inherit;
}
.mt10{
	margin-top: 10px!important;
}
.best_list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	padding-bottom: 20px;
}
.best_list>li{
	width: 50%;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	box-sizing: border-box;
}
.best_list>li:hover a{
	color:#3396F7 ;
}
.best_list>li span{
	color: #3396F7!important;
	font-size: 20px;
	margin-right: 10px;
	padding-top: 5px;
	position: relative;
	top: 3px;
}