/* 写信 */
.letter {
  background-color: #fff;
  margin: 30px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 60px 50px;
}
.letter .letter_header {
  text-align: center;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.breadcrumbs .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
}
.breadcrumbs .title img {
  width: 14px;
  height: 18px;
  margin-right: 11px;
}
.breadcrumbs .path {
  font-size: 18px;
}
.breadcrumbs .path a {
  color: #333;
}
.breadcrumbs .path a:hover {
  color: #016bb5;
}
.letter h3.title {
  text-align: center;
  color: #016bb5;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 40px;
}
.letter_box {
  margin-bottom: 30px;
}
.letter_box.flexBox {
  display: flex;
  justify-content: space-between;
}
.letter_item {
  position: relative;
}
.letter_item > label {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.letter_item > label i {
  color: #c40c0c;
  vertical-align: middle;
  margin-left: 10px;
}
.letter_item.item_half {
  width: 47%;
}
.letter_item .item_text {
}
.uploadFile {
  width: 148px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background-color: #f7f8fa;
  cursor: pointer;
}
.letter_item .item_text .item_text_input {
  border: 1px solid #d2d2d2;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  width: 100%;
}
.letter_item .item_yzm.colorRed .item_text_yzm,
.letter_item .item_text.colorRed textarea,
.letter_item .item_text.colorRed .item_text_input {
  border-color: #c40c0c;
}
.letter_item .err {
  color: #c40c0c;
  position: absolute;
  bottom: -25px;
  left: 10px;
  font-size: 14px;
}
.item_radio {
  margin-top: 20px;
}
.item_radio > input[type='radio'] {
  margin-right: 5px;
}
.item_radio > label {
  margin-right: 40px;
  font-size: 18px;
}

.letter_item .item_text textarea {
  border: 1px solid #d2d2d2;
  font-size: 16px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}
.letter_item .wordCount {
  text-align: right;
  font-size: 16px;
  color: #333;
}
.letter_submit {
  text-align: center;
}
.letter_submit button {
  display: inline-block;
  margin: 0 18px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.letter_submit button.submit_btn {
  background-color: #015293;
  color: #fff;
}

.letter_submit button.submit_btn:hover {
  background-color: #016bb5;
}
.letter_submit button.reset_btn {
  background-color: #f0f0ef;
  color: #000;
}
.letter_submit button.reset_btn:hover {
  background-color: #f6f6f6;
}
.letter_item .item_text .item_yzm {
  display: inline-block;
}
.letter_item .item_text .item_text_yzm {
  border: 1px solid #d2d2d2;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  width: 200px;
  display: inline-block;
}
.letter_item .item_text .yzm_img {
  width: 140px;
  height: 40px;
}
.yzm_change {
  font-size: 16px;
  line-height: 40px;
}
.yzm_change a {
  color: #016bb5;
  cursor: pointer;
}

/* 信件详情 */
.xjnr_title {
  font-size: 20px;
  color: #016bb5;
  font-weight: 600;
  margin-bottom: 20px;
}
.qzxx-formshow {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.qzxx-formshow td {
  font-size: 18px;
  color: #333;
  border: 1px solid #eaeaea;
}
.qzxx-formshow td.bgbl {
  background-color: #f7f8fa;
  width: 15%;
  padding: 20px 50px;
  text-align: right;
}
.xxxqName,
.xxxqTime1,
.xxxqTitle,
.xxxqDanwei,
.xxxqTime2 {
  padding-left: 40px;
}
.xxxqContent1,
.xxxqContent2 {
  padding: 10px 20px 10px 40px;
  line-height: 36px;
}
/* 来信选登 */
.lxxd_header {
  padding-bottom: 40px;
  border-bottom: 3px solid #cbd7e2;
  margin-bottom: 40px;
}
.lxxd_header h2 {
  color: #2c66a5;
  font-size: 30px;
  display: inline-block;
  margin-right: 50px;
  line-height: 43px;
  vertical-align: middle;
}
.lxxd_inline {
  display: inline-block;
}
.lxxd_flex {
  display: flex;
}
.lxxd_item span {
  color: #333;
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
  margin: 0 15px;
}
.lxxd_item input {
  width: 200px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  display: inline-block;
}
.wyxx_btn {
  float: right;
}
.xjcx_btn {
  width: 95px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #015293;
  display: inline-block;
  border-radius: 10px;
  margin-left: 20px;
}
.wyxx_btn {
  font-size: 16px;
  color: #333;
  background-color: #edf8ff;
  padding: 0 40px;
  line-height: 48px;
  border-radius: 30px;
}

.wyxx_btn img {
  vertical-align: middle;
}
.xj_list.list .top {
  display: flex;
  align-items: center;
  height: 62px;
  background-color: #f7f8fa;
  text-align: center;
  font-size: 20px;
  color: #015293;
  font-weight: 600;
  border-top: 1px solid #dedede;
}
.xj_list.list .list_item {
  height: 67px;
  border-bottom: 1px dashed #dedede;
}
.xj_list.list .list_item a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: #555;
}
.xj_list.list .list_item a:hover {
  color: #016bb5;
}
.xj_list.list .list_item a .title {
  position: relative;
  padding-left: 20px;
  width: 43%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.xj_list.list .list_item a .type {
  width: 10%;
  text-align: center;
}
.xj_list.list .list_item a .unit {
  width: 20%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.xj_list.list .list_item a .status {
  width: 12%;
  text-align: center;
}
.xj_list.list .list_item a .time {
  width: 15%;
  text-align: center;
}
/* 来信须知 */
.xzxq {
}
.xzxq p {
  font-size: 18px;
  color: #000;
  line-height: 48px;
  text-indent: 2em;
}
.xxtz {
  text-align: center;
}
.xxtz_radio {
  margin: 50px 0 20px;
}
.xxtz_radio label {
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.xxtz_btn {
  width: 270px;
  height: 48px;
  font-size: 24px;
  color: #4e4e4e;
  line-height: 48px;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
}
.xxtz_btn.disabledClass {
  background-color: #e8e8e8 !important;
  cursor: no-drop;
}
.xxtz_btn.on,
.xxtz_btn:hover {
  color: #fff;
  background-color: #016bb5;
}
/* 写信弹框 */
.com-prompt-box {
  display: none;
  width: 480px;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  left: 50%;
  margin-left: -180px;
  top: 300px;
  margin-top: -200px;
  height: 300px;
  overflow: hidden;
  z-index: 100000;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 17px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
}
.com-prompt-dw {
  position: relative;
  width: 100%;
  height: 95%;
}
.com-prompt-tit {
  text-align: center;
  height: 40px;
  font-size: 18px;
  color: #333;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #eee;
  line-height: 40px;
}
.com-prompt-btns {
  width: 200px;
  position: absolute;
  bottom: 10px;
  left: 60%;
  margin-left: -100px;
}
.com-prompt-btnlf {
  float: left;
  background: #4496d2;
}
.com-prompt-btnft {
  float: right;
  background: #ccc;
}
.com-prompt-btns a {
  height: 38px;
  width: 47%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}
.com-prompt-btns a:hover {
  background-color: #3588c5;
}
.com-prompt-lists {
  position: absolute;
  top: 80px;
  width: 100%;
  left: 0px;
  height: auto;
  max-height: 200px;
  overflow: auto;
}
.com-prompt-item {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding: 30px;
}
.prompt-th {
  float: left;
  width: 20%;
  line-height: 28px;
  text-align: right;
  margin-right: 10px;
}
.prompt-td {
  width: 70%;
  float: left;
  line-height: 28px;
  text-align: left;
  font-size: 12px;
}
.must-icon {
  margin-left: 8px;
  color: #c40c0c;
  line-height: 40px;
  font-size: 14px;
}
/*提取码弹出框*/
.gltqm-prompt-box {
  position: fixed;
  z-index: 2000;
  height: 200px;
  width: 300px;
  left: 50%;
  top: 200px;
  margin-left: -150px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
.gltqm-prompt-posi {
  position: relative;
  height: 100%;
  width: 100%;
}
.gltqm-prompt-tit {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: #eee;
}
.gltqm-prompt-conts {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 40px;
}
.gltqm-prompt-conts p {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.gltqm-prompt-btn {
  width: 200px;
  height: 30px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin-left: -100px;
}
.gltqm-prompt-btn input {
  height: 30px;
  width: 40%;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.gltqm-prompt-lf {
  background: #3a9bd3;
}
.gltqm-prompt-rt {
  background: #ccc;
}
.jy-form-btn .btn.resetColor {
  background: #3f68c4;
}
.jy-form .colorRed,
.jy-form .ipt-txtarea.colorRed {
  border-color: #c40c0c;
}
.com_pic_suc {
  display: none;
  height: 90px;
  margin-top: 20px;
}
#content .download {
  height: 15px;
  width: 15px;
  display: inline-block;
  cursor: pointer;
}
table {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}
