﻿.jzxx {
  width: 100%;
  height: 375px;
}
.jzxx .table {
  width: 100%;
  font-size: 16px;
}
.jzxx .table thead tr {
  height: 35px;
}
.jzxx .table thead tr td {
  border-bottom: solid 2px #fff;
  border-right: solid 1px #C1D3DF;
  background: #E0E6EF;
  text-align: center;
}
.jzxx .table thead tr td select {
  width: 80px;
  border: none;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/public/select.png") no-repeat;
  background-position: 70px 10px;
  color: #0B6BB9;
  outline: none;
}
.jzxx .table thead tr td select:hover {
  cursor: pointer;
}
.jzxx .table thead tr .fir {
  text-align: left;
  text-indent: 30px;
}
.jzxx .table thead tr td:last-child {
  border-right: none;
}
.jzxx .table tbody tr {
  height: 40px;
}
.jzxx .table tbody tr td {
  border-bottom: solid 2px #fff;
  background: #F5F7FA;
  text-align: center;
}
.jzxx .table tbody tr .fir {
  text-align: left;
  text-indent: 30px;
  width: 300px;
}
.jzxx .table tbody tr .time {
  color: #888888;
}
.jzxx .table tbody tr .operation {
  color: #9BADBB;
}
.jzxx .table tbody tr .red {
  color: #AB2C23;
}
.jzxx .table tbody tr:hover td {
  background: #E0E6EF;
  cursor: pointer;
}
.jzxx .writebox {
  width: 100%;
  margin-top: 10px;
}
/*统计数*/
.jzxx .writebox .total {
  width: 495px;
  height: 40px;
  background: #F7F7F7;
  float: left;
  margin-right: 20px;
  text-indent: 30px;
  font-size: 16px;
  line-height: 40px;
}
.jzxx .writebox .total span {
  color: #AB2C23;
}
/*写信*/
.jzxx .writebox .xx {
  background: #DAB05D;
  float: left;
}
/*来信选登*/
.jzxx .writebox .lx {
  background: #52B1B3;
  float: right;
}
.jzxx .writebox .xx,
.jzxx .writebox .lx {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.jzxx .writebox .xx a,
.jzxx .writebox .lx a {
  color: #fff;
  font-size: 18px;
}
.img {
  height: 105px;
  margin-bottom: 10px;
}
.wsdc {
  width: 100%;
  height: 210px;
  margin-top: 30px;
}
.wsdc .wsdc_nav {
  width: 100%;
  border-bottom: solid 1px #A3A3A3;
}
.wsdc .wsdc_nav ul {
  float: left;
}
.wsdc .wsdc_nav ul li {
  float: left;
  height: 30px;
  margin-right: 25px;
}
.wsdc .wsdc_nav ul li a {
  font-size: 18px;
  display: inline-block;
  width: 100%;
  color: #333;
}
.wsdc .wsdc_nav ul li:last-child {
  margin-right: 0;
}
.wsdc .wsdc_nav ul .active {
  border-bottom: solid 2px #054976;
}
.wsdc .wsdc_nav ul .active a {
  color: #054976;
  font-weight: bold;
}
.wsdc .wsdc_nav .mores {
  float: right;
}
.wsdc .wsdc_nav .mores > a {
  display: none;
  color: #7A7A7A;
}
.wsdc .wsdc_nav .mores > a:hover {
  text-decoration: underline;
  color: red;
}
.wsdc .wsdc_nav .mores .dis {
  display: block;
}
.wsdc .wsdc_box {
  display: none;
}
.wsdc .wsdc_box li {
  list-style: square;
  list-style-position: inside;
  margin-top: 13px;
}
.wsdc .wsdc_box li a {
  color: #333;
  font-size: 16px;
}
.wsdc .wsdc_box li a:hover {
  color: red;
}

.wsdc .wsdc_box > p {
  font-size: 16px;
  margin-bottom: 10px;
}
.wsdc .wsdc_box > p img {
  margin-right: 5px;
}
.wsdc .firstbox {
  display: block;
}
.wsdccon {
  width: 100%;
  height: 80px;
  margin-top: 20px;
}
.wsdc .wsdc_box  .new_left{
   color:red;
}


.wsdc .wsdc_box .new_right {
  float: right;
  font-size: 14px;
  color: #ccc;
}
.zxft {
  width: 310px;
  height: 210px;
  margin-top: 30px;
  float: right;
}
.zxft .zxft_video {
  width: 100%;
  height: 150px;
}
.zxft .zxft_video img {
  width: 100%;
  height: 100%;
}
.zxft .back {
  width: 100%;
  margin-top: 20px;
}
.zxft .back div {
  width: 150px;
  background: #E9E9E9;
  font-size: 18px;
  line-height: 40px;
  float: left;
 
  text-align: center;
}

.zxft .back .left {
  margin-right: 10px;
  background: #0B6BB9;
    color:#fff;
}
.zxft .back .left a {
  color: #fff;
}
.zxft .back .left a:hover{
color:#fff;
}
.zxft .back div a:hover{
color:#333;
}
@media screen and (max-width: 768px) {
  .jzxx {
    margin-top: 20px;
    height: auto;
  }
  .jzxx .table {
    margin-top: 10px;
    font-size: .8em;
  }
  .jzxx .table thead tr .fir {
    text-indent: 0px;
  }
  .jzxx .table tbody tr .fir {
    text-indent: 0px;
  }
  /*统计数*/
  .jzxx .writebox .total {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .jzxx .writebox .xx,
  .jzxx .writebox .lx {
    width: 100%;
    margin-bottom: 10px;
  }
  .img {
    height: auto;
  }
  .wsdc {
    width: 100%;
    height: auto;
  }
  .wsdc .firstbox {
    display: block;
  }
  .wsdccon {
    height: auto;
  }
  .wsdccon .right {
    float: left;
    width: 70%;
    margin-left: 5px;
  }
  .zxft {
    width: 100%;
    height: auto;
  }
  .zxft .back {
    width: 100%;
  }
  .zxft .back div {
    width: 100%;
    margin-bottom: 10px;
  }
  .zxft .back .left {
    margin-right: 0;
  }
.jzxx .table thead tr td select{
  width:60px;
 }
}
/*# sourceMappingURL=zmhd.css.map */
