* {margin: 0; padding: 0;}
a {
	color: inherit;
	text-decoration: none;
}
a:hover { text-decoration: none; }
ol, ul, li {
	list-style: none;
	display: block;
}
img {
	display: block;
}
input,textarea,button {
	border:none;
	-webkit-appearance:none;/*去除阴影边框*/
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-family: 'microsoft yahei';
}
html, body {
	position: relative;
	width: 100%;
	min-width: 1136px;
	font-family: PingFang SC, PingFangSC-Regular, 'microsoft yahei';
	color: #000000;
	background-color: #F4F5F9;
	font-size: 16px;
	line-height: 1.5;
}

.container {
	width: 100%;
	min-width: 1136px;
}
.header {
	width: 100%;
	height: 54px;
	background-color: #ffffff;
}
.header_wrap {
	width: 1096px;
	height: 54px;
	padding: 0 20px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_wrap .logo {
	height: 28px;
	display: block;
}
.header_wrap .logo img {
    height: 100%;
    display: block;
}
.search-wrap {
	position: relative;
}
.search-wrap .search-input {
	font-size: 14px;
	width: 560px;
	height: 32px;
	padding: 0 20px;
	border: 1px solid #000000;
	box-sizing: border-box;
	-ms-border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	box-sizing: border-box;
}
.search-wrap .icon-search {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: #828282;
	cursor: pointer;
	border: 0;
	padding: 0;
}
.banner {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.banner-120v{
	background: url(../images/banner-120v.png) center top no-repeat;
}
.banner-zjs{
	background: url(../images/banner-zjs.jpg) center top no-repeat;
}
.main {
	width: 1096px;
	margin: 20px auto;
	padding: 0 20px;
	overflow: hidden;
	/* min-height: calc(100vh - 554px); */
	min-height: calc(100vh - 154px);
}
.main-left {
	float: left;
	width: 720px;
}
.main-right {
	float: right;
	width: 356px;
	box-sizing: border-box;
	background-color: #ffffff;
	-ms-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.answer-list {
	width: 100%;
	padding: 24px;
	padding-top:10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #ffffff;
	-ms-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.answer-title {
	font-size: 18px;
	color: #BDBDBD;
	font-weight: bold;
	margin-bottom: 24px;
}
.search-title {
	font-size: 16px;
	color: #BDBDBD;
	margin-bottom: 16px;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.answer-item {
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 16px;
	padding-bottom: 10px;
}
.answer-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.answer-item .item-bt {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 16px;
}
.answer-item .item-doc {
	height: 48px;
	overflow: hidden;
	margin-bottom: 16px;
}
.answer-item .item-doc .doc-img {
	width: 48px;
	height: 48px;
	float: left;
	overflow: hidden;
	-ms-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.answer-item .item-doc .doc-img img {
	width: 100%;
	height: auto;
}
.answer-item .item-doc .doc-info {
	height: 48px;
	margin-left: 56px;
}
.answer-item .item-doc .info-t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.answer-item .item-doc .info-t .name {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
}
.answer-item .item-doc .info-t .title {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	margin-left: 8px;
	padding-right: 20px;
	background: url(../images/icon_v.png) right center no-repeat;
	background-size: 13px 13px;
}
.answer-item .item-doc .info-b {
	font-size: 12px;
	color: #828282;
	margin-top: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.answer-item .item-doc .info-b .icon {
	width: 30px;
	height: 18px;
	margin-right: 8px;
}
.answer-item .item-desc {
	font-size: 16px;
	text-align: justify;
	color: #4F4F4F;
	/*margin-bottom: 16px;*/
}
.answer-item .item-desc p{
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 12px;
}
.answer-item .item-desc.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.answer-item .item-date {
	font-size: 12px;
	color: #BDBDBD;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.item-date_s {
	font-size: 12px;
	color: #BDBDBD;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom: 1px solid #E0E0E0;
}
.answer-item .item-date .num {
	line-height: 18px;
	margin-left: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.answer-item .item-date .num .iconfont {
	margin-right: 4px;
}

.label-answer .answer-item {
	font-size: 16px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.label-answer .answer-item span.num{
	margin-right: 8px;
	/* color: #BDBDBD; */
	color: #416BF6;
	font-size: 18px;
}
.ellipsis-hot {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.statement {
	margin-top: 10px;
	padding: 10px;
	background-color: #F2F2F2;
	border-radius: 12px;
	font-size: 16px;
	color: #828282;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	justify-content: center;
}
.statement .icon-warning {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 1;
	margin-right: 10px;
}
.end-line {
	font-size: 14px;
	color: #BDBDBD;
	margin: 16px 0 40px;
	text-align: center;
}
.right-tit {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 16px;
}
.label-wrap {
	padding: 24px 24px 0;
	padding-top:10px;
}
.label-box {
	/*border-bottom: 1px solid #E0E0E0;*/
	/*padding-bottom: 6px;*/
	/*margin-bottom: 16px;*/
}
.label-box:last-child {
	border-bottom: 0;
	/*padding-bottom: 14px;*/
	margin-bottom: 0;
}
.label-box .label-bt {
	font-size: 14px;
	font-weight: bold;
	color: #BDBDBD;
	margin-bottom: 16px;
}
.label-box .label-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}
.label-box .item {
	width: 33.3%;
	height: 32px;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.label-box .item.cur, .label-box .item.cur span{
	color: #416BF6;
	font-weight: bold;
}
.label-box .item .iconfont, .label-box .item .pre {
	color: #828282;
	margin-right: 4px;
}
.main-right .answer-list {
	margin-bottom: 0;
}
/* doctor */
.doc-box {
	width: 100%;
	padding: 24px 24px 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.doc-box .doc-img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	-ms-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.doc-box .doc-img img {
	width: 100%;
	height: auto;
}
.doc-box .doc-info {
	margin-top: 25px;
	margin-bottom: 32px;
}
.doc-box .info-t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.doc-box .info-t .name {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
}
.doc-box .info-t .title {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	margin-left: 8px;
	padding-right: 20px;
	background: url(../images/icon_v.png) right center no-repeat;
	background-size: 13px 13px;
}
.doc-box .info-b {
	font-size: 12px;
	color: #828282;
	margin-top: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.doc-box .info-b .icon {
	width: 30px;
	height: 18px;
	margin-right: 8px;
}
.doc-box .doc-bt {
	font-size: 14px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.doc-box .doc-desc {
	font-size: 14px;
	/*text-align: center;*/
	color: #4F4F4F;
	margin-top: 8px;
	margin-bottom: 16px;
}

.footer {
	height: 60px;
	border-top: 1px solid #E0E0E0;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
}
.footer span {
	font-size: 14px;
	color: #BDBDBD;
}

.totop {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 9997;
	left: 70%;
	/* margin-left: 550px; */
	margin-left: 192px;
	bottom: 160px;
	background: url(../images/toppc.png) 0 0 no-repeat;
	background-size: 40px 40px;
	_position: absolute;
	_bottom: 160px;
}
.load a.more {
    width: 100%;
    height: 30px;
    color: #aaaebb;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding-right: 20px;
    background: url("../images/downarrow.png") right center no-repeat;
    background-size: 15px 15px;
}
.main-right.fix2 {	position: fixed;	top: 0;	left: 760px;	z-index: 9;}
.totop.left {	left: 760px;	margin-left: 0;}
@media screen and (min-width: 1136px) { .fix {  position: fixed;  top: 0;  left: 50%;  margin-left: 192px;  z-index: 9; }}

.pager { width: 100%; height: 32px; text-align: center; line-height: 32px; margin: 20px auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.pager a, .pager .current { padding: 2px 10px; margin: 0 4px; height: 30px; font-size: 14px; color: #9e9e9e; background: #f7f9fc; border: 1px solid #ccc; cursor: pointer; }
.pager a:hover, .pager .current { background:#416BF6; border: 1px solid #416BF6; color: #fff; }
.pager span { line-height: 30px; font-size: 14px; color: #416BF6; }
.pager .totalSize, .pager .totalPages { margin: 0 4px; }