.clearfix:after,
.slist p:after,
.ttabholder li:after,
.forms3 li:after,
.online .list li:after {
  content: "\0020";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
}
.content {
  padding-top: 40px;
}
.layout {
  max-width: 1200px;
  margin: 0 auto;
}
/* aside */
.aside2 {
  width: 240px;
  float: left;
}
.alist {
  margin-bottom: 80px;
  list-style: none;
}
.alist li {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.alist li a {
  font-size: 14px;
  display: block;
  background: url(images/bg_arr3.png) no-repeat 230px center;
  color: #969696;
  text-decoration: none;
}
.alist li a:hover {
  color: #0077ed;
  background: url(images/bg_arr4.png) no-repeat 230px center;
}
/* ------------------------ */
.main2.pop {
  display: block;
  width: 820px;
  padding: 20px 60px;
  position: relative;
  float: left;
  background: #fff;
  box-sizing: content-box;
}
.main2 .hd {
  position: relative;
}
.pop .title {
  display: block;
  padding-right: 20px;
  width: 170px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: -7px;
  background: url(images/icon_title.png) no-repeat 0 0;
  background-size: cover;
  font-size: 24px;
  color: #ffffff;
}
.pop .pop_menu {
  position: absolute;
  right: 64px;
  top: 20px;
}
.pop .print {
  background: url(images/icon_print.png) no-repeat center center;
}
.pop .pop_menu a {
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: bottom;
  margin-left: 15px;
}
.pop .facebook {
  font-size: 25px;
  color: #3b579d;
}
.pop .table {
  width: 100%;
  border: none;
  margin-bottom: 50px;
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0px;
}
.pop .table th {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
  color: #323232;
}
.pop .table th,
.pop .table td {
  text-align: left;
  border: none;
  display: table-cell;
  vertical-align: middle;
}
.pop .table td {
  padding: 7px;
  font-size: 14px;
  color: #646464;
}
#iframeprint {
  display: none;
}
@media (max-width: 1080px) {
  .layout {
    width: 100%;
  }
  .aside2 {
    display: none;
  }
  .main2.pop {
    display: block;
    width: 100%;
    padding: 20px 60px;
  }
}
