﻿
/*  医院信箱  */
.font_16red{ color:#FF0000; font-size:16px; font-weight:bold;}
.input_1 {
    height: 24px;
    border: solid 1px #859FB4;
    color: #000;
}
.input_2 {
    border: solid 1px #859FB4;
    width:90%;
    color: #000;
}
.table {
	border-collapse:collapse;
	text-align:left;
}

.table td{    
	border-bottom:1px solid #efefef;
	height:15px;
	padding:5px;
	background:#FFFfff;
	font-size:12px;
}
.font_red{ color:#FF0000}



/*  留言板 & 寻医问药  */
.ly_title {
    width:100%; height:30px; line-height:30px;
    font-size:14px;
    font-family: "宋体",Tahoma;
}
.ly_title_l, .ly_title_r {
    float:left; 
    width:50%;
    border:0;
    margin:0;
    padding:0;
    font-weight:500;
}
.ly_title_l {
    text-align:left;
}
.ly_title_r {
    text-align:right;
}

.ly_ask {
    width:100%; 
    background-color:#EBEBEB;
    height:auto;
    font-size:14px;
    font-family: "宋体",Tahoma;
    padding:5px 0;
    margin:5px 0;
}
.fa-dot-circle-o:before {
    content: "\f192";
}
#mess_tubi {
    color: #1296db;
    margin: 0 10px 0 3px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ly_answer {
    width:100%;
    height:auto;
    font-size:14px;
    font-family: "宋体",Tahoma;
    border-bottom: 1px dashed #cccccc;
    padding-bottom:8px;
}
.dv_clear {
    width:100%;
    clear:both;
    display:inline-block;
}
.h_10 {
    height:20px;
}


#msg {
    width: 600px;
    padding-left: 80px;
}
.msg_tit {
    margin: 20px 0 20px 0;
    border-bottom: 1px solid #666;
}
.msg_tit h4 {
    color: #1296db;
    font-size: 24px;
    line-height:40px;
}
.msg_tit span {
    font-size: 14px;
}
.leirong p {
    line-height: 35px;
    margin: 0 0 20px 0;
}
.liuyan_b {
    height: 35px;
    padding-left: 10px;
    border:1px solid #ccc;
}
.anniu_u {
    width: 150px;
    height: 30px;
    border: 1px solid #54b5e7;
    color: #FFF;
    background-color: #28a4ed;
}
.input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}





