/* 公用 */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html, body {
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,微软雅黑,STHeitiSC-Light,simsun,宋体,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
	font-size: .12rem;
	color: #333;
}
a {
	text-decoration: none;
}
/* 公用end */

/* 中心内容 */
#el {
	padding: .1rem .1rem .5rem;
}
h2 {
	font-size: .18rem;
}
.startTime {
	margin-top: .03rem;
}
h2, .startTime {
	text-align: center;
}

/* 图表 */
.chart {
	width: 100%;
	padding: .18rem;
	background: #F7F7F7;
	border-radius: .04rem;
	margin-top: .24rem;
}
.total {
	font-size: .14rem;
	display: flex;
	align-items: center;
}
.total strong {
	font-size: .22rem;
	color: #F1403C;
	padding: 0 .05rem;
}
.chartBox {
	margin-top: .32rem;
}
.pieChart {
	width: 1.7rem;
	height: 1.7rem;
}

/* 词云 */
.wordCloud {
	padding: .2rem .2rem 0;
	margin-top: .32rem;
}
.wordCloud img {
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	margin: auto;
}
.wordCloud p {
	text-align: center;
	margin-top: .1rem;
}

/* 东亚经贸新闻  */
.title {
	font-size: .15rem;
	color: #fff;
	width: 1.3rem;
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	background: #8F6857;
	border-radius: .06rem .06rem 0 0;
	margin-top: .4rem;
}
.title.positive, .title.negative {
	background: #3379D5;
	margin-top: .5rem;
}
.title.negative {
	background: #FE746B;
}
.news {
	padding-left: .1rem;
}
.newsList {
	margin-top: .23rem;
}
.newsList, .newsList a {
	color: #F66B6B;
}
.newsList span {
	color: #333;
}
.newsList a {
	padding: 0 .1rem;
	width: 2.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList span, .newsList a {
	display: inline-block;
	vertical-align: middle;
}

/* 正/负面舆情  */
table {
	/*border-collapse: collapse;*/
	width: 100%;
	/*width: 3.35rem;*/
	padding: .1rem;
	background: #F7F7F7;
	border-radius: 0 .04rem .04rem .06rem 0;
}
thead {
	line-height: .38rem;
	border-radius: .04rem .04rem 0 0;
}
thead tr th, tbody tr td {
	display: inline-block;
}

thead tr th, tbody tr td {
	width: 20%;
}
thead tr th:nth-of-type(2), tbody tr td:nth-of-type(2) {
	width: 57%;
}
.positiveHead {
	background: #F2FBFF;
}
.negativeHead {
	color: #E18569;
	background: #FFEFEA;
}
tbody {
	background: #fff;
}
tbody tr {
	border-bottom: .01rem solid #F5F5F5;
}
tbody tr:last-of-type {
	border-bottom: none;
}
tbody tr td {
	text-align: center;
	padding: .1rem .05rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
tbody tr td:nth-of-type(2), tbody tr td:nth-of-type(2) a {
	color: #F66B6B;
}
tbody tr td:nth-of-type(2) a {
	display: inline-block;
	width: 1.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
tbody tr td:nth-of-type(2) span {
	display: inline-block;
	color: #333;
	margin-top: .03rem;
}

/* 无数据 */
.noData {
	margin: .8rem auto 0;
	display: none;
}
.noData img {
	display: block;
	width: 1.28rem;
	height: 1.2rem;
	margin: auto;
}
.noData p {
	font-size: .12rem;
	color: #9c9c9c;
	text-align: center;
	margin-top: -.2rem;
}
