  /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1  Global Elements
#2  case article
#3  casearticle bottom

----------------------------------------------------------------*/


/*--------------------------------------------------------------
#1  Global Elements
--------------------------------------------------------------*/
.pageTop_img {
  background-image: url('../img/case/case_bg.png');
  background-size: cover;
}
/*--------------------------------------------------------------
#2  case article
--------------------------------------------------------------*/
.casearticle_container{
  margin-top: 90px;
  margin-bottom: 87px;
}
.casearticle_more{
  box-sizing: border-box;
  padding: 10px 20px 10px;
  -webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.06);
  box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.06);
}
@media (max-width: 991px) {
  .casearticle_inner{
    width: 100%;
    margin-bottom: 100px;
  }
  .casearticle_more{
    float: left;
    width: 270px;
  }
}
@media (max-width: 479px) {
  .casearticle_container{
    padding: 0 30px;
  }
  .casearticle_inner{
    margin-bottom: -25px;
  }
  .casearticle_more{
    width: 100%;
  }
}
@media (min-width: 480px) {
  .casearticle_container{
    padding: 0 30px;
  }
  .casearticle_inner{

  }
  .casearticle_more{
  
  }
}
@media (min-width: 768px) {
  .casearticle_container{
    padding: 0 30px;
  }
  .casearticle_inner{

  }
  .casearticle_more{
  
  }
}

@media (min-width: 992px) {
  .casearticle_inner{
    width: 650px;
  }
  .casearticle_more{
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .casearticle_inner{
    width: 780px;
  }
  .casearticle_more{
    width: 270px;
  }
}
.article_title{
  color: #243241;
  font-size: 24px;
  margin-bottom: 45px;
}
.article_info{
  width: 100%;
  margin-bottom: 50px;
}
.article_author_pic{
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.article_author_name{
  font-size: 16px;
  color: #605251;
  display: inline-block;
  vertical-align: middle;
}
.article_data{
  margin-top: 13px;
}
.article_data_icon{
  vertical-align: middle;
  margin-right: 5px;
  width: 21px;
}
.article_date_data{
  font-size: 14px;
  color: #767375;
  display: inline-block;
  vertical-align: middle;
}
.casearticle_inner_text{
  color: #464e57;
  font-size: 16px;
  line-height: 36px;
}

.casearticle_inner_text table{
  width: 100%
}

/* .casearticle_inner_text img{
  width: 100%
} */

.casearticle_more_title{
  font-size: 16px;
  color: #204061;
  line-height: 46px;
  border-bottom: 1px solid #e2a561;
  display: inline-block;
  font-weight: bold;
}
.casearticle_more_list{
  width: 100%;
}
.casearticle_more_item{
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #e7e7e7;
  color: #5a6892;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 20px 0;
  display: inline-block;
}
.casearticle_more_item:last-child{
  border-bottom: none;
}
.casearticle_more_item_title{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 85%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.more_arrow{
  width: 10.5%;
  vertical-align: middle;
  display: none;
}
.casearticle_more_item:hover .more_arrow{
  display: inline-block;
}
.casearticle_more_item:hover .casearticle_more_item_title{
  color: #204061;
}
@media (max-width: 631px) {
  .casearticle_container{
    margin-top: 30px;
  }
  .casearticle_more {
    display: none;
  }
  .casearticle_bottom{
    display: none;
  }
}
/*--------------------------------------------------------------
#3  casearticle bottom
--------------------------------------------------------------*/
.casearticle_bottom{
  margin-bottom: 200px;
}
.casearticle_bottom_container{
  border: 1px solid #f6f6f6;
  background-color: #fbfbfb;
  padding: 30px 20px;
}
.bottom_switch_item{
  width: 40%;
  cursor:pointer;
}
.bottom_switch_item:hover .switch_info_text2{
  color: #e2a561;
}
.switch_icon{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: rgba(152,162,169, 0.6);
  text-align: center;
}
.pre_icon{
  border-right: 1px solid #eaeaea;
  margin-right: 40px;
}
.next_icon{
  border-left: 1px solid #eaeaea;
  margin-left: 40px;
}
.switch_info{
  display: inline-block;
  width: 70%;
}
.switch_info_text1{
  font-size: 14px;
  color: #787878;
  margin-bottom: 10px;
}
.switch_info_text2{
  font-size: 14px;
  color: #244160;
}
.bottom_switch_next .switch_info div{
  text-align: right;
}
@media (max-width: 991px) {
  .bottom_switch_item{
    width: 45%;
  }
}
@media (max-width: 550px) {
  .bottom_switch_item{
    width: 100%;
  }
  .bottom_switch_pre {
    margin-bottom: 30px;
  }
  .bottom_switch_next .switch_icon {
    float: left;
    border-left: none;
    border-right: 1px solid #eaeaea;
    margin-right: 40px;
    margin-left: 0;
  }
  .bottom_switch_next .switch_info {
    float: left;
  }
  .bottom_switch_next .switch_info div{
    text-align: left;
  }
}
@media (min-width: 480px) {
  .pre_icon {
    margin-right: 20px;
  }
  .next_icon{
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .bottom_switch_item{
    width: 45%;
  }
}