/*当table内容过多时,不会撑开宽度,只会撑起高度*/
table{table-layout:fixed;word-break:break-all;}
nav.navbar.bootsnav{
	border:0 none!important;
}
body{
	font-size: 20px;
}
/*@media(max-width:768px){
	body {
		font-size: 18px;
	}
}*/
@media(max-width:414px){
	body {
		font-size: 18px;
	}
}
/*@media(max-width:320px){
	body {
		font-size:14px;
	}
}*/
/*=====================myvpd START==================*/
.myvpd_index_body{
	background-color: #fafafa!important;
}
.myvpd_index_con{
	margin-bottom: 2em;
}
.myvpd_index_body .wrapper{
	padding-top: 25px;
}
.myvpd_index_con .nav-tabs{
	border-bottom: 1px solid #dddddd;
	margin-bottom: .7em;
}
.myvpd_index_con .nav-tabs>li.active>a{
	background-color:rgba(0,0,0,0);
	border: 0 none;
	border-bottom:3px solid #f29300;
	
	color: #f29300;
	margin-bottom: 2px;
}
.myvpd_index_con .nav-tabs>li>a{
	border:0 none;
	color: #555555;
	font-size: .75em;
}
.myvpd_index_con .nav-tabs>li>a:hover{
	text-decoration: none;
    background-color: rgba(0,0,0,0);

}


/*左侧导航*/
.myvpd_index_body .col-md-3 {
	margin-top: 3.1em;
}
.myvpd_index_body .col-md-3 .list-group{
	min-height: 516px;
	border: solid 1px #dddddd;	
	background-color: #ffffff;
}
.myvpd_index_body .table-bordered{
	border:0 none;
	text-align: center;
		color: #555555;
		font-weight: normal;
}
.table-bordered td:last-child,
.table-bordered th:last-child{
	border-right: 0;
}
.table-bordered td:first-child,
.table-bordered th:first-child{
	border-left: 0;
}
.myvpd_index_body .list-group-item:first-child{
	border-top: none;
}
.myvpd_index_body .list-group-item{
	font-size: .7em;
	border-radius: 0;
	border-left: none;
	border-right: none;
}
.myvpd_index_body .list-group-item img{
	margin-left: 2px;
	margin-right: 2px;
}
.myvpd_index_body .mouse_hoverB:hover{
	text-decoration: underline;
}
.myvpd_index_body .table-striped>tbody>tr:nth-of-type(odd){
		background-color: #f0f0f0;
}
/*内容*/
/*右侧表格*/
.myvpd_index_con .table_base th{
	font-weight: normal;
	text-align: center;
	font-size: .7em;
}
.myvpd_index_con .table_base td{
		font-size: .7em;
}
.myvpd_index_con .tab-pane:first-of-type{
	min-height: 516px;
	
}
.myvpd_index_con .tab-pane{
	border: solid 1px #dddddd;

	background-color: #ffffff;

	
}
.myvpd_index_con .table{
	margin-bottom: 0;
}

/*分页*/
.myvpd_index_body .pagination{
	font-size: 14px;
	font-weight: normal;
}
.myvpd_index_body .pagination a,
.myvpd_index_body .pagination span{
	    padding: 2px 8px;
    color: #fff;
}
.myvpd_index_body .pagination{
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    left: 50%;
  transform: translate(-50%,0);
}
.myvpd_index_body .pagination a{
	background-color: #ccc;
}
.myvpd_index_body .pagination span{
		background-color:#f29300;
}
@media(max-width:1000px){
	.myvpd_index_con .col-sm-9,
	.myvpd_index_con .col-sm-3{
		padding-left: 0;
	}
	
}
@media(max-width:768px){	
	.myvpd_index_con{
		margin-top: 35px;
	}
	.myvpd_index_con .tab-pane {
		border: solid 1px #dddddd;
		min-height:auto;
		background-color: #ffffff;
	}
	.myvpd_index_con .mouse_hoverB{
		text-decoration: underline;
	}
	/*左侧导航*/
	.myvpd_index_body .col-md-3{
		margin-top: 0;
	}
	.myvpd_index_body .col-md-3 .list-group{
		min-height: auto;
		border:0 none;
	}
	.myvpd_index_body .list-group-item{
		float: left;
		width: 19%;
		border-left: 1px solid #ddd;
	}
	.myvpd_index_body .list-group-item:nth-child(1){
		border-bottom: 0 none;
		border-top:1px solid #ddd;
	}
	.myvpd_index_body .list-group-item:nth-child(5n){
		border-right: 1px solid #ddd;
	}
	.myvpd_index_body .list-group-item:nth-child(5n+2){
		width: 24%;
	}
}
@media(max-width:414px){
	
	.myvpd_index_con .table_base th, .myvpd_index_con .table_base td, .myvpd_index_body .list-group-item, .myvpd_index_con .nav-tabs>li>a {
    font-size: .9em;
}
/*左侧导航*/
	.myvpd_index_body .list-group-item{
		float: left;
		width: 50%!important;
		border-left: 1px solid #ddd;
	}

	.myvpd_index_body .list-group-item:nth-child(2n){
		border-right: 1px solid #ddd;
	}
	.myvpd_index_body .list-group-item:nth-child(5){
		border-right: 0 none;
	}
	/*内容*/
/*右侧表格*/
.myvpd_index_body thead{
	display: none;
}

.myvpd_index_body .table_base td{
	    width: 100%;
    display: block;
    text-align: left;
    border:0 none!important;
    border-bottom: 1px dashed #ddd!important;
    padding-left: 100px!important;
    position: relative;
}
.myvpd_index_body .table_base td:last-child{
	 border-bottom: 1px solid #ddd!important;
}
.myvpd_index_body .table_base td:nth-child(1):before,
.myvpd_index_body .table_base td:nth-child(2):before,
.myvpd_index_body .table_base td:nth-child(3):before,
.myvpd_index_body .table_base td:nth-child(4):before,
.myvpd_index_body .table_base td:nth-child(5):before{
		color: #999;
		position: absolute;
		left: 14px;
}
.myvpd_index_body .table_base td:nth-child(1):before{
	content:"收到时间：";

}
.myvpd_index_body .table_base td:nth-child(2):before{
	content:"申请单号：";

}
.myvpd_index_body .table_base td:nth-child(3):before{
	content:"申请类型：";

}
.myvpd_index_body .table_base td:nth-child(4):before{
	content:"当前状态：";

}
.myvpd_index_body .table_base td:nth-child(5):before{
	content:"操作：";

}
}
@media(max-width:320px){
		.myvpd_index_con .table_base th, .myvpd_index_con .table_base td, .myvpd_index_body .list-group-item, .myvpd_index_con .nav-tabs>li>a {
    font-size: .85em;
}
	/*左侧导航*/
	.myvpd_index_body .col-xs-12{
		padding:0;
	}
	.myvpd_index_body .list-group-item{
		padding:10px;
	}
}  
/*=====================myvpd END==================*/
/*=====================myvpd修改资料edit START ==================*/
.change_data_con{
	padding-top: 30px ;
}
.change_data_con .form-horizontal .form-group{
	margin:10px auto;
	width: 340px;
	position: relative;
}
.change_data_con .form-horizontal .form-group span{
	position: absolute;
	left: 102%;
	top: 0;
	width: 100%;
	line-height: 38px;
	    font-size: .75em;
    font-weight: normal;
}
.change_data_con select,
.change_data_con input,
.change_data_con textarea,
.change_data_con label{
	font-size: .7em;
	font-weight: normal;
		height: 38px;
		line-height: 38px;
}
.change_data_con label{
	width: 70px;
	    text-align: right;
    margin-right: 10px;

}
.change_data_con select,
.change_data_con input,
.change_data_con textarea{
	width: 250px;
	padding-left: 8px;
}
.change_data_con .textarea_box{
	vertical-align: top;
}
.change_data_con textarea{
	    border: 1px solid #a9a9a9;
    line-height: 24px;
    padding:8px;
	height: 210px;
}
.change_data_con .preser_btn{
    width: 150px;
    height: 40px;
    font-size: .85em;
    background-color: #465aa7;
    box-shadow: 4px 3px 7px 0px rgba(55, 100, 163, 0.21);
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    font-weight: normal;
    line-height: 38px;
    display: block;
    margin: 25px auto;
    padding:0!important;
}
.change_data_con .preser_btn:hover{
	background-color: #f29300;
	box-shadow: 4px 6px 5px 0px 
		rgba(55, 100, 163, 0.5);
	}
	.change_data_con select{
		background-color: #fff!important;
		border-color: #ddd!important;
	}
	
@media(max-width:414px){
	.change_data_con .form-horizontal .form-group span {
     position: static; 
    line-height: 14px;
    margin-left: 86px;
    margin-top: -2px;
    display: block;
}
.change_data_con label{
	width: 63px;
}
.myvpd_index_body .container{
	padding:0;
}
}
@media(max-width:375px){
	.change_data_con label {
    width: 80px;
}
.change_data_con select, .change_data_con input, .change_data_con textarea {
    width: 220px;

}
}
@media(max-width:320px){
	.change_data_con .form-horizontal .form-group{
		width: 100%;}
	.myvpd_index_body .container {
    padding: 0 10px;}
    .change_data_con label {
    	width: 72px;
    	margin-right: 5px;
    }
    	.change_data_con select,
    .change_data_con input,
    .change_data_con textarea {
    	width: 200px;
}
}
/*=====================myvpd修改资料edit END==================*/
/*=====================myvpd修改密码 password START==================*/
.change_psw_con{
	padding-top: 96px;
}
.change_psw_con .form-group{
	margin:0 auto 10px;
	width: 266px;

}
.change_psw_con .form-group input,
.change_psw_con .form-group label{
	font-size: .7em;
	font-weight: normal;
		height: 38px;
		line-height: 38px;
		float: left;
}
.change_psw_con .form-group label{
	width: 80px;
	height: 38px;
	background-color: #eeeeee;
	border-radius: 2px 0px 0px 2px;
	border: solid 1px #dddddd;
	text-align: center;
	color: #555555;
	padding-top: 0;
}
.change_psw_con .form-group input{
	width: 180px;
	color: #999999;
		background-color: #ffffff;
	border-radius: 0px 2px 2px 0px;
	border: solid 1px #dddddd;
}
.change_psw_con .preser_btn{
	padding:0!important;
		width: 100%;
	height: 38px;
	 font-size: .85em;
    background-color: #465aa7;
    box-shadow: 4px 3px 7px 0px rgba(55, 100, 163, 0.21);
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    font-weight: normal;
    line-height: 38px;
    display: block;
    margin: 0px auto;
}
.change_psw_con .preser_btn:hover{
	background-color: #f29300;
	box-shadow: 4px 6px 5px 0px 
		rgba(55, 100, 163, 0.5);
	}
	
	@media(max-width:768px){
		.change_psw_con {
    padding-top: 96px;
    padding-bottom: 96px;
	}
	
}
/*=====================myvpd修改密码password END==================*/
/*=====================myvpd  等待审批（.table_base） START==================*/

.myvpd_index_body .table_base th:nth-child(1),
.myvpd_index_body .table_base td:nth-child(1){
	width: 17%;
}
.myvpd_index_body .table_base th:nth-child(3),
.myvpd_index_body .table_base td:nth-child(3){
		width: 18%;
}
.myvpd_index_body .table_base th:nth-child(2),
.myvpd_index_body .table_base td:nth-child(2){
	width: 30%;
}

.myvpd_index_body .table_base th:nth-child(4),
.myvpd_index_body .table_base td:nth-child(4){
	width: 20%;
}

.myvpd_index_body .table_base th:nth-child(5),
.myvpd_index_body .table_base td:nth-child(5){
	width: 15%;
}
@media(max-width:414px) {
.myvpd_index_body .table_base td{
	width: 100%!important;
}	
}

/*=====================myvpd 等待审批index（.table_base） END==================*/
/*=====================myvpd 进行中、历史申请 index（.table_other） START==================*/
.myvpd_index_con .table_other th{
	font-weight: normal;
	text-align: center;
	font-size: .7em;
}
.myvpd_index_con .table_other td{
		font-size: .7em;
}
.myvpd_index_body .table_other th:nth-child(1),
.myvpd_index_body .table_other td:nth-child(1){
	width: 12%;
}
.myvpd_index_body .table_other th:nth-child(3),
.myvpd_index_body .table_other td:nth-child(3),
.myvpd_index_body .table_other th:nth-child(2),
.myvpd_index_body .table_other td:nth-child(2){
	width: 20%;
}

.myvpd_index_body .table_other th:nth-child(4),
.myvpd_index_body .table_other td:nth-child(4){
	width: 15%;
}
.myvpd_index_body .table_other th:nth-child(6),
.myvpd_index_body .table_other td:nth-child(6),
.myvpd_index_body .table_other th:nth-child(5),
.myvpd_index_body .table_other td:nth-child(5){
	width: 14%;
}

@media(max-width:768px) {
	.table_other thead{
		display: none;
	}
	.myvpd_index_body .table_other td {
    width: 100%;
    display: block;
    text-align: left;
    border: 0 none!important;
    border-bottom: 1px dashed #ddd!important;
    padding-left: 105px!important;
    position: relative;
}
.myvpd_index_body .table_other td:last-child{
	border-bottom: 1px solid #ddd!important;
}
.myvpd_index_body .table_other td:nth-child(1):before,
.myvpd_index_body .table_other td:nth-child(2):before,
.myvpd_index_body .table_other td:nth-child(3):before,
.myvpd_index_body .table_other td:nth-child(4):before,
.myvpd_index_body .table_other td:nth-child(5):before,
.myvpd_index_body .table_other td:nth-child(6):before,
.myvpd_index_body .table_other td:nth-child(7):before {
	color: #999;
	position: absolute;
	left: 14px;
}
.myvpd_index_body .table_other td:nth-child(1):before{
	content:"提交时间：";

}
.myvpd_index_body .table_other td:nth-child(2):before{
	content:"申请单号：";

}
.myvpd_index_body .table_other td:nth-child(3):before{
	content:"医院名称：";

}
.myvpd_index_body .table_other td:nth-child(4):before{
	content:"医院联系人：";

}
.myvpd_index_body .table_other td:nth-child(5):before{
	content:"联系电话：";

}
.myvpd_index_body .table_other td:nth-child(6):before{
	content:"状态：";

}
.myvpd_index_body .table_other td:nth-child(7):before{
	content:"操作：";

}
}
/*=====================myvpd 进行中、历史申请 index（.table_other） END==================*/
/*=====================myvpd 新申请add index START==================*/
.add_table_base dl{
	margin-bottom: 0!important;
}
.add_table_base h3{
	font-weight: normal;
	font-size: .8em;
		height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.add_table_base dl:nth-child(odd)>dt{
	background-color: #f7f7f7;
}
.add_table_base dl:nth-child(even)>dt{
	background-color: #eeeeee;
}
.add_table_base dl>dd:last-of-type{
    border-right: 0 none;
}
.add_table_base dt,
.add_table_base dd{
	float: left;
	text-align: center;	
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: .8em;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

/*.add_table_base textarea,*/
.add_table_base input{
	position: absolute;
	width: 100%!important;
	height: 100%;
	top: 0;
    left: 0;
    border: 0 none;
    padding:0 6px;
}
.add_table_base dt{
	width: 14%;
}
.add_table_base dd{
	width: 86%;
	position: relative;
}
@media(max-width:414px){
	.add_table_base dt{
		width: 25%;
	}
	.add_table_base dd{
		width: 75%;
	}
}
@media(max-width:320px){
	.add_table_base dt{
		width: 30%;
	}
	.add_table_base dd{
		width: 70%;
	}
}
/*=====================myvpd 新申请add index END==================*/
/*=====================myvpd 新申请远程判读addRemotediagnose START==================*/
.myvpd_index_body .tabs{
	margin-bottom: 30px;
}
.myvpd_index_body .tableheight90{
	height: 90px;
}
.myvpd_index_body dt.tableheight90{
	line-height: 90px;
}
.tableheight60{
	height: 60px!important;
}

.lineheight30{
	line-height: 30px!important;
}
.tablewidth36{
	width: 36%!important;
}
.addRemot_con dt,
.addRemot_con dd{
	float: left;
	text-align: center;	
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: .8em;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.addRemot_con dt{
	width: 14%;

}
.addRemot_con dl>dd:last-of-type{
    border-right: 0 none;
}
.addRemot_con dl:nth-child(odd)>dt{
	background-color: #f7f7f7;
	
}
.addRemot_con dl:nth-child(even)>dt{
	background-color: #eeeeee;
	
}
.addRemot_con dd{
	width: 86%;
	position: relative;
}
.addRemot_con dd>select{
	background-color: #fff!important;
}
.addRemot_con dd>input,
.addRemot_con dd>select,
.addRemot_con dd>textarea{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	resize: none;
	border: 0 none;
	outline: none;
	padding:0 6px; 
}
.addRemot_con dd>textarea{
	line-height: 30px!important;
}
.addRemot_con #pickfiles,
.addRemot_con #pick2files{
	text-decoration: underline;
}
/*提交和返回*/
.myvpd_index_body .tabs{
	position: relative;
}
.myvpd_index_body .btn_box1214{
	position: absolute;
	right: 0;
	top: 10px;
	
}
.myvpd_index_body .return_btn,
.myvpd_index_body .btn_submit{
	display: inline-block;
	font-size: .8em;
	width: 64px;
	height: 28px;

	border-radius: 2px;
	border:0 none;
	color: #fff;
	font-weight: normal;
}
.myvpd_index_body .btn_submit{
	background-color: #465aa7;
}
.myvpd_index_body .return_btn{
	background-color: #a6a6a6;
	line-height: 28px;
	text-align: center;
}
@media(max-width:768px){
	.myvpd_index_con .table_other td,
	.myvpd_index_con .table_other th{
		width: 100%!important;
	}
}
@media(max-width:414px){
	.addRemot_con dl>dd{
		border-right:0;
	}
	.myvpd_index_con .table_other td,
	.add_table_base h3,
	.add_table_base dt, .add_table_base dd,
	.addRemot_con dt, .addRemot_con dd
	{
		font-size: .9em;
	}
	.addRemot_con dt{
		width: 25%;
	}
	.addRemot_con dd{
		width: 75%;
	}
	.tablewidth36{
		width: 75%!important;
	}
	.myvpd_index_body .btn_box1214{
		position: static;
		margin:10px auto;
		text-align: center;
	}
	.addRemot_con dl dt.changebgc2{
		    background-color: #f7f7f7;
	}
	.addRemot_con dl dt.changebgc1{
		    background-color: #eeeeee;
	}
}
@media(max-width:320px){

	.myvpd_index_con .table_other td,
	.add_table_base h3,
	.add_table_base dt, .add_table_base dd,
	.addRemot_con dt, .addRemot_con dd
	{
		font-size: .85em;
	}
	.addRemot_con dt{
		width: 30%;
	}
	.addRemot_con dd{
		width: 70%;
	}
	.tablewidth36{
		width: 70%!important;
	}
	
}
/*=====================myvpd 新申请远程判读addRemotediagnose END==================*/
/*=====================myvpd 新申请核磁调试addMrgoon START==================*/
.addMrdebug_con dd,
.addMrdebug_con dt{
	float: left;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: .8em;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.addMrdebug_con dt {
     width: 14%; 
}
.addMrdebug_con dd {
    width: 86%;
    position: relative;
    border-right: 0 none;
}
.addMrdebug_con select,
.addMrdebug_con input {
    position: absolute;
    width: 100%!important;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    padding: 0 6px;
}
.addMrdebug_con select{
	background-color: #fff!important;
}
.addMrdebug_con dl:nth-child(odd)>dt {
    background-color: #f7f7f7;
}
.addMrdebug_con dl:nth-child(even)>dt {
    background-color: #eeeeee;
}
@media (max-width: 414px){
.addMrdebug_con dd, .addMrdebug_con dt{
	font-size: .9em;
}
.addMrdebug_con dt {
    width: 25%;
}
.addMrdebug_con dd {
    width: 75%;
}
}
@media (max-width: 320px){
.addMrdebug_con dd, .addMrdebug_con dt{
	    font-size: .85em;
}
.addMrdebug_con dt {
    width: 30%;
}
.addMrdebug_con dd {
    width: 70%;
}
}
/*=====================myvpd 新申请核磁调试addMrgoon  END==================*/
/*=====================myvpd 新申请软件操作培训addSofttrain START==================*/

.addsift_con dd,
.addsift_con dt{
	float: left;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: .8em;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.addsift_con dt {
     width: 14%; 
}

.addsift_con dd {
    width: 36%;
    position: relative;

}

.addsift_con dl dd:last-of-type{
    border-right: 0 none;
	
}
.addsift_con select{
	background-color: #fff!important;
}
.addsift_con select,
.addsift_con input {
    position: absolute;
    width: 100%!important;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    padding: 0 6px;
}
.addsift_con dl:nth-child(odd)>dt {
    background-color: #f7f7f7;
}
.addsift_con dl:nth-child(even)>dt {
    background-color: #eeeeee;
}
@media (max-width: 414px){
	.addsift_con dl dd{
    border-right: 0 none;
	
}
.addsift_con dd, .addsift_con dt{
	    font-size: .9em;
}
.addsift_con dt {
    width: 40%;
}
.addsift_con dd {
    width: 60%;
}
.addsift_con dl dt:nth-of-type(1) {
    background-color: #f7f7f7;
}
.addsift_con dl dt:nth-of-type(2) {
    background-color: #eeeeee;
}
}
@media (max-width: 320px){
.addsift_con dd, .addsift_con dt{
	    font-size: .85em;
}
.addsift_con dt {
    width: 42%;
}
.addsift_con dd {
    width: 58%;
}
}
/*=====================myvpd 新申请软件操作培训addSofttrain END==================*/
/*=====================myvpd 新申请判读培训addDiagnosetrain START==================*/

.addDiagn_con dd,
.addDiagn_con dt{
	float: left;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: .8em;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.addDiagn_con dt {
     width: 14%; 
}
.addDiagn_con dd {
    width: 36%;
    position: relative;

}
.addDiagn_con dl:first-child dd {
    width: 86%;
   

}

.addDiagn_con dl dd:last-of-type{
    border-right: 0 none;
	
}
.addDiagn_con select{
	background-color: #fff!important;
}
.addDiagn_con select,
.addDiagn_con input {
    position: absolute;
    width: 100%!important;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    padding: 0 6px;
}
.addDiagn_con dl:nth-child(odd)>dt {
    background-color: #f7f7f7;
}
.addDiagn_con dl:nth-child(even)>dt {
    background-color: #eeeeee;
}
@media (max-width: 768px){
	.addDiagn_con dt {
		width: 20%;
	}
	
	.addDiagn_con dd {
		width: 30%!important;
	}
	.addDiagn_con dl:first-child dd {
    width: 80%!important;
   }
}
@media (max-width: 414px){
	.addDiagn_con dl dd{
    border-right: 0 none;
	
}
.addDiagn_con dd, 
.addDiagn_con dt{
	font-size: .9em;
}
.addDiagn_con dt {
    width: 40%;
}
.addDiagn_con dd {
    width: 60%!important;
}
.addDiagn_con dl:first-child dd {
    width:60%!important;
   }
.addDiagn_con dl dt:nth-of-type(1) {
    background-color: #f7f7f7;
}
.addDiagn_con dl dt:nth-of-type(2) {
    background-color: #eeeeee;
}
}
@media (max-width: 320px){
.addDiagn_con dd, 
.addDiagn_con dt{
	    font-size: .85em;
}
.addDiagn_con dt {
    width: 42%;
}
.addDiagn_con dd {
    width: 58%!important;
}
.addDiagn_con dl:first-child dd {
    width:58%!important;
   }
}

/*=====================myvpd 新申请判读培训addDiagnosetrain END==================*/
/*=====================myvpd 新申请续机申请addMrgoon START==================*/
.addMrgoon_con dd,
.addMrgoon_con dt{
	float: left;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: .8em;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.addMrgoon_con dt {
     width: 14%; 
}
.addMrgoon_con dd {
    width: 36%;
    position: relative;

}

.addMrgoon_con dl dd:last-of-type{
    border-right: 0 none;
	
}
.addMrgoon_con select{
	background-color: #fff!important;
}
.addMrgoon_con select,
.addMrgoon_con input {
    position: absolute;
    width: 100%!important;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    padding: 0 6px;
}
.addMrgoon_con dl:nth-child(odd)>dt {
    background-color: #f7f7f7;
}
.addMrgoon_con dl:nth-child(even)>dt {
    background-color: #eeeeee;
}

@media (max-width: 414px){
	.addMrgoon_con dl dd{
    border-right: 0 none;
	
}
.addMrgoon_con dd, 
.addMrgoon_con dt{
	font-size: .9em;
}
.addMrgoon_con dt {
    width: 25%;
}
.addMrgoon_con dd {
    width: 75%!important;
}

.addMrgoon_con dl dt:nth-of-type(1) {
    background-color: #f7f7f7;
}
.addMrgoon_con dl dt:nth-of-type(2) {
    background-color: #eeeeee;
}
}
@media (max-width: 320px){
.addMrgoon_con dd, 
.addMrgoon_con dt{
	    font-size: .85em;
}
.addMrgoon_con dt {
    width: 30%;
}
.addMrgoon_con dd {
    width: 70%!important;
}

}


/*=====================myvpd 新申请续机申请addDiagnosetrain END==================*/
/*=====================myvpd detail START==================*/
.table_day h3{
	font-size: .8em;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
   background-color: #f5f5f5;
   border-bottom: 1px solid #ddd;
}
.table_day ul{
	width: 100%;
	
}
.table_day li{
	width: 25%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: .8em;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.table_day ul:nth-child(odd) {
    background-color: #f0f0f0;
}
.table_day ul.day_item1215:hover{
	    background-color: #f5f5f5;
}
@media(max-width:414px){
	.table_day h3,
	.table_day li  {
    font-size: .9em;
}

.table_day ul:first-of-type{
	display: none;
}

.table_day ul li{
	    width: 100%;
    display: block;
    text-align: left;
    border:0 none!important;
    border-bottom: 1px dashed #ddd!important;
    padding-left: 100px!important;
    position: relative;
}
.table_day ul li:last-child{
	 border-bottom: 1px solid #ddd!important;
}
.table_day ul li:nth-child(1):before,
.table_day ul li:nth-child(2):before,
.table_day ul li:nth-child(3):before,
.table_day ul li:nth-child(4):before{
		color: #999;
		position: absolute;
		left: 14px;
}
.table_day ul li:nth-child(1):before{
	content:"时间：";

}
.table_day ul li:nth-child(2):before{
	content:"时间：";

}
.table_day ul li:nth-child(3):before{
	content:"处理人：";

}
.table_day ul li:nth-child(4):before{
	content:"处理意见：";

}

}
/*=====================myvpd detail END==================*/


/*=====================招贤纳士列表页 job-index  START==================*/
.job_banner_box{
	position: relative;
}
.job_banner_box h1{
	    color: #fff;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    font-weight: normal;
    font-size: 40px;
    width: 100%;
    text-align: center;
}
@media (max-width: 767px){
	.job_banner_box h1{
		  font-size: 24px;
	}
}

.job_banner{
	width: 100%;
}
/*列表*/
.job_con .job_list{
	background-color: #fff;
	padding-bottom: 100px;
}
.job_con .job_list li{
	margin-top: 60px;
	margin-bottom: 20px;
}
.job_list li:hover h3>a{
	text-decoration: underline;
	color: #f29300;
}
.job_list li:hover p>a{

	color: #f29300;
}
.job_list li:hover .bgi1{
		background-image: url(../images/job_icon11.png);	
}
.job_list li:hover .bgi2{
		background-image: url(../images/job_icon21.png);	
}
.job_list li:hover .bgi3{
		background-image: url(../images/job_icon31.png);	
}
.job_list li:hover .bgi4{
		background-image: url(../images/job_icon41.png);	
}
.job_list li:hover .bgi5{
		background-image: url(../images/job_icon51.png);	
}
.job_list li>span{
	display: block;
	width: 103px;
	height: 118px;
	margin: 0 auto;
}
.job_list li>.bgi1{
	background-image: url(../images/job_icon1.png);	
}
.job_list li>.bgi2{
	background-image: url(../images/job_icon2.png);	
}
.job_list li>.bgi3{
	background-image: url(../images/job_icon3.png);	
}
.job_list li>.bgi4{
	background-image: url(../images/job_icon4.png);	
}
.job_list li>.bgi5{
	background-image: url(../images/job_icon5.png);	
}
.job_list li>h3{
	text-align: center;
	font-size: 18px;
	color: #444444;
	line-height: 50px;
	margin: 8px 0;
}
.job_list li>p{
	width: 88%;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin: 0 auto;
}
.job_list li>p>a{
	color: #465aa7;
}
/*--热门文章，最新发布--*/
.job_con .job_other{
	background-color:#eeeeee ;
	padding-top: 80px;
	padding-bottom: 70px;
}
.job_other h4{
	font-size: 19px;
	line-height: 46px;
	color: #444444;
}
.job_other ul{
	margin-bottom: 30px;
}
.job_other li{
	font-size: 14px;
	line-height: 32px;
	color: #666666;
	    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job_other li::before{
	content: url(../images/circle_icon.png);
	position: absolute;
	left: 0px;
}
/*=====================招贤纳士列表页 job-index  END==================*/
/*=====================招贤纳士详情页  START==================*/
.job_detail .tc-main{
	padding-top: 50px;
}
.job_detail_duty,
.job_detail_require,
.job_detail_other{
	margin-bottom: 20px;
}
.job_detail_duty>p:first-child,
.job_detail_require>p:first-child,
.job_detail_other>p:first-child{
	font-size: 16px;
}
.job_detail_duty>p,
.job_detail_require>p,
.job_detail_other>p{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 5px;
}
.job_detail .needmargin{
	margin-left: 15px;
}
/*=====================招贤纳士详情页  END==================*/
	.mouse_hoverB:hover{
		color: #4240fe;
	}	
	.mouse_hoverR:hover{
		color: #e63750;
	}
	.mouse_hoverO:hover{
		color: #f29300;
		text-decoration: underline;
	}	