@charset "UTF-8";
body{
  background-color: rgba(242, 242, 248, 1);
}
/*初始化样式*/
a, a:hover, a:link, a:active {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

ul, li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}

.clear {
  clear: both;
}

/*新闻列表*/
.bannerbox {
  width: 100%;
  height: 200px;
  background: url(/statics/v11/images/newsbanner.png) center center no-repeat;
}

.bannerbox .newstitle{
  width: 1280px;
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  padding-top: 65px;
}

.bannerbox .newssybtitle{
  width: 1280px;
  margin: 10px auto 0;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: #CE0505;
}
#newsContent {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
  padding-top:20px;
}
.el-pagination{
  padding: 20px 0;
}
#newsContent .newsCenter {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
#newsContent .newsCenter .newsLeft {
  width: 951px;
  margin-top: 20px;
  float: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;

}
#newsContent .newsCenter .newsLeft .tabsMenu {
  /* width: 100%; */
  width: 951px;
  border-bottom: 1px solid #ddd;
  letter-spacing: -4px;
  margin-bottom: 20px;
  /* padding: 0 10px; */
  box-sizing: border-box;
}
#newsContent .newsCenter .newsLeft .tabsMenu li {
  display: inline-block;
  letter-spacing: 0px;
  /* width: 88px; */
  width: 190px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
#newsContent .newsCenter .newsLeft .tabsMenu li.newsActive {
  border-bottom: 2px solid #ce0505;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList {
  padding: 20px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .newsList_logo{
  width: 280px;
  height: 140px;
  margin: 10px 30px 10px 20px;
  float: left;
  overflow: hidden;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .newsList_logo img{
  display: block;
  width: 100%;
  transition: all .5s ease;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .newsList_logo img:hover{
  transform: scale(1.03);
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .listContent {
  float: left;
  width: 500px
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .listContent .title {
  font-size: 20px;
  color: #333;
  line-height: 34px;
  cursor: pointer;
  font-weight: 500;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .listContent .title:hover {
  color: red;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .listContent .centent {
  font-size: 14px;
  color: #666;
  /* text-indent: 2em; */
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .timeBox {
  line-height: 32px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .timeBox span{
  font-size: 14px;
  color: #999;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .timeBox span{
  font-size: 14px;
  color: #999;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .timeBox span:nth-child(2){
  margin-left: 15px;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .timeBox span .iconfont{
  font-size: 14px;
  margin-right: 6px;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .timeBox .seeText {
  cursor: pointer;
  color: #333;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 12px;
}
#newsContent .newsCenter .newsLeft .newsListBox .newsList .timeBox .seeText:hover {
  color: #fff;
  background: #ce0505;
  border-color: #ce0505;
}
#newsContent .newsCenter .newsLeft .newsListBox .pageing {
  margin: 20px 0;
  text-align: center;
}
#newsContent .newsCenter .newsLeft .newsListBox .pageing .page {
  display: inline-block;
  vertical-align: middle;
}
#newsContent .newsCenter .newsLeft .newsListBox .pageing span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#newsContent .newsCenter .newsRight {
  width: 310px;
  float: right;
  border: 1px solid #ddd;
  margin-left: 15px;
  margin-bottom: 20px;
  background: #fff;

}
#newsContent .newsCenter .newstop .right_icon {
  width: 310px;
  height: 220px;
  margin-left: 15px;
}
#newsContent .newsCenter .newsRightFoot {
  width: 310px;
  float: right;
  margin-top: 20px; 
  border: 1px solid #ddd;
  margin-left: 15px;
  margin-bottom: 20px;
  background: #fff;

}

#newsContent .newsCenter .newsRightFoot .news_foot .title_foot{
  width: 225px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;

  display: inline-block;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
}
#newsContent .newsCenter .newsRightFoot .news_foot_a{
display: flex;
}
#newsContent .newsCenter .newsRightFoot .news_foot:hover{
  color:#ce0505;
}
#newsContent .newsCenter .newsRightFoot .news_foot:last-child{
  border-bottom: 0px solid #fff;
}
#newsContent .newsCenter .newsRightFoot .news_foot .time_foot{
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#newsContent .newsCenter .newsRightFoot .news_foot {
  width: 310px;
  height: 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #E4E4E4;
}
#newsContent .newsCenter .newsRightFoot .rigin_title {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  border-bottom: 1px solid #E4E4E4;
 }
#newsContent .newsCenter .newsRightFoot .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  /* color: #e61e1e; */
  color: #333333;
}
#newsContent .newsCenter .newsRightFoot div:nth-child(2) {
  font-size: 14px;
  color: #666666;
}

#newsContent .newsCenter .newsRight .rigin_title {
 display: flex;
 justify-content: space-between;
 padding: 5px 15px;
 border-bottom: 1px solid #E4E4E4;
}
#newsContent .newsCenter .newsRight .rigin_title:last-child{
  border-bottom: 0px solid #E4E4E4;
 }
#newsContent .newsCenter .newsRight .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
}
#newsContent .newsCenter .newsRight div:nth-child(2) {
  /* height: 50px;
  line-height: 50px; */
  font-size: 14px;
  color: #666666;
}
#newsContent .newsCenter .newsRight .hot {
  padding: 12px;
  margin: 0 10px;
  /* margin-bottom: 20px; */
  display: flex;
  border-bottom: 1px dashed #E4E4E4;
}
#newsContent .newsCenter .newsRight .hotTitle {
  display: flex;
}
#newsContent .newsCenter .newsRight .hot:last-child {
  border: none;
}

#newsContent .newsCenter .newsRight .hot img {
  display: block;
  width: 100px;
  height: 100px;
}
#newsContent .newsCenter .newsRight .hot .subtitle {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsContent .newsCenter .newsRight .hot .subtitle:hover {
  color: red;
}
#newsContent .newsCenter .newsRight .hot .title:hover {
  color: red;
}
#newsContent .newsCenter .newsRight .hot .title {
  font-size: 16px;
  color: #333333;
  width: 160px;
  display: inline-block;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
  height: 35px;
  line-height: 35px;
}
#newsContent .newsCenter .newsRight .hot .right {
  margin: 0 20px;
}
#newsContent .newsCenter .newsRight .hot .content {
  font-size: 12px;
  color: #666666;
  width: 160px;
  overflow:hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical; 
  line-height: 15px;
}
#newsContent .newsCenter .newsRight .hot .foot_btn {
 font-size: 12px;
 width: 56px;
 height: 20px;
 border: 1px solid #666;
 text-align: center;
 margin-top: 10px;
}


#newsContent .newsCenter .newsRight .hot .foot_btn:hover {
  color: #fff;
  background: #ce0505;
  border: 1px solid #ec0505;
 }
 
#newsContent .rmmt:hover {
 color: #ce0505;
 }

#newsContent .newsCenter .newsRight .hot .label span {
  color: #999;
  margin-right: 14px;
}

#newsContent .newsCenter .newsRight .hot .label span:first-child i{
  font-size: 14px;
}

#newsContent .newsCenter .newsRight .hot .label span i{
  margin-right: 5px;
}

/*新闻详情*/
#contentNews {
  width: 1200px;
  margin: 0 auto;
}
#contentNews .sunNav {
  width: 100%;
  line-height: 50px;
  margin-top: 20px;
  margin-left: 15px;
}
#contentNews .sunNav li {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
#contentNews .sunNav li i {
  margin: 0 5px;
}
#contentNews .sunNav li:last-child i {
  display: none;
}
#contentNews .left {
  width: 800px;
  padding: 20px;
  float: left;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 50px;
}
#contentNews .left .contentTitle {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  line-height: 44px;
  text-align: center;
}
#contentNews .left .tagbox {
  text-align: center;
}
#contentNews .left .tagbox span {
  margin-right: 30px;
  color: #666;
}
#contentNews .left #contentP {
  padding: 20px 18px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin: 30px 0;
  line-height: 1.6;
  color: #374444;
}

#contentNews .left #contentP img{
  max-width: 100%;
}

#contentNews .left .nextText p {
  line-height: 36px;
  color: #666;
  width: fit-content;
  cursor: pointer;
}
#contentNews .left .nextText p:hover {
  cursor: pointer;
  color: #467be0;
}
#contentNews .right {
  width: 340px;
  float: right;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#contentNews .right .title {
  border-bottom: 1px solid #ececec;
  width: 320px;
  margin: 0 auto;
  line-height: 43px;
  text-indent: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #e61e1e;
}
#contentNews .right .hot {
  padding: 20px;
}
#contentNews .right .hot img {
  display: block;
  width: 298px;
  height: 190px;
}
#contentNews .right .hot .subtitle {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contentNews .right .hot .subtitle:hover {
  color: #e61e1e;
}
#contentNews .right .hot .content {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
#contentNews .right .hot .label {
  margin-top: 5px;
}
#contentNews .right .hot .label span {
  color: #999;
  margin-right: 30px;
}

.pageing .pageSize {
  display: inline-block;
  vertical-align: middle;
}
.pageing .pageSize span {
  margin-right: 10px;
}
.pageing .pageSize span span {
  margin: 0 5px;
  color: red;
}

.pageing .pages {
  margin-right: 80px;
  display: inline-block;
  vertical-align: middle;
}
.pageing .pages ul li{
  float: left;
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
  font-size: 14px;
}
.pageing .pages ul span{
  float: left;
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
  font-size: 14px;
}
.pageing .pages ul li.on{
  background-color: #409eff;
  color: #fff;
  font-weight: bold;;
}
.bannerbox img{
  display: none;
}
#newsContent .newsCenter .banner_wrap{
  width: 950px;
  height: 350px;
}
#newsContent .newsCenter .banner_wrap .icon{
  width: 950px;
  height: 350px;
}
#newsContent .newsCenter .banner_wrap  img{
  display: block;
  width: 100%;
  height: 350px;
}


/*banner*/

.banner_wrap {
  width: 100%;
  position: relative;
}
.banner_wrap .banner_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner_wrap .seat {
  display: block;
  opacity: 0;
  width: 100%;
  height: 560px;
}
.banner_wrap .banner_box a {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.banner_wrap .banner_box a.on{
  display: block;
}
.banner_wrap .banner_box a img {
  display: block;
  width: 100%;
  /* height: 410px; */
  height: 350px;
}
.banner_wrap .yuan {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_wrap .yuan li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  margin-right: 5px;
  transition: all 0.3s ease;
}
.banner_wrap .yuan li:last-child {
  margin-right: 0;
}
.banner_wrap .yuan li.on {
  width: 32px;
}


@media all and (max-width: 640px) {
  #newsContent .newsCenter{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #newsContent .newsCenter .newsLeft{
    width: 100%;
    margin-top: 50px;
  }
  #newsContent .newsCenter .newsRight{
    display: none;
  }
  #newsContent .newsCenter .newsLeft .newsListBox .newsList img{
    display: block;
    margin: 0 auto 15px;
    width: 60%;
    height: auto;
    float: inherit;
  }
  #newsContent .newsCenter .newsLeft .newsListBox .newsList .listContent{
    width: 100%;
  }
  #newsContent .newsCenter .newsLeft .newsListBox .newsList .timeBox span{
    font-size: 12px;
    margin-right: 15px;

  }
  #contentNews{
    margin-top: 50px;
    width: 100%;
  }
  #contentNews .right{
    display: none;
  }
  #contentNews .left{
    width: 95%;
    float: inherit;
    padding: 0;
    margin: 0 auto;
  }
  #contentNews .sunNav{
    width: 96%;
    margin-left: 4%;
  }
  #contentP img{
    width: 100%;
    display: block;
  }
  .bannerbox {
      display: none;
      width: 100%;
      height: auto;
      background: none;
      margin-top: 40px;
  }
  .bannerbox img{
    display: block;
    width: 100%;
  }
}