.news-main {
  width: 1400px;
  margin: 0 auto;
  padding: 42px 40px 72px 42px;
  box-sizing: border-box;
}
.news-main .news-item {
  display: flex;
  align-items: center;
  height: 190px;
  border-bottom: 1px solid #eeeeee;
}

.news-main .news-item .item-main {
  width: 100%;
  height: 136px;
  box-sizing: border-box;
  display: flex;
}
.news-main .news-item .item-main .item-date {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  padding-left: 12px;
width: 12%;
}
.news-main .news-item .item-main .item-date > div:nth-child(1) p:nth-child(1) {
  font-size: 53px;
  font-family: SourceHanSansCN;
  font-weight: bold;
}
.news-main .news-item .item-main .item-date > div:nth-child(1) p:nth-child(2) {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: bold;
}
.news-main .news-item .item-main .item-date > div:nth-child(2) {
  width: 26px;
  height: 3px;
  background-color: #67737e;
  margin: 0 28px;
}
.news-main .news-item .item-main .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
width: 84%;
}
.news-main .news-item .item-main .item-content p:nth-child(1) {
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #21292f;
  line-height: 23px;
  padding-bottom: 18px;
}
.news-main .news-item .item-main .item-content p:nth-child(2) {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 23px;
    width: 94%;
}
.news-main .news-item .item-main .item-watch {
  width: 35px;
  height: 136px;
  background: #f5f5f5;
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-main .news-item .item-main .item-watch img {
  width: 17px;
  height: 33px;
  display: block;
}
.news-main .news-item .item-main:hover {
  background-color: #195afe;
}
.news-main .news-item .item-main:hover .item-date {
  color: #fff;
}
.news-main .news-item .item-main:hover .item-date div:nth-child(2) {
  background-color: #fff;
}
.news-main .news-item .item-main:hover .item-content p {
  color: #fff;
}
.news-main .news-item .item-main:hover .item-watch {
  background-color: #195afe;
  color: #fff;
}
.news-main .pages {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 82px;
}
.news-main .pages a, .news-main .pages span{
	height: 46px;
    text-align: center;
    line-height: 46px;
    margin: 0 5px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 20px;
    color: #333;
	
}
.news-main .pages .current,
.news-main .pages a:hover,
.news-main .pages span:hover 
{
  background-color: #195afe;
  color: #fff;
}
/*
.news-main .pages .front,
.news-main .pages .next {
  width: 128px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
*/
.news-main .pages .front a,
.news-main .pages .next a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.news-main .pages .front:hover,
.news-main .pages .next:hover {
  background-color: #195afe;
  color: #fff;
}
.news-main .pages .front:hover a,
.news-main .pages .next:hover a {
  color: #fff;
}
.news-main .pages .pages-content {
  padding: 0 25px;
  display: flex;
}
.news-main .pages .pages-content div {
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  margin: 0 5px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.news-main .pages .pages-content div a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.news-main .pages .pages-content div:hover {
  background-color: #195afe;
  color: #fff;
}
.news-main .pages .pages-content div:hover a {
  color: #fff;
}
.news-main .pages .pages-content .page-active {
  background-color: #195afe;
  color: #fff;
}
.news-main .pages .pages-content .page-active a {
  color: #fff;
}
