﻿
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../Images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.swiper-button-next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*标题*/

.main-title {
  margin-bottom: 4%;
  margin-top: 4%;
}

.main-title .ch {
  display: block;
  font-size: 40px;
  position: relative;
  text-align: center;
}

.main-title .ch:before {
  content: "——";
  margin-right: 20px;
}

.main-title .ch:after {
  content: "——";
  margin-left: 20px;
}

.main-title .en {
  color: #666666;
  display: block;
  font-size: 18px;
  text-align: center;
  padding-top: 0.6em;
  text-transform: uppercase;
  letter-spacing: 1.5em;
}

.main-title .en.unSpace {
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  
  .main-title .ch {
    font-size: 20px;
  }
  .main-title .en {
    font-size: 12px;
    letter-spacing: 1em;
  }
}
@media (max-width: 768px) {
  .main-title {
    margin-top: 6%;
  }
}

/*标题end*/


/*搜索关键词*/

.keyWordBox {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}

.topKeyWord {
  float: left;
  line-height: 30px;
  color: #000;
}

.locationSearch {
  float: right;
  font-size: 0;
}

.locationSearch input {
  height: 30px;
  font-size: 14px;
  font-family: "微软雅黑";
  border: 1px solid #b3b3b3;
  padding: 2px 10px;
  color: #b3b3b3;
  background-color: #eeeeee;
  box-sizing: border-box;
}

.locationSearch input.locationKeyword {
  border-radius: 30px 0 0 30px;
  border-right: none;
  width: 200px;
}

.locationSearch input.location_submit {
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

.locationSearch input.location_submit:hover {
  border-color: #00479d;
  color: #00479d;
}

@media (max-width: 768px) {
  .topKeyWord {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.6;
  }
  .locationSearch {
    float: none;
    display: none;
  }
}
/*搜索关键词end*/



/*列表*/

.publicList .list {
  /*overflow: hidden;*/
}

.publicList .list ul {
  display: flex;
}

.publicList .list li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 3%;
  float: left;
  position: relative;
}

.publicList .list .imgBox {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 30.6%;
  border: 1px solid #ddd;
}

.publicList .list .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.publicList .list li span {
  position: absolute;
  bottom: 0;
  left: 3%;
  display: block;
  width: 94%;
  height: 3em;
  line-height: 3em;
  background-color: rgba(0, 0, 0, .4);
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.publicList .list li span a {
  color: #fff;
  display: block;
}

.product.publicList .list li span a:before,
.product.publicList .list li span a:after {
  content: "——";
  margin: 0 10px;
}

@media (max-width: 768px) {
  .publicList .list ul {
    display: flex;
    /*移动端由block改成flex,才能滑动*/
  }
  .publicList .list li span {
    font-size: 12px;
    height: 2.5em;
    line-height: 2.5em;
  }
}

/*列表end*/

/*产品中心*/

.product {
  overflow: hidden;
}

.product .type {
  margin-bottom: 4%;
}

.product .type ul {
  text-align: center;
}

.product .type li {
  display: inline-block;
  width: auto;
  min-width: 6em;
  margin: 1%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  white-space: nowrap;
  border: 1px solid #8f8f8f;
}

.product .type li a {
  display: block;
  color: #666;
  padding: 0 5px;
}

.product .type li:hover,
.product .type li.active-nav {
  background-color: #b80000;
  border-color: #b80000;
}

.product .type li:hover a,
.product .type li.active-nav a {
  color: #fff;
}

.product .cont {
  margin-top: 4%;
}

.product .cont .contBox {
  position: relative;
}

.product .cont li {
  float: left;
  width: 25%;
}

.product .cont li .paddingBox {
  display: block;
  padding: 0 15px;
}

.product .cont li .imgBox {
  padding-bottom: 86.2%;
  border: 1px solid #ddd;
}

.product .cont li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}

.product .cont li span {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 14px;
  background-color: #ddd;
  text-align: center;
  padding: 0 0.5em;
}

.product .cont li span a {
  color: #000;
}

.picBox {
  width: 100%;
  overflow: hidden;
}

.picMarquee2,
.picMarquee {
  overflow: hidden;
}

.product .list {
  position: relative;
}

.product .list:before,
.product .list:after {
  position: absolute;
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  top: 0;
  z-index: 23;
}

.product .list:before {
  right: 100%;
}

.product .list:after {
  left: 100%;
}

.p-button-next {
  margin-right: -4%;
}

.p-button-prev {
  margin-left: -4%;
}

.p-button-next,
.p-button-prev {
  background-color: #b80000;
  z-index: 33;
}

@media (max-width: 768px) {
  .product .type ul {
    text-align: center;
  }
  .product .type li {
    display: inline-block;
    float: none;
    min-width: 23%;
    min-width: auto;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .p-button-next,
    .p-button-prev{
      display: none;
    }
    .product .type li a {
      padding: 0 10px;
    }
}
/*产品中心 end*/


/*关于我们*/

.about {
  overflow: hidden;
}

.about .contentBox {
  margin: 0 -5px;
}

.about .content {
  display: table;
  width: 100%;
}

.about .content .img,
.about .content .text {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  background-color: #fff;
  color: #000;
}

.about .content .img {
  /*background: url('../Images/aboutImg.jpg') no-repeat right 0 / auto 100%;  */
  /*padding-bottom: 28%;*/
  position: relative;
}

.about .content .img video {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .content .text .textBox {
  padding: 3% 0 3% 5%;
  box-sizing: border-box;
  width: 100%;
  max-width: 680px;
}

.about .content .text .companyName {
  font-size: 30px;
  margin-bottom: 20px;
}

.about .content .text .companyName:after {
  content: "——";
  display: block;
  margin-top: 5px;
  line-height: 1;
}

.about .content .text .companyInfo {
  font-size: 14px;
  line-height: 1.8em;
  height: 14.4em;
  overflow: hidden;
}

.about .content .text .more {
  display: block;
  width: 8em;
  height: 2.2em;
  line-height: 2.2em;
  text-align: center;
  background-color: #b80000;
  color: #fff;
  margin-top: 1em;
}

.aboutBottomimg {
  margin-top: 10px;
}

.aboutBottomimg li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
}

.aboutBottomimg li .imgBox {
  padding-bottom: 52%;
}

.aboutBottomimg li span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
  line-height: 2em;
  display: block;
  font-size: 16px;
}

.aboutBottomimg li span a {
  color: #fff;
}

@media (max-width: 768px) {
  .about .contentBox {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about .content {
    display: block;
  }
  .about .content .img {
    display: block;
    width: 100%;
    background: url('../Images/aboutImg-m.jpg') no-repeat right 0 / auto 100%;
  }
  .about .content .text {
    width: 100%;
    display: block;
  }
  .about .content .img,
  .about .content .text {
    border: 0;
  }
  .about .content .text .companyName {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about .content .text .companyInfo {
    height: 7.2em;
    overflow: hidden;
  }
}

/*关于我们end*/



/*advantage*/

.advantage .content {
  background: url("../Images/advantage-bg.jpg") no-repeat center center / 50% auto;
}

.advantage .content.m {
  display: none;
  overflow: hidden;
  background: none;
}
.advantage .content li {
  float: left;
  width: 30%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #b7b7b7;
}
.advantage .content.m li{
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.advantage .content li:nth-child(2n) {
  float: right;
}

.advantage .content li:nth-child(2n+1) {
  clear: right;
}

.advantage .content li .icon {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #b80000;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
}

.advantage .content li .icon img {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.advantage .content li .text {
  overflow: hidden;
}

.advantage .content li .text i {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  display: block;
}

.advantage .content li .text span {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .advantage .content {
    display: none;
  }
  .advantage .content.m {
    display: block;
  }
  .advantage .content li{
    border-bottom: none;
  }
  .advantage .content li .text i{
    font-size: 20px;
  }
  .advantage .content li .text span {
    font-size: 14px;
  }
}

/*advantage end*/



/*长背景图*/

.bImg1 {
  background: url("../Images/bImg1.jpg") no-repeat center center / cover;
}

.bImg1 .cont {
  padding-bottom: 20%;
  position: relative;
  margin-top: 6%;
}

.bImg1 .cont .tel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  width: 28%;
}

.bImg1 .cont .tel span {
  display: block;
  font-size: 30px;
}

.bImg1 .cont .tel i {
  display: block;
  font-size: 48px;
}
@media (max-width: 1200px) {
  .bImg1 .cont .tel span{
    font-size: 25px;
  }
  .bImg1 .cont .tel i{
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .bImg1 .cont .tel span{
    font-size: 20px;
  }
  .bImg1 .cont .tel i{
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bImg1 .cont .tel span{
    font-size: 13px;
  }
  .bImg1 .cont .tel i{
    font-size: 16px;
  }
}
/*长背景图end*/


/*客户*/

.Customer .content {
  overflow: hidden;
}

.Customer .showInfo {
  position: relative;
  background-color: #000;
  padding: 35px 0;
  margin: 9% 0;
}

.Customer .showInfo .imgBox {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -16.675%;
  width: 50%;
  padding-bottom: 33.35%;
}

.Customer .showInfo .text {
  color: #fff;
  height: 130px;
  overflow: hidden;
  margin-left: 55%;
  padding-right: 3%;
  font-size: 14px;
  line-height: 1.8;
}

.Customer .list {
  overflow: hidden;
  padding-top: 3%;
}

.Customer .list ul {
  margin: 0 -10px;
}

.Customer .list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.Customer .list li .inside {
  position: relative;
  border: 1px solid #f2f2f2;
}


.Customer .list li.on .inside {
  border: 1px solid red;
}

.Customer .list li .imgBox {
  padding-bottom: 66.7%;
  box-sizing: border-box;
  background-color: #f2f2f2;
}


.Customer .list li span {
  background-color: #f2f2f2;
  display: block;
  font-size: 14px;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  color: #333;
}

.Customer .list li span a
{
    display: block;
    }
@media (max-width: 768px) {
  .Customer .showInfo{
    padding: 15px 0;
    margin: 8% 0;
  }
  .Customer .showInfo .text{
    font-size: 12px;
  }
  .Customer .showInfo .text{
    height: 100px;
  }
  .Customer .list ul{
    margin: 0 -2px;
  }
  .Customer .list li{
    padding: 0 2px;
  }
  .Customer .list li span{
    font-size: 12px;
  }
}
@media (max-width: 600px) 
{
    .Customer .showInfo{
    padding: 15px 0;
    margin: 6% 0;
  }
}



/*荣誉*/

.listCont {
  position: relative;
}

.honor-button-prev {
  left: 0;
  margin-left: -40px;
  background-color: #b80000;
}

.honor-button-next {
  right: 0;
  margin-right: -40px;
  background-color: #b80000;
}

.honor .list {
  overflow: hidden;
}

.honor .list li {
  padding: 0 1%;
}

.honor.publicList .list .imgBox {
  padding-bottom: 76.57%;
}

.honor .main-header .index-title {
  color: #fff;
}

@media (max-width: 768px) {
  .honor-button-prev,
  .honor-button-next {
    display: none;
  }
}

/*荣誉end*/


/*工程案例*/

.project .type {
  width: 19%;
  float: left;
}

.project .type li {
  position: relative;
  background-color: #333333;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-bottom: 15px;
  font-size: 20px;
}

.project .type li a {
  display: block;
  color: #fff;
}

.project .imgList {
  width: 80%;
  float: right;
}

.project .imgBox {
  padding-bottom: 57.7%;
}

.project .imgList a {
  display: none;
}
.project .imgList a.on {
    display: block;
}

.project .type li:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #b80000;
  visibility: hidden;
  z-index: 1;
}

.project .type li.on {
  background-color: #b80000;
}

.project .type li.on:before {
  visibility: visible;
}

.project .imgBox a.on {
  display: block;
}
@media (max-width: 1200px) {
  .project .type li {
    height: 70px;
    line-height: 70px
  }
}
@media (max-width: 1000px) {
  .project .type li {
    height: 55px;
    line-height: 55px
  }
}
@media (max-width: 768px) {
  .project .type{
    float: none;
    width: 100%;
  }
  .project .type li{
    float: left;
    width: 33%;
    margin: 0.16%;
    height: 3em;
    line-height: 3em;
    font-size: 13px;
  }
  .project .type li:before{
    display: none;
  }
  .project .imgList{
    width: 100%;
  }
}
/*工程案例 end*/


/*新闻中心*/

.news .type {
  text-align: center;
}

.news .type a {
  display: inline-block;
  border: 1px solid #8f8f8f;
  font-size: 20px;
  min-width: 6em;
  padding: 0 10px;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #666666;
  margin: 0 10px;
}

.news .type a:hover {
  background-color: #b80000;
  color: #fff;
  border-color: #b80000;
}

.news .list {
  overflow: hidden;
  margin-top: 5%;
}

.news .list ul {
  margin: 0 -10px;
}

.news .list li {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.news .list li .imgBox {
  padding-bottom: 60%;
}

.news .list li .newsTitle {
  font-size: 20px;
  color: #333;
  padding-bottom: 1em;
  border-bottom: 1px dashed #b4b4b4;
  margin-top: 1em;
}

.news .list li .newsTitle a {
  color: #333;
}

.news .list li p {
  font-size: 14px;
  color: #666;
  line-height: 1.6em;
  height: 4.8em;
  overflow: hidden;
  margin-top: 1.4em;
}

@media (max-width: 768px) {
  .news .type a {
    font-size: 14px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
        padding: 0px 5px;
  }
  .news .list{
    padding: 0 10px;
  }
  .news .list ul{
    margin: 0;
  } 
  .news .list li{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #b3b3b3;
  }
  .news .list li .imgBox{
    float: left;
    width: 40%;
    padding-bottom: 24%;
    margin-right: 15px;
  }
  .news .list li .newsContent{
    overflow: hidden;
    margin-top: 1%;
  }
  .news .list li .newsTitle{
    margin-top: 0;
    padding-bottom: .5em;
    font-size: 16px;
    border-bottom: none;
  }
  .news .list li p{
    margin-top: 0.5em;
    font-size: 12px;
    height: 3.2em;
  }
}

/*新闻中心end*/


/*banner*/
.banner {
    position: relative;
    overflow: hidden;
}










/************************************************************************/


.modularTitle
{
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #ec0000;
}

.modularText
{
    margin: 25px auto 35px auto;
    width: 620px;
    height: 70px;
    text-align: center;
    line-height: 25px;
    font-size: 25px;
    overflow: hidden;
    color: #8e8e8e;
    font-family: Times New Roman;
    background: url(../Images/modularTextIcon.jpg) no-repeat center bottom;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
    
    .modularText
    {
        display: none;
    }
}

/*热搜关键词*/
.hotKeywordsBox
{
    border-bottom: #efefef solid 1px;
}

.hotKeywords
{
    line-height: 40px;
    color: #969696;
}

.hotKeywords a
{
   color: #969696; 
}

@media (max-width: 768px) 
{
    .hotKeywordsBox
    {
        display: none;
    }
}

/*产品*/
.productBox .prodctTypeList li
{
    width: 240px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

.productBox .prodctTypeList li a
{
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color: #fff;
    background: #686868;
    margin-left: 5px;
    margin-right: 5px;
}

.productBox .prodctTypeList li a:hover
{
    background: #ec0000;
}

.productBox .recommendProductList
{
    margin-top: 30px;
}

.recommendProductList li
{
    float: left;
    width: 32%;
    margin: .5%;
}

.recommendProductList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.recommendProductList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}

@media (max-width: 768px) 
{
    .productBox .prodctTypeList li
    {
        width: 50%;
    }
    
    .productBox .prodctTypeList li a
    {
        line-height: 40px;
        font-size: 16px;
    }
    
    .productBox .recommendProductList
    {
        margin-top: 0px;
    }
    
    .recommendProductList li
    {
        width: 48%;
        margin: 1%;
    }

    .recommendProductList li span
    {
        font-size: 14px;
    }
}

/*优势*/
.advantageBox
{
    overflow: hidden;
    padding-bottom: 50px;
}

.advantageBox .advantageBg
{
    height: 620px;
    background: url(../Images/adventageBg.jpg) no-repeat center;
}

.advantageBox .advantageBg img
{
    display: none;
    width: 100%;
}

@media (max-width: 768px) 
{
    .advantageBox .advantageBg
    {
        height: initial;
    }
    
    .advantageBox .advantageBg img
    {
        display: block;
    }
}

/*工程*/
.recommendProjectList
{
    position: relative;
}

.recommendProjectList li
{
    float: left;
    width: 32%;
    margin: 0.5%;
}

.recommendProjectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.recommendProjectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}

@media (max-width: 768px) 
{
    .recommendProjectList ul
    {
        width: 100%;
    }
    
    .recommendProjectList li
    {
        width: 48%;
        margin: 1%;
    }

    .recommendProjectList li span
    {
        font-size: 14px;
    }
}

/*首页关于我们*/
.aboutBox
{
    height: 630px;
    background:  #0256ac;
    overflow: hidden;
    position: relative;
}

.aboutBox .aboutImg
{
    float: left;
    margin-top: 90px;
    margin-left: 50px;
    z-index: 2;
    position: relative;
}

.aboutBox .redDiv
{
    width: 230px;
    height: 545px;
    border: #ff0000 solid 1px;
    position: absolute;
    top: 40px;
    z-index: 1;
}

.aboutBox .text
{
    float: right;
    width: 540px;
}

.aboutBox .about .aboutTitle
{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-top: 91px;
    text-align: left;
}

.aboutBox .aboutEn
{
    font-size:18px;
    margin-top: 14px;
    color: #fff;
}

.aboutBox .aboutSummary
{
    width: 100%;
    height: 400px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.aboutBox .aboutMore
{
    width: 90px;
    height: 40px;
    background: #ec0000;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-top: 117px;
}

.aboutBox .aboutSummary p
{
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 21px;
}

.aboutBox .aboutSummary p a
{
    color: #fff;
}

@media (max-width: 768px)
{
    .aboutBox
    {
        background: #0256ac;
        height: initial;
    }
    
    .aboutBox .aboutImg
    {
        margin: 0px;
        width: 100%;
    }
    
    .aboutBox .aboutEn
    {
        text-align: center;
    }
    
    .aboutBox .redDiv
    {
        display: none;
    }
    
    .aboutBox .about .aboutTitle
    {
        margin-top: 10px;
        text-align: center;
        margin-left: 0px;
    }
    
    .aboutBox .text
    {
        width: 100%;
    }
    
    .aboutBox .aboutMore
    {
        float: none;
        position: absolute;
        bottom: 20px;
        left: 40%;
    }
    
    .aboutBox .aboutSummary
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 45px;
        padding: 10px;
        width: initial;
        height: initial;
        font-size: 15px;
    }
}

/*新闻*/
.newsBox
{
    overflow: hidden;
    padding-bottom: 50px;
}

.newsBox .item
{
    width: 384px;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    color: #fff;
}

.newsBox ul li
{
    height: initial;
}

.newsBox ul li img
{
    width: 100%;
}

.newsBox .itemTitle
{
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 48px;
}

.newsBox .itemText
{
    font-size: 16px;
    padding: 0px 15px 30px 15px;
    line-height: 25px;
    color: #666666;
    height: 80px;
}

.newsBox .newsList
{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.newsBox .newsList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
}

.newsBox .pubTime
{
    height: 60px;
    line-height: 60px;
    background: #efefef;
    font-size: 30px;
    color: #aeaeae;
    padding-left: 20px;
}

@media (max-width: 768px) 
{
    .newsBox
    {
        padding-bottom: 10px;
    }
    
    .newsBox ul, .newsBox li, .newsBox .item
    {
        width: 100%;
    }
    
    .newsBox .itemTitle
    {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .newsBox .itemText
    {
        font-size: 14px;
        padding-bottom: 15px;
        height: initial;
    }
    
    .newsBox .pubTime
    {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        padding-left: 20px;
    }
    
}

/*相关信息*/
.relativeBox
{
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
}

.relativeBox li
{
    float: left;
    padding: 3px 10px;
}

.relativeBox .relativeList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


/*友情链接*/
.friendShipBox
{
    padding-bottom: 40px;
}

.friendShipBox li
{
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}