@charset "gb2312";
/* CSS Document */

.covid-report{
	height:195px; color:#fff; background:url(../images/v3/covid_report_bg.png) center center no-repeat;
}
.weixin-bg{
	height:100%; width:100%; background:url(../images/v3/news_bg_gzh.png) 766px 40px no-repeat;
}
.covid-content{
	padding-left:30px;
}
.covid-title{
	font-size:28px; color:#ffe35f; line-height:60px; padding-top:20px; 
}
.covid-sub-title{
	font-size:16px; line-height:40px; padding-top:7px;  border-top:1px dashed #4879b1; width:74%;
}
.covid-sub-title strong{
	color:#ffe35f;
}
.covid-report .report-keyword{
	width:75%; overflow:hidden; font-size:14px; 
}
.covid-report .report-keyword .float-left{
	line-height:25px;
}
.covid-report .report-keyword .float-left strong{
	font-size:16px; font-weight:normal;
}
.covid-report .report-keyword a{
	margin-right:11px; color:#c4e0ed;
}
.covid-report .report-keyword a:hover{
	color:#ffe35f; text-decoration:underline;
}
.de-service .report-content{
	margin-top:15px;
}

.covid-news{
	height:240px; color:#fff; background:url(../images/v3/covid_news_bg.png) center center no-repeat;
}
.weixin-bg-news{
	height:100%; width:100%; background:url(../images/v3/news_bg_gzh.png) 500px 95px no-repeat;
}
.covid-title-news{
	font-size:24px; color:#ffe35f; line-height:60px; padding-top:20px; border-bottom:1px dashed #4879b1; width:96%;
	height:60px; overflow:hidden;
}
.covid-news .report-keyword span{
	letter-spacing:0px;
}
.covid-news .report-keyword{
	margin-top:10px; width:72%;
}
.covid-hdbg{
	margin-top:15px;
}
.covid-hdbg div{
	width:100%; overflow:hidden;
}

.news-hotspot{
	padding-left:0; padding-right:0;
}
.news-hotspot .title{
	font-size:24px; font-weight:normal;  padding-left:8px;
}
.news-hotspot .hot-img{
	display:inline-block; margin:0px 0 0 5px; width:18px; height:24px; background:url(../images/v3/hot.png) no-repeat;
}
.news-hotspot .news-img{
	background:#0d66ae; text-align:right; margin-top:7px;
}
.news-hotspot .news-keywords{
	padding:12px; line-height:28px;
}
.news-hotspot .news-keywords a{
	margin-right:12px; color:#0083d1; font-size: 16px;
}
.news-hotspot .news-keywords a:hover{
	color:#f60;
}

#freepopboxbg {
  width: 100%;
  height: 100%;
  background: url(../images/v3/blackbg1.png) left top repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
}
#freepopbox {
  margin: 200px auto;
  width: 1000px;
  height: 482px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}
#freepopbox .closebtn {
  width: 48px;
  height: 48px;
  background-image: url(../images/v3/closeicon.png);
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
#freepopbox .wechatcode {
  width: 214px;
  height: 208px;
  background: url(../images/v3/wechatcode.png) left top no-repeat;
  margin: 55px auto 40px;
}
#freepopbox h4 {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: normal;
}
#freepopbox .redfont {
  color: #ce0909;
  font-weight: normal;
}
#freepopbox .closebtn2 {
  width: 168px;
  height: 48px;
  line-height: 48px;
  background: #5e87d7;
  text-align: center;
  margin: 40px auto;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
#freepopbox .closebtn2:hover {
  text-decoration: underline;
}


/*//2022-5-20 报告详情页漂浮广告*/
.xuanfubox{
	z-index: 9999 !important;
    /*width: 670px !important;*/
	width: 440px;
    height: 49px;
    line-height: 50px;
    position: fixed;
    bottom: 40px; 
	 left: 50%; 
     margin-left:-220px;
	 display: none;
	 background:#FEFAFA;
     border:2px solid #EAA094;
     border-radius:10px;
   /*background-image: url(/static/image/xuanfu2.png);background-repeat: no-repeat; */
}
.dongtai{
	display: none;
	width: 140px; 
	font-size: 20px; 
	text-align: center;
	color: #FFFFFF;
}
.xiaoxi{
	display: inline-block;
	margin: 0px 30px;
	font-size: 18px;
}
.guanbi img{
	 width: 18px;
	 height: 18px; 
	 cursor: pointer;
}
.guanbi {
	 font-size: 18px;
	 color: #999999;
	 cursor: pointer;
	 margin-right: 30px;
	 float:right;

}
.guanbi :hover{
	color: #6181dc;
}

.article_content .more-link 
{
    margin-top:20px; line-height:40px; font-size:18px; color:#f60; text-decoration:underline; text-align:center;
}
.article_content .more-link a
{
    color:#f60; font-size:18px;
}
.article_content table
{
    max-width:100%; width:100%;
}
.article_content p
{
    text-indent:2em;
}
.article_content table p
{
    text-indent:0;
}