* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
a,
img {
  border: 0;
  vertical-align: top;
  text-decoration: none;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
body {
  padding: 0;
  font: 12px/1.5 'Microsoft YaHei', Arial, Helvetica;
  background: #ffffff;
}
.tn-c {
  text-align: center !important;
}
.tn-l {
  text-align: left !important;
}
.tn-r {
  text-align: right !important;
}
.color-red {
  color: #e60012;
}
.color-green {
  color: #22ac38;
}
.ft-bd {
  font-weight: bold;
}
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */

}
.fn-left {
  float: left;
}
.fn-right {
  float: right;
}
.fn-hide {
  display: none;
}
/* 框架 */
.wth-main {
  width: 1150px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.wrap-top {
  width: 100%;
  height: 160px;
  text-align: center;
  background: url(../images/bg-top.jpg) repeat-x 0 0;
}
.wrap-top img {
  margin-top: 32px;
}
.wrap-nav {
  width: 100%;
  height: 40px;
  text-align: center;
  background: #deb880;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
.wrap-nav li {
  display: inline-block;
}
.wrap-nav li.active {
  background: #c79058;
}

.wrap-nav a:hover{
  color:#f8dfbb;
}
.wrap-footer {
  padding: 50px;
  background: #f7f7f7;
  text-align: center;
}
.wrap-footer .footer-charts {
  display: inline-block;
  vertical-align: top;
  padding-right: 35px;
  margin-right: 35px;
  border-right: 1px solid #cbcbcb;
  font: 12px/1.5 'Microsoft YaHei';
  color: #666;
}
.wrap-footer .footer-desc {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  text-align: left;
}
.wrap-footer .footer-desc p {
  color: #666;
  line-height: 26px;
}
.wrap-footer .footer-desc .footer-slogan {
  padding-top: 10px;
  color: #2b2b2b;
}
.wrap-footer .footer-desc .footer-slogan a {
  color: #2b2b2b;
}
.wrap-footer .footer-desc .footer-marks {
  color: #9f9f9f;
}
.wth-main {
  padding-top: 50px;
}
.wth-main .tit-box {
  height: 30px;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 30px;
  border-bottom: 1px solid #dedede;
  background: url("../images/fk.jpg") no-repeat left center;
  padding-left: 14px;
  position: relative;
}
.wth-main .tit-box a {
  position: absolute;
  right: 0;
  color: #2b2b2b;
}
.wth-main .list-healthy {
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: 600px;
}
.wth-main .list-healthy li {
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 10px;
  cursor: pointer;
  /*border:1px solid #EEE;*/
}
.wth-main .list-healthy li .healthy-img {
  float: left;
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin-right: 40px;
  text-align: center;
  border:1px solid #EEE;
}
.wth-main .list-healthy li .healthy-img img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.wth-main .list-healthy li .healthy-img span {height: 100%;display: inline-block;vertical-align: middle;}
.wth-main .list-healthy li h4 {
  padding: 10px 0;
}
.wth-main .list-healthy li h4 span {
  display: inline-block;
  vertical-align: top;
}
.wth-main .list-healthy li .healthy-time {
  padding-right: 20px;
  margin-right: 15px;
  color: #575757;
  font: 18px/30px 'Microsoft YaHei';
  border-right: 1px solid #bbb;
}
.wth-main .list-healthy li .healthy-time span {
  font-size: 18px;
  color: #9f9f9f;
}
.wth-main .list-healthy li .healthy-title {
  width: 730px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 10px;
  color: #2b2b2b;
  font: 20px/30px 'Microsoft YaHei';
}
.wth-main .list-healthy li .healthy-tag {
  font-weight: normal;
  padding: 0 5px;
  margin-top: 8px;
  font: 12px/1.5 'Microsoft YaHei';
  background: #ff3c15;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
.wth-main .list-healthy li .healthy-count {
  float: right;
  color: #2b2b2b;
  font: 12px/30px 'Microsoft YaHei';
}
.wth-main .list-healthy .healthy-info {
  width: 850px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 90px;
  color: #656565;
  font: 14px/1.5 'Microsoft YaHei';
}
.wth-main .list-healthy li:hover {
  background: #fff;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}

/*.title-pub-ctn{*/
  /*background: #f6f6f6;*/
  /*height: 80px;*/
  /*margin-left: 20px;*/
  /*padding-left:20px;*/
/*}*/
.wx-top-btn{
  width: 110px;
  height: 30px;
  line-height: 30px;
  border:1px solid #d2d2d2;
  text-align: center;
  margin-top:25px;
  margin-left:5px;
  cursor:pointer;
}
.wx-select-ctn{
  width:200px;
  height: 30px;
  margin-top:25px;
}
.wx-select-ctn select{
  width:100%;
  height: 32px;
}
.mr20{
  margin-right: 20px;
}
.item-type{
  padding:0 20px;
  cursor:pointer;
  height: 30px;
  line-height: 30px;
  margin-bottom:15px;
  border:1px solid #dcdcdc;
  text-align: center;
  margin-left:5px;
}
.item-type.focus{
  border:1px solid #c15d3e;
  color:#c15d3e;
}