.list_new-doc_temp2_right img{
  height: 28px;
  width: 28px;
  vertical-align: middle;
}
.list_new-doc_temp2_right{
  /* width: 268px; */
  padding: 46px 44px;
}

.list_new-doc_temp2 .center-box{
  padding-top: 0;
}
.list_new-doc_temp2_right li{
  width: 268px;
  height: 49px;
  background: #ffffff;
  border-radius: 4px;
  border-radius: 4px;
  color: #1763ea;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
  padding: 10px 21px;
  cursor: pointer;
}
.list_new-doc_temp2_right li.active{
  background: #017ffd;
  color: #ffffff;
}
.list_new-doc_temp2_right .power-tab img:first-child{ 
  display: none;
}
.list_new-doc_temp2_right .power-tab img:nth-child(2){
  display: inline-block;
}
.list_new-doc_temp2_right .power-tab.active img:first-child{ 
  display: inline-block;
}
.list_new-doc_temp2_right .power-tab.active img:nth-child(2){
  display: none!important;
}
.list_new-doc_temp2_right .power-tab span{
  display: inline-block;
  margin-left: 9px;
}
.ist_new-doc_temp2_left{
  width: 682px;
  margin: 39px 32px;
}
.ist_new-doc_temp2_left .item{
  display: none;
}
.ist_new-doc_temp2_left .item.active{
  display: block;
}
.ist_new-doc_temp2_left .pic img{
  height: auto;
  width: 100%;
}
.list_new-doc_temp2 .power-list{
  border-radius: 4px;
  width: 1100px;
  margin: 30px auto 0;
  height: 617px;
  background: url('/images/list_new_doc_2_bg.png');
}
.list_new-doc_temp2 .color-fff{
  color: #ffffff!important;
}
@media screen and (max-width:1200px){
    .list_new-doc_temp2 .pc_content{
      display: none;
    }
}