﻿@charset "utf-8";
/* 信件列表页 ----------------------------------------------------- */
.petitionListPage .mHd h3 {
    float: left;
}
.petitionListPage .mHd .searchtitle {
    float: left;
    padding-left: 20px;
}
.petitionListPage .mBd .page li {
    float: left;
}
.petitionListPage .path .fontcolor {
    color: red;
}
/* 侧栏信箱回复统计 */
#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;
    text-align: center;
    margin: 0 auto 30px;
    vertical-align: top;
}
.petionSearch .searchBox {
    height: 40px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.petionSearch .searchBox .hd {
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    float: left;
    font-size: 16px;
    color: #333;
}
.petionSearch .searchBox .bd {
    height: 40px;
    float: left;
}
.petionSearch .searchBox .department {
    display: none;
    width: auto;
    height: 36px;
    line-height: 24px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    float: left;
}
.petionSearch .searchBox .keyword {
    width: 280px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 5px 0px 5px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    float: left;
    border-radius: 4px 0 0 4px;
}
.petionSearch .searchBox .searchsubmit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #0371D2;
    border: none;
    float: left;
    font-weight: bold;
    border-radius: 0 4px 4px 0;
}
.petionSearch .searchBox .searchsubmit:hover {
    background: #0163b8;
}
.petionSearch .btn-box{
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
}
.petionSearch .btn-box a{
    display: inline-block;
    padding: 0 18px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: white;
    background-color: #FF9027;
    border-radius: 4px;
}
.petionSearch .btn-box a:hover{
    text-decoration: none;
    background-color: #ec7e16;
}

/* 信访须知 */
#notice {
    background: url(../img/bgletter.jpg) 50% 0px no-repeat #f2f2f2;
    min-height: 500px;
    padding: 50px 140px 80px 170px;
}
#notice h3 {
    font-size: 35px;
    color: #0371D2;
    text-align: center;
    line-height: 52px;
    margin-bottom: 40px;
}
#notice .info {
    font-size: 14px;
    line-height: 28px;
    height: 325px;
    overflow-y: auto;
}
#notice .info p {
    padding: 6px 0px;
}
#notice .center {
    overflow: hidden;
    height: 40px;
    text-align: center;
    padding-top: 50px;
}
#notice .yesBtn {
    background: #0371D2;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    width: 166px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
}
#notice .noBtn {
    background: #d3d3d3;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 75px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #555
}
/* 写信内容 */
.onlineplForm .hd {
    position: relative;
    z-index: 1;
    height: 44px;
    line-height: 44px;
    
}
.onlineplForm .hd::after{
    content: "";
    display: block;
    padding-top: 17px;
    height: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    background:  url(../../base/img/box-hd-icon-2.png) left 17px repeat-x;
}
.onlineplForm .hd h3{
    position: relative;
    z-index: 2;
    float: left;
    padding-right: 18px;
    padding-left: 12px;
    font-size: 26px;
    color: #0371D2;
    background: #fff url(../../base/img/ind-hd-bg.png) left top no-repeat;
}
.onlineplForm .hd .tips {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #0371D2;
    font-size: 12px;
}
.onlineplForm .bd {
    padding: 30px 0px
}
.onlineplForm .bottombt {
    overflow: hidden;
    height: 40px;
    text-align: center;
}
.onlineplForm .bottombt .inputbutton {
    background: #1C559D;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    width: 166px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff
}
.inputbuttonsubmit {
    background: #1C559D;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    width: 166px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff
}
.onlineplForm .bottombt .restButton {
    background: #d3d3d3;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 75px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #555
}
.PetitionLetterTable {
    width: 100%
}
.PetitionLetterTable td {
    line-height: 24px;
    padding: 8px 5px;
    vertical-align: top;
}
.PetitionLetterTable td .field-validation-error {
    display: block;
    color: #ff0000;
}
.PetitionLetterTable td.tdlab {
    width: 130px;
    text-align: right;
}
.PetitionLetterTable td input[type="text"] {
    width: 80%;
    border: #ccc solid 1px;
    height: 20px;
    overflow: hidden;
    padding: 5px;
}
.detailTable td input[type="text"] {
    width: 80%;
    border: #ccc solid 1px;
    color: #333;
    height: 20px;
    overflow: hidden;
    padding: 5px;
}
.PetitionLetterTable td label.radio {
    float: left;
    *display: inline;
    margin-right: 15px;
}
.detailTable 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: 80%;
    line-height:22px;
}
.PetitionLetterTable input[type="text"]:focus,
.PetitionLetterTable textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.PetitionLetterTable td select {
    height: 24px;
    line-height: 24px;
}
.PetitionLetterTable .codeinp {
    float: none;
    overflow: hidden;
}
.PetitionLetterTable td .codeinp input {
    width: 120px;
    margin-right: 10px;
}
.PetitionLetterTable td .codeinp img {
    height: 28px;
    width: auto;
}
/*时间选择 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*时间选择左右箭头定义*/
.dropdown-menu {
    max-height: 315px;
    overflow-y: auto;
}
.dropdown-menu .menu-search {
    display: inline-block;
    width: 75%;
    margin-left: 5px;
}

/* boxA-petition */
.boxA-petition {
    margin-bottom: 20px;
}
.boxA-petition .hd h3 {
    position: relative;
    float: left;
    line-height: 37px;
}
.boxA-petition .hd ul {
    float: left;
    position: relative;
    margin-right: 6px;
}
.boxA-petition .hd .write,
.boxA-petition .hd .select {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    color: #fff;
    float: right;
    background: #79b2e2;
    margin-top: 7px;
    margin-left: 5px;
}
.boxA-petition .hd .write a,
.boxA-petition .hd .select a {
    display: block;
    float: left;
    padding: 0px 20px 0px 12px;
    color: #fff;
}
.boxA-petition .hd .write a i,
.boxA-petition .hd .select a i {
    width: 20px;
    height: 28px;
    float: left;
    margin-right: 5px;
    background: url(../../interaction/img/interaction-icons.png) 0px -999px no-repeat;
    transition: all .5s;
}
.boxA-petition .hd .write a:hover i,
.boxA-petition .hd .select a:hover i {
    transform: rotateY(180deg);
}
.boxA-petition .hd .select {
    background: #e6954e
}
.boxA-petition .hd .select a i {
    background-position: 0px -1123px;
}
.boxA-petition .bd {
    overflow: hidden;
    clear: both;
    padding: 1px 0px 0px;
}