/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
  /* 0 */
}


.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}


body {
  background: #f7f7f7;
}

.w1440 {
  width: 1440px;
  margin: 0 auto;
}


.n-news a {
  display: block;
}
.n-news .ul .li {
  width: 31.3%;
  box-sizing: border-box;
  margin-right: 3%;
  margin-bottom: 3%;
  float: left;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.n-news .ul .li:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);
          transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);
}
.n-news .ul .li:nth-child(3n) {
  margin-right: 0;
}
.n-news .ul .li:hover .img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.n-news .ul .bot{
  position: relative;
}

.n-news .ul .li .img {
  overflow: hidden;
  width: 100%;
}
.n-news .ul .li .img img {
  width: 100%;
  max-width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all .8s;
          transition: all .8s;
}
.n-news .ul .li .p-text {
  padding: 28px;
  background: #fff;
}
.n-news .ul .li .h {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 10px;
}
.n-news .ul .li .p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 12px;
}
.n-news .ul .bot {
  border-top: 1px solid #e5e5e5;
  background: #fff;
  padding: 16px 20px;
}
.n-news .ul .more {
  font-size: 14px;
  color: #b7b7b7;
  line-height: 22px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.n-news .ul .time {
  font-size: 14px;
  color: #b7b7b7;
  line-height: 22px;
  font-family: "Arial";
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.n-news .dlbox {
  margin-bottom: 20px;
	background: #fff;
}
.n-news .dlbox:hover {
  box-shadow: 0 10px 10px 10px #ddd;
}
.n-news .dlbox .dd {
  width: 540px;
}
.n-news .dlbox .dd img {
  width: 100%;
	height: 347px;
}
.n-news .dlbox .dt {
  width: calc(100% - 540px);
  padding: 64px 6%;
  box-sizing: border-box;
}
.n-news .dlbox .dt .h {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 18px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-news .dlbox .dt .p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin-bottom: 45px;
  text-overflow:ellipsis;
  /* white-space:nowrap  */
	/* 夏190723 */
}
.n-news .dlbox .dt .ex-more {
  font-size: 14px;
  color: #fff;
  background: #36bef0;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.n-news .dlbox .dt .ex-more:hover::after {
  right: 30px;
}
.n-news .ul-two .li {
  padding: 40px 0;
  border-bottom: 1px solid #dedede;
}
.n-news .ul-two .li:hover .li-r img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.n-news .ul-two .li:hover .li-l .h {
  color: #36bef0;
}
.n-news .ul-two .li-l {
  width: calc(100% - 300px);
}
.n-news .ul-two .li-l .h {
  font-size: 18px;
  line-height: 24px;
  width: calc(100% - 90px);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.n-news .ul-two .li-l .time {
  margin-left: 15px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.n-news .ul-two .li-l .p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  height: 56px;
  overflow: hidden;
}
.n-news .ul-two .li-r {
  width: 190px;
  overflow: hidden;
}
.n-news .ul-two .li-r img {
  width: 100%;
  -webkit-transition: all .8s;
          transition: all .8s;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
/*.dlbox{
	background: #fff;
}*/
.news_main{
	/*width: 1680px;*/
	padding: 0 120px;
    margin: 0 auto;
}
.n-news .dlbox .dt .ex-more {
    font-size: 14px;
    color: #fff;
    background: #0D521B;
    width: 145px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}
.ex-more {
    position: relative;
    display: block;
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    background: #2dbef0;
}
.n-news .dlbox .dt {
    width: calc(100% - 540px);
    padding: 64px 6%;
    box-sizing: border-box;
}
.ex-more::hover {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 50px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(./images/img2.png) no-repeat center center;
    background-size: 15px auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: right 0.4s, opacity 0.4s;
    transition: right 0.4s, opacity 0.4s;
}
.ex-more::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 50px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(./images/img2.png) no-repeat center center;
    background-size: 15px auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: right 0.4s, opacity 0.4s;
    transition: right 0.4s, opacity 0.4s;
}
