.daohang{
	font-size: 14px;
	color: #999;
	margin-left: 20px;
	margin-bottom: 20px;
}
.daohang a{
	color: #999;
	padding: 0px 10px;
}
.daohang a:hover,.read-title:hover,.hot-text:hover,.mobie-top:hover{
	color: #ff460f;
}
.detail-left{
	float: left;
	width: 64%;
}
.detail-right{
	float: right;
	width: 33%;
}
.hot-txt{
	background: #fff;
	padding: 20px;
}
.read{
	background: #fff;
	padding: 20px 30px;
}
.text-box{
	background: #fff;
	padding: 30px 20px 30px;
}
.title{
	font-size: 30px;
	text-align: center;
}
.inform{
	text-align: center;
	margin: 15px 0px 30px;
}
.from,.author,.date-time,.time{
	font-size: 14px;
}
.from,.author,.date-time{
	color: #999;
}
.time{
	color: #073160;
	padding-right: 10px;
}
.txt{
	font-size: 16px;
	line-height: 30px;
	text-indent: 20px;
}
.txt p{
	padding-bottom: 20px;
}
.txt img{
	overflow: hidden;
	max-width: 97%;
	margin: 0 auto;
    display: block;
}
/*相关阅读*/
.title1{
	font-size: 24px;
	font-weight: bold;
}
.title-box{
	margin-bottom: 20px;
	position: relative;
	padding-left: 18px;
}
.title-box img{
	position: absolute;
	top: 5px;
	left: 0;
}
.read-left{
	float: left;
	width: 23.2%;
}
.read-right{
	float: right;
	width: 75%;
	padding: 5px 0px 5px 5px;
	box-sizing: border-box;
}
.read-left img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.read-title{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	display: block;
}
.read-txt{
	font-size: 14px;
	margin-top: 20px;
	line-height: 22px;
	color: #000;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.read{
	margin-top: 20px;
}
.read-box{
	margin-bottom: 20px;
}
.hot-list span{
	color: #d83235;
	padding-right: 5px;
}
.hot-text{
	font-size: 16px;
	color: #000;
	display: block;
	line-height: 1.3;
	margin-bottom: 10px;
}
/* .hot-list{
	margin-bottom: 10px;
} */
/*精彩视频*/
.vedio-list{
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
.vedio-name{
	font-size: 16px;
	color: #000;
	display: block;
}
.vedio-line{
	margin-bottom: 20px;
}
.vedio-pic{
	display: inline-block;
	margin-right: 5%;
	margin-bottom: 20px;
	width: 46.8%;
}
.vedio-box .vedio-pic:nth-child(2n){
	margin-right: 0;
}
.vedio-pic div{
	text-align: center;
}
.vedio-pic img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	.daohang{
		margin: 0.2rem;
	}
	.detail-left{
		float: unset;
		width: auto;
	}
	.detail-right{
		float: unset;
		width: auto;
	}
	.hot-txt{
		padding: 0.2rem;
	}
	.vedio-list{
		padding: 0.2rem;
		margin-top: 0.2rem;
	}
	.title-box{
		margin-bottom: 0.2rem;
		display: flex;
		align-items: center;
	}
	.title-box img{
		top: 50%;
		transform: translateY(-50%);
	}
	.title1{
		font-size: 0.36rem;
	}
	.vedio-pic{
		margin-bottom: 0.2rem;
	}
	.text-box{
		padding: 0.2rem;
	}
	.title{
		font-size: 0.36rem;
	}
	.read{
		padding: 0.2rem;
		margin-top: 0.2rem;
	}
	.read-left{
		width: 35%;
	}
	.read-right{
		width: 64%;
	}
	.read-txt{
		font-size: 0.28rem;
		margin-top: 0.2rem;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
	}
}