﻿@charset "UTF-8";
/**
 * @authors AxingPlus、
 * @date    2016-06-16
 * @info	报告查询
 * @blog	http://www.meowv.com
 */
*{margin:0;padding:0;}
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
/*a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());font-size:9pt;font-family:"微软雅黑";}*/
a:hover{color:#00a4ac;text-decoration:none;}
.place{height:40px; background:url(../Admin/images/righttop.gif) repeat-x;}
.place span{line-height:40px; font-weight:bold;float:left; margin-left:12px;font-size:9pt;font-family:"微软雅黑";}
.placeul li{float:left; line-height:40px; padding-left:7px; padding-right:12px; background:url(../images/rlist.gif) no-repeat right;}
.placeul li:last-child{background:none;}


.report {
	width: 950px;
	margin: 50px auto 0;
}

.report h1,.report h3 {
	text-align: center;
}

.report hgroup>p {
	text-align: center;
	margin-top: 30px;
}

table {
	width: 950px;
	margin-top: 20px;
	font-size: 12pt;
	text-align: center;
}

table tr {
	height: 30px;
}

table span {
	color: red;
}

.report h4 {
	margin-top: 10px;
}

.report p {
	margin-top: 15px;
}

.txtReport {
    line-height: 32px;
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(../Admin/images/inputbg.gif) repeat-x;
    text-indent: 10px;
}

.btnReport {
    width: 100px;
    height: 35px;
    background-color:#4A97C8;
    border-radius:5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

