* {
  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: #e7e8eb;
}
.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 {
  clear: both;
  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;
}
.checked-rd {
  background: url("../images/radio-checked.png") no-repeat;
  width: 18px;
  height: 18px;
}
/*.checked-rd.uncheck {*/
  /*background: url("../images/radio-unchecked.png") no-repeat;*/
  /*width: 18px;*/
  /*height: 18px;*/
/*}*/
/*.checked-cb {*/
  /*background: url("../images/check-box-checked.png") no-repeat;*/
  /*width: 14px;*/
  /*height: 14px;*/
  /*background-size:14px 14px;*/

/*}*/
/*.checked-cb.uncheck {*/
  /*background: url("../images/check-box-unchecked.png") no-repeat;*/
  /*width: 14px;*/
  /*height: 14px;*/
  /*background-size:14px 14px;*/

/*}*/
.fav {
  background: url("../images/fav.png") no-repeat;
  width: 12px;
  height: 10px;
}
.wth-main .tit-box {
  width: 1280px;
  height: 30px;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 30px;
  border-bottom: 1px solid #dedede;
  padding-left: 14px;
  margin-left: 25px;
  position: relative;
}
.wth-main .tit-box a {
  position: absolute;
  right: 0;
  color: #2b2b2b;
}
.wth-main .contentbody {
  /* width: 1280px; */
  display: flex;
  width: 100%;
  margin-top: 0px;
}
.wth-main .contentbody .article-ctn {
  /*width: 1060px;*/
  width:1050px;
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
  margin-left: 10px;
  margin-bottom: 30px;
  flex:1;
}
.wth-main .contentbody .article-ctn .addarticle {
  font-size: 14px;
  background: #deb880;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-left: 20px;
  cursor: pointer;
}
.wth-main .contentbody .article-ctn .addarticle .plus {
  float: left;
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: -3px;
}
.wth-main .contentbody .article-ctn .addarticle .text {
  float: left;
  margin-left: 8px;
}
.wth-main .contentbody .article-ctn .list-article {
  clear: both;
  cursor: pointer;
  margin-bottom: 50px;
  margin-top: 15px;
}
.wth-main .contentbody .article-ctn .list-article li {
  padding: 30px 20px;
  position: relative;
  /* margin-left: 20px; */
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  height: 90px;
}

.wth-main .contentbody .article-ctn .list-article li:hover {
  background: #f4f5f9;
}


/*
.wth-main .contentbody .article-ctn .list-article li img {
  float: left;
  margin-right: 15px;
}
*/
.wth-main .contentbody .article-ctn .list-article li .article-info {
  float: left;
  width: 450px;
  height: 70px;
  margin-top: 9px;
}
.wth-main .contentbody .article-ctn .list-article li .article-info h4 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 18px/1.5 'Microsoft YaHei';
  color: #2b2b2b;
  max-width: 400px;
}
.wth-main .contentbody .article-ctn .list-article li .article-info p {
  width: 100%;
  font: 14px/1.5 'Microsoft YaHei';
  color: #2b2b2b;
}
.wth-main .contentbody .article-ctn .list-article li .article-info p.article-desc {
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 75px;
  width:850px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.wth-main .contentbody .article-ctn .list-article li .article-info .oterinfo {
  position: absolute;
  top: 110px;
}
.wth-main .contentbody .article-ctn .list-article li .article-info .toptips {
  color: #ffffff;
  font-size: 12px;
  background: #ff3c15;
  position: absolute;
  left: 565px;
  top: 42px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
}
.wth-main .contentbody .article-ctn .list-article li .btn-ctn {
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.wth-main .contentbody .article-ctn .list-article li .btn-ctn .btn-link {
  display: block;
  width: 90px;
  height: 30px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  font-size: 14px;
  color: #2b2b2b;
  cursor: pointer;
}
.wth-main .contentbody .article-ctn .list-article li .btn-ctn .btn-link:hover{
  background: #e7e8eb;
}
.wth-main .contentbody .article-ctn .list-article li:first-child {
  margin-top: 0;
}
.wth-main .contentbody .left-nav {
  cursor: pointer;
  margin-left: 65px;
  width: 200px;
  background: #faf2e7;
  text-align: center;
  font-size: 14px;
  color: #2b2b2b;
}
.wth-main .contentbody .left-nav .item {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 8px;
  height: 26px;
  line-height: 26px;
  width: 190px;
}
.wth-main .contentbody .left-nav .item.focus {
  background: #deb880;
  color: #ffffff;
  font-size: 14px;
}

/*.title-pub-ctn{*/
  /*background: #f6f6f6;*/
  /*height: 80px;*/
  /*margin-left: 20px;*/
  /*width: 900px;*/
  /*padding-left:20px;*/
/*}*/
.title-type{
	width: 100%;
	overflow: hidden;
}
.title-type div{
  padding:0 20px;
  height: 30px;
  line-height: 30px;
  border:1px solid #9F9F9F;
  text-align: center;
  margin-top:10px;
  margin-left:5px;
  cursor:pointer;
  color:#9F9F9F;
}
.title-type div.selected{
  background-color: #c15d3e;
  border-color: #c15d3e;
  color: #FFF;
}
.wx-top-btn{
	width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top:25px;
  margin-left:5px;
  cursor:pointer;
  border:1px solid #c15d3e;
  color:#c15d3e;
}
.wx-select-ctn{
  width:200px;
  height: 30px;
  margin-top:25px;
}
.wx-select-ctn select{
  width:100%;
  height: 32px;
}
.mr20{
  margin-right: 20px;
}

.select-article-list{
  width:844px;
  margin:0 auto;
}
.select-article-list h2{
  background:#ebebeb;color:#00b7ee;font-size:14px;
  padding-left:15px;
  height:40px;
  line-height:40px;
}
.select-article-list li{
  clear:both;
}
.select-article-list .selected-ul-ctn{
  background: #f9f9f9;
  padding-left:20px;
  position:relative;
}
.selected-ul-ctn li{
  position:relative;
  cursor:pointer;
}
.selected-ul-ctn li span{
  position: absolute;
  top:10px;
  font-size:12px;
  color:red;
  right:20px;
}
.select-article-list .selected-ul-ctn div{
    padding-top:10px;
    padding-bottom: 10px;
}
.select-article-list li.gzh{
  /*float:left;*/
  display:inline-block;
  width:415px;
  height: 90px;
  line-height: 90px;
  background:#f9f9f9;
  color:#2b2b2b;
  font-size:16px;
  margin-top:15px;
  cursor: pointer;
}
.select-article-list li.gzh.focus{
  width:413px;
  border:1px solid #deb880;
  height: 88px;
  line-height: 88px;
}
.select-article-list li.gzh:nth-child(2n+2){
  /*float:right;*/
  margin-left:10px;
}
.select-article-list li.gzh img{
  margin-left:15px;
  margin-top:13px;
  margin-right:15px;
}




.addpub-ctn{
  width: 1050px;
  margin-top:20px;
  cursor:pointer;
  margin-bottom: 20px;
  /*border:1px solid #c15d3e;*/
  background: #e6e9f7;
}
.addpub-ctn:hover {
  background: #e7e8eb;
}


.addicon{
  margin:0 auto;width: 1045px;text-align: center;height: 75px;border:1px solid #ededed
}
.addicon .add{
  width: 100px;text-align: center;margin:0 auto;margin-top:30px;
}
.addicon .add img{
  margin:0 auto;width: 22px;
}

.healthy-top{
  font-weight: normal;
  padding: 0 5px;
  margin-top: 5px;
  margin-left: 5px;
  font: 12px/1.5 'Microsoft YaHei';
  background: #ff3c15;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
