/*公共样式*/
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    margin-left: 0px;
    padding: 0;
    }
body {
	font-family: "Microsoft Yahei", "??圆", Tahoma, 'simsun';
	font-size: 14px;
	min-width: 1200px;
	background-color: #f5f5f5;
}

a {
	text-decoration: none;
	color: #333333;
}

.main_wrap {
	width: 1200px;
	margin: 0 auto;
}

.hotspot_wrap {
	display: flex;
	margin: 3%;
}

.hotspot_list_wrap {
	margin-top: 15px;
}

.hotspot_info {
	width: 260px;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}

.hotspot_info p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.hotspot_info span {
	font-weight: 550;
	color: #333;
	font-size: 15px;
}

.hotspot_info a {
	display: inline-block;
	color: #858585;
	width: 158px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.title_list {
	height: 50px;
}

.title_list ul {
	list-style: none;
}

.title_list ul li {
	display: inline;
	float: left;
	margin-right: 20px;
	font-size: 24px;
	line-height: 35px;
	color: #333;
}

.title_list a {
	padding: 2px 10px;
}

.title_list a:hover {
	background-color: #e5472a;
	color: #fff;
	border-radius: 25px;
}
.hotspot_right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*.hotspot_right_content {
	display: flex;
	justify-content: center;
	align-items: center;
}*/

.right_content_item {
/*	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	margin-right:25px;
	width:237px;
	float:left;
	height:312px;
	overflow:hidden;
}

.right_content_item img {
	width: 100%;
}
.new_info{
	background-color: #fff;
	padding:8px;
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.new_info h3{
	color:#929292;
	padding-bottom:7px;
}
.new_info p {
	color:#b8b8b8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.related_words_wrap{
	padding:15px;
	margin:2% 3%;
	background-color: #fff;
	border-radius: 10px;
}
.relate_words_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:30px;
}
.relate_words_item{
	width:20%;
	margin-top:20px;
	text-align: center;
	background-color:#f1f1f1 ;
	color:#929292;
	font-size: 18px;
	border-radius: 15px;
	padding:5px 10px;
}
.host{
	color:#ff6619;
	background-color:#ffefe8 ;
}
.host span{
	color:#ff6619;
}
