* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

li {
	list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	display: block;
}

img {
	width: 100%;
	display: block;
}

.head_nav {
	height: 0.88rem;
	position: relative;
	font-size: 0.32rem;
	background-color: #f6f7fb;
}

.head_return {
	position: absolute;
	left: 0rem;
	width: 0.18rem;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 0.3rem;
}

.head_cont {
	text-align: center;
	line-height: 0.88rem;
	color: #ffffff;
}

/* mogul */
.head_img {
	position: relative;
}

.qrcode {
	width: 1.04rem;
	height: 1.04rem;
	position: absolute;
	top: 1.85rem;
	left: 1.08rem;
}

.updates {
	display: block;
}

.newscontent {
	display: none;
}

.fulldata {
	display: none;
}

.list_name {
	display: none;
}

.cont_table {
	width: 5.6rem;
	height: 0.64rem;
	border: 1px solid #D2D2D2;
	color: #696969;
	background-color: #ffffff;
	display: flex;
	font-size: 0.28rem;
	margin: 0 auto;
	border-radius: 0.08rem;
	position: absolute;
	bottom: 0.3rem;
	left: 0;
	right: 0;
}

.content {
	padding: 0 0.22rem;
	background-color: #f6f7fb;
	position: relative;
}

.table_ji {
	text-align: center;
	line-height: 0.64rem;
	flex: 1;
}

.table_right,
.table_left,
.table_name {
	text-align: center;
	line-height: 0.64rem;
	flex: 1;
	border-left: 1px solid #d2d2d2;
}

.table_true {
	color: #ffffff;
	background-color: #4D7CE6;
}

.list_img {
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.3rem;
	border-radius: 50%;
	overflow: hidden;
}

.list_img img {
/*	border-radius: 50%;*/
}

.cont_newst {
	background-color: #ffffff;
	border-radius: 0.2rem;
}

.time {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.22rem 0.26rem;
}
.time:first-child{
	padding: 0 0.22rem 0.26rem;
}
.newscontent .time{
	padding: 0.2rem 0.22rem 0.2rem;
}

.times_img {
	width: 0.37rem;
	height: 0.33rem;
	margin-right: 0.1rem;
}

.time p {
	color: #333333;
	font-size: 0.3rem;
	font-family: "黑体";
}

a.cont_list {
	display: flex;
}
.cont_list {
	display: flex;
}

.cent_top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.cont_right {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.top_fu {
	color: #2D6ACB;
	font-size: 0.3rem;
	font-weight: 500;
	margin-right: 0.1rem;
}
.top_fu_to {
	color: #2D6ACB;
	font-size: 0.26rem;
	font-weight: 500;
	border-bottom: 1px solid #2D6ACB;
	width: 1.24rem;
	margin: 0.3rem auto 0;
}
.top_ye {
	color: #757575;
	font-size: 0.26rem;
}

.top_p {
	color: #868686;
	font-size: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cont_san {
	width: 0.16rem;
}

.cont_title {
	color: #5F5F5F;
	font-size: 0.28rem;
	padding: 0.28rem 0 0.3rem;
}

.analy_text {
	font-size: 0.24rem;
	color: #333333;
	word-break: break-all
}

.analy_num {
	color: #BDBDBD;
	font-size: 0.24rem;
	display: flex;
	align-items: center;
}

.analy_red {
	color: #E34343;
	font-size: 0.24rem;
}

.analy_green {
	color: #009933;
	font-size: 0.24rem;
}

.analy_none {
	font-size: 0.3rem;
	font-family: "黑体";
}

.nothing {
	font-size: 0.22rem;
	color: #989898;
}

.con_top {
	padding: 0 0.22rem;
}

/* table */
table {
	width: 100%;
}

table td {
	text-align: center;
	padding: 0.2rem 0;
}
p.title_zcg{
	flex:1;
}

.ana_bot td,.analyto td {
	border-top: 0.03rem solid #EDEDED;
	border-left: 0.03rem solid #EDEDED;
}

.ana_bot td:last-child,.analyto td:last-child {
	border-right: 0.03rem solid #EDEDED;
}
table tr:last-child td{
	border-bottom: 0.03rem solid #EDEDED;
}

a.hot_link {
	font-weight: bold;
	/* font-size: 0.28rem; */
	font-size: 0.34rem;
	color: #C6171E;
	text-decoration: underline;
	margin-bottom: 0.36rem;
	/* padding-bottom: 0.01rem;
	border-bottom: 1px solid #C6171E;
	display: table-cell; */
}

.relation {
	color: #333333;
	font-size: 0.28rem;
	padding-bottom: 0.14rem;
}

.more {
	color: #ffffff;
	font-size: 0.24rem;
	text-align: center;
	padding: 0.2rem 0;
	background-color: #478cff;
	width: 1.8rem;
	border-radius: 0.5rem;
	margin: auto;
	margin-top: 0.3rem;
}

.morenews {
	color: #333333;
	font-size: 0.24rem;
	text-align: center;
	padding: 0.5rem 0;
}

.moreql {
	color: #333333;
	font-size: 0.24rem;
	text-align: center;
	padding-bottom: 0.2rem;
}

/* 全量数据 */
.report {
	padding: 0.1rem 0 0.3rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DFDFDF;
	margin: 0 0.22rem 0.2rem;
}

.report_le {
	width: 1.5rem;
	height: 0.5rem;
	border-radius: 0.06rem;
	position: relative;
	margin-right: 0.14rem;
}

.report_top {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.time_le {
	font-size: 0.26rem;
	color: #5F5F5F;
	width: 100%;
	text-align: center;
}

.time_img {
	width: 0.16rem;
	height: 0.12rem;
}

.time_re {
	display: flex;
	align-items: center;
	font-size: 0.3rem;
	color: #5F5F5F;
}

.time_imgs {
	width: 0.37rem;
	height: 0.33rem;
	margin-right: 0.1rem;
}

.time_re p {
	color: #333333;
	font-size: 0.24rem;
}

.report_ul {
	color: #5F5F5F;
	font-size: 0.24rem;
	text-align: center;
	display: none;
	background-color: #f6f7fb;
}

.report_ul li {
	height: 0.52rem;
	line-height: 0.52rem;

}

.list_table {
	padding-left: 0.22rem;
	overflow-x: auto;
}

.list_table::-webkit-scrollbar {
	border: none;
}

.tawo {
	width: 13.2rem;
}

.analyto {
	color: #5F5F5F;
	font-size: 0.24rem;
}

.tawo td {
	width: 1.6rem;
	text-align: center;
	padding: 0.1rem 0;
}

.ana_bots {
	display: none;
}

.ana_bots td {
	background-color: #F9F9F9;
	border-right: 0.03rem solid #ffffff;
	border-top: 0.03rem solid #ffffff;
}

.ana_bots td:last-child {
	border-right: none;
}

.analy_po {
	display: flex;
	align-items: center;
	justify-content: center;
}

.analy_img {
	width: 0.16rem;
	margin-left: 0.05rem;
}

.order {
	font-size: 0.18rem;
}

td.tawone {
	display: flex;
	align-items: center;
	justify-content: center;

}
td.first_zcg{
	width: 27%;
}
.zcg_text{
	display: flex;
	align-items: center;
}

.analy_name {
	font-size: 0.34rem;
}

.tawimg {
	width: 0.16rem;
	height: 0.12rem;
	margin-top: 0.04rem;
	margin-left: 0.02rem;
}

.range {
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail_ul {
	/* padding-left: 0.1rem; */
	display: flex;
	flex-wrap: wrap;
}

.detail_ul li {
	width: 50%;
	color: #333333;
	font-size: 0.22rem;
	padding-top: 0.32rem;
}

.span_colo {
	color: #C6171E;
}

.detail_ty {
	display: none;
}

.share {
	width: 0.41rem;
	height: 0.41rem;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
}

.hea_right {
	position: absolute;
	top: 0;
	right: 0.3rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hea_right img {
	width: 0.4rem;
}

.con_pp {
	font-size: 0.3rem;
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	text-align: center;
	color: #e2e2e2;
	line-height: 0.5rem;
}

.cont_cent {
	flex: 1;
    overflow: hidden;
}

.list_tex {
	font-size: 0.24rem;
	color: #999999;
	padding: 0 0.22rem 0.3rem;
}

.list_tex_f {
	font-size: 0.24rem;
	color: #999999;
	padding-top: 0.3rem;
}

/* 名录 */
/*.list_name{
	padding: 0.23rem 0;
}*/
.list_name h2 {
	background-color: #EDEDED;
	font-size: 0.3rem;
	padding: 0.1rem 0 0.15rem 0.1rem;
	margin-top: 0.25rem;
}

.nameto {
	padding: 0.2rem 0 0 0.17rem;
}

.list_imgs {
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.2rem;
	border-radius: 50%;
	overflow: hidden;
}

.cont_cents {
	flex: 1;
	width: 0;
	padding-bottom: 0.25rem;
}

td.analy_tos {
	width: 2.6rem;
	padding: 0.1rem;
}

/* 更新 */
.cont_decorate {
	border-radius: 20px;
}

.cont_newst {
	padding: 0.2rem 0 0.3rem;
}

.time_re p {
	color: #989898;
}


.mogul_code {
	position: relative;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f7fb;
}
img.mogul_gz{
	width: 4.2rem;
	margin-right: 0.2rem;
}

.code_er {
	width: 1.8rem;
}

.nameto {
	padding: 0.2rem 0.17rem;
}

.list_name h2:nth-of-type(1) {
	margin-top: 0;
}

/* 新加 */
.head_search {
position: absolute;
    right: 0.32rem;
    width: 0.33rem;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
}

.head_simg {
	width: 0.4rem;
	margin-right: 0.2rem;
}

.head_search input {
	flex: 1;
	height: 100%;
	border: none;
}

.head_search input:focus {
	outline: none;
}

.zcyd_title {
	font-size: 0.3rem;
	color: #2D6ACB;
}

.zcyd_zhu {
	font-size: 0.24rem;
}

.analy_text a {
	color: #2360da;
}
.ladel {
	color: #a0a0a0;
	display: flex;
	margin-top: 0.08rem;
}

.ladel img:last-child {
	margin-right: 0;
}
.ladel img {
	width: 0.78rem;
	margin-right: 0.2rem;
}
table tr:nth-of-type(2n - 1){
	background-color:  #F8F8F8;
}
table tr:nth-of-type(2n){
	background-color:  #ffffff;
}
span.names,span.numbers {
    display: block;
    width: 0.1rem;
    margin: 0 0.04rem;
}
span.name_right{
	flex: 1;
}
.name_tes {
    display: flex;
    align-items: center;
    width: 100%;
}
a.zcyd_href{
	padding: 0.2rem 0;
}

.moredata {
	color: #333333;
	font-size: 0.24rem;
	text-align: center;
	padding: 0.1rem 0;
}
.detail_img {
	width: 0.16rem;
	margin-left: 0.5rem;
}

.tipblod {
	font-weight: bold;
}