/*****************index 公用**********************/
/*公用标题*/
.i-title-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .i-title-box {
    padding: 0 10px;
  }
}
.i-title-box > .title {
  display: inline-block;
  padding: 0 17px;
  background: #D80110;
}
.i-title-box > .title > .text {
  position: relative;
  display: block;
  padding-left: 16px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
}
.i-title-box > .title > .text:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px;
  border-color: transparent;
  border-left-color: #fff;
}
.i-title-box > .more {
  line-height: 38px;
  font-size: 12px;
  color: #9A9A9A;
}
/*盒子模式*/
.i-box {
  margin: 0 -8px;
  margin-top: 30px;
  /*****盒子内 模块之间的间距14px**/
}
@media (max-width: 767px) {
  .i-box {
    margin-top: 0;
  }
  .i-box > div {
    margin-top: 30px !important;
  }
}
.i-box > div {
  padding: 0 8px;
}
/*********其他***********/
/*新闻*/
.news-box {
  float: left;
  box-sizing: border-box;
  width: 888px;
}
.news-box .news-left {
  display: inline-block;
  float: left;
  padding: 10px 10px 0 10px;
  width: 460px;
  background: #F5F5F5;
  border: 1px solid #eee;
}
.news-box .news-left > .img-box {
  display: block;
  height: 0;
  padding-bottom: 73%;
  overflow: hidden;
}
.news-box .news-left > .img-box > img {
  max-width: 100%;
}
.news-box .news-left > .text {
  display: block;
  padding-bottom: 4px;
  text-align: center;
  color: #4E4D4D;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-box .news-left > .text:hover {
  color: #D80110;
}
.news-box .news-right {
  display: inline-block;
  float: right;
  width: 396px;
}
.news-box .news-right .news-item {
  border-bottom: 1px solid #eee;
  padding: 13px 0;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .news-box .news-right .news-item {
    padding: 10px;
  }
}
.news-box .news-right .news-item > .item-title {
  display: block;
  line-height: 26px;
  color: #4E4E4E;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-box .news-right .news-item > .item-title:hover {
  color: #D80110;
}
.news-box .news-right .news-item > .item-text {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #7D7D7D;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-box .news-right .news-item > .item-text:hover {
  text-decoration: underline;
}
/*读者往来*/
.active-box {
  float: left;
  width: 328px;
}
.active-box .cont-box {
  border: 1px solid #eee;
  padding: 10px;
  height: 372px;
}
.active-box .cont-box .intros {
  height: 175px;
  font-size: 12px;
  color: #666666;
  line-height: 25px;
  overflow: hidden;
}
.active-box .btn-list {
  padding-top: 30px;
}
.active-box .btn-list > li {
  margin-top: 35px;
}
.active-box .btn-list a {
  display: block;
  padding-left: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  background: url(../images/spring.png) no-repeat;
}
.active-box .btn-list li:nth-child(1) a {
  background-position-y: 4px;
}
.active-box .btn-list li:nth-child(2) a {
  background-position-y: -24px;
}
.active-box .btn-list li:nth-child(3) a {
  background-position-y: -49px;
}
.active-box .btn-list li:nth-child(4) a {
  background-position-y: -86px;
}
.active-box .btn-list li:nth-child(5) a {
  background-position-y: -122px;
}
.active-box .btn-list li:nth-child(6) a {
  background-position-y: -167px;
}
.active-box .btn-list li:nth-child(3n-1) {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
/*本期导读*/
.e-book {
  float: left;
  width: 475px;
}
.e-book .cont {
  padding: 12px 10px;
  height: 298px;
  border: 1px solid #eee;
}
.e-book .cont-left {
  float: left;
  padding-right: 20px;
  width: 189px;
}
.e-book .cont-left .img-box {
  display: block;
  width: 169px;
  height: 233px;
  border: 2px solid #F9F9F9;
  font-size: 0;
}
.e-book .cont-left .img-box > img {
  width: 165px;
  height: 229px;
}
.e-book .cont-left .read-btn {
  display: block;
  margin: 0 auto;
  margin-top: 14px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  background: #828282;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.e-book .cont-left .read-btn:hover {
  background: #D80110;
}
.e-book .cont-right {
  float: left;
}
.e-book .cont-right .list > li {
  width: 240px;
  padding: 5px 0;
}
.e-book .cont-right .list a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #484747;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.e-book .cont-right .list a:hover {
  color: #D80110;
  text-decoration: underline;
}
/*电子期刊*/
.order {
  float: left;
  width: 413px;
}
.order .cont {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  height: 298px;
  border: 1px solid #eee;
}
.order .check-box {
  margin-bottom: 10px;
}
.order .check-box > a {
  display: inline-block;
  margin-right: 30px;
  padding-left: 22px;
  color: #3B3A3A;
  background: url(../images/spring.png) left no-repeat;
}
.order .check-box > a:hover {
  color: #DB0000;
  text-decoration: underline;
}
.order .check-box > a:nth-child(1) {
  background-position-y: -195px;
}
.order .check-box > a:nth-child(2) {
  background-position-y: -221px;
}
.order .show-img-list {
  text-align: center;
}
.order .show-img-list li:nth-child(1),
.order .show-img-list li:nth-child(2),
.order .show-img-list li:nth-child(3) {
  border-bottom: 1px solid #eee;
}
.order .show-img-list li:nth-child(1) .img-box,
.order .show-img-list li:nth-child(2) .img-box,
.order .show-img-list li:nth-child(3) .img-box {
  display: block;
}
.order .show-img-list .img-box {
  display: none;
}
.order .show-img-list .img-box img {
  width: 86px;
  height: 122px;
  border: 1px solid #D2D2D2;
}
.order .show-img-list .text {
  font-size: 12px;
  line-height: 30px;
  color: #3B3A3A;
}
.order .show-img-list .text:hover {
  color: #D80110;
}
/*专业图书*/
.book-intro {
  float: right;
  width: 328px;
}
.book-intro .cont {
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  height: 298px;
  border: 1px solid #eee;
}
.book-intro .cont-top .img-box {
  width: 100px;
  text-align: center;
  float: left;
}
.book-intro .cont-top .img-box img {
  width: 62px;
  height: 85px;
}
.book-intro .cont-top .cont-box {
  float: left;
  width: 184px;
}
.book-intro .cont-top .cont-box .title {
  font-size: 14px;
  color: #101010;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.book-intro .cont-top .cont-box .title:hover {
  color: #D80110;
  text-decoration: underline;
}
.book-intro .cont-top .cont-box .price {
  padding: 4px 0;
}
.book-intro .cont-top .cont-box .price .current {
  font-size: 12px;
  color: #D80110;
}
.book-intro .cont-top .cont-box .price .original {
  display: inline-block;
  font-size: 10px;
  color: #757474;
  text-decoration: line-through;
  -webkit-transform-origin: left center ;
  -webkit-transform: scale(0.9);
}
.book-intro .cont-top .cont-box .intro {
  font-size: 12px;
  color: #666666;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.book-intro .cont-bottom {
  margin-top: 30px;
}
.book-intro .cont-bottom .img-box {
  display: inline-block;
  font-size: 0;
}
.book-intro .cont-bottom .img-box img {
  width: 52px;
  height: 76px;
}
.book-intro .cont-bottom .cont-box {
  margin-top: 6px;
}
.book-intro .cont-bottom .cont-box .name {
  font-size: 12px;
  color: #282828;
  line-height: 20px;
}
.book-intro .cont-bottom .cont-box .name:hover {
  color: #D80110;
  text-decoration: underline;
}
.book-intro .cont-bottom .cont-box .current {
  font-size: 12px;
  color: #D80110;
}
.book-intro .cont-bottom .cont-box .original {
  display: inline-block;
  font-size: 10px;
  color: #757474;
  text-decoration: line-through;
  -webkit-transform: scale(0.9);
}
/*技术应用*/
.technology-box {
  float: left;
  width: 888px;
  /*头部*/
  /*添加鼠标移入 图片效果*/
}
.technology-box .cont-top {
  padding-top: 6px;
  border: 1px solid #EFEFEF;
}
.technology-box .cont-top .row {
  margin: 0 7px;
}
.technology-box .cont-top .row > li {
  padding: 0 7px;
  margin-bottom: 14px;
}
.technology-box .cont-top .row li:nth-child(1) .column-name {
  background-position-y: -248px;
}
.technology-box .cont-top .row li:nth-child(2) .column-name {
  background-position-y: -273px;
}
.technology-box .cont-top .row li:nth-child(3) .column-name {
  background-position-y: -297px;
}
.technology-box .cont-top .item-box {
  margin-bottom: 10px;
}
.technology-box .cont-top .item-box .column-name {
  display: block;
  padding-left: 32px;
  color: #575757;
  line-height: 26px;
  background: url(../images/spring.png) no-repeat;
  background-position-x: 6px;
}
.technology-box .cont-top .item-box .img-box {
  display: block;
  height: 0;
  padding-bottom: 59%;
  overflow: hidden;
}
.technology-box .cont-top .item-box .img-box > img {
  width: 100%;
}
.technology-box .cont-top .item-box .disc {
  padding: 4px 10px;
}
.technology-box .cont-top .item-box .disc .title {
  display: block;
  color: #4E4E4E;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.technology-box .cont-top .item-box .disc .title:hover {
  color: #D80110;
}
.technology-box .cont-top .item-box .disc .intro {
  display: block;
  margin-bottom: 26px;
  height: 40px;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.technology-box .cont-top .item-box .disc .intro:hover {
  text-decoration: underline;
}
.technology-box .cont-top .item-box .disc .more {
  font-size: 12px;
  color: #999;
}
.technology-box .cont-top .img-box > img {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.technology-box .cont-top .img-box > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.technology-box .cont-top .img-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.exchange-box {
  width: 100%;
  margin-top: 20px;
}
.exchange-box .row {
  margin: 0 -10px;
}
.exchange-box .row > .li {
  padding: 0 10px;
}
.exchange-box .list-item {
  padding: 4px 0;
}
.exchange-box .item {
  padding: 10px;
  border: 1px solid #eee;
}
.exchange-box .item .item-name {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #575757;
  padding-left: 28px;
  background: url(../images/spring.png) no-repeat 4px;
  background-position-y: 300px;
}
.exchange-box .item .item-name:hover {
  color: #D80110;
}
.exchange-box .item .img-box {
  display: block;
  width: 190px;
  height: 140px;
}
.exchange-box .item .img-box img {
  width: 100%;
  height: 100%;
}
.exchange-box .item .media {
  margin-top: 0;
}
.exchange-box .item .media-body {
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .exchange-box .item .media-body {
    max-width: 200px;
  }
}
.exchange-box .item .title {
  display: block;
  font-size: 14px;
  color: #4E4E4E;
  line-height: 20px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.exchange-box .item .title:hover {
  color: #D80110;
  text-decoration: underline;
}
.exchange-box .item .intro {
  display: block;
  margin-bottom: 18px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  color: #7D7D7D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.exchange-box .item .intro:hover {
  color: #D80110;
  text-decoration: underline;
}
.exchange-box .item .more {
  font-size: 2px;
  color: #5C5C5C;
}
.exchange-box .item .more:hover {
  color: #D80110;
}
.exchange-box .item .title-boxs {
  position: relative;
  padding-right: 110px;
}
.exchange-box .item .title-boxs .is-title {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #4E4E4E;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.exchange-box .item .title-boxs .date {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  text-align: center;
  font-size: 12px;
  color: #7D7D7D;
  line-height: 28px;
}
.exchange-box .item .media {
  display: none;
}
.exchange-box .item .active .media {
  display: block;
}
.exchange-box .item .active .title-boxs {
  display: none;
}
/*倒数第二中间部分*/
.cont-center-column {
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .cont-center-column {
    display: none;
  }
}
.cont-center-column .ul {
  margin: 0 -6px;
}
.cont-center-column .ul > .li {
  float: left;
  padding: 0 6px;
  width: 33.3%;
  height: 82px;
}
@media (max-width: 767px) {
  .cont-center-column .ul > .li {
    height: auto;
    width: 100%;
  }
}
.cont-center-column .ul > .li > .img-box {
  display: block;
  height: 100%;
  overflow: hidden;
}
.cont-center-column .ul > .li > .img-box > img {
  width: 100%;
}
/*下侧部分*/
.cont-bottom-column {
  padding: 28px 14px;
}
@media (max-width: 767px) {
  .cont-bottom-column {
    display: none;
  }
}
.cont-bottom-column .row {
  margin: 0 -6px;
}
.cont-bottom-column .row > .item {
  float: left;
  width: 11.1%;
  padding: 0 6px;
}
.cont-bottom-column .img-box {
  display: block;
  border: 1px solid #A2A2A5;
  font-size: 0;
  height: 0;
  padding-bottom: 34%;
  overflow: hidden;
}
.cont-bottom-column .img-box > img {
  width: 100%;
}
/*广告展示*/
.advertising-box {
  float: left;
  width: 328px;
}
@media (max-width: 767px) {
  .advertising-box {
    display: none;
  }
}
.advertising-box .cont {
  padding: 20px 40px;
  height: 628px;
  border: 1px solid #E9E9E9;
}
.advertising-box li {
  margin-top: 8px;
  padding: 12px 0;
}
.advertising-box li:first-child,
.advertising-box li:nth-child(2) {
  margin-top: 0;
}
.advertising-box .img-box {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 140px;
}
.advertising-box .img-box > img {
  width: 100%;
  height: 100%;
}
.advertising-box .name {
  display: block;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 12px;
  color: #313131;
}
.advertising-box li:hover .name {
  color: #D80110;
}
/*移动端宽度设置为100%*/
@media (max-width: 767px) {
  .maxWidth {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cont-box {
    height: auto !important;
  }
}
