﻿/*部门列表页*/
.city_straight,
.government{
    width: 100%;
    height: auto;
    position: relative;
    margin:20px 0;
    padding-left:90px;
    overflow: hidden;
}
.city_straight p,
.government p{
    width: 90px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
}
.city_straight ul,
.government ul{
    width: 100%;
    height: auto;
    border-left: 2px solid #00acec;
    overflow: hidden;
    min-height: 30px;
}
.city_straight ul li,
.government ul li{
    width: 220px;
    height: 30px;
    line-height: 30px;
    margin:10px 10px 10px;
    float: left;
    background:#e5f7fd;
    text-align: center;
    cursor: pointer;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.city_straight ul li:hover,
.government ul li:hover{
    background:#00acec;
    color: #ffffff;
}
.city_straight ul li.active,
.government ul li.active{
    background:#00acec;
    color: #ffffff;
}
.city_straight ul li.no-data,
.government ul li.no-data{
    background:#e5f7fd;
    color: #999999;
}
.government ul.government_list{
    height: 30px;
}
.depart_list{
    min-height: 300px;
}
/*信件列表*/
.content-mid .search-sort {
    padding: 18px 24px;
    position: relative;
}
.content-mid .search-sort label{
    line-height: 34px;
}
.content-mid .search-sort button {
    width: 60px;
    height: 34px;
    color: #ffffff;
    margin-right:16px;
}
.letter-table-box{
    width:100%;
    min-height:520px;
    padding:0 29px;
}
.letter-table{
    width: 1000px;
    margin:0 auto;
    border:1px solid #f0f0f0;
}
.letter-table thead th{
    height: 8px;
    background:#f0f0f0;
}

.letter-table tbody td{
    border-left:0;
    border-right: 0;
    height: 48px;
    padding:0 15px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.letter-table tbody td.live-onloading,
.letter-table tbody td.live-noData{
    text-align: center;
}
.letter-table tbody td a{
    color: #333333;
    display: block;
    width:550px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.letter-table tbody td a:hover{
    color:#00acec;
}
.letter-table tbody td i{
    color: #02aceb;
    font-size: 14px;
    margin-right: 5px;
}
.letter-table tbody td i.waiting{
    color: #eb6100;
}
/*写信页面*/
.explain-box{
    color: #666666;
    padding:10px 60px;
    background:#f7f7f7;
}
.explain-box li{
    line-height: 24px;
}
.checkbox-wrap,
.radiobox-wrap{
    margin-top: 6px;
    vertical-align: middle;
    margin-right: 6px;
}
.checkbox-label{
    line-height: 26px;
}
/*写信成功弹窗*/
.screen-mask{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.2);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
/*.popup-box{
	width: 700px;
	height: 270px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -135px 0 0 -350px;
	background:#ffffff;
	border-radius: 6px;
	overflow: hidden;
	display: none;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15)
}*/
.popup-box .title{
    padding:12px 30px;
    font-size: 16px;
    color: #ffffff;
}
.popup-box .title i.close{
    float: right;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}
.popup-box .success_msg{
    padding:50px 40px 30px 200px;
    background:url(../images/letter_icon.png) 90px 50px no-repeat;
}
.popup-box .success_msg p{
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}
.popup-box .success_msg p span.search_code{
    color: #80c269;
}
.popup-box .success_msg p:last-child{
    font-size: 14px;
    color: #999999;
}
.popup-box .button_item{
    text-align: center;
}
.popup-box .button_item button{
    width: 90px;
    height: 30px;
    margin:0 40px;
    border-radius: 4px;
    border:1px solid #1db3e2;
    background-color: transparent;
    color:#1db3e2;
}
.popup-box .button_item button:last-child{
    background: #1db3e2;
    color: #ffffff;
}
/*信件详情页*/
.border-bottom{
    border-bottom: 1px solid #f0f0f0;
}
.explain{
    height: 90px;
    padding:21px 25px;
    font-size: 14px;
    background-color: #f8f7f7;
}
.detail_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left:20px;
    padding-bottom: 20px;
    min-height: 300px;
}
.detail_box .detail_top{
    width: 100%;
    height: 61px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.detail_box .letter_info{
    width: 100%;
    height: 51px;
    line-height: 50px;
}
.detail_box .tab_name{
    width: 106px;
    text-align: center;
    font-size: 16px;
    min-height: 50px;
}
.detail_box .letter_info>p{
    width: 400px;
    font-size: 14px;
}
.detail_box .letter_content{
    height: auto;
    padding:20px 0;
    overflow: hidden;
}
.detail_box .letter_content>p{
    width: 930px;
}
.detail_box .query_code_box{
    padding:60px 0;
}
.detail_box .query_code{
    width: 340px;
    height: 34px;
    margin:0 auto;
}
.detail_box .query_code input{
    width: 260px;
    height: 34px;
    border:1px solid #f0f0f0;
    border-right: 0;
    padding:5px;
}
.detail_box .query_code button{
    width: 80px;
    height: 34px;
    background:#1db3e2;
    font-size: 14px;
    color: #ffffff;
}
.detail_box .research_box{
    padding:10px 0;
    overflow: hidden;
}
.detail_box .research_box .research{
    width: 910px;
    height: auto;
}
.detail_box .research_box .research label{
    padding:0;
    line-height: 36px;
}
.detail_box .research_box .research .form>label{
    width: 22%;
    float: left;
}
.detail_box .research_box .research .form>div{
    width: 28%;
    line-height: 36px;
}
.detail_box .research_box .research .form>div.textarea{
    width: 78%;
}
.detail_box .research_box .research .form>div.textarea textarea{
    width: 100%;
    height: 60px;
    resize: none;
    line-height: 1;
    padding:5px;
}
.detail_box .research_box .research .radiobox-wrap .rad-box{
    border:1px solid #7ecef4
}
.detail_box .research_box .research .radiobox-wrap input:checked+.rad-box:before{
    background: #7ecef4;
    width: 14px;
    height: 14px;
    border-radius: 7px;
}
.detail_box .research_box .research .research_submit{
    width: 90px;
    height: 30px;
    border-radius: 4px;
    background:#1db3e2;
    margin:0 auto;
    color: #ffffff;
    display: block;
}

/* 适老化 */
.oldModel .letter-table thead th {
    height: 50px !important;
    font-size: 24px;
}
.oldModel .letter-table tbody td a {
    height: 45px;
    line-height: 45px;
}
.oldModel .letter-table tbody td {
    font-size: 24px;
}