﻿.main {
 background: url(/Content/Areas/Departments/images/depBg.png) no-repeat center bottom;
 margin: 0;
 padding-bottom: 210px;
}

.main_content>div {
 margin-top: 20px;
 color: #D3413D;
}

.wrap_main>.linkmap {
 display: none;
}

.site_bannername .linkmap {
 color: #fff;
 background: none;
 text-align: right;
}

.site_bannername .linkmap a {
 color: #fff;
}

.guide_title {
 font-size: 20px;
 color: #D3413D;
 margin-bottom: 10px;
}

.top p {
 line-height: 26px;
}

.foot {
 line-height: 26px;
}

.content table {
 width: 100%;
}

.content table td {
 padding: 15px 15px;
 color: #666;
}

.content table tr:nth-child(1) td {
 background: #D3413D;
 color: #fff;
 font-weight: bold;
 font-size: 16px;
 text-align: center;
}

.search ul {
 display: flex;
 justify-content: flex-start;
 align-items: center;
}

select#diseaseSymptomIddropdown {
 background: #FFFFFF;
 border: 1px solid #000;
 opacity: 0.7;
 width: 100%;
 height: 35px;
 padding: 0 10px;
 font-size: 16px;
 color: #000;
 margin-right: 45px;
}

select#diseaseSymptomDetailIddropdown {
 background: #FFFFFF;
 border: 1px solid #000;
 opacity: 0.7;
 width: 425px;
 height: 35px;
 padding: 0 10px;
 font-size: 16px;
 color: #000;
 margin-right: 45px;
}

.search ul li span {
 font-size: 18px;
}

.search ul li {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 width: 50%;
}

input.search_btn1 {
 width: 35px;
 height: 35px;
 border: none;
 border-radius: 50%;
 background: #D3413D url(/Content/Areas/Hospitals/images/Main/searchIndex.png) center no-repeat;
 opacity: 0.8;
 cursor: pointer;
}

input.search_btn1:hover {
 opacity: 1;
}

.content table td a {
 color: #fff;
 background: #D3413D;
 padding: 5px 5px;
 display: block;
 text-align: center;
 border-radius: 3px;
 margin: 10px 0;
}

.content table td a:hover {
 color: #fff;
 background: #D97E7C;
} 