.album-thumb, footer {
  background: #2943B2;
}
.side-lf{
  float:left;
  width:60%;
}
.side-lf .line-box{
  width:100%;
}
.title-box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px auto;
}
.title-box>img{
  width:230px;
}
.title-line{
  display: flex;
  width: calc(100% - 170px);
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}
.title-line span{
  width: calc(100% - 61px);
  display: inline-block;
  height: 2px;
  background: #999;
}
.title-line a{
  float: right;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 4px;
  width: 50px;
}
.side-rt{
  float:right;
  width:calc(40% - 20px);
}
.content-story-list{
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #e7e3e3;
}
.content-story-list .lf-line{
  width: 25%;
  display: inline-block;
  margin-right: 8px;
}
.content-story-list .rt-txt{
  display: inline-block;
  width: calc(76% - 20px);
  vertical-align: top;
  padding: 0 10px;
}
.content-story-list .story-item-title{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  height: 1.1rem;
  overflow: hidden;
}
.content-story-list .story-item-summary{
  line-height: 24px;
  color: #777777;
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.side-rt{
  position:relative;
}
.rt-top img{
  width:100%;
}
.list{
  background: #efeeee;
  overflow: hidden;
  width: 100%;
  height: 239px;
  padding: 10px 0px;
}
.list li{
  position:relative;
  margin-bottom:5px;
  height:39px;
  line-height:39px;
  padding-left:10px;
  width:100%;
  over-float: left;
  font-size: 17px;
  font-weight: bold;
}
.list li a:hover{
  color: #2a7bc0 !important;
}
.list li:nth-child(odd){
  background: -webkit-linear-gradient(right, #fff, #d5d4d4);
  background: -o-linear-gradient(right, #fff, #d5d4d4);
  background: -moz-linear-gradient(right, #fff, #d5d4d4);
  background: -ms-linear-gradient(right, #fff, #d5d4d4);
}
.list li:nth-child(even){
  background: -webkit-linear-gradient(left, #fff, #d5d4d4);
  background: -o-linear-gradient(left, #fff, #d5d4d4);
  background: -moz-linear-gradient(left, #fff, #d5d4d4);
  background: -ms-linear-gradient(left, #fff, #d5d4d4);
}
.list li:befor{
  position: absolute;
  top: 1px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
}
.list li .ctive{
  color: skyblue;
}
.swiper-container {
  width: auto;
  height: 771px;
}
.swiper-slide {
  text-align: start;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
}
.swiper-slide img{
  
}
.container .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 0px;
  background: rgba(0,0,0,0.5);
}
.container .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.container .side-rt .swiper-pagination-bullet-active{
  background: #e80808;
}

@media(min-width:751px){
  .rt-top .pc-dxjd {
    display: block;
  }
  .rt-top .phone-dxjd {
    display: none;
  }
  .content-story-list .lf-line{
      height: 93px;
      overflow: hidden;
  }
}








