/* 全局 */
* {
	margin: 0;
	padding: 0;
}
.boxshe a{
	text-decoration: none;
	color: #666666;
	display: block;
	border-top: 1px solid #F2F2F2;
}
.boxshe a:first-of-type{
	border: none;
}
a:hover,a:active,a:visited,a:link{
	color: #666666;
}
/* 背景图 */
.backgroundmap{
	width: 100%;
	height: 430px;
	background: url(/resource/med2020/images/suggest/slogan.png) center top no-repeat;
}
/* 中间部分 */
.search {
	width: 1200px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -390px;
}
/* 搜索 */
.input {
	width: 561px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.inputbox {
	width: 416px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFFFFF;
	border-radius: 6px 0 0 6px;
	padding: 0 0 0 30px;
}
.inputbox>input {
	width: 95%;
	outline: none;
	border: none;
}
.input>p {
	width: 115px;
	height: 50px;
	font-size: 20px;
	background-color: #4289FF;
	border-radius: 0 6px 6px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}
input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #BCBCBC;
	/* placeholder字体大小  */
	font-size: 15px;
}
/* 问题 */
.problem{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.probox{
	width: 1200px;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin-top: 38px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 4px 0px rgba(102, 102, 102, 0.3);
}
.tabboxqus{
	width: 100%;
	height: 64px;
	background-color: #226CD8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tabbox{
	height: 100%;
	display: flex;
	align-items: center;
}
.tabbox >p{
	width: 170px;
	height: 100%;
	color: #FFFFFF;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1E5BB5;
}
.tabbox >p:nth-child(3){
	background-color: #226CD8;
	cursor: pointer;
}
.tabbox >span{
	width: 1px;
	height: 21px;
	background-color: #FFFFFF;
}
.putto{
	width: 130px;
	height: 45px;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.putto >img{
	width: 18px!important;
	height: 19px!important;
}
.putto >span{
	color: #226CD8;
	margin-left: 7px;
}
.expand{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3288FE;
	margin-top: 40px;
	font-size: 14px;
	cursor: pointer;
}
/* 我的问题列表 */
.pustactlist{
	padding: 0 43px;
	margin-top: -2px;
}
.pustactlist >p{
	width: 100%;
	color: #666666;
	margin-bottom: 32px;
}
.listdata{
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.toplist{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.toplist >p{
	color: #999999;
}
.toplist >p >span{
	margin-right: 10px;
}
.toplist >span{
	color: #999999;
}
.botlist{
	display: flex;
	align-items: center;
	margin-top: 13px;
}
.botlist >span{
	padding: 0 13px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FB7C25;
	border-radius: 11px;
	margin-right: 13px;
	height: 19px;
	max-width: 30px;
	min-width: 30px;
}
.botlist >p{
	color: #666666;
	position: relative;
}
.boxshe{
	/* height: 200px; */
	overflow: hidden;
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	-o-transition: height 0.6s;
	transition: height 0.6s;
}
.boxshe >p{
	color: #666666;
	margin-left: 38px;
	margin-top: 37px;
	display: flex;
	align-items: center;
}
.boxshe >p img{
	margin-right: 7px;
}
.bg-red{
	background: #E8302E !important;
}
.bg-blue{
	background: #3288FE !important;
}
.bg-orange{
	background: #FB7C25 !important;
}
.c-666{
	color: #666666;
}
.c-blue{
	color: #3288FE !important;
}
.Unread{
	width: 8px;
	height: 8px;
	background: #E8302E;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0px;
	left: -9px;
}
#demo1{
	display: inline-block;
	margin-left: 50%;
	margin-top: 20px;
	transform: translateX(-50%);
}
.layui-laypage span,.layui-laypage a{
	border: none !important;
	color: #858E99 !important;
}
.layui-laypage .layui-laypage-curr em{
	color: #E8302E !important;
}
.layui-laypage-curr em{
	vertical-align: top;
}