﻿@charset "utf-8";
/* CSS Document */
.tabDiv { line-height:26px; min-height: 26px;}
.ypselect_top {width:740px!important;float:left;}
/*大分类*/
.ypselect_top .top_title { margin-bottom:4px; padding: 0; margin:10px 0 10px 0px; }
.ypselect_top .top_title li.currentLetter{font-size: 14px;}
.ypselect_top ul { zoom:1; overflow:hidden;}
.ypselect_top li { width:75px; height:26px }
.ypselect_top li a { margin:0 5px 0 0 }
.ypselect_top li { float:left; line-height:24px;  margin:0 0px 4px 0;}
.ypselect_top li a { color:#686868; display: block; border:1px solid #E2E2E2; text-align:center; zoom: 1; height:24px;}
.ypselect_top  li.currentLetter a,.ypselect_top li a:hover{ color:#00968e;border-color:#00968e; font-weight:bold;}
/*药品价格查询*/
ul.MedicareGrade li {
  display: none;
}
ul.MedicareGrade li:nth-child(3) {
  display: block;
}
ul.MedicareGrade li:nth-child(7) {
  display: block;
}
.ypselect_left{width:700px;float:right;overflow:hidden;padding:5px 15px;border:1px solid #DDD; margin:10px 0 0 0px; background:#eafbfa; margin-left:0!important;}
.ypselect_left h2{line-height:30px;font-size:14px; color:#00968e; height:30px; float:left; width:120px;}
.ypselect_left ul{ width:580px; float:left; line-height:26px;}
.ypselect_left ul li{ width:40%; float:left;}
.ypselect_left #selectname{ width:150px; height:20px; line-height:20px; display:inline; padding:0 5px;}
.ypselect_left .button{background:#00968e;color:#FFF;border:none; height:22px; line-height:22px; padding:0 5px; display:inline;}
.ypselect_left .button:hover{ background:#006862}

.top_title li { border-right:1px solid #ccc!important; padding:0 10px; width:auto!important; height:22px!important;}
.top_title li a{border:none!important;}

/*表格*/
.cliniclist2{ width:100%; border-top:solid 1px #d9d9d9; border-right:solid 1px #d9d9d9}
.cliniclist2 th{ background:#c1e6e4;  color: #00968e;}
.cliniclist2 th,.cliniclist2 td{ padding:5px 2px; }
a.out_detail{
   display: block;
 border: 1px solid #ddd;
 border-radius: 20px;
 height: 20px;
 line-height: 20px;
 padding: 0px 5px;
 background: #00968e;
 color: #ffff;
}

/*=======================================longw============================*/
.select_message{ background:#f7f7f7;border:1px #DFE0D8 solid; padding:10px;}
.select_message h2{ height:30px; line-height:30px; font-size:14px; color:#00968e; margin:0 0 10px 0px;}
.select_message li { line-height:22px; margin-bottom:5px; }
/*=======================================end============================*/

.cliniclist2 td{position: relative;cursor: pointer;}
.cliniclist2 td span{position: absolute;top: 26px;left: 20px;display: block;padding: 2px 10px; background:#c1e6e4;z-index: 9; border:1px solid #ccc;}

@media only screen and (max-width:750px){
	.ypselect_top{ width:62%;}
	.ypselect_top .fycmp{ display:none}
	.ypselect_top .top_title li{ width:auto;}
	.ypselect_top li a{ padding:0 10px;}
 .ypselect_top li { width:89px; height:26px }
	.footer{ display:none}
}  