html{ font-size:10px; }
::before,
::after{
/*选择了所有标签*/
margin:0;padding:0;
/*清楚移动端点击高亮*/
-webkit-tap-highlight-color:transparent;
/*设置所有都是以边框开始计算宽度，百分比*/
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
}
body{ max-width:6.4rem; min-width:3.2rem; margin:0 auto;}
/******************板块1******************/
.banner{
  width: 6.4rem;
  height: 3.4rem;
  overflow: hidden;
  position: relative;
}
.banner_swiper{
  width: 6.4rem;
  height:3.4rem;
}
.banner_swiper a{
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}
.banner .swiper-pagination-bullet{
  width: 0.16rem !important;
  height: 0.16rem !important;
  border-radius: 50% !important;
  background: #c2c2c2 !important;
  opacity: 1 !important;
  /*vertical-align: middle;
  display: table-cell;*/
}
.banner .swiper-pagination-bullet-active{
  background: #227fdc !important;
}
.banner .swiper-pagination{
  width: auto !important;
  left: auto !important;
  right: 0.24rem !important;
  height: 0.17rem !important;
  min-height: 0.17rem;
  bottom: 0.1rem !important;
  display: flex;
  justify-content: flex-end;
}
/**index style**/
.cont_blank{
  width: 100%;
  margin:auto;
  display: table;
}
.index_nav{
  width: 6.4rem;
  margin: auto;
  background: #fff;
}
.index_nav_list{
  padding-top: 0.18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_nav_list li{
  width: 1.58rem;
  margin-top: 0.22rem;
  margin-bottom: 0.22rem;
}
.index_nav_list li img{
  display: block;
  width: 1.0rem;
  height: 1.0rem;
  margin: auto;
}
.index_nav_list li p{
  font-size: 0.24rem;
  color: #2b2b2b;
  text-align: center;
  margin-top: 0.2rem;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**index news style**/
.new_status{
  width: 6.4rem;
  margin: 0.2rem auto 0;
  height: 1.44rem;
  background: #fff;
}
.new_status>div{
  width: 5.9rem;
  padding: 0.26rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_status>div p:first-child{
  width: 1.05rem;
  font-size: 0.4rem;
  color: #227fdc;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(34, 126, 219, 1)), to(rgba(31, 83, 174, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.new_status>div p:first-child span{
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 0.86rem;
  right: 0;
  top: 0.07rem;
  background: #ededed;
}
.index_news_swiper{
  flex:1;
  width: 4.75rem;
  height: 0.65rem;
  overflow: hidden;
  position: relative;
  padding-left: 0.18rem;
}
.index_news_container{
  height: 0.6rem !important;
}
.index_news_swiper .swiper-slide{
  font-size: 0.2rem;
  line-height: 1.6;
  height: 0.6rem !important;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news_swiper .swiper-slide a{
  color: #2b2b2b;
  display: block;
}

/**index_subspecialty style**/
.index_subspecialty{
  width: 6.4rem;
  background: #fff;
  margin: 0.2rem auto 0;
  display: table;
}
.index_subspecialty .index_con_tit{
  margin-top: 0.44rem;
}
.index_con_tit{
  width: 100%;
  margin: 0.33rem auto 0;
  text-align: center;
}
.index_con_tit p:first-child{
  font-size: 0.36rem;
  color: #1f52ad;
  font-weight: bold;
}
.index_con_tit p:nth-child(2){
  font-size: 0.18rem;
  color: #a1a1a1;
  margin-top: 0.1rem;
}
.index_subspecialty_ul{
  width: 6.1rem;
  margin: 0.4rem auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.15rem;
}
.index_sub_icon{
  width: 1.86rem;
  height: 1.44rem;
  margin: auto;
  background:#227fdc;
  border-radius: 0.05rem;
  position: relative;
}
.index_sub_icon span{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.42rem;
  height: 1.20rem;
}
.index_sub_icon img{
  display: block;
  width: 1.42rem;
  height: 1.20rem;
}
.index_subspecialty_ul li{
  margin-bottom: 0.29rem;
  margin-right: 0.25rem;
}
.index_subspecialty_ul li:nth-child(3n){
  margin-right: 0;
}
.index_subspecialty_ul p{
  text-align: center; 
  font-size: 0.28rem;
  color: #2b2b2b;
  margin-top: 0.2rem;
  line-height: 1;
}
.index_sspecially{
  width: 6.4rem;
  margin: 0.2rem auto 0;
  display: table;
  background: #fff;
}
.index_sspe_ul{
  width: 6.12rem;
  margin: 0.35rem auto 0; 
  display: table;
  padding-bottom: 0.43rem;
}
.index_sspe_ul li{
  float: left;
  position: relative;
}
.index_sspe_ul li:first-child{
  margin-right: 0.14rem;
  width: 2.33rem;
  height: 2.72rem;
  border-radius: 0.06rem;
}
.index_sspe_ul li img{
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.index_sspe_ul li:nth-child(2){
  width: 3.62rem;
  height: 1.3rem;
}
.index_sspe_ul li:nth-child(3){
  width: 1.76rem;
  height: 1.3rem;
  margin-right: 0.11rem;
  margin-top: 0.13rem;
}
.index_sspe_ul li:nth-child(4){
  width: 1.76rem;
  height: 1.3rem;
  margin-top: 0.13rem;
}
.index_sspe_ul li p{
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  border-radius: 0 0.19rem 0.19rem 0;
  background: rgba(34,127,220,0.6);
  font-size: 0.2rem;
  color: #fff;
  padding: 0.1rem 0.15rem;
}
/**index docteam style**/
.index_team{
  width: 6.4rem;
  margin: 0.2rem auto 0;
  display: table;
  background: #fff;
  padding-bottom: 0.5rem;
}
.index_team .index_con_tit,.index_charity .index_con_tit{
  position: relative;
}
.index_team .index_con_tit a,.index_charity .index_con_tit a{
  position: absolute;
  right:0.18rem;
  top: 0.22rem;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/index_team_more.png) no-repeat center;
  background-size: 0.32rem 0.32rem; 
}
.index_team_siper{
  width: 6.4rem;
  margin-top: 0.4rem;
  overflow: hidden;
  position: relative;
  height: 4.12rem;
  background: url(../images/index_team_back.jpg) no-repeat center;
  background-size: 6.4rem 4.12rem;
}
.index_team_slide img{
  width: 2.5rem;
  height: 3.88rem;
  display: block;
  float: left;
  margin-top: 0.23rem;
  margin-left: 0.3rem;
}
.index_team_slide>div{
  width: 3.24rem;
      padding-left: 0.2rem;
  height: auto;
  float: left;
}
.index_docname{
  font-size: 0.2rem;
  color: #848484;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.6rem;
  height: 0.47rem;
}
.index_docname span{
  font-size: 0.36rem;
  color: #2051ad;
  padding-right: 0.15rem;
}
.index_docdesc{
  margin-top: 0.5rem;
  font-size: 0.24rem;
  color: #2b2b2b;
  line-height: 2;
  height: 1.9rem;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index_docdesc a{
  color: #2051ad;
}
.index_team .swiper-pagination-bullet{
  width: 0.16rem !important;
  height: 0.16rem !important;
  border-radius: 50%;
  background: #b4daff !important;
  opacity: 1 !important;
}
.index_team .swiper-pagination-bullet-active{
  width: 0.16rem !important;
  height: 0.16rem !important;
  border-radius: 50%;
  background: #227fdc !important;
  opacity: 1 !important;
}
.index_team_zx{
  display: table;
  margin: 0.32rem auto 0;
}
.index_team_zx a{
  width: 1.97rem;
  height: 0.67rem;
  background: #227fdc;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.67rem;
  display: block;
  float: left;
  border-radius: 0.1rem;
}
.index_team_zx a:first-child{
  margin-right: 0.5rem;
}
.index_team_zx a:nth-child(2){
  background: #2051ad;
}
/**index_intro dtyle**/
.index_intro{
  width: 6.4rem;
  display: table;
  margin: 0.2rem auto 0;
  background: #fff;
  padding-bottom: 0.4rem;
}
.index_intro_cont{
  width: 100%;
  height: 3.51rem;
  margin: 0.35rem auto 0;
  background: url(../images/index_intro_back.jpg) no-repeat center;
  background-size: 6.4rem 3.51rem;
}
.index_intro_cont img{
  display: block;
  width: 2.7rem;
  height: 3.06rem;
  margin-left: 0.15rem;
  padding-top: 0.25rem;
  float: left;
}
.index_intro_cont div{
  width: 3.15rem;
  margin-left: 0.32rem;
  float: left;
  margin-top: 0.5rem;
}
.index_intro_cont div p{
  width: 3.15rem;
  text-indent: 2em;
  font-size: 0.2rem;
  line-height: 2;
  color: #fff;
}
.index_intro_cont div a{
  display: block;
  width: 1.62rem;
  height: 0.4rem;
  background: rgba(255,255,255,0.4);
  margin: 0.2rem auto 0;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.2rem;
}
/**index_charity style**/
.index_charity{
  width: 6.4rem;
  margin: 0.2rem auto 0;
  display: table;
  background: #fff;
  padding-bottom: 0.47rem;
}
.index_char_cont{
  width: 6.4rem;
  margin: 0.46rem auto 0;
  overflow: hidden;
  position: relative;
}
.index_char_swiper{
  width: 6.1rem;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.index_char_container{
  width: 6.1rem !important;
  margin: auto;
  height: 4.27rem;
}
.index_char_slide{
  width: 100%!important;
  height: 4.27rem !important;
  position: relative;
}
.index_char_slide>img{
  display: block;
  width: 80%;
  height: 4.27rem;
  margin: auto;
  object-fit: cover;
}
.index_char_slide>div{
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1.07rem;
  background: rgba(34,127,220,0.5);
}
.index_char_slide>div p{
  width: 90%;
  margin: 0.2rem auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.24rem;
  color: #fff;
}
.index_char_slide>div span{
  width: 90%;
  margin: auto;
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.22rem;
  display: block;
  background: url(../images/time_icon.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  text-indent: 0.2rem;
  height: 0.18rem;
}
.index_char_prev{
  background: url(../images/index_arrow1.png) no-repeat center !important;
  background-size: 0.29rem 0.69rem !important;
  width: 0.29rem !important;
  height: 0.69rem !important;
}
.index_char_next{
  background: url(../images/index_arrow2.png) no-repeat center !important;
  background-size: 0.29rem 0.69rem !important;
  width: 0.29rem !important;
  height: 0.69rem !important;
}
/**cmer brand style **/
.index_cmer_brand{
  width: 6.4rem;
  margin: auto;
  margin-top: 0.2rem;
  display: table;
  background: #fff;
  padding-bottom: 0.4rem;
}
.brand_tab{
  width: 5.8rem;
  margin: 0.38rem auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.brand_tab li{
  text-align: center;
  font-size: 0.26rem;
  color: #1f52ad;
  width: 1.39rem;
  height: 0.42rem;
  line-height: 0.38rem;
  cursor: pointer;
}
.act_tab{
  background: #1f52ad;
  color: #fff !important;
}
.brand_swiper_cont{
  width: 6.4rem;
  margin: 0.3rem auto 0;
  overflow: hidden;
  position: relative;
  height: 3.53rem;
}
.brand_swiper_cont>div{
  width: 6.4rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  height: 3.53rem;
}
.brand_swiper_cont .swiper-slide{
  margin-left: 0.15rem;
  width: 4.46rem !important;
}
.brand_swiper_cont .swiper-slide>img{
  width: 4.46rem;
  height: 2.98rem;
  display: block;
  margin: auto;
}
.brand_swiper_cont .swiper-slide>p{
  margin-top: 0.25rem;
  line-height: 1;
  font-size: 0.24rem;
  color: #2b2b2b;
  text-align:center;
}
/**article list style**/
.acrlist_blank{
  background: #fff;
}
.arc_list{
  width: 6.1rem;
  margin: auto;
  display: table;
  overflow: hidden;
}
.cate_name{
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.3rem;
  color: #595656;
  border-bottom: 0.01rem solid #ececeb;
}
.cate_list{
  display: table;
  width: 100%;
  margin: auto;
}
.cate_list li {
  position: relative;
}
.cate_list li a{
  padding: 0.35rem 0;
  border-bottom: 0.01rem solid #ececeb;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.cate_list li a>span{
  width: 2.26rem;
  height: 1.45rem;
  display: block;
  border-radius: 0.05rem;
}
.cate_list li a>span img{
  width: 2.26rem;
  height: 1.45rem;
  display: block;
  border-radius: 0.05rem;
  margin: auto;
  object-fit: cover;
}
.cate_list li div{
  flex: 1;
  padding-left: 0.2rem;
  position: relative;
}
.cate_list li div p{
  font-size: 0.26rem;
  color: #666;
  line-height: 1.6;
  height: 0.8rem;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cate_list li div span{
  position: absolute;
  bottom: -0.6rem;
  right: 0.05rem;
  background: url(../images/plan_time.png) no-repeat left center;
  background-size: 0.19rem 0.19rem;
  padding-left: 0.29rem;
  font-size: 0.2rem;
  color: #99999c;
}
.list_page{
  display: table;
  margin: 0.66rem auto 0;
  margin-bottom: 0.63rem;
}
.list_page a,.list_page span{
  display: table-cell;
  vertical-align: middle;
}
.list_page a{
  width: 0.9rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  background: #1f52ad;
  border-radius: 0.05rem;
}
.list_page span{
  min-width: 1.0rem;
  text-align: center;
  font-size: 0.2rem;
  color: #b9b9b9;
}
/**article style**/
.arc_dateil{
  width: 6rem;
  margin: auto;
  /*display: table;*/
}
.arc_dateil_tit>h4{
  padding-top: 0.45rem;
  font-size: 0.3rem;
  color: #595656;
  line-height: 1.5;
  display: inline-block;
}
.arc_dateil_tit>h1{
  padding-top: 0.45rem;
  font-size: 0.3rem;
  color: #595656;
  line-height: 1.5;
  display: inline-block;
}
.arc_dateil_tit>span{
	    padding-left: 10px;
    font-size: 0.20rem;
    color: #595656;
}
.arc_dateil_tit>p{
  margin-top: 0.15rem;
  font-size: 0.18rem;
}
.arc_dateil_tit>p span{
  color: #b5b5b5;
  padding-left: 0.2rem;
}
.arc_dateil_tit>p span:nth-child(1){
  background: url(../images/arc_icon1.png) no-repeat left center;
  background-size: 0.16rem 0.13rem;
}
.arc_dateil_tit>p span:nth-child(2){
  background: url(../images/arc_icon2.png) no-repeat left center;
  background-size: 0.16rem 0.13rem;
  margin-left: 0.23rem;
}
.arc_dateil_tit>p span:nth-child(3){
  background: url(../images/arc_icon3.png) no-repeat left center;
  background-size: 0.16rem 0.13rem;
  margin-left: 0.23rem;
}
.arc_dateil_cont p{
  font-size: 0.27rem;
  color: #595656;
  line-height: 2;
  /*text-indent: 2em;*/
  margin-top: 0.34rem;
}
.arc_dateil_cont img{
  width: auto !important;
  height: auto !important;
  max-width: 6.1rem !important;
  display: block;
  margin: auto;
  max-width: 6.1rem;
}
.arc_dateil_cont>img{
  width: 100%;
  margin: 0.34rem auto 0;
  display: block;
}
.arc_dateil_cont p:first-child{
  margin-top: 0.45rem;
}
.about_arc{
  margin-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.arc_dateil_cont strong{
  font-weight: bold;
}
.about_arc p{
  background: url(../images/arc_icon4.png) no-repeat left center;
  background-size: 0.3rem 0.32rem;
  text-indent: 0.42rem;
  height: 0.38rem;
  font-size: 0.32rem;
  color: #5e5e5e;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.about_arc ul li{
  border-top: 0.01rem solid #e7e7e7;
  padding: 0 0.25rem;
}
.about_arc ul li a{
  display: block;
  width: 5.5rem;
  background: url(../images/arc_icon5.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-size: 0.1rem 0.1rem;
  padding-left: 0.2rem;
  font-size: 0.24rem;
  color: #595656;
  height: 0.85rem;
  line-height: 0.85rem;
}
.about_arc ul li:last-child{
  border-bottom: 0.01rem solid #e7e7e7;
}
/**team list style**/
.tean_cont{
  width: 6.40rem;
  margin: auto;
  display: table;
}
.tean_cont_tit1{
  display: table;
  width: 100%;
  margin: auto;
  border-bottom: 0.01rem solid #e4e4e4;
}
.tean_cont_tit{
  height: 0.77rem;
  width: 6.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.tean_cont_tit>p{
  font-size: 0.3rem;
  color: #1f52ad;
}
.team_tab a{
  border-radius: 0.20rem;
  padding: 0.04rem 0.15rem;
  font-size: 0.22rem;
  color: #666;
  line-height: 1;
  border: 0.02rem solid transparent;
}
.team_tab a:last-child{
  margin-left: 0.1rem;
}
.team_tab_act{
  border: 0.02rem solid #1f52ad !important;
  color: #1f52ad !important;
}
.team_list{
  width: 6.1rem;
  margin: auto;
}
.team_tab{
  font-size: 0.22rem;
}
.in_team ul{
  width: 100%;
  display: table;
  margin: auto;
}
.in_team li{
  width: 5.38rem;
  height: 1.83rem;
  border: 0.01rem solid #e6e6e6;
  position: relative;
  float: right;
  margin-top: 1.15rem;
}
.teamdoc_icon{
  position: absolute;
  left: -0.7rem;
  top: -0.65rem;
  display: block;
  width: 1.5rem;
  height: 1.87rem;
}
.teamdoc_name{
  position: absolute;
  left: 0.9rem;
  top: -0.23rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.teamdoc_name p{
  height: 0.42rem;
  line-height: 0.45rem;
  padding: 0 0.08rem;
}
.teamdoc_name p:nth-child(1){
  font-size: 0.24rem;
  color: #fff;
  background: #227fdc;
}
.teamdoc_name p:nth-child(2){
  font-size: 0.18rem;
  color: #1f52ad;
  background: #b6dbf4;
}
.teamdoc_zixun{
  display: table;
  position: absolute;
  right: 0.17rem;
  top: -0.17rem;
  font-size: 0.2rem;
  border-radius: 0.1rem;
  background: #227fdc;
  color: #fff;
  text-align: center;
  width: 0.69rem;
  height: 0.33rem;
  line-height: 0.33rem;
}
.teamdoc_skil,.teamdoc_desc{
  width: 4.37rem;
  float: right;
  margin-right: 0.17rem;
}
.teamdoc_skil{
  margin-top: 0.38rem;
  font-size: 0.22rem;
  color: #1f52ad;
  /*height: 0.23rem;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
}
.teamdoc_desc{
  font-size: 0.2rem;
  color: #595656;
  line-height: 2;
  margin-top: 0.1rem;
  height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.teamdoc_desc a{
  color: #2051ad;
}
.in_team .list_page{
  margin-top: 0.8rem;
}
.out_team{
  padding-bottom: 0.3rem;
}
.out_team ul{
  width: 100%;
  margin: 0.05rem auto 0;
  display: table;
}
.out_team li{
  width: 6.08rem;
  height: 1.9rem;
  border: 0.01rem solid #e7e7e7;
  margin-top: 0.53rem;
  background: url(../images/team_arrow1.png) no-repeat 97% center;
  background-size: 0.18rem 0.33rem;
}
.out_team_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.9rem;
}
.out_team_list span{
  width: 1.54rem;
}
.out_team_list span img{
  width: 0.92rem;
  height: 0.92rem;
  display: block;
  margin: auto;
  border-radius: 0.5rem;
}
.out_team_list>div{
  flex: 1;
  overflow: hidden;
  max-height: 1.9rem;
  /*max-width: 4.57rem;*/
}
.out_team_list>div h4{
  font-size: 0.24rem;
  color: #1f52ad;
  padding-bottom: 0.08rem;
  line-height: 1;
}
.out_team_list>div p{
  padding-top: 0.17rem;
  line-height: 1;
  color: #696969;
  font-size: 0.2rem;
}
.out_team_list>div p i{
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.05rem;
  width: 0.05rem;
  height: 0.05rem;
  background: #1f52ad;
  margin-right: 0.1rem;
}
/**team_detail style**/
.team_detail_banner{
  width: 6.4rem;
  height: 3.4rem;
  margin: auto;
  background: url(../images/team_detail_banner.jpg) no-repeat center;
  background-size: 6.4rem 3.4rem;
  position: relative;
}
.team_detail_banner img{
  position: absolute;
  left: 0.53rem;
  top: 0;
  width: 2.38rem;
  height: 3.4rem;
}
.team_detail_banner p{
  position: absolute;
  left: 2.82rem;
  top: 1.09rem;
  font-size: 0.18rem;
  color: #1f53aa;
}
.team_detail_banner p span{
  font-size: 0.4rem;
  color: #fff;
  padding-right: 0.1rem;
}
.team_detail_banner a{
  display: table;
  position: absolute;
  bottom: 0.4rem;
  right: 1.58rem;
  width: 1.22rem;
  height: 0.39rem;
  text-align: center;
  line-height: 0.37rem;
  font-size: 0.2rem;
  color: #fff;
  background: #3f78c8;
  border-radius: 0.05rem;

}
.teamdoc_intro{
  width: 6.1rem;
  margin: 0.3rem auto 0;
}
.teamdoc_intro_tit{
  background: url(../images/team_detail_img1.jpg) no-repeat left center;
  background-size: 6.1rem 0.64rem;
  width: 6.1rem;
  height: 0.64rem;
  font-size: 0.3rem;
}
.teamdoc_intro_tit span{
  display: inline-block;
  vertical-align: middle;
  font-size: 0.3rem;
  color: #fff;
}
.teamdoc_intro_tit span:first-child{
  padding-left:0.13rem;
  padding-right:0.08rem; 
}
.teamdoc_intro_tit span:first-child img{
  width: 0.37rem;
  height: 0.5rem;
}
.teamdoc_intro_tit span:last-child{
  height: 0.5rem;
  line-height: 0.46rem;
}
.teamdoc_intro_xxjs{
  width: 100%;
  display: table;
  margin-top: 0.1rem;
}
.teamdoc_intro_xxjs>p{
  font-size: 0.24rem;
  color: #595656;
  line-height: 2;
  margin-bottom: 0.35rem;
}
.teamdoc_intro_xxjs>p:last-child{
  margin-bottom: 0;
}
.teamdoc_intro_xxjs ul{
  display: table;
  width: 100%;
}
.teamdoc_intro_xxjs li{
  font-size: 0.24rem;
  color: #595656;
  height: 0.48rem;
  line-height: 0.48rem;
}
.teamdoc_intro_xxjs li:before{
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.03rem;
  height: 0.03rem;
  background: #595656;
  border-radius: 0.03rem;
  margin-right: 0.1rem;
}
.docter_intro{
  padding-bottom: 0.75rem;
}
/**search style**/
.serach_blank{
  width: 100%;
  margin: auto;
  display: table;
  background: #fff;
}
.serach_word{
  width: 100%;
  margin: auto;
  height: 1.4rem;
}
.serach_words{
  width: 6.1rem;
  margin: auto;
  height: 1.4rem;
  border-bottom: 0.01rem solid #ececeb;
}
.serach_words_input{
  margin-top: 0.3rem;
  height: 0.58rem;
  background: #eef7ff;
  border-radius: 0.05rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.serach_words_input input{
  width: 5rem;
  height: 0.33rem;
  background: url(../images/search_icon.png) no-repeat left center;
  background-size: 0.23rem 0.23rem;
  border: 0;
  text-indent: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.2rem;
  color: #acacac;
  border-right: 0.01rem solid #cecece;
  margin-left: 0.2rem;
}
.serach_words_input a{
  text-align: center;
  display: block;
  width: 0.7rem;
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.2rem;
  color: #808080;
  flex: 1;
}
.serach_words>p{
  margin-top: 0.25rem;
  padding-bottom: 0.24rem;
  font-size: 0.2rem;
  color: #595656;
}
.serach_words>p span:first-child{
  font-size: 0.3rem;
  color: #1f52ad;
  margin-left: 0.15rem;
  margin-right: 0.1rem;
  position: relative;
}
.serach_words>p span:first-child i{
  position: absolute;
  bottom: -0.23rem;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: #1f52ad;
}
.serach_words>p span:nth-child(2){
  font-size: 0.14rem;
  color: #797979;
} 
.search_list{
  display: table;
  width: 6.1rem;
  margin: auto;
}
.search_list li{
  border-bottom: 0.01rem solid #ececeb;
  position: relative;
  height: 1.7rem;
}
.search_list li a{
  font-size: 0.26rem;
  width: 6.1rem;
  color: #666;
  margin-top: 0.43rem;
  line-height: 1.1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_list li p{
  margin-top: 0.15rem;
  line-height: 1.8;
  font-size: 0.16rem;
  color: #a4a4a4;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search_list li span{
  position: absolute;
  bottom: 0.3rem;
  right: 0.16rem;
  background: url(../images/plan_time.png) no-repeat left center;
  background-size: 0.19rem 0.19rem;
  padding-left: 0.29rem;
  font-size: 0.2rem;
  color: #99999c; 
}
/**section_intr style**/
.section_intr{
  width: 6.4rem;
  margin: auto;
  display: table;
  border-bottom: 1px solid #e5e5e5;
}
.section_blank{
  width: 100%;
  margin: auto;
  position: relative;
}
.mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.68);
  z-index: 123;
  display: none;
}
.mask_cont{
  width: 100%;
  background: #fff;
  display: table;
}
.mask_cont_tit{
  width: 6.1rem;
  margin: auto;
}
.mask_cont_tit .show_tab_swiper{
  font-size: 0.3rem;
  color: #1f52ad;
}
.all_list ul{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap;
  transform: translate3d(0, 0, 0) !important;
}
.all_list ul li{
  /*margin-right: 0.35rem !important;*/
  text-align: center;
  margin-bottom: 0.33rem;
  min-width: 0.96rem;
  padding: 0.04rem 0.05rem !important;
}

.all_list ul li:nth-child(4n){
  margin-right: 0 !important;
}
.show_tab{
  width: 6.1rem;
  margin: auto;
  height: 0.77rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_tab button{
  width: 0.27rem;
  background: url(../images/show_more_arrow.png) no-repeat right center,url(../images/show_tab_swiper.png) no-repeat left center;
  background-size: 0.16rem 0.1rem,0.08rem 0.38rem;
  height: 0.36rem;
  border: 0;
}
.show_tab_swiper{
  width: 5.8rem;
  overflow:hidden;
}
.show_tab ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*flex-wrap: wrap;*/
  flex: 1;
}
.show_tab .swiper-slide,.all_list .swiper-slide{
  width: auto !important;
  font-size: 0.22rem;
  margin-right: 0.16rem;
  /*line-height: 1;*/
}
.show_tab .swiper-slide a,.all_list .swiper-slide a{
  color: #666;
  display: block;
  padding: 0.1rem 0.15rem;
}
.slide_act{
  border: 0.02rem solid #1f52ad !important;
  /*padding: 0.04rem 0.13rem;*/
  /*padding-bottom: 0.05rem;*/
  border-radius: 0.5rem;
}
.in_team{
  margin-bottom: 0.2rem;
}
.slide_act a{
  color: #1f52ad !important;
}
.common_div{
  width: 6.1rem;
  margin: 0.5rem auto 0;
  display: table;
}
.section_intro_tit{
  text-align: center;
}
.section_intro_tit h1{
  font-size: 0.3rem;
  line-height: 1;
  color: #1f52ad;
}
.section_intro_tit p:nth-child(1){
  font-size: 0.3rem;
  line-height: 1;
  color: #1f52ad;
}
.section_intro_tit p:nth-child(2){
  font-size: 0.14rem;
  color: #e1e1e1;
  margin-top: 0.1rem;
}
.common_div>p{
  margin-top: 0.26rem;
  line-height: 2;
  font-size: 0.24rem;
  color: #595656;
  text-indent: 2em;
}
.common_div .in_team li:first-child{
  margin-top: 0.8rem;
}
.knowledge{
  display: table;
  width: 6.1rem;
  margin: 0.35rem auto 0;
}
.knowledge li{
  width: 6.1rem;
  margin-bottom: 0.25rem;
  background: url(../images/knowledge_arrow.jpg) no-repeat 96% center,#f5f9fd;
  background-size: 0.12rem 0.19rem; 
}
.knowledge li a{
  width: 5.6rem;
  display: block;
  margin-left: 0.15rem;
  padding: 0.18rem 0;
  font-size: 0.24rem;
  color: #595656;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.knowledge li:last-child{
  margin-bottom: 0;
}
.knowledge_more{
  display: table;
  margin: 0.45rem auto 0;
  background: #2051ad;
  padding: 0.15rem 0.27rem;
  border-radius: 0.3rem;
  text-align: center;
  color: #fff;
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
/**advantage style**/
.advantage{
  width: 6.40rem;
  margin: 0.6rem auto 0;
  display: table;
  overflow: hidden;
}
.adv_cont{
  margin-top: 0.3rem;
  overflow: hidden;
  position: relative;
  width: 6.40rem;
}
.adv_cont_swiper{
  min-height: 3.42rem;
}
.adv_cont_swiper .swiper-slide{
  margin-left: 0.15rem;
  width: 3.73rem;
  min-height: 3.42rem;
  border-radius: 0.05rem;
  height: auto !important;
  padding-bottom: 0.2rem;
}
.adv_cont_swiper .swiper-slide:nth-child(odd){
  background: #227fdc;
}
.adv_cont_swiper .swiper-slide:nth-child(even){
  background: #b7dbf5;
}
.adv_cont_slidec{
  width: 3.2rem;
  min-height: 3.42rem;
  margin: auto;
}
.adv_cont_slidecp1{
  width: 100%;
  margin-top: 0.26rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.22rem;
  border-bottom: 0.01rem solid #45a2ff;
}
.adv_cont_slidecp1 img{
  display: block;
  width: 0.55rem;
  height: 0.6rem;
}
.adv_cont_slidecp1 span{
  flex: 1;
  padding-left: 0.20rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 1.4;
}
.adv_cont_slidecp2{
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 2;
}
.adv_cont_swiper .swiper-slide:nth-child(even) .adv_cont_slidecp1 span{
  color: #1f52ad !important;
}
.adv_cont_swiper .swiper-slide:nth-child(even) .adv_cont_slidecp1{
  border-bottom: 0.01rem solid #1f52ad;
}
.adv_cont_swiper .swiper-slide:nth-child(even) .adv_cont_slidecp2{
  color: #1f52ad !important;
}
.advantage .knowledge_more{
  margin-bottom: 0;
}
/**xeyb style**/
.key_item{
  width: 6.1rem;
  margin: 0.3rem auto 0;
  display: table;
}
.key_item ul{
  width: 100%;
  margin: auto;
  display: table;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.key_item ul li{
  position: relative;
  margin-bottom: 0.23rem;
  width: 2.93rem;
  height: 2.08rem;
}
.key_xeyb ul li:first-child{
  width: 6.1rem;
  height: 2.77rem;
}
.key_item ul li img{
  width: 100%;
  height: 100%;
}
.key_item ul li p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.43rem;
  line-height: 0.43rem;
  text-indent: 0.27rem;
  background: rgba(0,0,0,0.4);
  font-size: 0.24rem;
  color: #fff;
}
.key_ykzx li:nth-child(3),.key_ykzx li:nth-child(4),.key_ykzx li:nth-child(5),.key_ybyjm li{
  width: 1.87rem !important;
  height: 2.08rem !important;
}
/**about style**/
.about_cont{
  width: 6.1rem;
  margin: auto;
  display: table; 
  padding-bottom: 0.75rem;
}
.about_cont_intro>p,.about_cont_history>p{
  width: 6.1rem;
  margin: auto;
  text-indent: 2em;
  font-size: 0.2rem;
  color: #595656;
  line-height: 2;
  margin-top: 0.35rem;
}
.about_cont_intro>img{
  display: block;
  width: 5.56rem;
  height: 4.4rem;
  margin: 0.35rem auto 0;
}
.about_cont_history>img{
  width: 6.4rem;
  height: 4.25rem;
  display: block;
  margin: 0.35rem auto 0;
}
.about_cont_history>span{
  display: block;
  width: 6.4rem;
  margin: auto;
  height: 0.19rem;
  background: url(../images/about_his_img2.jpg) no-repeat center;
}
.year_list{
  width: 100%;
  display: table;
  margin: auto;
  background: #f6f6f6;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.year_listl{
  width: 1.58rem;
  border-right: 0.01rem solid #e4e4e4;
  display: table;
  float: left;
}
.year_listl ul{
  display: table;
  margin: auto;
  width: 100%;
}
.year_listl ul li{
  width: 100%;
  height: 1.0rem;
  background: url(../images/about_his_img3.jpg) no-repeat bottom left;
  line-height: 1.0rem;
  text-indent: 0.15rem;
  font-size: 0.3rem;
  color: #666;
  position: relative;
}
.year_listl_act{
  color: #2051ad !important;
}
.year_listl_act::after{
  content: " ";
  background: url(../images/about_his_img1.png) no-repeat right center;
  width: 0.11rem;
  height: 1.0rem;
  background-size: 0.11rem 1.0rem;
  position: absolute;
  right: -0.1rem;
  top: 0;
}
.year_listr{
  width: 4.27rem;
  float: right;
  margin-right: 0.15rem;
  display: table;
}
.year_listr>div{
  display: none;
}
.year_listr ul{
  width: 100%;
  margin: auto;
  display: table;
}
.year_listr ul li{
  min-width: 4.0rem;
  min-height: 0.6rem;
  margin: auto;
  padding: 0.17rem 0.15rem;
  background: #fff;
  font-size: 0.2rem;
  color: #323232;
  line-height: 1.7;
  margin-bottom: 0.15rem;
}
.year_listr ul li:last-child{
  margin-bottom: 0;
}
.about_cont_history{
  padding-bottom: 0;
}
.honor_list{
  width: 6.1rem;
  display: table;
  margin: auto;
}
.honor_list_ul{
  width: 6.1rem;
  margin: 0.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.honor_list_ul li{
  width: 2.96rem;
  margin-bottom: 0.3rem;
}
.honor_list_ul li img{
  width: 2.96rem;
  height: 2.4rem;
  display: block;
  margin: auto;
}
.honor_list_ul li p{
  text-align: center;
  margin-top: 0.12rem;
  font-size: 0.2rem;
  color: #000;
  line-height: 1.5;
}
#honor_show{
  display: table;
  width: 1.15rem;
  height: 0.42rem;
  margin: 0.15rem auto 0;
  background: #1f52ad;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.42rem;
  text-align: center;
  border-radius: 0.05rem;
}
.about_cont_dis{
  padding-bottom: 0;
}
.research_swiper{
  width: 6.1rem;
  margin: 0.35rem auto 0;
  overflow: hidden;
  position: relative;
  background: #227fdc;
  height: 4rem;
  border-radius: 0 0 0.1rem 0.1rem;
}
 
.research_swiper .swiper-slide img{
  width: 100%;
  height: 2.79rem;
  display: block;
  margin: auto;
}
.research_swiper .swiper-slide p{
  width: 5.25rem;
  margin: 0.22rem auto 0;
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.8;
}
.research_swiper .swiper-pagination{
  bottom: 0.2rem !important;
}
.research_swiper  .swiper-pagination-bullet{
  width: 0.14rem !important;
  height: 0.14rem !important;
  background: #fff !important;
  opacity: 1 !important;
}
.research_swiper .swiper-pagination-bullet-active{
  background: #2051ad !important;
}
.research_li{
  width: 6.1rem;
  display: table;
  margin: 0.6rem auto 0;
  overflow: hidden;
}
.research_li>div{
  /*height: 1.16rem;*/
  width: 6.1rem;
  margin: auto;
  padding: 0.08rem 0;
}
.research_li1{
  background: -webkit-linear-gradient(left, #d1e9ff , #e4f1fe,#eef6fe,#f9fcfe,#fefeff,#fefeff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d1e9ff , #e4f1fe,#eef6fe,#f9fcfe,#fefeff,#fefeff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right,#d1e9ff , #e4f1fe,#eef6fe,#f9fcfe,#fefeff,#fefeff); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right,#d1e9ff , #e4f1fe,#eef6fe,#f9fcfe,#fefeff,#fefeff); /* 标准的语法（必须放在最后） */
  border-radius: 0.05rem;
}
.research_li1 li{
  color: #1f52ad !important;
}
.research_li li>div ul{
  display: table;
  height: 1.16rem;
  width: 6.1rem;
  margin: auto;
}
.research_li li{
  font-size: 0.24rem;
  color: #474747;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.22rem;
}
.about_min_tit{
  background: url(../images/about_min_tit.png) no-repeat left center;
  background-size: 0.32rem 0.32rem;
  text-indent: 0.4rem;
  font-size: 0.3rem;
  color: #1f52ad;
  height: 0.35rem;
  line-height: 0.35rem;
  margin-top: 0.35rem;
}
.about_train_img1{
  height: 3.69rem ;
  width: 6.1rem !important;
}
.about_train_img2{
  width: 6.1rem !important;
  height: 4.07rem;
}
.about_equ{
  width: 6.1rem;
  margin: 0.35rem auto 0;
  display: table;
}
.about_equ ul{
  width: 6.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;

}
.about_equ ul li{
  position: relative;
  width: 1.93rem;
  height: 3.1rem;
  overflow: hidden;
  background: #e6f0fb;
  margin-bottom: 0.35rem;
}
.about_equ ul li img{
  width: 1.93rem;
  height: 2.3rem;
}
.about_equ ul li{
  font-size: 0.18rem;
}
.about_equ ul li p{
  width: 1.7rem;
  height: 0.6rem;
  margin: 0.1rem auto 0;
  
  color: #1f52ad;
  line-height: 1.6;
}
/*.about_equ ul li:nth-child(2) p{
  text-align: center;
}*/
/**guide style**/
.guide_nav1{
  width: 6.4rem;
  margin: auto;
  height: 0.75rem;
  border-bottom: 0.01rem solid #e4e4e4;
}
.guide_nav{
  width: 6.1rem;
  margin: auto;
  height: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guide_nav p{
  font-size: 0.3rem;
  color: #1f52ad;
}
.guide_nav ul{
  height: 0.75rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.guide_nav ul li{
  font-size: 0.22rem;
  margin-left: 0.05rem;
  border:0.02rem solid transparent;
  padding: 0.04rem 0.1rem;
  border-radius: 0.22rem;
}
.guide_nav ul li a{
  color: #666;
}
.guide_nav_act{
  border:0.02rem solid #1f52ad !important;
}
.guide_nav_act a{
  color: #1f52ad !important;
}
.guide_nav ul li:first-child{
  margin-right: 0.05rem;
}
.guide_cont>div{
  margin-top: 0.35rem;
}
.guide_cont p{
  text-indent: 0;
  font-size: 0.24rem;
  color: #595656;
  margin-bottom: 0.08rem;
  line-height: 2;
}
.guide_cont>div p:last-child{
  margin-bottom: 0;
}
.guide_tit{
  margin-top: 0.7rem;
}
.guide_cont .about_min_tit{
  margin-top: 0.45rem;
}

.maps_show {
  margin: auto;
  margin-top: .25rem;
  width: 100%;
  max-width: 6.1rem;
  height: 4.47rem;
  box-shadow: 0 0 .15rem .05rem #e8f3ff;
  position: relative;
}

.maps {
  width: 6.1rem;
  max-width: 6.1rem;
  margin: 0.56rem auto 0;
  display: table;
}
.maps_search{
  width: 6.1rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 0.93rem;
  flex-wrap: nowrap;
}
.maps_show_cont {
  position: absolute;
  width: 5.92rem;
  height: 4.27rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.BMap_bubble_content ul li{
  font-size: 0.16rem;
  line-height: 2;
}
.baidumap{
  font-size: 0.16rem;
  text-align: center;
  background: #1B77BC;
  color: #fff;
  padding: 0.05rem 0.1rem;
}
#from1{
  height: 0.25rem;
  width: 1.43rem;
  font-size: 0.16rem;
  border: 1px solid #1B77BC;
  padding-left: 0.05rem;
}
.maps_search>div{
  width: 4.73rem;
  height: 0.93rem;
}
.maps_search_input{
  width: 100%;
  border: 0.01rem solid #ddd;
  height: 0.36rem;
  display: flex;
  font-size: 0.2rem;
}
.maps_search_input:nth-child(2){
  margin-top: 0.17rem;
}
.maps_search_input span{
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  line-height: 0.36rem;
  font-size: 0.2rem;
  color: #666;
  padding:0 0.07rem;
  border-right: 0.01rem solid #ddd;
  /*width: 1rem;*/
  text-align: center;
}
.maps_search_input input{
  width: 3.6rem;
  height: 0.34rem;
  border: 0;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.1rem;
  font-size: 0.18rem;
  color: #a9a9a9;
  background: none;
}
#result{
  width: 1.22rem;
  height: 100%;
  min-height: 0.93rem;
  background: #227fdc;
  border: 0;
  font-size: 0.3rem;
  color: #fff;
  line-height: 1.3;
}
.guide_map_ul{
  width: 6.1rem;
  margin: 0.49rem auto 0;
}
.guide_map_ul li{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.16rem;
}
.guide_map_ul li:last-child{
  margin-bottom: 0;
}
.guide_map_ul li img{
  width: 0.53rem;
  height: 0.53rem;
  display: block;
}
.guide_map_ul li p{
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #595656;
  line-height:1.6;
}
.esp_tab_ini{
  width: 6.4rem;
  border-bottom: 0.01rem solid #e4e4e4;
  height: 0.77rem;
}
.esp_tab{
  width: 6.1rem;
  margin: auto;
  height: 0.77rem;
}
.esp_tab ul{
  display: table;
  margin: auto;
  height: 0.77rem;
}
.esp_tab ul li{
  display: table-cell;
  vertical-align: middle;
}
.esp_tab ul li a{
  font-size: 0.22rem;
  color: #666;
  display: block;
  margin-right: 0.08rem;
  border: 0.02rem solid transparent;
  padding: 0.05rem 0.08rem;
  border-radius: 0.2rem;
}
.esp_tab_act{
  color: #1f52ad !important;
  border: 0.02rem solid #1f52ad !important;
}
/*******new style edit**********/
.import_teams{
  width: 6.1rem;
  margin: auto;
}
.import_teams ul {
  display: table;
  width: 6.1rem;
  margin: 0.3rem auto 0;
}
.import_teams ul li {
  width: 2.88rem;
  height: 0.7rem;
  line-height: 0.7rem;
  float: left;
  background: inherit;
  background-color: inherit;
  background-color: inherit;
  background-color: rgba(245, 249, 253, 1);
  border-left: 0.05rem solid #257fda;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.24rem;
  color: #595656;
  text-align: center;
  margin-bottom: 0.3rem;
}
.import_teams ul li:nth-child(2n) {
  float: right;
}
/*响应式*/
 
@media screen and (min-width:500px){

}

/*---------------------------------- 0613 li*/
.import_teams{
  width: 6.1rem;
  margin: auto;
}
.import_teams ul {
  display: table;
  width: 6.1rem;
  margin: 0.3rem auto 0;
}
.import_teams ul a {
  width: 2.88rem;
  height: 0.7rem;
  line-height: 0.7rem;
  float: left;
  background: inherit;
  background-color: inherit;
  background-color: inherit;
  background-color: rgba(245, 249, 253, 1);
  border-left: 0.05rem solid #257fda;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.24rem;
  color: #595656;
  text-align: center;
  margin-bottom: 0.3rem;
}
.import_teams ul a:nth-child(2n) {
  float: right;
}