.address {
  display: flex;
  background-color: #fff;
  align-items: center;
  padding: 40px 10px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}
.address img {
  width: 17px;
  height: 16px;
  margin: 0px 5px 0 10px;
}
.address span {
  margin: 0 6px;
}
.address a {
  color: #333;
}
a:link {
	color: #333333;
	text-decoration: none;
}		/* 未访问的链接 */
a:visited {
  color: #333333;
	text-decoration: none;
}	/* 已访问的链接 */
a:hover {
	color: #4189c8;
	text-decoration: none;
}	/* 鼠标移动到链接上 */
a:active {
	color: #4189c8;
	text-decoration: none;
}	/* 选定的链接 */

.id-content .notice .list_main {
  background-color: #fff;
  padding: 20px 20px 20px 10px;
  display: flex;
  justify-content: space-between;
}
.id-content .notice .list_main .hot {
  width: 300px;
  min-height: calc(100vh - 662px);
}
.id-content .notice .list_main .hot_title {
  width: 300px;
  box-sizing: border-box;
  background: rgb(1,73,155);
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.id-content .notice .list_main .hot_content {
  padding: 5px;
  border: 1px solid #eee;
  color: #333;
} 
.id-content .notice .list_main .hot_content ul {
  margin: 10px 0;
}
.id-content .notice .list_main .hot_content li {
  display: flex;
  align-items: center;
  height: 36px;
}
.id-content .notice .list_main .hot_content li::before {
  content: '';
  display: inline-block;
  background-color: #ccc;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 10px 0px 20px;
}
.id-content .notice .list_main .hot_content_box {
  padding: 5px;
} 
.id-content .notice .list_main .hot_content_box a {
  cursor: pointer;
}
.id-content .notice .list_main .hot_content_box_title {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 20px;
  background-color: #e6e6e6;
  margin: 5px 0;
} 
.id-content .notice .list_main .hot_content_box_title_2 {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background-color: #e6e6e6;
  margin: 5px 0;
  position: relative;
} 
.hot_content_box_title_2 a::before{
  content: '';
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(1,73,155);
  margin: 0 15px 0 0;
  top: -2px;
}
.id-content .notice .list_main .hot_content_box_title img {
  margin-right: 14px;
}

.id-content .notice .list_main .list_pic_con {
  width: 100%;
  margin: 0 20px;
}
.id-content .notice .list_main .list_pic_con_title {
  border-bottom: 2px solid #dcdcdc;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.id-content .notice .list_main .list_pic_con_title span {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-bottom: 2px solid rgb(1,73,155);
}
.id-content .notice .list_main .list_pic_con img {
  width: 185px;
  height: 120px;
  margin:0px 15px auto;
}
.id-content .notice .list_main .list_pic_con_content {
  padding: 20px 15px;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
}
.list_pic_con_content_text {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.id-content .notice .list_main .list_pic_con_content_li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
}

.id-content .notice .list_main .introduction {
  text-indent:2em;
}
.id-content .notice .list_main .list_pic_con_content_li .title {
  width: calc(100% -130px);
}
.id-content .notice .list_main .list_pic_con_content_li .title a{
  width: 100%;
	line-height: 30px;
	color: #015198;
	font-size: 16px;
	font-weight: 600;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.id-content .notice .list_main .list_pic_con_content_li .time{
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
	height: 30px;
  width: 80px;
	line-height: 30px;
	margin: 0px;
	color: #333;
}
.id-content .notice .list_main .list_pic_con_content_li .con{
	line-height: 24px;
	margin: 0px;
  color: #818181;
	text-indent:2em;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.id-content .notice .list_main .list_pic_con_content_li .full_text a{
	color: #a80000;
}
.id-content .notice .list_main .list_pic_con_content_li span{
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #444;
}

/* 分页插件外面盒子样式---自己定义 */
.page_div{margin:20px 10px 20px 0;color:#666}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width:30px;height:28px;cursor:pointer;color:#666;font-size:13px;line-height:28px;background-color:#f9f9f9;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#0073A9;border:1px solid #0073A9}
#nextPage,#prePage{width:70px}
.page_div .current{background-color:#0073A9;border-color:#0073A9;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#0073A9;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}


/* 会员单位样式 */
.hydw_main {
  background-color: #fff;
  padding: 30px;
}
.hydw_main_title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  border-left: 3px solid rgb(1,73,155);
  padding-left: 15px;
  margin: 10px 0;
}
.hydw_list {
  display: flex;
  width: 1142px;
  box-sizing: border-box;
  flex-wrap: wrap;
  border-left: 1px solid #cee2ec;
  margin: 30px 0;
}
.hydw_list li {
  width: 228px;
  box-sizing: border-box;
  border-bottom: 1px solid #cee2ec;
  border-right: 1px solid #cee2ec;
  background: #f3f8fc;
  line-height: 55px;
}
.hydw_list li:nth-of-type(-n+5) {
  border-top: 1px solid #cee2ec;
}
.hydw_list li a {
  display: block;
  width: 226px;
  padding: 0 20px;
  box-sizing: border-box;
  height: 55px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444444;
}
.hydw_list li a:hover {
  color: #f2020f;
}
/* 会员单位样式结束 */