@charset "UTF-8";
/**
 * 
 * @authors ZhangGuiLiang (xtkhgmyv@163.com)
 * @date    2019-12-05 20:45:52
 * @version $Id$
 */
/*电脑端*/
@media only screen and (min-width: 1200px) {
  .news_bg {
    background: url(/image/pc/news_bg.jpg) no-repeat center top #fdfcfc;
    width: 100%;
    padding-bottom: 40px;
    float: left;
  }
  .news_en {
    font-size: 56px;
    text-transform: uppercase;
    padding-top: 70px;
    text-align: center;
  }
  .news_cn {
    font-size: 112px;
    text-align: center;
  }
  .news_name {
    font-size: 28px;
    width: 100%;
    float: left;
    padding-top: 25px;
    
  }
  .news_name li {
    float: left;
    width: 25%;
    text-align: center;
  }
  .news_name a {
    background-color: #fff;
    color: #000;
    padding: 5px 40px;
    display: inline-block;
  }
  .news_name .current a {
    background: #407b71;
    color: #fff;
  }
  /******************
			新闻列表
	*******************/
  .news_list {
    background-color: #fff;
    padding: 40px 35px 0;
    float: left;
  }
  .news_list li {
    width: 100%;
    float: left;
    padding-bottom: 35px;
  }
  .news_pic {
    width: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
  }
  .news_pic img {
    width: 100%;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
  }
  .news_pic:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  .news_info {
    float: left;
    width: 544px;
    padding-left: 40px;
  }
  .news_list_title {
    max-height: 62px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news_list_title a {
    font-size: 24px;
    color: #1e3626;
  }
  .news_list_other {
    margin: 10px 0;
  }
  .news_list_other i {
    font-size: 14px;
    color: #999999;
    font-style: normal;
    margin-right: 40px;
  }
  .news_list_small {
    /* width: 600px; */
    font-size: 14px;
    color: #666;
    line-height: 2;
    height: 89px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  /******************
			新闻内容
	*******************/
  .news_article {
    background-color: #fff;
    color: #333;
    width: 100%;
    float: left;
    font-size: 14px;
  }
  .news_article a {
    color: #333;
  }
  .news_pd {
    padding: 0 40px;
    float: left;
  }
  .breadcrumb {
    font-size: 18px;
    height: 65px;
    line-height: 70px;
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #407b71;
    color: #1e3626;
  }
  .breadcrumb li + li {
    text-indent: 0px;
  }
  .breadcrumb li {
    float: left;
    width: 100px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .breadcrumb a {
    color: #1e3626;
  }
  .news_article_h1 {
    font-size: 26px;
    color: #1D3627;
    text-align: center;
    padding: 20px 0;
    float: left;
    width: 100%;
  }
  .news_article_other {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    float: left;
  }
  .news_article_other i {
    display: inline-block;
    font-size: 14px;
    color: #8B9891;
    font-style: normal;
    margin-right: 40px;
  }
  .news_container img {
    max-width: 100%;
  }
  .news_container {
    color: #333;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: justify;
  }
  .news_container p {
    margin: 0px;
  }
  .news_up_down {
    padding-bottom: 20px;
  }
  .news_up_down a {
    padding-top: 10px;
    display: block;
  }
}
/*电脑以下设备*/
@media only screen and (max-width: 1199px) {
  .news_bg {
    background: url(/image/wap/news_bg.jpg) no-repeat center top #fdfcfc;
    background-size: auto 7.5rem;
    width: 100%;
    float: left;
  }
  .news_en {
    font-size: 0.75rem;
    text-transform: uppercase;
    padding-top: 1rem;
    text-align: center;
  }
  .news_cn {
    font-size: 1.5rem;
    text-align: center;
  }
  .news_name {
    font-size: 0.6rem;
    width: 100%;
    float: left;
    padding-top: 0.5rem;
  }
  .news_name li {
    float: left;
    width: 25%;
    text-align: center;
  }
  .news_name a {
    background-color: #fff;
    color: #000;
    padding: 0.5rem 0;
    display: block;
  }
  .news_name .current a {
    background: #407b71;
    color: #fff;
  }
  /******************
			新闻列表
	*******************/
  .news_list {
    background-color: #fff;
    padding: 0.5rem;
    float: left;
  }
  .news_list li {
    width: 100%;
    float: left;
    padding-bottom: 0.875rem;
  }
  .news_pic {
    width: 5rem;
    height: 3rem;
    overflow: hidden;
    float: left;
  }
  .news_pic img {
    width: 100%;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
  }
  .news_pic:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  .news_info {
    float: left;
    width: 9.5rem;
    padding-left: 0.5rem;
  }
  .news_list_title {
    max-height: 1.55rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news_list_title a {
    font-size: 0.6rem;
    color: #1e3626;
  }
  .news_list_other {
    margin: 0.25rem 0;
  }
  .news_list_other i {
    font-size: 0.35rem;
    color: #999999;
    font-style: normal;
    margin-right: 1rem;
  }
  .news_list_small {
    /* width: 600/40rem; */
    display: none;
    font-size: 0.35rem;
    color: #666;
    line-height: 2;
    height: 2.225rem;
    overflow: hidden;
    text-align: justify;
  }
  /******************
			新闻内容
    *******************/
  .news_bg.news_mobile {
    background: none;
  }
  .news_mobile .news_name,
  .news_mobile .news_en,
  .news_mobile .news_cn {
    display: none;
  }
  .news_article {
    background-color: #fff;
    color: #333;
    width: 100%;
    float: left;
  }
  .news_article a {
    color: #333;
  }
  .news_pd {
    padding: 0 0.5rem;
    float: left;
  }
  .breadcrumb {
    font-size: 0.45rem;
    height: 1.625rem;
    line-height: 1.75rem;
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 0.025rem solid #407b71;
    color: #1e3626;
    display: none;
  }
  .breadcrumb li + li {
    text-indent: 0rem;
  }
  .breadcrumb li {
    float: left;
    width: 2.5rem;
    font-weight: bold;
    font-size: 0.35rem;
    text-align: center;
  }
  .breadcrumb a {
    color: #1e3626;
  }
  .news_article_h1 {
    font-size: 0.8rem;
    color: #1D3627;
    text-align: center;
    padding: 0.5rem 0;
    float: left;
    width: 100%;
  }
  .news_article_other {
    margin-bottom: 0.25rem;
    width: 100%;
    text-align: center;
    float: left;
  }
  .news_article_other i {
    display: inline-block;
    font-size: 0.35rem;
    color: #8B9891;
    font-style: normal;
    margin-right: 1rem;
  }
  .news_container {
    font-size: 0.6rem;
    color: #333;
    line-height: 1.1rem;
    margin-bottom: 0.5rem;
    text-align: justify;
  }
  .news_container img {
    max-width: 100%;
  }
  .news_container p {
    margin: 0rem;
  }
  .news_up_down {
    padding-bottom: 0.25rem;
  }
  .news_up_down a {
    padding-top: 0.25rem;
    display: block;
  }
}
