header {
  width: 86%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
header a.logo img {
  width: 127px;
  height: 48px;
}
header ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 57px;
}
header ul li {
  /* padding: 0 20px; */
  cursor: pointer;
  height: 70px;
}
header ul li.active {
  position: relative;
}
header ul li > a {
  line-height: 70px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  display: block;
  height: 70px;
  word-break: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
header ul li .showmore {
  line-height: 70px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  display: block;
  height: 70px;
  word-break: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1400px){
  header ul li > a {
    font-size: 12px;
  }
  header ul li .showmore {
    font-size: 12px;
  }
  .dropdown .dropdown-content a {
    font-size: 12px !important;
  }
}
.dropdown-content {
  margin-top: -2px;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .showmore{
  color: #E95E01;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown .dropdown-content {
  display: none;
}
.dropdown .dropdown-content a {
  color: #333333;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  padding: 5px 0px 10px 0px;
  display: block;
}
.dropdown .dropdown-content a:hover  {
  color: #E95E01;
}
header ul li.active a {
  color: #E95E01;
}
header ul li.active > a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  display: block;
  content: '';
  background-color: #E95E01;
}
header ul li:hover a {
  color: #E95E01;
}
header ul li:hover a::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  display: block;
  content: '';
  background-color: #E95E01;
}

.callphone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.callphone img {
  width: 24px;
  height: 23px;
}
.callphone span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #DD5C10;
  padding-left: 5px;
}

a {
  text-decoration: none !important;
}

.banner {
  width: 100%;
  height: 640px;
  padding-top: .1px;
  position: relative;
}
.banner .img {
  width: 111px;
  height: 111px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.banner img:hover {
  opacity: .8;
}
.banner img:active {
  opacity: .5;
}
.banner-text {
  margin: 100px 0 0 7%;
}

.banner-text > h2 {
  color: #fff;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
  line-height: 1;
}
.banner-text > p {
  margin-top: 42px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  width: 44%;
}

.tools {
  width: 86%;
  background-color: #fff;
  margin: -19px auto 0;
  transform: translateY(-56px);
  height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 6px 27px 0px rgba(0,0,0,0.21);
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 4px solid #E95E01;
}

.tools > li {
  width: max-content;
  text-align: center;
}
.tools > li > img {
  width: 80px;
  height: 80px;
}
.tools > li > p {
  margin-top: 4px;
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2F4155;
  text-align: center;
}

.chanpin {
  text-align: center;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 70px;
}

.chanpinimg {
  width: 1461px;
  height: 430px;
  display: block;
  margin: 60px auto 0;
}

@media screen and (max-width: 1500px) {
  .chanpinimg {
    width: 80vw;
    height: 20vw;
  }
}

.second {
  padding-bottom: 60px;
  background: url('../assets/home/gnbg.png') 0 0 /100% 100% no-repeat;
}

.jiu {
  padding: 70px 7% 40px;
  background-color: #E8EDF6;
}
.jiu > h3 {
  text-align: center;
  margin-bottom: 60px;
  height: 35px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.jiu > .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.box > .item {
  width: 32%;
  height: 183px;
  display: flex;
  align-items: center;
  margin-bottom: 31px;
}
.box > .item > img {
  width: 56px;
  height: 56px;
  margin-left: 88px;
}
.box > .item > p {
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFEFE;
  line-height: 32px;
  margin-left: 40px;
}

.demo {
  padding: 70px 7%;
  background-color: #314256;
}

.demo > h3 {
  height: 34px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 60px;
}

.demo  ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.demo  ul li {
  width: 32%;
  font-size: 0;
}

.demo  ul li img {
  width: 100%;
  height: 16vw;
}

.demo  ul li div {
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17px;
  background-color: #fff;
}
.demo  ul li div p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.resolve {
  padding: 70px 7% 30px;
  background-color: #F5F5F5;
}
.resolve > h3 {
  height: 34px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}

.resolve  ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.resolve ul a {
  width: 24%;
}
.resolve  ul li {
  
  font-size: 0;
  margin-bottom: 40px;
}
.resolve  ul li > .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8vw;
}
.resolve  ul li > .img h4 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.resolve  ul li > .list {
  background-color: #fff;
  padding: 24px 0 24px 80px;
  height: 180px;
  box-sizing: border-box;
}

.resolve  ul li > .list p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  position: relative;
}

.resolve  ul li > .list p::before {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #314256;
}

.phone {
  width: max-content;
  background-color: #E95E01;
  margin: 30px auto 0;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 28px;
}

.callus {
  text-align: center;
  color: #666666;
  height: 23px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-top: 20px;
  color: #666666;
  margin-bottom: 40px;
}

.news {
  padding: 70px 7% 30px;
  background-color: #E8EDF6;
}
.news > h3 {
  height: 34px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}

.news  ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.news  ul li {
  box-shadow: 0px 5px 21px 0px rgba(90,90,90,0.32);
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 23px 26px;
  margin-bottom: 20px;
}

.news  ul li > h5 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  word-break: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news  ul li > p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.time  >  img {
  width: 17px;
  height: 17px;
}

.time span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  padding-left: 8px;
}


footer {
  background-color: #314256;
  padding: 52px 0 0;
}

footer .content {
  width: 86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.msg li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.msg li img {
  width: 44px;
  height: 44px;
}
.msg li p {
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 13px;
}
.msg li span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  padding-left: 13px;
}

.ewm {
  width: 128px;
}

.ewm img {
  width: 128px;
  height: 128px;
}

.ewm p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 17px;
  text-align: center;
}

.yewu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  width: 50%;
}
.yewu .item {
  padding: 18px 20px;
  cursor: pointer;
}
.yewu .item:hover {
  background: rgba(255, 255, 255, 0.17);
}
.yewu a {
  color: #FFFFFF;
  text-decoration: none;
}

.bar {
  margin-top: 50px;
  line-height: 74px;
  text-align: center;
  border-top: 1px solid #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: .3;
}

.fu {
  padding: 70px 7% 30px;
  background-color: #314256;
}
.fu > h3 {
  height: 34px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

.fu  ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fu  ul li {
  width: 23.5%;
  box-sizing: border-box;
  /* padding: 23px 26px; */
  margin-bottom: 20px;
}

.fu  ul li .utitle {
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fu  ul li .utitle p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}

.fu  ul li .umsg {
  text-align: center;
  height: 156px;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 38px;
}
.fu  ul li .umsg p {
  vertical-align: bottom;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.fu  ul li .umsg p  span {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #E95E01;
}
.fu  ul li .umsg .bara {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  transform: translateY(18px);
}
.fu  ul li .umsg .bara img {
  width: 28px;
  height: 22px;
}
.fu  ul li .umsg .bara span {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  padding-left: 12px;
}

.ba {
  padding: 70px 7% 0;
  background-color: #314256;
}
.ba > h3 {
  height: 34px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

.ba  ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ba  ul li {
  width: 24%;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.ba  ul li .iig {
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ba  ul li .iig p {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.ba  ul li .txt {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 24px;
  height: 140px;
}
.ba  ul li .txt p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.ba .kongjian {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ba .kongjian .left {
  width: 420px;
}
.ba .kongjian .left .title {
  height: 106px;
}
.ba .kongjian .left .title p {
  line-height: 106px;
  text-align: center;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.ba .kongjian .left .xiang {
  background-color: #fff;
  height: 342px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ba .kongjian .left .xiang  img {
  width: 159px;
  height: 259px;
}

.ba .kongjian .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 2px;
}

.ba .kongjian .right> .item {
  width: 33%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #fff;
  height: 224px;
  box-sizing: border-box;
  padding: 19px 10px 0 36px;
}
.ba .kongjian .right> .item p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 43px;
}
.ba .kongjian .right> .item img {
  float: right;
  width: 168px;
  height: 168px;
  margin-top: -10px;
}
.bn {
  border-bottom: none !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}

.block {
  padding: 70px 7% 40px;
  overflow: hidden;
}

.block > h3 {
  height: 34px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.block ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block ul .jaitem {
  width: 32%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.block ul .jaitem img {
  width: 320px;
  height: 240px;
}
.block ul .jaitem h5 {
  margin-top: 27px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #445F7D;
}
.block ul .jaitem p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 70px;
}

.youshiitem {
  width: 24%;
  height: 16vw;
  padding-top: 1px;
  text-align: center;
  margin-bottom: 32px;
  box-sizing: border-box;
  padding: 0 30px;
}
.youshiitem h5 {
  /* margin-top: 156px; */
  /* font-size: 1.001vw; */
  margin-top: 18vh;
  font-size: 0.98vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  /* line-height: 28px; */
}
.youshiitem  p {
  margin-top: 25px;
  font-size: .9vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  /* line-height: 28px; */
  text-align: left;
}

.hewsbar {
  background: url('../assets/news/banner.png') 0 0 / 100% 100% no-repeat;
  height: 14vw;
}

.hewsbar h2 {
  color: #fff;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 14vw;
  padding-left: 132px;
}

.newslist {
  background-color: #E7EBEE;
  padding: 57px 0 73px;
}

.newslist ul {
  width: 1230px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 77px;
  padding-right: 76px;
}
@media screen and (max-width: 1500px){
  .newslist ul {
    width: 60vw;
  }
  .new-content .ndetail {
    width: 60vw;
  }
}
.newslist ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #F1F1F1;
}
.newslist ul li .timenow {
  /* width: 140px; */
  text-align: left;
}
.newslist ul li .timenow p {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  /* line-height: 40px; */
}
.newslist ul li .timenow span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  /* line-height: 40px; */
}

.newslist ul li .msg {
  flex: 1;
  margin-left: 50px;
}
.newslist ul li .msg h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  /* line-height: 40px; */
}
.newslist ul li .msg p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  /* line-height: 30px; */
  margin-top: 16px;
  margin-bottom: 12px;
}
.newslist ul li .msg span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E95E01;
  cursor: pointer;
}
.newslist ul li img {
  width: 295px;
  height: 165px;
  margin-left: 56px;
}

.ndetail {

}


.zhbanner{
  height: 360px;
  background: url('../assets/zhihui/hgbanner.png') 0 0 /cover no-repeat;
  padding-top: 1px;
}

.zhbanner h2 {
  text-align: center;
  margin-top: 116px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.labels {
  display: flex;
  justify-content: center;
  align-items: center;
}
.labels > div {
  padding: 0 20px;
  line-height: 43px;
  border: 2px solid #E95E01;
  border-radius: 22px;
  margin: 0 30px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E95E01;
  margin-top: 44px;
  transform: translateX(-2.1vw);
}
.labels > div.dd {
  transform: none;
}

.rs {
  background: url('../assets/zhihui/bg1.png') 0 0/cover no-repeat;
  height: 457px;
  padding-top: 1px;
}
.rs1 {
  background: url('../assets/zhihui/ddbg.png') 0 0/cover no-repeat;
  height: 350px;
  padding-top: 1px;
}
.rs h3 {
  margin-top: 70px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.rs p {
  
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  width: 64vw;
  margin: auto;
  margin-top: 30px;
}

.three {
  width: 32%;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 53px 0;
  margin-bottom: 30px;
}
.three img {
  width: 260px;
  height: 190px;
}

.three p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
}

.core {
  height: 273px;
  width: 14.1%;
  background: url('../assets/zhihui/corebg.png') 0 0/100% 100% no-repeat;
  padding-top: 1px;
  text-align: center;
  margin-bottom: 30px;
}
.core h6 {
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.mslist  {
  margin-top: 17px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}
.mslist p {
  color: #fff;
}

.hutong {
  width: 86vw;
  display: block;
  margin: auto;
}

.txld {
  width: 32%;
  margin-bottom: 30px;
}
.txld h5 {
  height: 57px;
  background: #E36802;
  border-radius: 0px 8px 0px 0px;
  line-height: 57px;
  width: 70%;
  color: #fff;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-indent: 20px;
}
.txld .mssg {
  background-color: #E8EDF6;
  height: 200px;
  box-sizing: border-box;
  padding: 34px 39px 0;
  font-size: 18px;
}
.txld .mssg p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

/* ????? */
.pages{
  text-align: center;
  font-size:14px;
  padding: 29px;
}
.pages a{ 
  text-decoration: none; 
}
.pages a, .pages span{
  display: inline-block;
  margin: 0 8px;
  padding: 0px 12px;
  height: 32px; 
  line-height: 32px; 
  text-align: center;
  background-color:#fff;
  color:#666666;
  border:1px solid #dedede;
}
.pages a.prevpage, 
.pages a.nextpage, 
.pages span.pageinfo, 
.pages span.disabled{
  color:#000;
  background-color: #fff;
  border-color:#fff;
  border: 1px solid #F1F1F1;
}
.pages a:hover, 
.pages a.thisclass {
  color:#fff;
  background-color:#E95E01;
  border-color:#E95E01;
}

/* ???????? */
.new-content {
  background-color: #E7EBEE;
  padding: 22px 0 73px;
}
.new-content .ndetail {
  display: flex;
  width: 1350px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 77px;
  padding-right: 76px;
}
.new-content .ndetail .left {
  width: 766px;
  background-color: #fff;
  padding: 30px 25px 30px 36px;
}
.new-content .ndetail .left .newtitle {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.new-content .ndetail .left .newinfo {
  height: 20px;
  line-height: 20px;
}
.new-content .ndetail .left .newinfo .colck {
  width: 17px;
  height: 17px;
  transform: translateY(3px);
}
.new-content .ndetail .left .newinfo .date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 8px;
}
.new-content .ndetail .left .newcontent {
  margin: 22px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.new-content .ndetail .left .newcontent img{
  width: 600px;
  height: 222px;
  margin: 20px 0px;
}
.new-content .left .newbtns .btn{
  display: block;
  margin-top: 10px;
}
.new-content .left .newbtns .label {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E95E01;
}
.new-content .ndetail .tuijian {
  width: 414px;
  margin-left: 20px;
  background-color: #fff;
  padding: 31px 0px;
}
.new-content .ndetail .tuijian .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 0px 32px;
}
.new-content .ndetail .list li {
  border-bottom: 1px solid #F1F1F1;
  padding: 21px 32px;
}
.new-content .ndetail .list li .tit{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.new-content .ndetail .list li img {
  width: 349px;
  height: 195px;
  margin: 0px 0px 20px 0px;
}

.twoline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height:50px;
}
.oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height:40px;
}
.videobox {
  position: absolute;
  top: 60px;
  right: 120px;
  width: 335px;
  height: 201px;
  cursor: pointer;
}
.videobox:hover #videoboxplay {
  opacity: 0.7;
}
.videobox #videoboxplay {
  position: absolute;
  width: 77px;
  height: 77px;
  left: 50%;
  top: 22%;
}
#videomodel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#videomodel .model {
  position: absolute;
  top: 15vh;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#videomodel .model .close{
  text-align: center;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: -28px;
  right: -20px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}
/*¹ö¶¯ÌõÑùÊ½*/
::-webkit-scrollbar {
width: 4px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
background: rgba(0, 0, 0, 0.1);
}

.beian {
color: #FFFFFF;
margin-left: 10px;
}

/* fenyeqi */
#paging {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  zoom: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 29px;
}

ul.page {
  float: left;
}


ul.page li {
  float: left;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  list-style: none;
  margin: 0 8px;
  padding: 0px 12px;
  height: 32px; 
  line-height: 32px; 
  text-align: center;
  background-color:#fff;
  color:#666666;
  border:1px solid #dedede;
}

ul.page li.dot {
  cursor: not-allowed;
}


#paging ul.page li:hover, 
#paging li.active {
  color:#fff;
  background-color:#E95E01;
  border-color:#E95E01;
}

@media screen and (max-width: 1500px) {
  .msg li span {
    font-size: 16px;
  }
  .yewu .item {
    padding: 18px 10px;
  }
  .yewu  {
    font-size: 16px;
  }
}