* {
  box-sizing: border-box;
}
a:hover,
a:focus {
  text-decoration: none;
}

/* nav栏 
.main_nav li.res-nav .res-cont {
  box-sizing: content-box;
}
 nav栏 */


/* 搜索开始 */
#news {
  width: 100%;
  max-width: 1366px;
  position: relative;
  margin-top: 30px;
  /*padding-bottom: 50px;*/
}
#news .title {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  color:rgb(0,0,0);
  margin: 0 auto;
  line-height: 57px;
}
#news .history {
  height: 30px;
  margin-top: 50px;
}
#news .history .select {
  float: right;
  width: 250px;
} 
#news .history .res_total {
  font-size: 14px;
  line-height: 32px;
}
#news .history .select p,
#news .history .select .select_list {
  border: 1px solid #d7d7d7; 
}
#news .history .select .select_list {
  border-top: none;
}
#news .history .select p,
#news .history .select li {
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
}
#news .history .select li:hover {
  background-color: #f46f6d;
  cursor: pointer;
}
#news .history .select p .icon-downn {
  border-left: 1px solid #d7d7d7;
  float: right;
  padding: 0px 10px;
  height: 32px;
}
#news .history .select .select_list {
  display: none;
  background-color: #fff;
  width: 250px;
  position: absolute;
  z-index: 10;
}
 
#news .history .select .select_list li a {
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
}
#news .history .history_search {
  float: right;
  width: 250px;
  border: 1px solid #d7d7d7; 
  margin-left: 20px;
}
#news .history .history_search input {
  height: 30px;
  padding-left: 15px;
}
#news .history .history_search .icon-searchh {
  float: right;
  line-height: 30px;
  padding: 0px 10px;
}
/* 搜索结束 */


#news .newslist {
  padding: 40px 0px;
  border-bottom: 1px solid #eaeaea;
  height: 100%
}
#news .newslist .pcl {
  height: 100%;
}
#news .newslist .pcl .l_text {
  height: 100%;
}

#news .newslist .pcl .date {
  height: 100%;
}

#news .newslist .pcl .date a {
  width: 140px;
  background-color: #f46f6d;
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
  padding: 10px 0px 4px;
  color: #fff;
}


#news .newslist .pcl .text .r_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
#news .newslist .pcl .text .r_cont {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

#news .newslist .pic {
  height: auto;
}


/* 分页开始 */
#news .paging {
  height: 26px;
  margin-top: 30px;
  margin-right:-15px;
  text-align:right;

}
#news .paging li {
  float: none;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  display:inline-block;
}
#news .paging li a i {
  display: inline-block;
  vertical-align: middle;
}
#news .paging li.prev a,
#news .paging li.next a {
  color: #000;
  margin: 0px 15px;
}
#news .paging li input {
  width: 54px;
  height: 26px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  margin-right: 15px;
}
/* 分页结束 */


/* 新闻模块开始 */
@media (max-width:767px){
  #news {
    margin-top: 0;
  }
  #news .history .select {
    width: 100%;
	position: relative;
  }
  #news .history {
    margin-top: 20px;
	width: 60%;
	padding-left: 15px;
	margin-left: auto;
	margin-right: 0;
  }
  #news .title {
    font-size: 20px;
  }
  #news .res_total {
    padding-left: 0;
  }
  #news .newslist .pcl .text .r_title {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
  }
  #news .newslist .pcl .date a {
    width: 100px;
    font-size: 18px;
    display: block;
    line-height: 20px;
    padding: 3px 0px 0px;
    margin: 15px 0 0 0;
  }
  #news .history .select .select_list {
    width: 100%;
  }
  /* 新闻模块结束 */
  /* 分页手机端 */
  #news .paging {
    left: 0px;
    margin-top: 26px;
  }
  /* 分页手机端 */
}
a.news-more {
        float: right;
        margin-top: 10px;
        cursor: pointer;
        color: #c4262a;
        font-size: 16px;
        font-weight: bold;
    }


