body {
  font-family: Microsoft YaHei;
}

.nav .ul > li .nav-down {
  background-color: #efefef;
  opacity: 0.9;
}

.x-news {
  height: auto;
  min-height: 600px;
  margin-top: 13px;
}
.x-news .breadcrumb {
  margin-bottom: 20px;
}
.x-news .breadcrumb,
.x-news .breadcrumb a {
  font-size: 12px;
  color: #000;
}

 /*  .news-list */

.x-news .column-headings {
  font-size: 24px;
  line-height: 48px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E5E5;
}

.x-news .column-headings span{
  font-size: 18px;
  color: #B3B3B3;
}

.x-news .news-list {
  height: auto;
  min-height: 400px;
  margin-bottom: 42px;
}

.x-news .news-list ul li {
  width: 100%;
  height: 102px;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: left;
  align-items: center;
}

.x-news .news-list ul li .date{
  width: 70px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.x-news .news-list ul li .date .d1 {
  font-size: 26px;
  margin-bottom: 5px;
}
.x-news .news-list ul li .date .d2 {
  font-size: 14px;
}
.x-news .news-list ul li .content .title {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
}
.x-news .news-list ul li .content .desc {
  font-size: 16px;
  color: #808080;
  line-height: 24px;
}

.x-news .news-list ul li:hover .date .d1{
  color: #016DF5;
}

.x-news .news-list ul li:hover .title {
  color: #016DF5;
}

/* news-info */
.news-info {
  min-height: 500px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.news-info .news-detail {
  width: 988px;
  height: auto;
  margin-bottom: 40px;
}

.news-info .news-detail h2.news-title {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
}

.news-info .news-detail .sub-info {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.news-info .news-detail .sub-info span {
  margin-right: 5px;
}
.news-info .news-detail .main-news p {
text-indent: 1em;
}
.news-info .news-detail .main-news p,
.news-info .news-detail .main-news span,
.news-info .news-detail .main-news a,
.news-info .news-detail .main-news div{
  
  font-size: 16px !important;
  line-height: 28px;
}

.news-info .news-detail .main-news img {
  width: 600px;
  display: block;
  margin: 15px auto !important;
  text-align: center;
}

.news-info .zxdt {
  width: 372px;
}

.news-info .zxdt h2 {
  color: #000;
  font-size: 18px;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
}

.news-info .zxdt ul {
  margin-top: 10px;
  height: auto;
  width: 100%;
}

.news-info .zxdt ul li {
  width: 100%;
  height: 98px;
  border-bottom: 1px solid #E3E3E3;
}

.news-info .zxdt ul li .date {
  font-size: 12px;
  color: #2641A8;
  line-height: 28px;
  margin-top: 15px;
}

.news-info .zxdt ul li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 1.6em;
}

.news-info .zxdt ul li a:hover {
  color: #016DF5;
}
/* 分页 */
.paging{margin-top:20px;}
.pagerContent {text-align:center;}
.paging a{
    color:#808080 !important;
    border: 1px solid #BFBFBF;
    margin: 0 8px !important;
    padding:10px 15px;
    font-size:16px;
	text-decoration:none;
}
.paging a:hover{background-color:#eee; text-decoration: none;}
.paging .page-curr{
    background-color:#016DF5 !important;
    color:#fff !important;
   border: 1px solid #016DF5;
    padding:10px 15px;
}
.pagination{
    margin-top: 40px;
    /* margin-left: 10px; */
}
.jump{
    width: 165px;
    margin-top: 4px;
    margin-left: 15px;
}
.paging .drift{
    float: left;
    margin-bottom: 50px;
}
.txt{
    width: 40px;
    height: 27px;
    border: none;
}
.bnt{
    background: #fff;
    width: 48px;
    height: 27px;
    border: none;
}


/* simpleNav */
.simpleNav,.simpleNav a {font-size: 16px;color: #016DF5;}
.simpleNav a:hover{text-decoration: underline;}
.simpleNav li{margin-bottom: 10px;}
.simpleNav .date{margin-left: 20px;}


@media screen and (max-width: 1079px) {
  .x-news .breadcrumb {
    margin-bottom: 15px;
  }
  .news-info {
    padding-top: 10px;
    display: block;
  }
  .news-info .news-detail {
    width: 100%;
  }

  .news-info .news-detail h2.news-title {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .news-info .news-detail .main-news img {
    max-width: 100%;
  }

  .x-news .column-headings {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .x-news .column-headings span {
    font-size: 16px;
  }
  .x-news .news-list ul li .date {
    margin-right: 10px;
  }
  .x-news .news-list ul li .date .d1 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .x-news .news-list ul li .content .title {
    font-size: 16px;
    height: 28px;
    overflow: hidden;
  }
  .x-news .news-list ul li .content .desc {
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    line-height: 20px;
  }
}


@media screen and (max-width:1500px) {
  .news-info .zxdt ul li a {
    height: 50px;
    overflow: hidden;
  }
}