/*header start*/
.header{
	width:100%;
	display:block;
	background:url(/uiFramework/commonResource/image/2022052516585752511.png) repeat-x top center;
	height:392px;
}
.header a{ margin-top:50px; float:left;}
.container {
    width: 1180px;
    margin:0 auto;
    height: 100%;
}

@media only screen and (max-width:1025px) {
body{min-width:100%;}
.header{height:30vh;background-size: 100% 100%;}
.container,.content_title,.content_back,.content_word{width:96%;}
.content_title{width:100%; margin-top: 20px;
    background-size: 100% 100%;}

}
@media screen and (max-width:768px) {
.header{height:20vh;}
.recently_top h1{font-size:20px;}
.recently_content_right ul li span,.recently_content_right ul li a{float:left;}
.recently_content_right ul li a{width:80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.history_bottom ul li{width:90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.recently_content_left img{height:30vh;}

}
@media screen and (max-width:500px) {
.header{height:14vh;}
.recently_top {height:8vh;}
.recently_top h1 {font-size: 16px;line-height:8vh;    letter-spacing: 2px;}


}
@media screen and (max-width:400px) {




}
@media screen and (max-width:360px) {



}