@charset "utf-8";

/*问答中心*/

.infor_exam_in {
	padding-left: 0;
}

.wenda_content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
}

.wenda_l {
	width: 880px;
}

.wenda_l_list>li {
	background: #fff;
	padding: 30px 30px 5px 30px;
	margin-bottom: 10px;
}

.wenda_l_list_tab {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 15px;
	padding-bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	white-space: nowrap;
}

.wenda_l_list_tab>span {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	margin-right: 60px;
}

.wenda_l_list_tablist {
	display: flex;
    justify-content: space-around;
    width: 100%;
}

.wenda_l_list_tablist>a {
	font-size: 16px;
	color: #999;
	display: block;
	position: relative;
}

.wenda_l_list_tablist>a:last-child {
	margin-right: 0;
}

.wenda_l_list_tablist>a:hover {
	color: #D7321D;
}

.wenda_l_list_tablist>.wenda_listaction {
	color: #D7321D;
}

.wenda_listaction:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #D83531;
	position: absolute;
	left: 0;
	bottom: -11px;
	z-index: 1;
}

.wenda_l_list_cl,
.wenda_l_list_cr {
	width: 400px;
}

.wenda_l_list_cl_video>a {
	display: block;
	width: 194px;
}

.wenda_videobtn .wenda_video_face {
	width: 194px;
	height: 111px;
	position: relative;
}
.wenda_video_face img{
	width: 194px;
	height: 111px;
}
.wenda_videobtn .wenda_video_face>i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background: url(/pcHtml/static/video/images/play.png) no-repeat center center;
	background-size: 32px 32px;
}

.wenda_videobtn .wenda_video_face>.wenda_video_face_time {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 1px 8px;
	border-radius: 10px;
	background: rgba(42, 46, 63, 0.5);
}

.wenda_l_list_cl_video {
	margin-bottom: 15px;
}

.wenda_video_face_info {
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 0;
	text-overflow: ellipsis;
}

.wenda_list_inforul>li {
	margin-bottom: 11px;
	position: relative;
	padding-left: 15px;
	line-height: 24px;
}
.wenda_list_inforul{
	margin-bottom: 22px;
}

.wenda_list_inforul>li:after {
	content: "";
	width: 5px;
	height: 5px;
	background: rgba(102, 102, 102, 1);
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.wenda_list_inforul>li>a {
	display: block;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wenda_list_inforul>li>a:hover{
	text-decoration: underline;
}
.wenda_list_inforul>li:first-child>a {
	font-size: 18px;
	color: #D83531;
}