body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{
	font-size: 12px;
	font-weight: normal;
}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;vertical-align: middle;}
table{border-collapse: collapse;border: none;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}
/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body{
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "微软雅黑";
	background: #f9f7f5;
}
.clearf::after{
	content: '';	
	display: block;
	clear: both;
}
.show{
	display: block !important;
}
.wrap{
	margin: auto;
	width: 580px;
	background: url(../img/head.png?1) no-repeat;
    background-size: contain;
	min-height: 260px;
	background-color: white;
}
.block{
	height: 177px;
}
.rt_data{
	width: 547px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
    background: white;
    border-radius: 14px;
    box-shadow: 3px 2px 2px 1px #ccc;
    position: relative;
}
.rt_data span{
	display: block;
	text-align: center;
}
.rt_data p span:first-child{
	font-size: 18px;
	font-weight: bold;
}
.rt_data p span:last-child{
	font-size: 12px;
}
.diagnosis span:first-child{
	color: #ff6699;
}
.suspected span:first-child{
	color: #ffcc66;
}
.cure span:first-child{
	color: #66cccc;
}
.dead span:first-child{
	color: #999999;
}
.rt_data_title{
    padding: 0 10px;
	height: 24px;
	background: #ffcc66;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: -12px;
    left: 20px;
    border-radius: 24px;
    color: white;
    box-shadow: 0 0 8px 1px #e2dada;
}
.nor_title{
	margin-left: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #49b8bc;
	margin-bottom: 16px;
}
.news{
	margin: 18px 0;
}
ul{
    max-height: 300px;
    overflow: auto;
}
.news li{
	font-size: 14px;
	margin-left: 62px;
	color: #996666;
	margin-bottom: 12px;
	position: relative;
}
.news li:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50px;
    left: -18px;
    top: 6px;
	background: #ff6666;
}
table{
    width: 100%;
    text-align: center;
}
.time{
    width: 16%;
}
.material{
    width: 28%;
}
.act{
	width: 31%;
}
.statistics th{
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.statistics th:first-child{
	width: 19%;
}
.first_row  td:last-child{
	border-radius: 0 10px 10px 0;
}
.row:first-child{
    height: 30px;
    vertical-align: top;
}
.cont td{
	border: 1px solid white;
	padding: 6px;
}
.cont td:not(.cop_name){
	background: #ecebeb;
	font-size: 12px;
	color: #999999;
}
.cop_name{
	width: 109px;
	height: 34px;
	background: #ff6666;
	color: white;
	border-radius: 10px 0 0 10px;
	font-weight: bold;
	position: relative;
	font-size: 14px;
    padding-left: 14px !important;
}
/*.first_row .cop_name:before{
	content: '';
	width: 12px;
	height: 12px;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
    top: 0;
    background-size: contain;
    bottom: 0;
    margin: auto;
}*/

.detail td{
	font-size: 12px;
	color: #999999;
    height: 26px;
	padding: 6px;
}
.important{
	color: #ff6666 !important;
}
.detail:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.detail{
	display: none;
}
.group{
	cursor: pointer;
	position: relative;
}
tbody:after{
	content: '';
	display: block;
	height: 4px;
}
.footerwrap {
    background: #ff6666;
    margin-top: 30px;
}
.footer {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 3%;
    text-align: center;
}
.footer_r {
    float: left;
	width: 76%;	
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    margin-top: 60px;
}
.footer img{
    width: 80px;
}
.arrow span{
    width: 10px;
    height: 10px;
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    top: 0;
    background-size: contain;
    bottom: 0;
    margin: auto;
    left: 3px;
}
@media only screen and (max-width: 581px) {
	.wrap{
		width: 100%;
		overflow-x: hidden;
	}	
	table {
   	 	width: 92%;
    }
	.block {
	    height: 157px;
	}
	.rt_data{
	    width: 86%;
	}
	.rt_data_title{
	    width: 244px;
	    height: auto;
	    line-height: 20px;
	    top: -36px;
	    left: inherit;
	}
	/*.first_row .cop_name:before {
	    content: '';
	    width: 9px;
	    height: 9px;
	    background: url(../img/arrow.png) no-repeat;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    background-size: contain;
	    left: 2px;
	}*/
	.nor_title{
		margin-left: 8px;
	}
	.news{
		margin: 30px auto;
   	 	width: 86%;
	}
	.news li{
		margin-left: 32px;
	    width: 84%;
	}
	.footer_l{
		margin: auto;
		float: none;
	}
	.footer_r {
    	float: none;
	    width: 86%;
	    margin: auto;
	}
}