@charset "utf-8";
html,
body{
	height: 100%;
	overflow: hidden;
}
.page-mess{
	padding-left: 200px;
	height: 100%;
	overflow: hidden;
}
.page-mess>div{
	position: relative;
	height: 100%;
}
.iframe-header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.iframe-box{
	padding-top: 120px;
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
.iframe-body{
	min-width: 1000px;
	overflow: auto;
}
.page-form{
	color: #333;
	font-size: 12px;
}
.page-form{
	padding: 30px 0;
	border-bottom: dashed 1px #ccc;
	text-align: right;
}
.form-name{
	width: 120px;
	float: left;
	padding-right: 10px;
	line-height: 30px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.form-ipt{
	width: 190px;
}
.form-mess{
	float: left;
}
input.form-ipt{
	line-height: 28px;
	border: solid 1px #ccc;
	border-radius: 2px;
	padding-left: 10px;
	height: 30px;
}
.ipt-data{
	padding-right: 30px;
	background: #fff url(../images/icon/icon-data.png) no-repeat 95% center;
}
.form-textarea{
	width: 190px;
	line-height: 20px;
	border: solid 1px #ccc;
	border-radius: 2px;
	padding: 5px;
	height: 70px;
}
.mess-item{
	border: solid 1px #f5f7fa;
}
.mess-item:hover{
	box-shadow: 5px 5px 8px rgba(0,0,0,.09);
}
.mess-item h3{
	line-height: 40px;
	font-size: 14px;
	padding:0 15px 0 25px;
	background: #f5f7fa;
	color: #333;
	overflow: hidden;
}
.blue-list1{
	background: #ebf3fc;
	border: solid 1px #ebf3fc;
	line-height: 65px;
	overflow: hidden;
	padding:0 30px;
}
.blue-list1:hover{
	border: solid 1px #2a87e5;
}
.progress-box{
	position: relative;
	display: inline-block;
	width: 50%;
	height: 10px;
	background: linear-gradient(#ececec,#fff);
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	vertical-align: middle;
}
.pb-bar{
	position: absolute;
	left: -1px;
	top: -1px;
	height: 10px;
	border-radius: 5px;
	opacity: 0;
}
.pb-orangebar{
	background-color: #fa9a34;
}
.pb-bluebar{
	background-color: #2a87e5;
}
.news-box{
	background: #fdf3d5 url(../images/icon/icon-news.png) no-repeat 15px center;
	border: solid 1px #e8d99b;
	padding-left: 48px;
	position: relative;
}
.news-main{
	width:600px;
	overflow:hidden;
	height: 50px;
}
.news-main ul li{
	height:50px;
	line-height:50px;
	font-size:12px;
	color:#704d46;
}
.news-close{
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icon/icon-news-close.png) no-repeat center center;
	right: 20px;
	top: 18px;
}
.agreement-change{
	display: inline-block;
	line-height: 20px;
	cursor: pointer;
	padding-left: 30px;
	background: url(../images/icon/icon-checked.png) no-repeat 0 center;
}
.agreement-change.active{
	background: url(../images/icon/icon-checked-active.png) no-repeat 0 center;
}
.upload-box{
	width: 88px;
	height: 88px;
	border: dashed 1px #efefef;
	background:  url(../images/upload-bg.png) no-repeat center center;
}
.tag-red{
	width: 18px;
	height: 18px;
	display: inline-block;
	color: #fff;
	background: #f62402;
	text-align: center;
	line-height: 18px;
}
.mess-list li{
	padding: 25px 10px 15px 68px;
	border-bottom:solid 1px #e8ecf1;
	background: #fff url(../images/icon/icon-mess3.png) no-repeat 10px 18px;
}
.mess-list li:hover{
	border-bottom:solid 1px #e8ecf1;
	background: #ebf3fc url(../images/icon/icon-mess3.png) no-repeat 10px 18px;
}
.page-tab4{
	border-bottom: solid 1px #e8ecf1;
	padding-left: 30px;
}
.page-tab4 li{
	float: left;
	position: relative;
	top: 1px;
	padding: 0 10px;
	color: #333;
	border: solid 1px #e8ecf1;
	border-bottom: none;
	line-height: 40px;
	background: #f4f4f4;
	cursor: pointer;
	margin: 0 6px;
	border-radius: 2px 2px 0 0;
	z-index: 1;
}
.page-tab4 li.active{
	color: #036cbf;
	background: #fff;
}
.bor-box{
	width: 100%;
	padding:10px;
	border: solid 2px #eaebee;
	cursor: pointer;
}
.bor-box:hover,
.bor-box.active{
	border-color: #2a77be;
}

.half-table{
	border: solid 1px #f9f9f9;
}
.half-table th{
	height: 50px;
	font-size: 14px;
	font-weight: normal;
	background-color: #f9f9f9;
	padding: 0 20px;
	text-align: right;
	width: 150px;
}
/*.half-table th span{
	display: inline-block;
	min-width: 130px;
	float: left;
}*/
.half-table td{
	height: 50px;
	font-size: 14px;
	padding: 0 20px;
}
.th-pd-0 th{
	padding: 0;
}
.my-twoth{
	display: block;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
}

.list-check li{
	line-height: 30px;
	float: left;
	display: block;
	padding-left: 30px;
	background: url(../images/icon/icon-checked.png) no-repeat left center;
	background-size: 20px;
	cursor: pointer;
	margin-right: 20px;
	-webkit-user-select: none;
}
.list-check li.active{
	background: url(../images/icon/icon-checked-active.png) no-repeat left center;
	background-size: 20px;
}
.list-check:after {
    content: "";
    display: table;
    clear: both;
}
.btn-border-blue{
	display: inline-block;
	line-height:25px;
	padding: 0 15px;
	border: solid 1px #86c6ed;
	color: #0d69be;
	font-size: 12px;
	border-radius: 3px;
	text-decoration: none;
}
.btn-border-blue:hover{
	text-decoration: none;
	opacity: 0.8;
}
/*待审批总表新增样式*/
.acd-list li{
	float: left;
	display: block;
	width: 20%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.acd-list li .acd-cont:hover{
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.acd-list li .acd-cont{
	position: relative;
	width: 100%;
	height: 230px;
	background-color: #ebf3fc;
	padding-top:60px ;
}
.acd-list li .acd-cont p{
	line-height: 26px;
	font-size: 18px;
}
.acd-list li .acd-cont img{
	width: 23%;
}
.icon-sp-num{
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 15px;
	background: #ff0000;
	color: white;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
}
/*the-end*/

.post-list li{
	padding: 10px 20px;
	border-bottom: solid 1px #dedede;
}
.post-list li h5{
	line-height: 50px;
	color: #000000;
	font-size: 16px;
}
.post-list li p{
	font-size: 14px;
	line-height: 1.4;
	padding-left: 2em;
	color: #646464;
}
.post-list li .time-op{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #9f9f9f;
	text-align: right;
}
.post-del{
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	margin-top: -2px;
	background: url(../images/icon/icon-dell.png) no-repeat center;
	background-size: 14px;
	cursor: pointer;
	margin-left: 5px ;
}
