@media only screen and (max-width : 1400px){
    .center{
        width: 70%;
    }
    .index .interview .center{
        width: 80%;
    }
    .index .text_list{
        width: 75%;
    }
    .header .head_nav{
        height: 100%;
    }
    .header .logo{
        width: auto;
        height: 50%;
    }
    .header .logo img{
        height: 100%;
        width: auto;
        padding-top: 20px;
    }
    .index .interview .item:first-child{
        margin: 0;
      }
      .index .interview .item .more_link a{
        font-size: 16px;
    }
}
@media only screen and (max-width : 1280px){
    .footer .about_us{
        margin-left: 50px;
    }

}
@media only screen and (max-width : 1200px){
    .header .head_menu li{
        margin: 0 15px;
    }
    .index .life_history .video{
        height: 300px;
    }
    .index .life_history .life_msg .img{
        height: 120px;
    }
    .more_hide{
        -webkit-line-clamp: 2; 
    }
    .index .life_history .life_msg .msg .date{
        margin: 10px 0;
        line-height: 30px;
    }
    .index .life_history .life_msg .msg .more{
        width: 90px;
        height: 30px;
        line-height: 30px;
    }
    .index .life_history .life_msg{
        margin-bottom: 40px;
    }
    .index .interview .item .img{
        height: 300px;
    }
    .index .interview .item .more_link a{
        font-size: 14px;
        line-height: 25px;
    }
    .index .interview .item .more_link a span{
        font-size: 14px;
    }
    .index .text_list .item .img{
        height: 300px;
    }
    .index .cyprus .video{
        height: 280px;
    }
    .index .cyprus .video_intro,.index .cyprus .date_more{
        margin: 0;
    }
    .footer .about_us .select a{
        margin-right: 20px;
    }
    .footer .about_us{
        margin-left: 30px;
    }
    #picture_msg h3{
        font-size: 16px;
    }
    #picture_msg p{
        font-size: 12px;
    }
    .footer .foot.center{
        width: 80%;
    }
}
@media only screen and (max-width : 1000px){
    .header .head_menu li{
        margin: 0 4px;
    }
    .index .life_history .video{
        height: 250px;
    }
    .index .life_history .life_msg .img{
        height: 100px;
    }
    .index .life_history .life_msg .msg .date{
        margin: 10px 0;
        line-height: 30px;
    }
    .index .life_history .life_msg .msg .date span{
        font-size: 12px;

    }
    .index .life_history .life_msg .msg .more{
        width: 60px;
        height: 25px;
        line-height: 25px;
    }
    .index .life_history .life_msg .msg .more a{
        font-size: 12px;
    }
    .index .life_history .life_msg{
        margin-bottom: 30px;
    }
    .index .life_history .life_msg .msg p{
        font-size: 12px;
    }
    .index .text_list .item .img{
        height: 200px;
    }
    .index .text_list .item .text h3{
        font-size: 14px;
    }
    .index .text_list .item .text p{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .index .cyprus .video{
        height: 200px;
    }
    .footer .about_us .select a{
        margin-right: 10px;
    }
    .footer .about_us .us .logo{
        padding: 20px 20px 0 0;
    }
    .footer .about_us .us .us_msg{
        padding-left: 10px;
    }
}
@media only screen and (max-width : 480px){
    
}
@media only screen and (max-width : 320px){
    
}