﻿@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;
    margin:20px 0 10px;
}
.petionsearch .searchbox {
    float: right;
    *display: inline;
    height: 60px;
    width: 440px;
}
.petionsearch .searchbox .hd {
    height: 36px;
    line-height: 36px;
    padding: 12px 0 12px 59px;
    float: left;
    *display: inline;
    font-size: 16px;
    color: #333;
    background: url(/uploads/image/cnpimg/petition-icons.png) 19px -151px no-repeat;
}
.petionsearch .searchbox .bd {
    height: 36px;
    width: 300px;
    float: right;
    *display: inline;
    padding: 12px 0px 0px 0px;
}
.petionsearch .searchbox .department {
    width: 95px;
    height: 36px;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 0px 5px 15px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    float: left;
    display: none;
}
.petionsearch .searchbox .keyword {
    width: 200px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 0px 5px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    float: left;
    *display: inline;
}
.petionsearch .searchbox .searchsubmit {
    width: 84px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #ff9d44;
    border: none;
    float: left;
    *display: inline;
    font-weight: bold;
}
.petionsearch .searchbox .searchsubmit:hover {
    background: #bf5b00;
}
.petionsearch .write {
    float: left;
    *display: inline;
    height: 50px;
    line-height: 50px;
}
.petionsearch .write a {
    display: block;
    width: 139px;
    background: #197716;
    height: 50px;
    overflow: hidden;
    padding-left: 20px;
    color: #fff;
}
.petionsearch .write a i {
    width: 22px;
    height: 60px;
    float: left;
    *display: inline;
    margin-right: 13px;
    background: url(/uploads/image/cnpimg/petition-icons.png) 0px 14px no-repeat;
    transition: all .5s;
}
.petionsearch .write a:hover {
    background: #0797b6;
}
.petionsearch .write a span {
    float: left;
    *display: inline;
    font-size: 17px;
}
.petionsearch .write a:hover {
    text-decoration: none;
}
.petionsearch .write a:hover i {
    transform: rotatey(180deg);
}
/* 信访须知 */
#notice {
    background: url(/uploads/image/cnpimg/bgletter.jpg) 50% 0px no-repeat #f2f2f2;
    min-height: 500px;
    padding: 50px 140px 80px 170px;
}
#notice h3 {
    font-size: 35px;
    color: #197716;
    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: #197716;
    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{margin-top: 20px;}
.onlineplform .hd {
    height: 40px;
    border-bottom: 2px solid #146ac1;
}
.onlineplform .hd h3 {
    width: 138px;
    float: left;
    *display: inline;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #146ac1;
    color: #fff;
    font-size: 16px;
}
.onlineplform .hd .tips {
    float: left;
    *display: inline;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #146ac1;
    font-size: 12px;
}
.onlineplform .bd {
    padding: 30px 0px
}
.onlineplform .bottombt {
    overflow: hidden;
    height: 40px;
    text-align: center;
}
.onlineplform .bottombt .inputbutton {
    background: #146ac1;
    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: #146ac1;
    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: middle;
}
.petitionlettertable td .field-validation-error {
    color: #ff0000;
}
.petitionlettertable td.tdlab {
    width: 130px;
    text-align: right;
}
.petitionlettertable td input[type="text"] {
    width: 681px;
    border: #ccc solid 1px;
    height: 20px;
    overflow: hidden;
    padding: 5px 0px 5px 5px;
}
.detailtable td input[type="text"] {
    width: 681px;
    border: #ccc solid 1px;
    color: #36c;
    height: 20px;
    overflow: hidden;
    padding: 5px 0px 5px 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: 686px;
}
.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;
}
.upload-single {
    width: 220px;
}
.upload-single .upload-pick {
    margin-top: 40px
}
.upload-single .upload-file-area {
    background: #fff;
    min-height: 100px;
    border: 2px dashed #ccc;
}
.upload-single .upload-pick:hover .webuploader-pick,
.upload-single .webuploader-pick-hover {
    background: #077bd4
}
.upload-single .webuploader-pick {
    width: 50%;
    background: #aaa;
    height: 30px;
    line-height: 30px;
}
.upload-multi {
    width: 400px;
}
.upload-multi .upload-file-area {
    background: #fff;
    min-height: 100px;
    border: 2px dashed #ccc;
}
.upload-multi .webuploader-pick {
    width: 50%;
    background: #aaa;
    height: 30px;
    line-height: 30px;
}


/*信访-内容页*/
.petitioncon{margin-top: 20px;}

/* 信件列表 */
table{border-spacing:0;}
.letterlist{width:100%; border:none;}
.letterlist th,.letterlist td{padding:5px 5px;;font-size:16px; line-height:36px; text-align:center; vertical-align:middle; }
.letterlist th{background:#eff4f7;}
.letterlist th{height:35px; padding:0; line-height:35px; color:#197716; border-bottom:1px solid #e1ede1;}
.letterlist th.title{padding-left:38px;text-align:left; }
.letterlist .even td{background:#f4f4f2;}
.letterlist .num{display:none;}
.letterlist td.title{padding-left:10px; text-align:left; white-space:normal; word-break:break-all;}
.letterlist .ico{width:30px; padding:0;;text-align:center; vertical-align:middle; }
.letterlist .ico img{vertical-align:middle;}
.letterlist .number{width: 120px;}
.letterlist .dep{width:120px;}
.letterlist .state{width:90px;}
.letterlist .clicks{width: 90px;}
.letterlist .open,.letterlist .handle{display:none;}
.letterlist .state .s0{color:#333;}
.letterlist .state .s1{color:#f70;}
.letterlist .state .s2{color:#f00;}
.letterlist .state .s3{color:#390;}
.letterlist .state .s4{text-decoration:line-through;color:#333; }
.letterlist .date{width:90px;border-right:none; }
.letterlist td.number{color: #666;}
.letterlist td.date{color:#999;}

/*侧栏-热点推荐*/
#sidermph{overflow: hidden;border: #e3e3e3 1px solid;border-top: #197716 2px solid;padding: 10px 0 30px;background: #fff;margin: 20px 0;}
#sidermph .hd{height: 45px; line-height: 45px; overflow: hidden;}
#sidermph .hd h3{padding-left: 20px; font-size: 20px; font-weight: bold; color: #146ac1;}
#sidermph .hd h3 a{color:#197716;}
#sidermph .hd .more{float: right; color:#999;}
#sidermph .bd{overflow: hidden; padding: 0px 10px;}
 .maincontent{ min-height: 500px;}
#sidemenu,#sidemenu .bd{min-height:auto;}

/*热点推荐-信息列表*/
.rdtjlist{overflow: hidden;}
.rdtjlist li{padding: 12px 0; line-height: 28px; max-height: 56px; overflow: hidden; border-bottom: 1px dotted #d6d6d6;}
.rdtjlist li.nodata{border-bottom: none; color: #999;}
.rdtjlist li.last{border-bottom: none;}
.rdtjlist li em{width: 30px; height: 30px; float: left; margin: 6px 16px 0 0; line-height: 30px; overflow: hidden; text-align: center; font-size: 16px; font-weight: bold; color: #808080; background-color: #c6c5c5; border-radius: 2px;}
.rdtjlist li a{display: block; overflow: hidden;}
.rdtjlist li.li0 em,
.rdtjlist li.li1 em,
.rdtjlist li.li2 em{background-color: #e25656; color: white;}