@charset "utf-8";
/* CSS Document */
.main_inner{
	margin:0 auto;
	width:1200px;
	/* padding-top:40px; */
}
.cscy {
	height:44px;
	border-bottom:1px solid #eee;
}
.cscy a{
	display:block;
	height:34px;
	line-height:34px;
	border-radius:3px;
	text-align:center;
	color:#fff;
	width:140px;
	background:#799bef;
	font-size:15px;
	margin-left:30px;
}
.cscy a:active{
	opacity:.8;
}
.table_tit{
	margin-left:30px;
	font-size:15px;
	color:#333;
	line-height:40px;
}
.jl_table{
	width:95%;
	border:1px solid #ccc;
	text-align:center;
	margin-left:30px;
}
.jl_table th{
	font-size:15px;
	height:30px;
}
.jl_table td a{
	color:#333;
}
.jl_table td a:active{
	color:#7192c5 !important;
}
.jl_table td{
	font-size:14px;
	height:30px;
	border-top:1px solid #ccc;
}
.jl_table th+th,.jl_table td+td{
	border-left:1px solid #ccc;
}
.sq_download{
	margin-left:20px;
	padding-left:14px;
	background:url(../images/down.png) no-repeat left center;
}
.sq a:hover{
	color: #ff9046;
}

/*新建查收查引申请*/
.line_title{
	/* color:#F80; */
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
	padding-left:30px;
}
.line_tit{
	color:#F80;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
	padding-left:30px;
}
.list_table{
	width:90%;
	text-align:left;
	font-size:15px;
	color:#333;
	margin:20px 0 18px 0;
}
.list_table th,.list_table td{
	font-weight: 100 !important;
    height: 40px;
    /* line-height: 1.8;
    vertical-align: top;
    text-align: justify;
    padding-bottom: 15px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif,'微软雅黑' !important;
    padding-left: 10px; */
}



.list_table .ipt_txt{
	line-height:30px;
	height:28px;
	width:100%;
	padding-left:10px;
	font-size:15px;
	border:1px solid #ccc;
	border-radius:3px;
}
.first_th{
	text-align:right !important;
	color: #888;
}
.xzlw_btn,.tjsq_btn{
	display:inline-block;
	line-height:36px;
	width:100px;
	text-align:center;
	font-size:15px;
	color:#fff;
	background:#799bef;
	border-radius:3px;
	margin-right:40px;
}
.tjsq_btn{
	margin:30px 0 0 36px;
	background:#fff;
	border:1px solid #799bef;
	color:#799bef;
	width:150px;
}
.tjsq_btn:active{
	opacity:.8;
}
.ml_th select{
	margin-left:30px;
	padding-left:20px;
	height:34px;
}
.list_table .check_th{
	padding-left:36px;
}
.list_table .check_th label{
	margin-right:10px;
	line-height:30px;
}
.list_table_s{
	padding-left:36px;
	margin-left: 35px;
}
.list_table_s label{
	margin-right:10px;
}
.list_table_s .txt_s{
	line-height:26px;
	padding-left:10px;
	width:278px;
}
.table_select{
	width:90% !important;
	padding-left:10px;
}
.list_table td label{
	margin-right:10px;
}
.redstar_cscy {
    color: #F70;
    font-weight: bold;
}
/*选择待查文章弹窗 start*/
.Popup_dcwz{
	position:fixed;
	background:url(../images/tc_bg.png);
	width:100%;
	height:100%;
	z-index:10;
	display:none;
	top:0;
	left: 0;
}
.dcwz_content{
	width:90%;
	height:80%;
	background:#fff;
	overflow:auto;
	position:relative;
	margin:3% 0 0 5%;

}
.dcwz_tit{
	height:36px;
	line-height:30px;
	background:#ffaf59;
	color:#333;
}
.dcwz_tit p{
	float:left;
	font-size:15px;
	margin-left:20px;
	margin-top: 5px;
}
.dcwz_tit a{
	float:right;
	margin-right:20px;
	color:#333;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
.dcwz_tit a:active{
	color:#fff;
}
.dcwz_content table{
	width:97%;
	margin-left:1.5%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-top:4px;
}
.dcwz_content table th,.dcwz_content table td{
	height:40px;
	font-size:14px;
}
.dcwz_content table td{
	border-top:1px solid #ccc;
	font-family:'微软雅黑';
}
.dcwz_content table th+th,.dcwz_content table td+td{
	border-left:1px solid #ccc;
}
.dcwz_last_td label{
	margin-left:2%;
	font-size:14px;
}
.dcwz_first_td label{
	display:inline-block;
}
.dcwz_first_td{
	text-align:center;
}
.dcwz_btn{
	height:50px;
	padding-right:1.5%;
	padding-left:1.5%;
}
.dcwz_btn a{
	float:right;
	display:block;
	line-height:34px;
	width:80px;
	text-align:center;
	color:#fff;
	background:#88abec;
	border-radius:3px;
	margin-top:11px;
}
.add_btn{
	margin-right:15px;
}
.dcwz_btn a:active{
	opacity:.8;
	filter:alpha(opacity=0.8);
}
.dcwz_bottom{
	height:50px;
	width:600px;
	margin:0 auto;
	padding-right:2.5%;
}
.dcwz_bottom .txt_r{
	float:right;
	margin-left:20px;
	color:#333;
	font-size:15px;
	margin-top:10px;
}
.dcwz_page{
	float:left;
	margin-top:10px;
}
.sure_Submit{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/tc_bg.png);
	display:none;
}
.Submit_c{
	width:40%;
	height:28%;
	background:#fff;
	margin:10% auto;
	padding-top:60px;
}
.Submit_c a{
	display:block;
	line-height:34px;
	width:80px;
	text-align:center;
	color:#fff;
	background:#88abec;
	border-radius:3px;
	float:left;
}
.Submit_c>p{
	font-size:16px;
	text-align:center;
}
.Submit_c>div{
	margin:50px auto 0;
	width:170px;
}
.Submit_c>div>a:active{
	opacity:.8;
	filter:alpha(opacity=0.8);
}
.Submit_c_sure{
	margin-right:10px;
}




/*查看详情*/
.qd .list_p{
	margin-left:30px;
	line-height:40px;
	font-size:15px;
}
.qd .list_p a{
	color:#333;
	display:block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.qd .list_p a:active{
	opacity:.8;
}
.qd{
	margin-bottom:80px;
}
.dcwz_last_td ,.ItemClass{
	text-align: center;
}
.title_class{
	display: inline-block;
    padding-left: 7px;
}
.introDiv{
	float:left;
	margin-top: 15px;
	font-family: '微软雅黑';
	font-size: 14px;
}
.little_padding{
	 height: 0px !important;
	 padding-bottom: 0px !important;
	 line-height: 1 !important;
}

.list_table_detail{
	width:90%;
	text-align:left;
	font-size:15px;
	color:#333;
	margin:20px 0 28px 0;
}
.list_table_detail th,.list_table_detail td{
	font-weight: 100 !important;
    height: 40px;
    line-height: 1.8;
    vertical-align: top;
    text-align: justify;
    /* padding-bottom: 15px; */
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif,'微软雅黑' !important;
    padding-left: 10px; 
}



.list_table_detail .ipt_txt{
	line-height:30px;
	height:28px;
	width:100%;
	padding-left:10px;
	font-size:15px;
	border:1px solid #ccc;
	border-radius:3px;
}

.list_table_detail .check_th{
	padding-left:36px;
}
.list_table_detail .check_th label{
	margin-right:10px;
	line-height:30px;
}
.list_table_detail_s{
	padding-left:36px;
	margin-left: 35px;
}
.list_table_detail_s label{
	margin-right:10px;
}
.list_table_detail_s .txt_s{
	line-height:26px;
	padding-left:10px;
}
.list_table_detail td label{
	margin-right:10px;
}


/* 时间控件 */
.date input{
   height:30px;
   line-height:30px;
   width:150px;
   border:1px solid #ccc;
   border-radius:3px;
}
.date_icon{
   display:inline-block;
   background:url(../images/icon_front.png) no-repeat -4px -346px;
   width:20px;
   height:21px;
   vertical-align:middle;
   margin:4px 3px 9px 3px;
}
.date{
	margin-bottom:20px;
	margin-left:20px;
}

.cscy_search_btn{
	/* float:left; */
	display:inline-block;
	line-height:34px;
	width:80px;
	line-height: 30px;
	text-align:center;
	color:#fff !important;
	background:#88abec;
	border-radius:3px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.date>a,.date>select,.date>span, .date>input  {
    /* float: left; */
}
/*添加页面表格样式*/
.selectedItem table{
	border:1px solid #ccc;
}
.selectedItem table th+th,.selectedItem table td+td{
	border-left: 0.7px solid #ccc;
}
.selectedItem table td{
	border-top:1px solid #ccc;
	font-family:'微软雅黑';
}
.selectedItem table th,.selectedItem table td{
	height:40px;
	font-size:14px;
}


input::-webkit-input-placeholder {
         /* placeholder颜色  */
         /* color: #aab2bd; */
         color:#ccc
     }
:-moz-placeholder{color:#ccc}                  /* Firefox版本4-18 */
::-moz-placeholder{color:#ccc}                  /* Firefox版本19+ */
:-ms-input-placeholder{color:#ccc}           /* IE浏览器 */


/* 滚动条 */
.selectedItem{
	/* overflow-y:scroll; */
	height:280px;
	width:100%;
	
}
.test{
    width: 100%;
    height: 280px;
    overflow-y:scroll;
    padding-left: 30px;
	margin-bottom: 10px;
}
.test-1::-webkit-scrollbar {/*滚动条整体样式*/
        width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.test-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
        background: rgba(0,0,0,0.2);
    }
.test-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
        border-radius: 10px;
        background: #EDEDED;
    }