.openM {
  width: 100%;
  height: auto;
  margin-top: 114px;
  user-select: none;
}
.openM > img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 1300px;
}
.openM .openimg2{
	display: none;
}
.openM .openM_cot {
  width: 1300px;
  margin: 36px auto 30px;
  position: relative;
  top: 40px;
  opacity: 0;
}
.openM .openM_cot > ul {
  display: flex;
  width: 568px;
  margin: 0 auto 50px;
  justify-content: space-between;
  border-bottom: 1px #02347c solid;
}
.openM .openM_cot > ul li {
  width: 279px;
  line-height: 55px;
  text-align: center;
  background: #fff;
  color: #555;
  border-left: 1px #b9b9b9 solid;
  border-top: 1px #b9b9b9 solid;
  border-right: 1px #b9b9b9 solid;
  font-size: 18px;
  cursor: pointer;
}
.openM .openM_cot > ul .active {
  background: #02347c;
  color: #fff;
  border-left: 1px #02347c solid;
  border-top: 1px #02347c solid;
  border-right: 1px #02347c solid;
}
.openM .msgList {
  width: 1183px;
  margin: 48px auto 80px;
}
.openM .msgList2{
	display: none;
}
.openM .msgList .page div {
  display: flex;
  border-bottom: 1px #ddd solid;
  height: 120px;
}
.openM .msgList .page div img {
  display: block;
  width: 24px;
  height: 27px;
  align-self: center;
  margin-right: 23px;
}
.openM .msgList .page div p {
  line-height: 120px;
  width: 860px;
  font-size: 20px;
  color: #202a30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.openM .msgList .page div span {
  display: block;
  line-height: 120px;
  font-size: 14px;
  color: #b9b9b9;
  margin-right: 80px;
}
.openM .msgList .page div button {
  display: block;
  width: 95px;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #b9b9b9;
  font-size: 14px;
  color: #b9b9b9;
  margin-right: 20px;
  align-self: center;
  cursor: pointer;
}
.openM .msgList .page div:hover p {
  color: #02347c;
}
.openM .msgList .page div:hover button {
  border: solid 1px #02347c;
  color: #02347c;
}
.openM .paging {
  width: 1183px;
  margin: 0 auto;
}
.openM .paging2{
	display: none;
}
.openM .paging .page-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.openM .paging .page-list .Pagination{
	display: flex;
}
.openM .paging .page-list .Pagination ul{
	display: flex;
}
.openM .paging .page-list .Pagination li, .prepage, .nextpage{
  width: 45px;
	height: 40px;
	border: 1px solid #EBEBEB;
	margin-left: -1px;
	color: #8a8a8a;
	display: inline-block;
	line-height: 40px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	margin: 0 2px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
}
.openM .paging .page-list li:hover {
  border: solid 1px #0b4da2;
  color: #0b4da2;
}
.openM .paging .prepage:hover{
	border: solid 1px #0b4da2;
  color: #0b4da2;
}
.openM .paging .nextpage:hover{
	border: solid 1px #0b4da2;
  color: #0b4da2;
}
.openM .paging .page-list .active {
  background-color: #02347c;
  border: solid 1px #02347c!important;
  color: #fff!important;
}