.consultbox{
	margin-top: 15px;
}
.consultbox .consult_le{
	float: left;
	margin-bottom: 60px;
}
.consultbox .consult_le .message{
	width: 855px;
	background: #FFFFFF;
	box-shadow: 0px 8px 21px 0px rgba(92, 92, 92, 0.13);
	border-radius: 6px;
	padding: 15px 20px 28px;
}

.consultbox .consult_le .msglist{
	width: 855px;
	height: 180px;
	background: #FFFFFF;
	box-shadow: 0px 7px 24px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
	padding: 0 15px;
	margin-top: 15px;
}

.consult_le .catalogue{
	color: #666666;
	position: relative;
}
.consult_le .catalogue a{
	color: #666666;
	font-size: 14px;
}

.consult_le .catalogue .cataicon{
	position: absolute;
	right: 0;
	top: 0;
}

.consult_le .catalogue .cataicon .aimg{
	margin-left: 17px;
}
.consult_le .titlep{
	font-size: 24px;
	color: #333333;
	font-weight: 800;
	margin: 20px auto 15px;
}

.consultdlbox{
	min-height: 800px;
	/*border: 1px solid #999999;*/
	margin-top: 25px;
	padding: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;
}

.consultbox .consult_ri{
	width: 330px;
	float: right;
	margin-bottom: 60px;
}



.consultbox .consult_ri .question{
	padding: 0 15px;
	margin-top: 15px;
	min-height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 7px 24px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
}

.titlebox{
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.titlebox .xian{
	width: 61px;
	height: 2px;
	background: #FFC0AD;
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.titlebox .img3{
	position: absolute;
	top: 12px;
	left: 71px;
}
.consultbox .consult_ri .cultureimg{
	width: 100%;
	height: 169px;
	background: #48B3EF;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.consultbox .consult_ri .cultureimg .img100{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: transform 1s;
}

.consultbox .consult_ri .cultureimg .img100:hover{
	transition: transform 1s;
	transform:scale(1.1)
}

.titlebox .ptitle{
	font-size: 16px;
	color: #333333;
	font-weight: 800;
}

.titlebox .pgd{
	font-size: 12px;
	color: #999999;
}

.consultbox .consult_ri .course_list .sonbox {
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}
.consultbox .consult_ri .course_list .sonbox .p1{
	font-size: 24px;
	color: #FF6419;
	font-weight: 800;
}


.consultbox .consult_ri .videos{
	width: 330px;
	height: 515px;
	background: #FFFFFF;
	box-shadow: 0px 7px 24px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
	padding: 0 15px;
}
.consult_ri .videolist .box{
	margin-bottom: 15px;
}
.consult_ri .videolist .box .img{
	float: left;
	width: 95px;
	height: 120px;
	background-color: #D2D2D2;
	border-radius: 10px;
}

.consult_ri .videolist .box .imgmsg{
	width: 185px;
	height: 140px;
	border-bottom: 1px solid #EEEEEE;
	float: right;
}
.consult_ri .videolist .box .imgmsg .overflow2{
	margin: 5px 0;
	height: 43px;
}

.consult_ri .videolist .box .imgmsg .videobtn{
	line-height: 25px;
	margin-top: 10px;
}
.consult_ri .videolist .box .imgmsg .a1{
	width: 82px;
	height: 26px;
	background: linear-gradient(90deg, #FF954C, #FD4A09);
	box-shadow: 0px 5px 18px 0px rgba(253, 87, 21, 0.35);
	border-radius: 13px;
	line-height: 26px;
	text-align: center;
	color: white;
	font-size: 14px;
}
.consult_ri .videolist .box .imgmsg .a2{
	width: 82px;
	height: 26px;
	background: #FFF3EC;
	border-radius: 13px;
	line-height: 26px;
	text-align: center;
	color: #FF6419;
	font-size: 14px;
}
.consult_ri .videolist .box .imgmsg .a3{
	width: 82px;
	height: 26px;
	background: #E5E5E5;
	border-radius: 13px;
	line-height: 26px;
	text-align: center;
	color: white;
	font-size: 14px;
	color: #666666;
}

.consultbox .pagebox{
	width: 100%;
	height: 80px;
	background: #EEEEEE;
	border-radius: 6px;
	margin-top: 28px;
	padding-left: 20px;
	box-sizing: border-box;
}
.consultbox .pagebox a{
	color: #333333;
	font-size: 16px;
	padding-top: 12px;
	display: block;
}
.consultbox .pagebox a .span1:hover{
	color: #FF6419;
}

.listbox .news{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.listbox .news a:hover{
	color: #FF6419!important;
}

.listbox .new_img .new_dian{
	width: 3px;
	height: 3px;
	background: #B5B5B5;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 10px;
}

.listbox .new_img{
	width: 400px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
}
