/* 清除浮动 */
/* 圆角 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  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;
}

li.hover01 a {
    color: #df5555;
    font-weight: bold;
}


/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* 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;
}
/* clicked color */
.clcikActive {
  color: #fff;
  background: #33b0c4;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*阴影*/
/*机构资讯首页*/
html,
body {
  height: 100%;
}
.boxS {
  box-sizing: border-box;
}
body {
  background-color: #f4f4f4;
}
@media (max-width: 1100px) {
  body {
    font-size: 12px;
  }
}
.icon-right {
  font-size: 0.8em;
  color: #ccc;
}
.img {
  overflow: hidden;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  -moz-transition: 0.618s -moz-transform;
  -webkit-transition: 0.618s -webkit-transform;
  -o-transition: 0.618s -o-transform;
  transition: .618s transform;
}
.img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.adOneimg {
  margin-top: 30px;
}
.adOneimg img {
  width: 100%;
  display: block;
}
.btn0B {
  display: inline-block;
  border: 1px solid #4c87c4;
  color: #4c87c4;
  width: 100px;
  height: 34px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 34px;
  background-color: #fff;
  text-align: center;
}
.btn0W {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 14px;
  height: 28px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  line-height: 28px;
  background-color: transparent;
  text-align: center;
}
.btn0W > i {
  font-size: 0.7em;
}
.btn0W:hover {
  background-color: #fff;
  color: #4c87c4;
}
.textList li {
  margin-top: 15px;
}
.textList li a {
  display: block;
  height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 16px;
}
.textList li:before {
  float: left;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 8px;
}
.posaa {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.depart-head {
  background-color: #fff;
  padding: 25px 0 20px;
}
.depart-head h1,
.depart-head .h1 {
  display: inline-block;
  font-size: 24px;
}
.depart-head h1 > em,
.depart-head .h1 > em {
  color: #007ada;
}
.depart-head .poplist-nav {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
}
.depart-head .poplist-nav > i {
  cursor: pointer;
  font-size: 18px;
}
.depart-head .poplist-nav > dl {
  display: none;
  position: absolute;
  z-index: 20;
  left: -6px;
  margin-top: 5px;
  background-color: #fffdf9;
  border: 1px solid #ddd;
  padding: 10px 30px;
  width: 335px;
}
.depart-head .poplist-nav > dl:before {
  position: absolute;
  top: -5px;
  left: 10px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #fffdf9;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  transform: rotate(45deg);
}
.depart-head .poplist-nav > dl dd {
  color: #666;
  margin: 10px 0;
  *zoom: 1;
  zoom: 1;
  padding-left: 4em;
}
.depart-head .poplist-nav > dl dd:after {
  content: " ";
  clear: both;
  display: table;
}
.depart-head .poplist-nav > dl dd strong {
  display: inline-block;
  width: 4em;
  color: #007ada;
  text-align: right;
  float: left;
  margin-left: -4em;
}
.depart-head .poplist-nav > dl dd a {
  margin: 0 0 10px 20px;
  display: inline-block;
}
.depart-head .poplist-nav.on > dl,
.depart-head .poplist-nav:hover > dl {
  display: block;
}
.depart-head .countDown {
  margin-left: 15px;
  color: #666;
  vertical-align: 20%;
}
.depart-head .countDown > em {
  color: #d55;
  padding: 0 8px;
}
.depart-head .rig {
  float: right;
}
.depart-head .rig .searchInput {
  float: left;
  height: 40px;
  position: relative;
  z-index: 1;
}
.depart-head .rig .searchInput .tag {
  position: absolute;
  z-index: 5;
  top: 8px;
  right: 65px;
  display: inline-block;
}
.depart-head .rig .searchInput .tag > a {
  display: inline-block;
  background-color: #f6f8f9;
  color: #666;
  padding: 2px 8px;
}
.depart-head .rig .searchInput input {
  float: left;
}
.depart-head .rig .searchInput input[type='text'] {
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  height: 22px;
  line-height: 22px;
  padding: 8px;
  width: 324px;
}
.depart-head .rig .searchInput input[type="button"] {
  background-color: #007ada;
  color: #fff;
  font-size: 16px;
  height: 40px;
  width: 60px;
  text-align: center;
  border: 1px solid #007ada;
}
.depart-head .rig .searchInput input[type="button"]:hover {
  background-color: #0066c6;
}
.depart-head .rig .searchInput .searchlist {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 40px;
  width: 324px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #ccc;
  padding: 0 20px 20px;
}
.depart-head .rig .searchInput .searchlist .til {
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.depart-head .rig .searchInput .searchlist > li {
  padding-top: 15px;
}
.depart-head .rig .searchInput .searchlist > li a {
  display: block;
}
.depart-head .rig .searchInput .searchlist.on {
  display: block;
}
@media (min-width: 1100px) {
  .depart-head .rig .searchInput {
    margin-right: 50px;
  }
  .depart-head .rig .searchInput input[type='text'] {
    width: 424px;
  }
}
.depart-head .rig > a {
  display: block;
  float: left;
  margin-top: 7px;
  margin-left: 30px;
}
.depart-head .rig > a > i {
  margin-right: 8px;
  color: #007ada;
  font-size: 1.8em;
  vertical-align: middle;
}
.livelist-nav {
  *zoom: 1;
  zoom: 1;
}
.livelist-nav:after {
  content: " ";
  clear: both;
  display: table;
}
.livelist-nav li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.livelist-nav li.on {
  color: #007ada;
}
.livelist-nav li.on a {
  color: #007ada;
}
.sec-nav {
  *zoom: 1;
  zoom: 1;
  background-color: #007ada;
}
.sec-nav:after {
  content: " ";
  clear: both;
  display: table;
}
.sec-nav a {
  float: left;
  width: 128px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 16px;
}
.sec-nav a:hover {
  background-color: #148eee;
}
.tabSwitch > ul {
  border-bottom: 2px solid #f4f4f4;
  box-sizing: border-box;
}
.tabSwitch > ul > li {
  display: inline-block;
  color: #666;
  margin: 0 20px -2px 25px;
  border-bottom: 2px solid transparent;
  padding: 1.3em 0 1.1em;
  cursor: pointer;
  font-size: 16px;
}
.tabSwitch > ul > li.on {
  border-color: #007ada;
  color: #007ada;
}
.tabSwitch > div {
  display: none;
}
.tabSwitch > div.on {
  display: block;
}
.crumbs {
  line-height: 50px;
}
.crumbs a {
  margin: 0 3px;
}
.crumbs span {
  color: #666;
}
.crumbs i {
  margin-left: 5px;
}
.searchkeys {
  color: #666;
}
.searchkeys b > em {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  border: 1px dashed #007ada;
  color: #007ada;
  margin-right: 10px;
}
.searchkeys b > em i {
  margin-left: 10px;
  font-size: 0.8em;
  vertical-align: 12%;
}
.searchkeys span > em {
  color: #007ada;
  padding: 0 5px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.listsInfor {
  position: relative;
  *zoom: 1;
  zoom: 1;
}
.listsInfor:after {
  content: " ";
  clear: both;
  display: table;
}
.listsInfor .searchTil {
  font-size: 16px;
  margin-bottom: 20px;
}
.lDleft {
  float: left;
  width: 74.16%;
  background-color: #fff;
}
.lDleft .livelist > ul.line > li {
  border-bottom: 1px solid #e8eaef;
}
.lDleft .livelist > ul.line > li .img {
  width: 270px;
  height: 180px;
  background-color: #eee;
}
.lDleft .livelist > ul.line > li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.lDleft .livelist > ul.line > li .mid {
  margin-left: 290px;
  margin-right: 0;
}
.lDleft .livelist > ul.line > li .mid .til {
  font-size: 24px;
  padding-right: 0;
}
.lDleft .livelist > ul.line > li .mid .til a {
  color: #333;
}
.lDleft .livelist > ul.line > li .mid .mes {
  margin-top: 15px;
  float: left;
  width: 100%;
  color: #999;
}
.lDleft .livelist > ul.line > li .mid .mes em:before {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
}
.lDleft .livelist > ul.line > li .mid .mes em:first-child:before {
  content: "";
}
.lDleft .livelist > ul.line > li .mid .tim {
  margin-top: 20px;
  line-height: 1.8em;
  height: 5.4em;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
}
.lDleft .detial {
  border-bottom: 1px solid #e9ecf3;
  padding-bottom: 50px;
}
.lDleft .detial > h1 {
  padding-top: 44px;
  font-size: 24px;
  text-align: center;
}
.lDleft .detial > h4 {
  margin: 20px 60px;
  color: #999;
  text-align: center;
}
.lDleft .detial > h4 > span {
  float: left;
}
.lDleft .detial > h4 .share {
  float: right;
}
.lDleft .detial > h4 .share > div {
  display: inline-block;
  vertical-align: middle;
}
.lDleft .detial > blockquote {
  margin-top: 20px;
  font-size: 16px;
  padding: 25px 60px;
  background-color: #f8fafc;
  color: #666;
  line-height: 1.8em;
}
.lDleft .detial .main {
  margin: 15px 60px 50px;
  color: #666;
}
.lDleft .detial .main > p {
  margin-top: 25px;
  line-height: 1.8em;
  font-size: 16px;
}
.lDleft .detial .main > p img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.lDleft .detial .main .imgs {
  text-align: center;
  margin-top: 20px;
}
.lDleft .detial .main .imgs img {
  max-width: 90%;
  margin: 10px 2.5% 0;
}
.lDleft .detial .main a {
  color: #007ada;
}
.lDleft .detial .main table {
  border-spacing: auto;
}
.lDleft .detial .main table th,
.lDleft .detial .main table td {
  border: 1px solid #ddd;
}
.lDleft .detial .main table th {
  text-align: center;
}
.lDleft .detial .main table {
  width: 100% !important;
  margin: 0 auto;
}
.lDleft .detial .main table tr:nth-of-type(1) {
  background-color: #eeeeee;
  color: #333333;
  padding: 10px;
  text-align: center !important;
  font-weight: 700;
}
.lDleft .detial .main table tr td {
  text-align: center !important;
}
.lDleft .detial .prevnext {
  *zoom: 1;
  zoom: 1;
  margin: 0 60px;
}
.lDleft .detial .prevnext:after {
  content: " ";
  clear: both;
  display: table;
}
.lDleft .detial .prevnext span {
  float: right;
  color: #999;
}
.lDleft .detial .prevnext span:first-child {
  float: none;
}
.lDleft .detial .prevnext span a {
  display: inline-block;
  vertical-align: top;
  width: 13em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #007ada;
}
.lDleft .detial .prevnext span a:hover {
  color: #0066c6;
}
.lDleft .detialFoll {
  margin: 30px 30px 40px;
}
.lDleft .detialFoll > h2 {
  margin-top: 15px;
  font-size: 20px;
}
.lDleft .detialFoll .relevant {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  zoom: 1;
  position: relative;
  margin-top: 15px;
}
.lDleft .detialFoll .relevant:after {
  content: " ";
  clear: both;
  display: table;
}
.lDleft .detialFoll .relevant:before {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
  background-color: #ddd;
}
.lDleft .detialFoll .relevant li {
  width: 45%;
  float: left;
  margin: 6px 0;
}
.lDleft .detialFoll .relevant li a {
  display: block;
  width: 96%;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lDleft .detialFoll .relevant li a:hover {
  color: #007ada;
}
.lDleft .detialFoll .relevant li:before {
  content: "";
  display: inline-block;
  vertical-align: super;
  width: 2px;
  height: 2px;
  background-color: #007ada;
  margin-right: 8px;
  float: left;
  margin-top: 10px;
}
.lDleft .detialFoll .relevant li:nth-child(2n) {
  margin-left: 5%;
}
.lDleft .detialFoll .relevant li:nth-child(2n+1) {
  margin-right: 5%;
}
.lDleft .detialFoll .recommend .box {
  margin-top: 25px;
  margin-left: -1.5%;
  margin-right: -1.5%;
  *zoom: 1;
  zoom: 1;
}
.lDleft .detialFoll .recommend .box:after {
  content: " ";
  clear: both;
  display: table;
}
.lDleft .detialFoll .recommend .box > li {
  float: left;
  width: 30.3%;
  margin: 0 1.5%;
  padding-bottom: 20px;
  background-color: #fff;
}
.lDleft .detialFoll .recommend .box > li .img {
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
  position: relative;
}
.lDleft .detialFoll .recommend .box > li .img > img {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lDleft .detialFoll .recommend .box > li .img .mc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: top .218s;
  -moz-transition: top .218s;
  -ms-transition: top .218s;
  transition: top .218s;
}
.lDleft .detialFoll .recommend .box > li .img .mc > p {
  margin-top: 30%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.lDleft .detialFoll .recommend .box > li .img .mc > p > i {
  color: #007ada;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.8em;
  vertical-align: middle;
}
.lDleft .detialFoll .recommend .box > li .img .mc > p > i.icon-live {
  font-size: 1.2em;
}
.lDleft .detialFoll .recommend .box > li > h3,
.lDleft .detialFoll .recommend .box > li > p,
.lDleft .detialFoll .recommend .box > li > a {
  margin-left: 16px;
  margin-right: 16px;
}
.lDleft .detialFoll .recommend .box > li > h3 {
  margin-top: 16px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lDleft .detialFoll .recommend .box > li > p {
  margin-top: 10px;
  color: #999;
  height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lDleft .detialFoll .recommend .box > li > a {
  margin-top: 6px;
  float: right;
  color: #007ada;
}
.lDleft .detialFoll .recommend .box > li > a > i {
  margin-left: 5px;
}
.lDleft .detialFoll .recommend .box > li:hover .img .mc {
  top: 0;
}
.lDright {
  float: right;
  width: 23.33%;
}
.lDright > div {
  margin-top: 10px;
}
.lDright > div:first-child {
  margin-top: 0;
}
.lDright h2 {
  font-size: 18px;
  padding: 10px 20px;
  border-bottom: 1px solid #f4f4f4;
}
.lDright h2 .icon_right {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
  transform: rotate(45deg);
}
.lDright ol {
  margin: 0 20px;
}
.lDright ol li {
  padding: 12px 0 12px;
  border-bottom: 1px solid #f4f4f4;
}
.lDright ol li > a {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
}
.lDright ol li > a:hover {
  color: #007ada;
}
.lDright ol li .icon-uniF105 {
  float: left;
  display: inline-block;
  color: #999;
  margin-top: 2px;
}
.lDright ol li > em {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 1.8em;
  height: 1.8em;
  width: 3em;
  text-align: center;
  background-color: #007ada;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 10px;
}
.lDright .hot,
.lDright .recommend,
.lDright .goodbook,
.lDright .questions,
.lDright .problem {
  background-color: #fff;
}
.lDright .recommend .adOneimg {
  margin-top: 0;
  position: relative;
}
.lDright .recommend .adOneimg img {
  display: block;
}
.lDright .recommend .adOneimg > p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px 10px 20px;
  bottom: 0;
  left: 0;
  right: 0;
}
.lDright .recommend .adOneimg > p > a {
  display: block;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lDright .questions > table {
  width: 100%;
}
.lDright .questions > table th,
.lDright .questions > table td {
  text-align: center;
  padding: 10px 0;
  width: 50%;
  border-bottom: 1px solid #f4f4f4;
}
.lDright .questions > table td {
  border-left: 1px solid #f4f4f4;
}
.lDright .questions > table i {
  display: block;
  height: 40px;
  color: #007ada;
}
.lDright .questions > table i.icon-practice {
  font-size: 38px;
}
.lDright .questions > table i.icon-part {
  font-size: 34px;
}
.lDright .questions > table i.icon-c1 {
  font-size: 30px;
}
.lDright .questions > table i.icon-exam {
  font-size: 38px;
}
.lDright .questions > div {
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.lDright .questions > div b {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.lDright .questions > div > p {
  margin: 8px 20px 12px;
  text-align: left;
  color: #666;
  text-indent: 2em;
}
.lDright .questions > div .btnO {
  padding: 4px 28px;
  background-color: #f9ae4d;
}
.lDright .questions > div .btnO:hover {
  background-color: #efa443;
}
.lDright .goodbook li {
  *zoom: 1;
  zoom: 1;
}
.lDright .goodbook li:after {
  content: " ";
  clear: both;
  display: table;
}
.lDright .goodbook li img {
  float: left;
  display: none;
  max-width: 44.584%;
  max-height: 107px;
  margin-right: 4.166%;
}
.lDright .goodbook li > span {
  display: none;
  font-size: 12px;
  color: #999;
}
.lDright .goodbook li:hover,
.lDright .goodbook li.on {
  position: relative;
  z-index: 0;
}
.lDright .goodbook li:hover > i,
.lDright .goodbook li.on > i {
  display: none;
}
.lDright .goodbook li:hover img,
.lDright .goodbook li.on img {
  display: block;
}
.lDright .goodbook li:hover > a,
.lDright .goodbook li.on > a {
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 21px;
}
.lDright .goodbook li:hover > span,
.lDright .goodbook li.on > span {
  display: inline-block;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lDright .goodbook li:hover:before,
.lDright .goodbook li.on:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 48.75%;
  width: 51.25%;
  height: 1px;
  display: block;
  background-color: #f4f4f4;
}
.lDright .adsBox {
  position: relative;
  bottom: 0;
}
.lDright .adsBox .adOneimg {
  margin-top: 10px;
  right: 0;
  bottom: 0;
}
.lDright .adsBox .adOneimg:first-child {
  margin-top: 0;
}
.list-nav {
  position: absolute;
  top: 0;
  left: -110px;
  background-color: #fff;
}
.list-nav li {
  padding: 9px 20px;
}
.list-nav li,
.list-nav li > a {
  color: #666;
}
.list-nav li:hover,
.list-nav li.on {
  background-color: #007ada;
}
.list-nav li:hover,
.list-nav li.on,
.list-nav li:hover > a,
.list-nav li.on > a {
  color: #fff;
}
.page {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .inforlist {
    min-width: 788px;
    padding: 0 106px;
  }
  .lDleft .livelist > ul.line > li .img {
    width: 240px;
    height: 160px;
  }
  .lDleft .livelist > ul.line > li .mid {
    margin-left: 255px;
  }
  .lDleft .livelist > ul.line > li .mid .til {
    font-size: 18px;
  }
  .list-nav.nav-fixed {
    position: fixed;
    top: 60px;
    left: 0;
    margin-left: 0;
  }
}
