
/*初始化样式*/
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(../image/newsbanner.png) center center no-repeat;
}

.bannerbox .newstitle{
  width: 1200px;
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  padding-top: 65px;
}

.bannerbox .newssybtitle{
  width: 1200px;
  margin: 10px auto 0;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}

#newsContent {
  width: 100%;
}
#newsContent .newsCenter {
  width: 1200px;
  margin: 0 auto 100px auto;
  overflow: hidden;
}
#newsContent .newsCenter .newsLeft {
  width: 840px;
  margin-top: 20px;
  float: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#newsContent .newsCenter .newsLeft .tabsMenu {
  width: 100%;
  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;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
#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: 248px;
  height: 161px;
  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: 18px;
  color: #333;
  line-height: 34px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 16px;
}
#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;
  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.number{
  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: 340px;
  float: right;
  margin-top: 20px;
  border: 1px solid #ddd;
}
#newsContent .newsCenter .newsRight .title {
  border-bottom: 1px solid #ddd;
  width: 340px;
  margin: 0 auto;
  line-height: 43px;
  text-indent: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #e61e1e;
}
#newsContent .newsCenter .newsRight .hot {
  padding: 20px;
  margin-bottom: 20px;
}
#newsContent .newsCenter .newsRight .hot img {
  display: block;
  width: 298px;
  height: 228px;
}
#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 .content {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
#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);
}
#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: 228px;
}
#contentNews .right .hot .subtitle {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
#contentNews .right .hot .subtitle:hover {
  color: red;
}
#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;
}

@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%;
  }
}