@charset "UTF-8";
/*！
*网厅
*date:2023-02-16
*author: gl;
*/
html,
body {
  background: #fafbfc;
}

.main {
  margin-bottom: 30px;
}

/* 当前位置 */
.loction {
  padding: 17px 0 17px 20px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  background: url("../images/loction.png") left center no-repeat;
}
.loction > a {
  position: relative;
  color: #8a95ad;
  padding-right: 25px;
}
.loction > a:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 8px;
  color: #8a95ad;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.loction span {
  font-weight: 500;
  color: #2081e8;
}

/* 左侧菜单 */
.leftmenu {
  width: 240px;
  height: 837px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.leftmenu-item {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-left: 70px;
  background: url("../images/leftmenu_title.png") no-repeat;
}
.leftmenu-title > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 240px;
  line-height: 54px;
  height: 54px;
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  padding-left: 56px;
  background: #f3f9ff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.leftmenu-title > a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: rgba(32, 129, 232, 0.3);
}
.leftmenu-title > a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 22px;
  width: 22px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.leftmenu-title:nth-child(1) > a:after {
  background-image: url("../images/leftmenu_ico1.png");
}
.leftmenu-title:nth-child(2) > a:after {
  background-image: url("../images/leftmenu_ico2.png");
}
.leftmenu-title:nth-child(3) > a:after {
  background-image: url("../images/leftmenu_ico3.png");
}
.leftmenu-title:nth-child(4) > a:after {
  background-image: url("../images/leftmenu_ico4.png");
}
.leftmenu-title.active > a {
  color: #2081e8;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px #e4eef9;
          box-shadow: 0px 4px 10px #e4eef9;
}
.leftmenu-title.active > a:before {
  background-color: #2081e8;
}
.leftmenu-title.active:nth-child(1) > a:after {
  background-image: url("../images/leftmenu_ico1_active.png");
}
.leftmenu-title.active:nth-child(2) > a:after {
  background-image: url("../images/leftmenu_ico2_active.png");
}
.leftmenu-title.active:nth-child(3) > a:after {
  background-image: url("../images/leftmenu_ico3_active.png");
}
.leftmenu-title.active:nth-child(4) > a:after {
  background-image: url("../images/leftmenu_ico4_active.png");
}

/* 右侧列表 */
.r-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 240px - 20px);
  height: 837px;
  padding: 17px 20px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(70, 101, 213, 0.06);
          box-shadow: 0px 0px 40px rgba(70, 101, 213, 0.06);
  border-radius: 6px;
}
.r-content-hd {
  border-bottom: 1px solid #2081e8;
}
.r-content-hd .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 50px;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  min-width: 112px;
  text-align: center;
  background: url("../images/title-bg2.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.r-content-hd .title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 21px;
  height: 50px;
  background: url("../images/title-bg-after2.png") no-repeat;
}
.list-items {
  min-height: 660px;
}
.list-item {
  overflow: hidden;
  line-height: 24px;
  padding: 15px 0;
  border-bottom: 1px dashed #dde0e4;
  font-size: 16px;
}
.list-item .link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: calc(100% - 120px);
  color: #353b4b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 22px;
  background: url("../images/list_ico.png") no-repeat left center;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.list-item .date {
  color: #7c8ba2;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.list-item:hover .link,
.list-item:hover .date {
  color: #2081e8;
}

/* 分页样式 */
.pagination {
  margin-top: 30px;
}

.m-pagination-page > li {
  margin-right: 8px;
}

.m-pagination-page > li > a {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button {
  border-color: #d6d6d6;
  border-radius: 4px;
}

.m-pagination-page > li.active > a {
  font-weight: normal;
  color: #2081e8;
  border-color: #2081e8;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
  border-color: #2081e8;
}

.m-pagination-group > input {
  height: 28px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.m-pagination-group > button {
  height: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.m-pagination-info {
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}