/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #105764;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* text-align */
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*配模式定位*/
/* 水平垂直居中的公共类 */
/* 水平居中公共类 */
/* 垂直居中公共类 */
/* 背景自适应 */
/* 2018新增 */
/* translate 方式垂直居中 父元素必须有定位*/
.ztwrap {
  width: 100%;
  max-width: 1200px;
  min-width: 310px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
}
a:hover {
  color: #105764;
}
.permainBox .lBox ul.perlist li {
  margin: 0 0 10px;
}
.permainBox .lBox ul.perlist li .top .title {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.permainBox .lBox ul.perlist li .top .title h4 {
  margin-left: 0;
}
.permainBox .lBox ul.perlist li .top .title h4 span {
  font-size: 12px;
  line-height: 1;
  vertical-align: super;
}
.permainBox .lBox ul.perlist li .des a {
  padding: 0 20px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .permainBox .lBox ul.perlist {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .permainBox .lBox ul.perlist li {
    width: 100%;
  }
}
.permainBox .rBox div.content div.line {
  margin: 30px auto;
}
@media (max-width: 768px) {
  .permainBox .rBox div.content div.line {
    margin: 20px auto;
  }
}
.permainBox .rBox div.content h2 {
  font-size: 24px;
  color: #293c40;
  margin-bottom: 20px;
}
.permainBox .rBox div.content p,
.permainBox .rBox div.content h4 {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 10px;
}
.permainBox .rBox div.content p s,
.permainBox .rBox div.content h4 s {
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  vertical-align: super;
}
.permainBox .rBox div.content p.red,
.permainBox .rBox div.content h4.red {
  color: #df2a2a;
}
.permainBox .rBox div.content p.mt25,
.permainBox .rBox div.content h4.mt25 {
  margin-top: 25px;
}
.permainBox .rBox div.content p em,
.permainBox .rBox div.content h4 em {
  font-size: 16px;
  color: #df2a2a;
  font-style: italic;
}
.permainBox .rBox div.content h4 {
  position: relative;
  padding-left: 20px;
}
.permainBox .rBox div.content h4::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 6px;
  background: url(../images/sbx.png) center no-repeat;
  width: 10px;
  height: 10px;
}
.permainBox .rBox div.content h5 {
  font-size: 16px;
  color: #999999;
}
.permainBox .rBox div.content ul.txt {
  padding: 0 10px;
  margin-top: 20px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.permainBox .rBox div.content ul.txt li {
  width: 30%;
  padding: 30px 15px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.permainBox .rBox div.content ul.txt li:nth-of-type(1) {
  background-color: #075664;
}
.permainBox .rBox div.content ul.txt li:nth-of-type(2) {
  background-color: #53709c;
}
.permainBox .rBox div.content ul.txt li:nth-of-type(3) {
  background-color: #8478ac;
}
.permainBox .rBox div.content ul.txt li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}
.permainBox .rBox div.content ul.txt li h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 32px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.permainBox .rBox div.content ul.txt li p {
  color: #ffffff;
}
@media (max-width: 768px) {
  .permainBox .rBox div.content ul.txt {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .permainBox .rBox div.content ul.txt li {
    width: 100%;
    margin-bottom: 15px;
  }
  .permainBox .rBox div.content ul.txt li:last-child {
    margin-bottom: 0;
  }
}
.permainBox .rBox div.content ul.book {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.permainBox .rBox div.content ul.book li {
  width: 30%;
  margin-top: 15px;
}
.permainBox .rBox div.content ul.book li > img {
  width: 100%;
}
.permainBox .rBox div.content ul.zs {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.permainBox .rBox div.content ul.zs li {
  width: 30%;
}
.permainBox .rBox div.content ul.zs li p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.permainBox .rBox div.content table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.permainBox .rBox div.content table tr:nth-of-type(2) {
  border: solid 1px #eeeeee;
}
.permainBox .rBox div.content table tr th,
.permainBox .rBox div.content table tr td {
  box-sizing: border-box;
}
.permainBox .rBox div.content table tr th {
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background-color: #4f828d;
  color: #ffffff;
  padding: 0 20px;
}
.permainBox .rBox div.content table tr td {
  font-size: 14px;
  color: #666666;
  padding: 20px;
  text-align: center;
}
@media (max-width: 1000px) {
  .permainBox .rBox div.content table tr th {
    font-size: 14px;
    padding: 0 10px;
  }
  .permainBox .rBox div.content table tr td {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .permainBox .rBox div.content .tablebox {
    overflow-x: scroll;
  }
  .permainBox .rBox div.content .tablebox table {
    width: 600px;
  }
}
@media (max-width: 640px) {
  .permainBox .rBox div.content p.huadong {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.permainBox .rBox div.content ul.exam li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
}
.permainBox .rBox div.content ul.exam li .span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .permainBox .rBox {
    padding-top: 10px;
  }
}
