/* PC */
@media (min-width:600px) {
  em{    font-style: italic;}
  .NavBar_Box{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #d9d9d9;

  }
  .NavBar_Div{
    display: block;
    height: 55px;  
    overflow: hidden;      
  }
  .NavBar_Title{
    float: left;
    display: block;
    padding-top: 13px;
    /* padding-left: 20px; */
    width: 120px;
    height: 29px;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #00457D;
    overflow: hidden;
    /* background-color: #d9d9d9;    */
  }
  .NavBar_Title a{
    position: relative;
    display: inline-block;
    padding:0;
    padding-left: 32px;
    text-align: center;  
    font-size: 22px;
    line-height: 29px;
    height: 29px;
    color: #00457D;   

  }
  .NavBar_Title a:hover{
    text-decoration: none;
  }
  .NavBar_Title a::before{
    content: "";        
    display: inline-block;
    position: absolute;
    margin: 0;
    padding:0;
    top:3px;
    left: 0;
    width: 24px;
    height: 24px;

  }
  .NavBar_Title1_SZ a::before{
    background: url(../img/Nav_Icon1_SZ.png) center center no-repeat;
  }
  .NavBar_Title2_ZX a::before{
    background: url(../img/Nav_Icon2_ZX.png) center center no-repeat;
  }
  .NavBar_Title3_CJ a::before{
    background: url(../img/Nav_Icon3_CJ.png) center center no-repeat;
  }
  .NavBar_Title4_SH a::before{
    background: url(../img/Nav_Icon4_SH.png) center center no-repeat;
  }
  .NavBar_Title5_SP a::before{
    background: url(../img/Nav_Icon5_SP.png) center center no-repeat;
  }
  .NavBar_Title8_ZL a::before{
    background: url(../img/Nav_Icon8_ZL.png) center center no-repeat;
  }
  .NavBar_Title9_SY a::before{
    background: url(../img/Nav_Icon9_SY.png) center center no-repeat;
  }
  .NavBar_Title10_GTX a::before{
    background: url(../img/Nav_Icon10_GTX.png) center center no-repeat;
  }
  .NavBar_Div ul{
    float: left;
    width: calc(100% - 140px);
    height: 55px;
    list-style: none;
    overflow: hidden;
  }
  .NavBar_Div li{
    float: left;
    /* width: 120px; */
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    padding:0 23px;
    margin-top: 4px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #666;
    text-align: center;
  }
  .NavBar_Div li a{
    color: #666;
    text-decoration: none;
  }
  .NavBar_Div li:hover{
    border-bottom: 1px solid #00457E;
  }
  .NavBar_Now{
    border-bottom: 1px solid #00457E;
  }
  .Nav_Box {
    width: 100%;
    height: 55px;
    width: 100%;
  }

  .Nav_Div {
    height: 55px;
    line-height: 55px;  
    font-size: 12px;
    color: #666;
  }

  .Nav_Div a {
    color: #666;
  }
  .Artical_Body_Div{
    height: auto;
    overflow: hidden;
  }
  .Artical_Title{
    width: 100%;
    height: auto;
  }
  .Artical_Title h1{
    padding:25px 20px 38px 20px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .Artical_Share{
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
  }
  .Artical_Share_Source{
    float: left;
    width: 50%;
    height: 30px;
  }
  .Artical_Share_Source span{
    font-size: 12px;
    line-height: 30px;
    color: #7f7f7f;
  }
  .Artical_Share_Source span img{
    display:inline-block;
    width:18px;height:18px;
    border-radius:50%;
  }
  .Artical_Share_Date{
    padding-left: 20px;
  }
  .Artical_Share_BT{
    float: right;
    position: relative;
    width: 30px;
    height: 40px;
  }
  .Artical_Share_BT em{ 
    display: block;           
    width: 30px;
    height: 30px;
    background: url(../img/Artical_Share_BT.png) center center no-repeat;
    cursor: pointer;
  }
  .Artical_Share_BT:hover em{
    width: 30px;
    height: 30px;
    background: url(../img/Artical_Share_BT_on.png) center center no-repeat;
  }
  .Artical_Share_BT_Box{
    display: none;
    position: absolute;
    top:35px;
    right: 5px;
    width: 140px;
    height: 30px;
    padding:10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #aaa;
    z-index: 12;
    background-color: #FFF;
  }
  .Artical_Share_BT:hover .Artical_Share_BT_Box{ 
    display: block;
  }
  .Artical_Share_BT_Box ul{
    width: 140px;
    height: 30px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    overflow: hidden;        
  }
  .Artical_Share_BT_Box li{
    width: 30px;
    height: 30px;        
  }
  .Artical_Content{
    width: 100%;
    height: auto;
    margin-bottom: 140px;
  }
  .Artical_Content iframe{
    max-width:100%;
    height:auto;
    margin:5px auto 47px auto;
  }
  .Artical_Content figure{
      list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
    width: fit-content;
    max-width:100%;
    margin: 0 auto 47px auto;
    padding: 0;
    height: auto;

  }
  .Artical_Content figure img,.Artical_Content p img{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .Artical_Content figcaption{
      list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
    display:table-caption;
    caption-side:bottom;
    width: 100%;
    padding-top:5px;
    height: auto;
    text-align:center;
    color:#0000ff;
    font-size:14px;
  }
  /*.Artical_Content figcaption span{
  display: block;
  margin: 0 auto;
  padding:15px 0 0 0;
  width: 830px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;        
  color: #073e6e;
}*/
  .Artical_Content p{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    margin-bottom: 47px;
    text-indent: 2em; 
  }
  .Artical_ZB{
    width:100%;
    text-align:right;
    font-size:16px;
    /* padding-top:20px; */
  }
  /*currpage-begin*/
  .selectpage{display:none;}
#div_currpage{
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
#div_currpage a:link,#div_currpage a:visited{
  text-decoration:none;
  color:#000;
}
#div_currpage a,#div_currpage span{
  padding: 4px 10px;
  line-height: 35px;
  border: 1px solid #014073;
  font-family: Arial;
  text-align: center;
  display: inline;
  margin-top: 10px;
}
#div_currpage span,#div_currpage a:hover{background:#014073;font-weight:bold;color:#fff;}
    /*currpage-end*/
  .Artical_Body_Left{
    float: left;
    width: 855px;
  }
  .Artical_Body_Right{
    float: right;
    width: 290px;
  }
  .Aritical_Special_Div{
    width: 100%;
    margin-top: 35px;
  }
  .Artical_Right_Title{
    position: relative;
    width: 100%;
    height: 39px;
    line-height: 30px;
    font-size: 24px;
    color: #00447E;
    border-bottom: 1px solid #00457E;
  }
  .Artical_Right_Title a{
    color: #00447E;        
  }
  .Aritical_Special_List{
    width: 100%;
    height: auto;
    margin-top: 34px;
    margin-bottom: 50px;
  }
  .Aritical_Special_List ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style: none;
  }
  .Aritical_Special_List li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;      
  }
  .Aritical_Special_List li p:first-child{
    margin: 0;
    padding: 0;
    float: left;
    width: 140px;
    height: 78px;        
    margin-right: 15px;
  }
  .Aritical_Special_List li p img{
    width: 140px;
    height: 78px;        
  }
  .Aritical_Special_List li h4{
    margin: 0;
    padding: 0;
    float: left;
    width: 135px;  
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
  }
  .Aritical_Special_List li h4 a{
    color: #333;
  }
  .Aritical_HotNews_Div{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .Aritical_HotNews_List{
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .Aritical_HotNews_List ul{
    width: 100%;
    height: auto;
    list-style: none;
  }
  .Aritical_HotNews_List li{
    width: 100%;
    padding:13px 0;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
  }
  .Aritical_HotNews_List li a{
    color: #333;
  }
  .Aritical_column_List{
    display: block;

    width: 100%;
    height: 177px;
    overflow: hidden;
    margin-top: 30px;

  }
  .Aritical_column_List p{
    margin: 0;
    padding: 0;
    float: left;
    width: 133px;
    height: 177px;
    margin-right: 18px;
  }
  .Aritical_column_List p img{
    width: 133px;
    height: 177px;        
  }
  .Aritical_column_Text{
    position: relative;
    display: block;
    float: left;
    width: 135px; 
    height: 177px;       
  }
  .Aritical_column_Text h4{        
    width: 100%;
    margin-top: 12px;
    font-size: 20px;
    height: 30px;
    line-height: 26px;
    color: #333;        
  }
  .Aritical_column_Text h4 a{        
    color: #333;        
  }
  .Aritical_column_Text h5{        
    width: 100%;     
    font-size: 14px; 
    line-height: 22px;
    color: #333;        
  }
  .Aritical_column_Text h5 a{        
    color: #333;        
  }
  .Aritical_column_Text h6{        
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 75px; 
    height: 27px;    
    font-size: 14px; 
    line-height: 27px;
    color: #FFF;
    text-align: center;
    background-color: #348DD8;        
  }
  .Aritical_column_Text h6 a{        
    color: #FFF;        
  }
  .Artical_Title h1 span{
    display: block;
  }
  .Artical_Title_EN {        
    color: #7f7f7f;
  }

  .Artical_Content p span{
    display: block;
    color: #7f7f7f; 
    margin-bottom: 5px;       
  }
  .Aritical_Ranking_Div{
    margin-bottom: 40px;
  }
  .Aritical_Picture_Div{
    width: 100%;
    height: auto;
  }
  .Aritical_Picture_List{
    width: 100%;
    height: auto;
  }
  .Aritical_Picture_List ul{
    width: 100%;
    height: auto;
    list-style: none;
  }
  .Aritical_Picture_List li{
    width: 100%;
    height: auto;        
  }
  .Aritical_Picture_List li p{
    width: 290px;
    height: 164px;
  }
  .Aritical_Picture_List li p img{
    width: 290px;
    height: 164px;
  }
  .Aritical_Picture_List li h4{
    width: 290px;
    height: auto;
    padding:5px 0 28px 0;
    line-height: 20px;
    font-size: 16px;
    color: #333;
  }
  .Aritical_Picture_List li h4 a{
    color: #333;
  }
  .Aritical_ChinaWatch_Div{
    margin-bottom: 40px;
  }
  .Artical_ChinaWatch_Title{
    width: 100%;
    height:80px;
    margin-bottom: 20px;
  }
  .Artical_ChinaWatch_Title p{
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    height:80px;
    margin-right: 17px;
  }
  .Artical_ChinaWatch_Title p img{
        width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .Artical_ChinaWatch_Title h4{
    float: left;
    width: calc(100% - 100px);
    height:80px;
    line-height: 80px;
    font-size: 30px;
    color: #333;
  }
  .Artical_ChinaWatch_Title h4 a{
    color: #333;
  }
  .Artical_ChinaWatch_Title h4 a:hover{
    text-decoration: none;
  }

  .Artical_Right_Title p{
    padding:0;
    margin: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;;   
    width: 29px;
    height: 29px;
    cursor: pointer;
  }
  .Artical_Right_Title p img{
    padding:0;
    width: 29px;
    height: 29px;
  }
  .Aritical_Recomannd_List{
    width: 100%;
    height: auto;
  }
  .Aritical_Recomannd_List ul{
    width: 100%;
    height: auto;
    margin-top: 30px;
    list-style: none;
  }
  .Aritical_Recomannd_List li{
    float: left;
    width: 80px;
    height: auto;
    margin-right: 25px;
    margin-bottom: 22px;
  }
  .Aritical_Recomannd_List li:nth-child(3n){
    margin-right: 0;
  }
  .Aritical_Recomannd_List p{
    margin: 0 auto;
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }
  .Aritical_Recomannd_List p img{        
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-style: solid;
    border-color: #fff;
  }
  .Aritical_Recomannd_List h4{
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #333;        
  }
  .Aritical_Recomannd_List h4 a{
    color: #333;        
  }
  #qrcode{display:none;position:fixed;width:220px; height:250px;left:50%;top:50%;margin-left:-110px;margin-top:-125px;border:5px solid #666;background-color:rgba(239,239,239,0.95);border-radius:2px;box-sizing: content-box;z-index:1000;}
  #qrcode span{display:block;clear:both;overflow:auto;width:calc(100% - 10px)!important; height:26px;font-size:16px;color:#868686;padding-left:10px;box-sizing: content-box;}
  #qrcode span img{width:20px; height:20px; float:right;margin:0;border:0;cursor:pointer;}
  #qrcodearea{width:180px; height:180px;margin:20px;background-color:#bbb;box-sizing: content-box;}
}

/* Mobile */
@media (max-width:600px) {
  em{    font-style: italic;}
  .NavBar_Box{
    display: none;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d9d9d9;

  }

  .Nav_Box {
    width: 100%;
    height: 50px;
    width: 100%;
  }

  .Nav_Div {
    position: relative;
    height: 50px;
    line-height: 50px;  
    font-size: 12px;
    color: #666;
  }

  .Nav_Div a {
    color: #666;
  }
  .Artical_Body_Div{
    height: auto;
    overflow: hidden;
  }
  .Artical_Title{
    width: 100%;
    height: auto;
  }
  .Artical_Title h1{
    padding:22px 0 5px 0;
    font-size: 22px;
    line-height: 30px;
    /* text-align: center; */
  }
  .Artical_Share{
    width: 100%;
    height: 30px;
    margin-bottom: 33px;
  }
  .Artical_Share_Source{
    width: 100%;
    height: 30px;
    text-align: center;
  }
  .Artical_Share_Source span{
    font-size: 12px;
    line-height: 30px;
    color: #7f7f7f;
  }
  .Artical_Share_Date{
    padding-left: 20px;
  }
  .Artical_Share_BT{
    display: none;
  }
  .Artical_Share_BT2{        
    position: absolute;
    top:1.3vw;
    right: 0;
    width: 18px;
    height: 21px;
  }
  .Artical_Share_BT2 em{ 
    display: block;           
    width: 18px;
    height: 21px;
    background: url(../img/Mobile/Artical_Share_BT.png) center center no-repeat;
    background-size: 18px 21px;
    cursor: pointer;
  }

  .Artical_Share_BT_Box{
    display: none;
    position: absolute;
    top:35px;
    right: 5px;
    width: 260px;
    height: 30px;
    padding:10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #aaa;
    z-index: 12;
  }

  .Artical_Share_BT_Box ul{
    width: 260px;
    height: 30px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    overflow: hidden;        
  }
  .Artical_Share_BT_Box li{
    width: 30px;
    height: 30px;        
  }
  .Artical_Content{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .Artical_Content iframe{
    max-width:100%;
    height:auto;
    margin-bottom:10px;
  }
 
   .Artical_Content figure{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;

  }
  .Artical_Content figure img,.Artical_Content p img{
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .Artical_Content figcaption{
    width: 100%;
    height: auto;
    text-align:center;
    padding-bottom: 40px;
    color:#0000ff;
    font-size:14px;
  }
 /* .Artical_Content figcaption span{
    display: block;
    margin: 0 auto;
     padding:15px; 
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 25px;        
    color: #073e6e;
  }	*/
  .Artical_Content p{
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    margin-bottom: 40px;
    text-indent: 32px;
  }
  .Artical_ZB{
    width:100%;
    text-align:right;
    font-size:16px;
    padding-top:20px;
  }
  /*currpage-begin*/
#div_currpage{
  display:none;
}
 .selectpage{
    display: block;
    color: #333;
    text-align: left;
    padding: 0;
    width: 100%\0;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0rem 10px;

  }
  .selectpage span{
    background-color: #eee;
    height: 36px;
    display: inline-block;
    padding: 5px 15px 0px 15px;
    text-align: center;
    width: 30%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing: border-box;
  }
  .selectpage span a{
    line-height: 20px;
    font-size: 16px;
    color:#333;
    text-transform: capitalize;
    text-decoration: none;
  }
/*currpage-end*/		
  .Artical_Body_Right{
    display: none;
  }
  .Artical_Title h1 span{
    display: block;
  }
  .Artical_Title_EN {        
    color: #7f7f7f;
  }

  .Artical_Content p span{
    display: block;
    color: #7f7f7f; 
    margin-bottom: 5px;       
  }

  /* Mobile_Top */
  .top_phone {
    display: block;
    width: 100%;
    margin: 0;
    padding:5.6vw 0px 5.6vw 0px;
    height: 9.3vw;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
  }
  .header_top {
    display: block;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .header_top_Logo {
    float: none;	
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1.02rem;
    height: 0.35rem;		
    /* margin-top: 0.05rem; */
  }
  .header_img {
    position: absolute;
    display: block;	
    margin: 0;
    padding: 0;
    top: 1vw;
    left: 0;
    width: 6.2vw;
    height: 6.2vw;
  }

  .header_img img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 6.2vw;
    height: 6.2vw;
  }
  .header_top a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;	
  }

  /*导航*/
  .hu-wai {
    display: none;
  }
  .Share_Box_Show{
    bottom: 0!important;
    transition: all 0.5s;        
  }
  .Share_Box{
    position: fixed;
    width: 100vw;
    height: 40vw;
    bottom: -60vw;    
    transition: all 0.5s;
    background-color: rgba(255,255,255,0.9);
    z-index: 997;
  }
  .Share_Box ul{
    width: 100vw;
    height: auto;
    padding:4vw 4vw 0 4vw; 
    overflow: hidden;               
  }
  .Share_Box li{
    float: left;        
    width: 18vw;
    height: 18vw;
    margin-right: 6.6vw;
    margin-bottom: 4vw;                
  }
  .Share_Box li:nth-child(4n){
    margin-right: 0vw;        
  }
  .Share_Box li img{        
    width: 18vw;
    height: 18vw;        
  }
  .Share_Box p{
    width: 100vw;
    height: 12vw;         
    background-color: #FFF;
    line-height: 12vw;
    text-align: center;
    font-size: 6vw;
    color: #333;
  }
  .Menu_div{
    display: none;
    top:0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.1);
    z-index: 998;
  }
  .Menu {
    width: 50vw;
    background-image: linear-gradient(to bottom,
      rgba(7,62,110,0.96) 0%,
      rgba(7,62,110,0.96) 85%,
      rgba(7,62,110,0.96) 85%,
      rgba(7,62,110,0) 100%);
    left:-50vw;     
    transition: all 0.5s;
  }
  .nav_Show{
    left:0;
    transition: all 0.5s;
  }

  .sub_nav {
    display: block;
  }

  .container_iphone {
    display: block;
  }

  .top_phone .nav_show {
    display: block;
  }
  .Menu p {
    position: relative;
    padding:4vw;
    display: block;
    width:40vw;
    height: 20px;
  }
  .Menu p a{
    float: right;
    display: block;
    width:20px;
    height: 20px;
  }
  .Menu p a img{
    width:20px;
    height: 20px;
  }
  .Menu ul {
    position: relative;
    display: block;
    width: 50vw;
    height: 100vh;
    background-color:transparent;

    padding-bottom: 0.3rem;

  }

  .MenuShow {
    right: 0rem !important;
    transition: all 0.5s;
  }

  .Menu li {
    height: 50px;
    line-height: 50px;
    /* border-top: 1px solid #fff; */
    overflow: hidden;
    font-size: 20px;
    padding-left: 9.5vw;
    background-color: #184368;
  }
  .Menu li:hover{
    background-color: #145A8F;
  }

  .Menu a, .Menu li a {
    font-family: "微软雅黑";
    font-size: 20px;
    color: #fff;
    float: left;
  }
  .nav a, .nav li a:hover{
    color: #fff;
    text-decoration: none;
  }
  /* Artical_Right_Title */
  .Artical_Right_Title{
    position: relative;
    width: 100%;
    height: 39px;
    line-height: 30px;
    font-size: 24px;
    color: #00447E;
    border-bottom: 1px solid #00457E;
  }
  .Artical_Right_Title a{
    color: #00447E;        
  }
  .Aritical_HotNews_Div{
    margin:0 auto;
    width: 92vw;
    height: auto;
    margin-bottom: 40px;
  }
  .Aritical_HotNews_List{
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .Aritical_HotNews_List ul{
    width: 100%;
    height: auto;
    list-style: none;
  }
  .Aritical_HotNews_List li{
    width: 100%;
    padding:13px 0;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
  }
  .Aritical_HotNews_List li a{
    color: #333;
  }
  #qrcode{display:none;}
   .Aritical_Recomannd_List{
    width: 100%;
    height: auto;
  }
  .Aritical_Recomannd_Div{
    margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 40px;
  }
  .Aritical_Recomannd_Div .Artical_Right_Title p{float:right;}
  .Aritical_Recomannd_List {
    margin-top:20px;
  }
  .Aritical_Recomannd_List li{
    float: left;
    width: 28vw;
    height: auto;
    margin-right: 4vw;
    margin-bottom: 22px;
  }
  .Aritical_Recomannd_List li:nth-child(3n){
    margin-right: 0;
  }
  .Aritical_Recomannd_List p{
    margin: 0 auto;
    width: 20vw;
    height: 20vw;
    margin-bottom: 8px;
  }
  .Aritical_Recomannd_List p img{        
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    border-style: solid;
    border-color: #fff;
  }
  .Aritical_Recomannd_List h4{
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #333;        
  }
  .Aritical_Recomannd_List h4 a{
    color: #333;        
  }
  .Aritical_column_Text h4{font-size:20px;text-align:center;}
  .Aritical_column_Text h5{font-size:14px;}
  .Aritical_column_Text h6{font-size:14px;}
}