* {
  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 {
  display: block;
  padding: 0 45px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.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-mis {
  margin-top: 40px;
}
.wth-main .list-mis li {
  padding: 30px 30px;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
  border:1px solid #EEE;
}
.wth-main .list-mis img {
  float: left;
  width: 140px;
  height: 105px;
  margin-right: 25px;
}
.wth-main .list-mis h4 {
  font: 20px/1.5 'Microsoft YaHei';
  font-weight: bold;
  color: #2b2b2b;
}
.wth-main .list-mis .mis-info {
  margin: 15px 0;
  color: #656565;
  font: 14px/1.5 'Microsoft YaHei';
  width:70%;
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.wth-main .list-mis li a{
	position: absolute;
  right: 16px;
  top: 100px;
  display: inline-block;
  padding: 0 20px;
  margin-right: 15px;
  text-align: center;
  border-radius: 26px;
  font: 14px/24px 'Microsoft YaHei';
}
.wth-main .list-mis .link-act {
  border: 1px solid #80c269;
  color: #80c269;
}
.wth-main .list-mis .link-finish {
  background: #c7c7c7;
  color: #666666;
}
.wth-main .list-mis .mis-time {
  color: #9f9f9f;
  font: 16px/24px 'Microsoft YaHei';
}
.wth-main .list-mis .mis-time .time {
  padding-right: 20px;
}
.wth-main .list-mis li:hover {
  border-radius: 2px;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  background: #f8f8f8;
}
