.banner {
  height: 3.5rem;
  position: relative;
  background: url(../img/publications/publications-bg.png) no-repeat center / cover;
}
.banner ul {
  position: absolute;
  bottom: 0;
  display: flex;
}
.banner ul li {
  margin-right: 0.2rem;
  width: 1.65rem;
  height: 0.48rem;
  background: #193158;
  border-radius: 0rem 0rem 0rem 0rem;
  border-bottom: 0.02rem solid #E11932;
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  font-family: Catamaran-Medium, Catamaran;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.active {
  background: #E11932 !important;
}
.banner span {
  font-size: 0.4rem;
  position: absolute;
  left: 2.4rem;
  top: 1.09rem;
  font-weight: bold;
  font-family: Catamaran-ExtraBold, Catamaran;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.book-list {
  padding-top: 1rem;
}
.book-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.book-list ul li {
  margin-bottom: 0.41rem;
  box-sizing: border-box;
  width: 49%;
  height: 6.1rem;
  background: #fff;
  padding: 0.4rem 0.33rem 0;
  box-shadow: 0.01rem 0.03rem 0.09rem 0.01rem rgba(0, 0, 0, 0.16);
  transition: all 0.25s;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
.book-list ul li .white-linear {
  width: 7.03rem;
  height: 0.18rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, #FFFFFF 100%);
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  position: absolute;
  bottom: 0.33rem;
  width: 100%;
  left: 0;
}
.book-list ul li .unfold {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.33rem;
  line-height: 0.33rem;
  background: #EEEEEE;
  border-radius: 0rem 0rem 0rem 0rem;
  text-align: center;
  opacity: 1;
  font-size: 0.16rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #929597;
}
.book-list ul li:hover {
  height: auto;
  display: inline-block !important;
}
.book-list ul li .book_mess {
  padding-bottom: 0.42rem;
}
.book-list ul li .mess_bottom {
  width: 100%;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.book-list ul li .up_2 {
  color: #E11932;
  display: none;
}
.book-list ul li:hover .up_2 {
  display: block;
}
.book-list ul li:hover .up_1 {
  display: none;
}
.centerBox .redline {
  border: 0.01rem solid #E11932;
  width: 2.62rem;
  height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerBox .redline div {
  width: 2.4rem;
  height: 2.85rem;
  background: #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerBox .redline div .img-box {
  width: 1.71rem;
  height: 2.45rem;
  background: #ebf0f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title {
  width: 6.4rem;
  height: 0.55rem;
  font-size: 0.18rem;
  font-family: MiSans-Bold, MiSans;
  font-weight: bold;
  color: #333333;
  line-height: 0.3rem;
}
.text {
  width: 6.4rem;
  font-size: 0.16rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #666666;
  line-height: 0.36rem;
}
.paper-list {
  padding-top: 1rem;
}
.paper-list li {
  margin-bottom: 0.3rem;
}
.paper-list li a {
  display: block;
  box-sizing: border-box;
  padding: 0.39rem 0.55rem 0 0.56rem;
  height: 2.4rem;
  background: #fff;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  opacity: 1;
}
.paper-list li a:hover .paper-title {
  color: #1c2f5a;
  font-weight: bold;
}
.paper-list li a:hover .read {
  color: #f07386;
}
.paper-list li a:hover .red_ico1 {
  display: none;
}
.paper-list li a:hover .red_ico2 {
  display: block !important;
}
.paper-list li a .paper-title {
  font-size: 0.18rem;
  font-family: MiSans-Bold, MiSans;
  color: #000;
}
.paper-list li a .paper-author {
  font-size: 0.14rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  margin-top: 0.14rem;
  margin-bottom: 0.2rem;
  color: #999999;
}
.paper-list li a .paper-info {
  font-size: 0.16rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
  padding-bottom: 0.19rem;
  border-bottom: 0.01rem solid #CFCFCF;
}
.paper-list li a .paper-other {
  display: flex;
  justify-content: space-between;
  margin-top: 0.15rem;
}
.paper-list li a .data {
  font-size: 0.16rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #999999;
  line-height: 0.3rem;
}
.paper-list li a .read {
  font-size: 0.16rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #999999;
  line-height: 0.3rem;
  display: flex;
  align-items: center;
}
.paper-list li a .read .read_ico {
  width: 0.2rem;
  height: 0.12rem;
  position: relative;
  margin-left: 0.08rem;
}
.paper-list li a .read img {
  position: absolute;
}
.paper-list li a .read .red_ico2 {
  display: none;
}
.news-wrap {
  padding-top: 1rem;
  box-sizing: border-box;
}
.news-content {
  margin-bottom: 1rem;
}
.news-content p {
  font-size: 0.18rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #666666;
  line-height: 0.36rem;
}
.news-content .img-box {
  width: 10.24rem;
  height: 6.81rem;
  margin: 0.4rem 0 0.8rem;
}
.news-wrap {
  background: #F7F7F7;
}
.news-wrap .text {
  width: auto;
}
.news-title {
  /* height: 0.32rem; */
  font-size: 0.24rem;
  font-family: MiSans-Bold, MiSans;
  font-weight: bold;
  color: #193158;
  line-height: 0.24rem;
  text-align: center;
}
.news-orther {
  padding: 0.16rem 0 0.22rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.01rem solid #666666;
  margin-bottom: 0.4rem;
}
.news-orther .right {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-orther span {
  margin-right: 0.83rem;
  font-size: 0.16rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #9B9B9B;
}
.news-orther span img {
  margin-left: 0.11rem;
}
.news-orther span img:first-child {
  margin: 0;
}
.news-orther span:nth-child(2n) {
  margin-right: 0;
}



@media only screen and (max-width:1024px){
    .banner{
        margin-top: 50px;
    }
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        white-space: nowrap;
    }
    .banner ul li a{
        font-size: 14px;
    }
    .book-list{
        padding: 15px;
    }
    .title{
        width: 100%;
        height: auto;
        font-size: 14px;
        overflow:hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .book-list ul li .book_mess{
        width: 100%;
        height: auto;
    }
    .text{
        width: 100%;
        height: auto;
        font-size: 12px;
        overflow:hidden;
        display: -webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        text-overflow:ellipsis;
    }
    .paper-list{
        padding: 15px;
        box-sizing: border-box;
    }
    .paper-list li{
        margin-bottom: 15px;
    }
    .paper-list li a{
        height: auto;
        padding: 15px;
    }
    .paper-list li a .paper-title{
        font-size: 16px;
    }
    .paper-list li a .paper-author{
        font-size: 14px;
    }
    .paper-list li a .paper-info{
        font-size: 12px;
        padding: 0;
    }
    .paper-list li a .data{
        font-size: 12px;
    }
    .paper-list li a .read{
        font-size: 14px;
    }
    .news-wrap{
        padding: 15px;
    }
    .news-title,
    .news-btn a .news_xname{
        font-size: 14px;
    }
    .news-orther span,
    .news-content p,
    .news-btn a:nth-child(2) .news_xname{
        font-size: 12px;
    }
}