html {
  width: 100%;
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 88px;
  font-size: inherit;
  font-family: MicrosoftYaHei;
}
html body ul {
  margin: 0;
  padding: 0;
}
html body ul li {
  list-style: none;
}
html body p {
  margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  margin: 0;
  padding: 0;
}
html body a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
}
html body img {
  border: none;
}
html body input {
  border: none;
  padding: 0;
}
html body button {
  padding: 0;
  background: transparent;
  border: none;
}
/*--------------------------------------------------*/
/*
        #wrap {
            .keyframes(name, {
                from {}
                to {}
            });
            .animation(name 1s infinite forwards);
        }
    */
/*--------------------------------------------------*/
#NewsDetail {
  width: 1240px;
  margin: 0 auto;
  height: 100%;
}
#NewsDetail .container {
  padding: 50px 10px 0;
}
#NewsDetail .container .content,
#NewsDetail .container .recommend {
  float: left;
}
#NewsDetail .container .content {
  width: 926px;
  margin-right: 50px;
}
#NewsDetail .container .content .title {
  /*height: 212px;*/
  min-height: 110px;
  overflow: hidden;
  font-size: 35px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 26px;
}
#NewsDetail .container .content .share,
#NewsDetail .container .content .main {
  float: left;
}
#NewsDetail .container .content .share {
  width: 182px;
}
#NewsDetail .container .content .share .left-container {
  width: 100%;
  height: 556px;
  border-right: 1px solid #666666;
  padding-left: 37px;
  padding-right: 55px;
  box-sizing: border-box;
  text-align: center;
}
#NewsDetail .container .content .share .left-container .time {
  color: #333;
  font-size: 24px;
}
#NewsDetail .container .content .share .left-container .time div:nth-of-type(1) {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
#NewsDetail .container .content .share .left-container .time div:nth-of-type(1) .txt:before,
#NewsDetail .container .content .share .left-container .time div:nth-of-type(1) .txt:after {
  display: inline-block;
  position: relative;
  top: -6px;
  content: '';
  width: 25%;
  height: 0;
  border: 1px solid #2f2f2f;
}
#NewsDetail .container .content .share .left-container .time div:nth-of-type(1) .txt:before {
  right: 2px;
}
#NewsDetail .container .content .share .left-container .time div:nth-of-type(1) .txt:after {
  left: 2px;
}
#NewsDetail .container .content .share .left-container .zpxw {
  margin-top: 38px;
  font-size: 18px;
  color: #999;
}
#NewsDetail .container .content .share .left-container .share-text {
  width: 100%;
  text-align: center;
  color: #2f2f2f;
  font-size: 18px;
  margin-top: 135px;
  margin-bottom: 22px;
}
#NewsDetail .container .content .share .left-container .share-text .t:before,
#NewsDetail .container .content .share .left-container .share-text .t:after {
  display: inline-block;
  position: relative;
  top: -5px;
  content: '';
  width: 25%;
  height: 0;
  border: 1px solid #2f2f2f;
}
#NewsDetail .container .content .share .left-container .share-text .t:before {
  right: 2px;
}
#NewsDetail .container .content .share .left-container .share-text .t:after {
  left: 2px;
}
#NewsDetail .container .content .share .left-container .share-btn {
  position: relative;
}
#NewsDetail .container .content .share .left-container .share-btn li {
  width: 54px;
  height: 54px;
  background: #f7f7f7;
  margin-bottom: 15px;
  line-height: 54px;
  font-size: 18px;
  margin: 17px auto;
  margin-top: 0;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#NewsDetail .container .content .share .left-container .share-btn li:nth-of-type(1) {
  background-image: url(/css/icon/css/images/wx.jpg);
}
#NewsDetail .container .content .share .left-container .share-btn li:nth-of-type(2) {
  background-image: url(/css/icon/css/images/wxpyq.jpg);
}
#NewsDetail .container .content .share .left-container .share-btn li:nth-of-type(3) {
  background-image: url(/css/icon/css/images/qq.jpg);
}
#NewsDetail .container .content .share .left-container .share-btn li:nth-of-type(4) {
  background-image: url(/css/icon/css/images/qqkj.jpg);
}
#NewsDetail .container .content .share .left-container .share-btn li:nth-of-type(5) {
  background-image: url(/static/css/icon/css/images/xlang.jpg);
}
#NewsDetail .container .content .share .left-container .share-btn li:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#NewsDetail .container .content .share .left-container .share-btn .wechat_share_ewm {
  position: absolute;
  left: 100px;
  top: 0;
  display: none;
  width: 200px;
  height: 200px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
#NewsDetail .container .content .share .left-container .share-btn .wechat_share_ewm::after {
  position: absolute;
  left: -17px;
  top: 14px;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid #333;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
#NewsDetail .container .content .share .left-container .share-btn .wechat_share_ewm img {
  width: 200px;
  height: 200px;
}
#NewsDetail .container .content .main {
  width: 740px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 18px;
  line-height: 32px;
}
#NewsDetail .container .content .main .main-text {
  padding: 0 17px;
}
#NewsDetail .container .content .main .main-text img{
  width: 100%;
  max-width: 100% !important;
}
#NewsDetail .container .content .main .the-end {
  text-align: center;
  padding: 60px 20px 80px 20px;
}
#NewsDetail .container .recommend {
  width: 220px;
}
#NewsDetail .container .recommend .saoma {
  width: 254px;
  height: 310px;
  border: 1px solid #ddd;
  text-align: center;
}
#NewsDetail .container .recommend .saoma p {
  font-size: 14px;
  color: #333;
  height: 70px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -1px;
}
#NewsDetail .container .recommend .saoma img {
  border: none;
  width: 220px;
  height: 220px;
  margin: auto;
}
#NewsDetail .container .recommend .join-custom,
#NewsDetail .container .recommend .create-zupu,
#NewsDetail .container .recommend .wechat-ewm {
  width: 254px;
  border: 1px solid #ddd;
  padding-left: 12px;
  padding-top: 23px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 12px;
  border-radius: 4px;
}
#NewsDetail .container .recommend .join-custom h4,
#NewsDetail .container .recommend .create-zupu h4,
#NewsDetail .container .recommend .wechat-ewm h4 {
  font-size: 18px;
  line-height: 18px;
}
#NewsDetail .container .recommend .join-custom {
  height: 142px;
  margin-top: 42px;
}
#NewsDetail .container .recommend .join-custom p {
  margin-top: 28px;
}
#NewsDetail .container .recommend .create-zupu {
  height: 246px;
  margin-top: 20px;
}
#NewsDetail .container .recommend .create-zupu h4 {
  margin-bottom: 40px;
}
#NewsDetail .container .recommend .create-zupu > div {
  width: 59px;
  height: 75px;
  border-radius: 4px;
  float: left;
  margin-right: 18px;
}
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(1) {
  margin-left: 7px;
}
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(2) {
  border: 1px solid #f00;
}
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(2) .head {
  width: 58px;
  margin-top: 1px;
  background-image: url(../../static/images/NewsDetail/news_default_portrait.png);
  background-size: 59px 57px;
  background-position: center;
}
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(2) p {
  width: 58px;
}
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(3) {
  margin-right: 0;
  position: relative;
}
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(3)::before,
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(3)::after {
  content: '';
  width: 18px;
  height: 0;
  border: 1px solid #f00;
  position: absolute;
  top: 37px;
}
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(3)::before {
  left: -18px;
}
#NewsDetail .container .recommend .create-zupu > div:nth-of-type(3)::after {
  width: 16px;
  left: -98px;
}
#NewsDetail .container .recommend .create-zupu > div .head {
  height: 58px;
  line-height: 58px;
  background: #bfbfbf;
  text-align: center;
}
#NewsDetail .container .recommend .create-zupu > div p {
  text-align: center;
  width: 100%;
  height: 15px;
  line-height: 15px;
  border: 1px solid #bfbfbf;
  border-top: none;
  box-sizing: border-box;
}
#NewsDetail .container .recommend .create-zupu > div p span {
  display: block;
  font-size:  14px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  /*letter-spacing: -0.1rem;*/
}
#NewsDetail .container .recommend .create-zupu button {
  width: 196px;
  height: 40px;
  text-align: center;
  background: #f00;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  margin-top: 20px;
  margin-left: 7px;
  border-radius: 4px;
  cursor: pointer;
}
#NewsDetail .container .recommend .wechat-ewm {
  height: 326px;
  line-height:12px;
  margin-top: 26px
}
#NewsDetail .container .recommend .wechat-ewm p {
  letter-spacing: -2px;
}
#NewsDetail .container .recommend .wechat-ewm img {
  width: 216px;
  height: 216px;
  margin-top: 38px;
  margin-left: 6px;
}
 footer {
  clear: both;
  width: 100%;
  height: 90px;
  overflow: hidden;
   border-top:1px solid #f3f3f3 ;
  background: white;
  text-align: center;
  font-size: 13px;
  color: #333333;
}
 footer .list {
  margin-top: 15px;
}
 footer .list a {
  margin-right: 10px;
}
.newH4{
	width: 400px;font-size: 20px;
	margin-top: 6px;
	color: #CFCFCF;
}

