﻿/* CSS Document */
body{ font-family:"微软雅黑"; margin:0; padding:0; font-size:13px; color:#333; background:#fff; }
ul, li, h1, h2, h3, h4, h5, h6, span, p, input,pre, button,textarea {list-style: none;margin: 0; font-size:13px; padding: 0;font-weight: normal;font-family:"微软雅黑";color:#333;line-height:25px;letter-spacing:0px;}
a {text-decoration: none;}
a:hover{ text-decoration:none;}
img {border: 0;}
em, i {font-style: normal; margin:0; padding:0;}
.clear {clear: both;}
.clearbox{ clear: both;}
.lhjcBj{ background:#e0e3ed;}


.lhjcMain{
	 background-color: #FFF;
	 width: 595px;
	 margin: 0 auto;
	 margin-top: 20px;
	 padding-top: 15px;
	 padding-bottom: 15px;
}
.lhjcTable{
     width: 565px;
	 margin: 0 auto;
	 padding: 10px;
	 border: solid 1px #b7ccdc;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
}
.lhjcLogo{
	width: 100%;
	height: 40px;
}
.lhjcLogo img{
	width: 170px;
	height: 32px;
	float: right;
}
.lhjcMes{
	width: 100%;
	padding: 5px 0;
	border-bottom: solid 1px #dcdcdc;
	margin-top: 5px;
}
.lhjcTips{
	width: 100%;
	margin-top: 7px;
}
.lhjcTipsIndex{
	width: 100%;
	align-item:center;
	margin-top: 7px;
}
.icoList{
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 4px;
	margin-right: 3px;
}
.stup{
	display: none;
}
.zj_pull{
	width:12px;
	height:12px;
	margin:-1px 9px;
	cursor: pointer;
}
.submission{
	text-align: center;
	width: 120px;
	height: 30px;
	border: 0;
	border-radius: 3px;
	background-color: #10568a;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 10px;
	outline: none;
}
.close{
	width: 120px;
	height: 30px;
	border: 0;
	border-radius: 3px;
	background-color: #e5e5e5;
	color: #333;
	cursor: pointer;
	margin-top: 20px;
	outline: none;
}

/*字体*/
.lhjcIntroduce{
	color: #10568a;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}
.file{
	background-color: #10568a;
	color:#fff;
	font-size: 12px;
	float:right;
	padding: 0 5px;
	margin-top: 3px;
}
.file a{
	color:#fff;
}
.tip{
	text-indent: 2em;
	margin-top: 5px;
}
.slide{
	margin-left: 3px;
}
.status{
	margin-left: 3px;
	display: inline-table;
	width: 90%;
}
.tip label{
	margin-left: 5px;
}

/*checkbox样式美化*/
input[type=checkbox]:after{
    content: "";
    display:block;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 13px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #ddd;
    background-color: #fff;
    box-sizing:border-box;
}
input[type=checkbox]:checked:after{
    content: '\2714';
    background-color: #10568a;
}
label{
	margin-left:27px;
}

/*radio样式美化*/
input[type="radio"]{
	position: absolute;
	opacity: 0;
}
input[type="radio"] + .radio-label:before{
	content: '';
	background: #ffffff;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	margin-top: 5px;
	margin-right: 7px;
}
input[type="radio"]:checked + .radio-label:before{
	background-color: #10568a;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type="radio"]:focus + .radio-label:before{
	outline: none;
	border-color: #10568a;
}
input[type="radio"]:disabled + .radio-label:before{
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type="radio"] + .radio-label:empty:before{
	margin-right: 0;
}

/*核查*/
.lhjcCheck{
	width: 230px;
    background-color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
	border-bottom: 1px solid #c5c5c5;
	outline: none;
}
.checkTable{
    width: 100%;
    border: solid 1px #dcdcdc;
    border-collapse: collapse;
	margin-top: 15px;
	text-align: left;
}
.checkTable th{
    padding: 7px;
	border: solid 1px #f2f2f2;
	background-color: #f1f1f1;
}
.checkTable td{
    padding: 7px;
    border: solid 1px #f2f2f2;
}
.hcState{
	color: #10568a;
}
.hjSee{
    width: 12px;
    height: 12px;
    vertical-align: middle;
	margin: -2px 0 0 5px;
	cursor: pointer;
}
.even{
	background-color: #f7f7f7;
}

