/* banner图 */
  body {
    font-size: 14px;
  }

  .con_ban {
    width: 100%;

  }

  .con_ban img {
    width: 100%;

  }

  .news_gongxiao {

    text-align: center;
    width: 80%;
    margin: 20px 10%;
    background-color: #f0d19a;
    color: #ca9a52;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
  }

  .news_gongxiao_img {
    width: 100%;

  }

  .news_gongxiao_img img {
    width: 100%;

  }

  .news_zx {
    width: calc(100% - 20px);
    position: relative;
  }

  .news_zxbj {
    position: absolute;
    max-width: 750px;
    height: 298px;
    background: url(../images/news_zxbj.png) no-repeat;
    background-size: 100%;
    top: -2px;
    left: 0;
    z-index: -1;
  }

  .news_news {
    text-align: center;
    font-size: 1.4em;
    color: #ca9a52;
    padding-top: 20px;
    position: relative;
    font-weight: bold;
  }

  .news_news span:nth-child(1) {
    position: absolute;
    width: 24%;
    height: 1px;
    background-color: #dfa642;
    left: 2%;
    top: 32px;
  }

  .news_news span:nth-child(2) {
    position: absolute;
    width: 24%;
    height: 1px;
    background-color: #dfa642;
    right: 2%;
    top: 32px;
  }

  .news_text {
    text-align: center;
    font-size: 1.3em;
    color: #4e2222;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .news_til1 {
    font-size: 1.4em;
    color: #48381e;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #856623;
  }

  .news_content {
    width: 100%;
    margin-top: 10px;
  }

  .news_content li {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px;
    margin-left: 0;
    background-color: #efefef;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .news_content li:nth-child(3n) {
    margin-right: 0;
  }

  .news_content li>div:nth-child(1) {
    width: 40%;
    height: auto;
    float: right;
    border-radius: 10px;
    overflow: hidden;
  }

  .news_content li>div:nth-child(1) img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s;
  }

  .news_content li>div:nth-child(1) img:hover {
    transform: scale(1.1);
  }

  .news_content li>div:nth-child(2) {
    width: 60%;
    margin-top: 10px;
    /* font-weight: bold; */
    float: left;
    font-size: 1.2em;
    color: #333333;
    padding: 0 10px;
  }

  .news_content li>div:nth-child(2) a {
    color: #333333;
  }

  .news_content li>div:nth-child(3) {
    position: absolute;
    bottom: 6px;
    margin-top: 10px;
    padding: 0 10px;
    width: 60%;
    float: left;
  }

  .news_content li>div:nth-child(3) span:nth-child(1) {
    position: relative;
    color: #ef8822;
    font-size: 17px;
  }

  .news_content li>div:nth-child(3) span:nth-child(1) img {
    width: 29px;
    height: 15px;
    position: absolute;
    left: 32px;
    top: -6px;
  }

  .news_content li>div:nth-child(3) span:nth-child(2) {
    float: right;
    color: #ca9a52;
    font-size: 18px;
    position: relative;
	padding-left:30px;
  }

  .news_content li>div:nth-child(3) span:nth-child(2) img {
    width: 26px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .news_content li>div:nth-child(3) span.news_host {
    color: #ca2e2e;
  }

  .news_content li>div:nth-child(3) span.news_host img {
    height: 23px;
    width: 17px;
    top: -10px;
    left: 48px;
  }

  /* 教你挑选向天果 */
  .tiaoxuan {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background-color: #f9f5ec;
  }

  .tiaoxuan_ul li {
    position: relative;
    border-bottom: 1px solid #ebe8e2;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 26px;
    padding-bottom: 20px;
  }

  .tiaoxuan_ul li p {
    color: #a80627;
    font-size: 1.2em;
    font-weight: bold;
  }

  .tiaoxuan_ul li p a {
    color: #a80627;
  }

  .tiaoxuan_ul li p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #a80627;
    vertical-align: middle;
  }

  .tiaoxuan_ul li div {
    font-size: 0.9em;
    margin-top: 20px;
    line-height: 1.8em;
    text-align: justify;
  }

  .tiaoxuan_ul li>span {
    position: absolute;
    right: 10px;
    top: 2em;
    color: #cccccc;
    font-size: 1.3;
  }

  .tiaoxuan_ul li:nth-child(1) {
    margin-top: 20px;
  }

  .tiaoxuan_ul li:last-child {
    border: none;
  }

  /* 向天果资讯 养生知识 */
  .yangsheng {
    position: relative;
    width: 100%;
    height: 153px;
    background-color: #f9f5ec;
    margin-top: 45px;
  }


  .yangsheng_tab {
    position: absolute;
    width: 100%;
    top: -18px;
    font-weight: bold;
  }

  .yangsheng_tab div {
    float: left;
    border: 1px solid #cfa462;
    border-radius: 25px;
    /* padding: 5px 10px; */
    width: 40%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.4em;
    color: #48381e;
    cursor: pointer;
  }

  .yangsheng_tab div:nth-child(1) {
    margin-left: 6%;
    margin-right: 4%;
  }

  .yangsheng_tab .yangsheng_this {
    color: #fff;
    background-color: #d7ae69;
  }

  .yangsheng_jiantou {
    width: 76px;
    height: 102px;
    position: absolute;
    left: 43.5%;
	top: 53px;
  }

  .yangsheng_jiantou>a {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid #d8b16e;
    position: absolute;
    left: -50%;
    bottom: 16px;
  }

  .yangsheng_jiantou>a div {
    width: 30px;
    height: 30px;
    border-top: 2px solid #d8b16e;
    border-right: 2px solid #d8b16e;
    transform: rotate(-45deg);
    margin-top: 35px;
    margin-left: 23px;
  }

  .yangsheng_jiantou>span {
    position: absolute;
    display: block;
    width: 1px;
    height: 16px;
    /* margin-left: 43px; */
    background-color: #d8b16e;
    bottom: 0;
  }

  .yangsheng_ul {
    position: relative;
  }

  .yangsheng_ul::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 1px;
    background-color: #d7ae69;
    left: 43.5%;
  }

  .yangsheng_ul ul li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .yangsheng_ul ul li div:nth-child(1) {
    width: 40%;
	height:120px;
    float: left;
    padding: 0 10px;
	overflow:hidden;
  }

  .yangsheng_ul ul li div:nth-child(1) img {
	height:100%;
  }

  .yangsheng_ul ul li>div:nth-child(2) {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
  }

  .yangsheng_ul ul li>div:nth-child(2) p {
    font-size: 1.2em;
    color: #333333;
    /* font-weight: bold; */
    margin-top: 0px;
    position: relative;
  }

  .yangsheng_ul ul li>div:nth-child(2) p::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #d7ae69;
    top: 45px;
    left: -26px;
  }

  .yangsheng_ul ul li>div:nth-child(2) div {
    font-size: 0.9em;
    color: #666666;
    margin-top: 10px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .yangshegn_bot {
    width: 100%;
    height: 150px;
    background-color: #f9f5ec;
    position: relative;
  }

  .yangshegn_bot span {
    position: absolute;
    display: block;
    width: 1px;
    height: 35px;
    background-color: #d7ae69;
    left: 43.5%;
    top: 0;
  }

  .yangshegn_bot>a {
    width: 76px;
    height: 76px;
    border: 1px solid #d7ae69;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 33%;
  }

  .yangshegn_bot>a div {
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #d8b16e;
    border-left: 2px solid #d8b16e;
    transform: rotate(-45deg);
    margin-top: 20px;
    margin-left: 23px;
  }
  
  .yangshegn_bot div.more {transform: rotate(-135deg); margin-top: 22px; margin-left: 15px;}
