﻿@charset "utf-8";
/* 弹窗提示 */
.bgloginbox{
	display:none;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    background-color: #333;
    filter:alpha(opacity=40);
    background-color:rgba(0,0,0,0.4);
    z-index:99;
    text-align: left;
}
.bgloginbox .loginbox{
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -400px;
    width: 810px;
    height: 400px;
    background: #FFF;
    border-radius: 5px;
    padding:20px 30px;
    font-size: 22px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bgloginbox .loginbox .openclose{
    height: 30px;
}
.bgloginbox .loginbox span{
    float: right;
    cursor: pointer;
}
.bgloginbox .loginbox p{
    line-height: 34px;
    color: #333;
    font-weight: bold;
    margin:0;
}
.bgloginbox .loginbox p.tips{
    margin-bottom: 10px;
}
.bgloginbox .loginbox .loginbar{
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #bdbdbd;
    margin:60px auto 0 auto;
    cursor: pointer;
    display:block;
    color:#333;
    text-decoration:none;
}
/* 信件列表页 ----------------------------------------------------- */
.letterPageList th{
    height:40px;
    line-height:40px;
    font-size:14px;
    font-weight:bold;
    color:#3269B8;
    background:#EDF2F9;
}
.letterPageList td{
    padding:7px 5px;
}
/* 侧栏信件统计 */
#sideStatistics {
    margin-bottom: 0
}
#sideStatistics .hd {
    padding-bottom: 0;
}
.sideStatisticsTable {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    margin-top: -1px;
}
.sideStatisticsTable th,
.sideStatisticsTable td {
    border: 1px solid #ECECEC;
    text-align: center;
    width: 20%;
}
.sideStatisticsTable th {
    background: #EFF4F7
}
.sideStatisticsTable .dept {
    width: auto;
}
.sideStatisticsTable tbody tr:nth-child(2n) td {
    background: #f8f8f8
}
/* 搜索+写信 */
.petionSearch {
    overflow: hidden;
    margin-bottom: 20px;
}
.petionSearch .searchBox {
    height: 60px;
}
.petionSearch .searchBox .hd {
    height: 36px;
    line-height: 36px;
    padding: 12px 20px 12px 70px;
    float: left;
    _display: inline;
    font-size: 16px;
    color: #333;
    background: url(../img/Petition-icons.png) 19px -151px no-repeat;
}
.petionSearch .searchBox .bd {
    float: left;
    _display: inline;
    padding: 7px 0px 0px 0px;
}
.petionSearch .department{
    display:none;
}
.petionSearch .searchBox .keyword {
    width: 220px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 11px;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
    float: left;
    _display: inline;
    margin-right:20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.petionSearch .searchBox .searchsubmit {
    width: 80px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3269B8;
    border: none;
    float: left;
    _display: inline;
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; 
}
.petionSearch .searchBox .searchsubmit:hover {
    background: #1850a0;
}
.petionSearch .write {
    float: right;
    _display: inline;
    height: 48px;
    line-height: 48px;
}
.petionSearch .write a {
    display: block;
    width: 139px;
    background: #F8A648;
    height: 48px;
    overflow: hidden;
    padding-left: 30px;
    color: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.petionSearch .write a i {
    width: 22px;
    height: 60px;
    float: left;
    _display: inline;
    margin-right: 13px;
    background: url(../img/Petition-icons.png) 0px 14px no-repeat;
    transition: all .5s;
}
.petionSearch .write a:hover {
    background: #f79424;
}
.petionSearch .write a span {
    float: left;
    _display: inline;
    font-size: 17px;
}
.petionSearch .write a:hover {
    text-decoration: none;
}
/* 信访须知 */
#notice {
    background: url(../img/bgLetter.png) 50% 0px no-repeat;
    padding: 30px 60px 80px 60px;
    margin-top: 20px;
}
#notice h3 {
    font-size: 30px;
    color: #0d6ec8;
    text-align: center;
    font-weight:bold;
    line-height: 57px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left:20px;
}
#notice .info {
    font-size: 14px;
    width: 900px;
    margin: 0 auto;
    height: 410px;
    overflow-y: auto;
    line-height: 28px;
    padding: 0 10px;
}
#notice .info p {
    padding: 6px 0px;
}
#notice .center {
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
}
#notice .yesBtn,
#notice .noBtn {
    background: #efc26b;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    padding:0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#notice .noBtn {
    background: #025caf;
    color: #fff;
    margin-left: 20px;
}
/* 写信内容 */
.onlineplForm .hd {
    overflow:hidden;
    height: 50px;
    line-height: 50px;
    text-align:  center;
    margin-top: 10px;
}
.onlineplForm .hd h3 {
    text-align: center;
    color: #0d6ec8;
    font-size: 18px;
    display: inline;
}
.onlineplForm .hd .tips {
    /* float: left; */
    padding-left: 20px;
    color: #999;
}
.onlineplForm .bd {
    padding: 20px 0px;
}
.onlineplForm .bottombt {
    overflow: hidden;
    text-align: center;
    padding:20px 0;
}
.onlineplForm .bottombt .inputbutton,
.onlineplForm .bottombt .restButton {
    background: #efc26b;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 44px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.onlineplForm .bottombt .restButton {
    background: #025caf;
    color: #fff;
}
.PetitionLetterTable {
    width: 100%;
    font-size:16px;
}
.PetitionLetterTable td {
    line-height: 24px;
    padding: 8px 5px;
    vertical-align: middle;
}
.PetitionLetterTable td .field-validation-error {
    color: #ff0000;
}
.PetitionLetterTable td.tdlab {
    width: 20%;
    text-align: right;
}
.PetitionLetterTable td input[type="text"] {
    width: 681px;
    border: #ddd solid 1px;
    color: #36C;
    height: 20px;
    line-height:20px;
    overflow: hidden;
    padding:10px;
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; 
}
.PetitionLetterTable td label.radio {
    float: left;
    _display: inline;
    margin-right: 15px;
}
.PetitionLetterTable td label.radio input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.PetitionLetterTable td #Contacts, .PetitionLetterTable td #ContactInformation, .PetitionLetterTable td #ExtendContentObject_Profession {
    width: 230px;
}
.PetitionLetterTable td textarea[name=Content] {
    width: 686px;
    padding:10px;
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; 
    border:1px solid #ddd;
}
.PetitionLetterTable td select {
    height: 30px;
    line-height: 30px;
    border:1px solid #ddd;
}
.PetitionLetterTable .codeinp {
    float: none;
    overflow: hidden;
}
.PetitionLetterTable td .codeinp input {
    width: 120px;
    margin-right: 10px;
}
.PetitionLetterTable td .codeinp img {
    height: 28px;
    width: auto;
}
#sideStatistics .bd { background-color:#fff; font-size:14px; padding:0;}
#sideStatistics .bd li { border-top: 1px solid #ECECEC; text-align:center; height:32px; line-height:32px; overflow:hidden;}
#sideStatistics .bd li span { overflow:hidden;}
#sideStatistics .bd li label {padding:0 20px;border-right:1px solid #ECECEC;text-align:center;float: left;}
