/*加载部分*/
.hidden {
    display: none;
}       
.jq22 {
    overflow: hidden;
	clear: both;
}  
.jq22 .list {
    overflow: hidden;
}        
.jq22 .list .info-4 {
    overflow: hidden;
}           
.jq22 .list .jiazai {
    text-align: center;
}  
.jq22 .more {
    overflow: hidden;
    text-align: center;
}
.jq22 .more a {
    display: block;
	width: 200px;
    padding: 10px 0;
    color: #5b5b5b;
    margin: 0 auto;
	border: 1px solid #5b5b5b;
    text-decoration: none;
    text-align: center;
}       
.jq22 .more a:hover {
    text-decoration: none;
	border: 1px solid #fff100;
    color: #fff100;
}
/*li里面部分 相同的部分*/
.info-img {
	width: 100%;
}
.info-5 {
	background-color: #fcfcfc;
	border-left: 2px solid #c1c1c1;
	border-right: 2px solid #c1c1c1;
	border-bottom: 2px solid #c1c1c1;
	width: 100%;
	text-align: left;
	padding: 15px 20px 0px 20px;
}
.info-5:hover {
	background-color: #b2b2b2;
	color: #ffffff;
	text-decoration: none;
}
.info-h1 {
	font-size: 20px;
	margin-bottom: 25px;	
}
.info-data {
	margin-bottom: 10px;
}
.info-author {
	margin-top: 10px;
}
.info-6 {
	color: #5b5b5b;
}
.info-6:hover {
	color: #ffffff;
	text-decoration: none;
}
@media screen and (min-width:1200px){
.img {
    background-image: url(../img/top.jpg);
    height: 295px;
	width: 100%;
    font-size: 45px;
    text-align: center;
    padding-top: 120px;
    font-weight: lighter;
    letter-spacing: 15px;	
}
.info-1 {
	margin:0 auto;
	width: 1000px;
	letter-spacing: 2px;
	padding: 80px 0px 0px 0px;
	margin-bottom: 450px;
	position:relative;
}

.info-4 {
	width: 48%;
    height: 550px;
    margin-bottom: 20px;
    float: left;
	list-style:none;
}
.info-4:nth-child(even) {
    margin-left: 4%;
}
}
@media screen and (max-width:1200px) and (min-width:700px){
.img {
    background-image: url(../img/top.jpg);
    height: 295px;
	width: 100%;
    font-size: 45px;
    text-align: center;
    padding-top: 120px;
    font-weight: lighter;
    letter-spacing: 15px;	
}
.info-1 {
	margin:0 auto;
	width: 700px;
	letter-spacing: 2px;
	padding: 80px 0px 0px 0px;
	margin-bottom: 450px;
}
.info-4 {
	width: 48%;
    height: 550px;
    margin-bottom: 20px;
    float: left;
	list-style:none;
}
.info-4:nth-child(even) {
    margin-left: 4%;
}
}
@media screen and (max-width:700px) and (min-width:500px){
.img {
    background-image: url(../img/top.jpg);
    height: 295px;
	width: 100%;
    font-size: 45px;
    text-align: center;
    padding-top: 120px;
    font-weight: lighter;
    letter-spacing: 15px;	
}
.info-1 {
	margin:0 auto;
	width: 95%;
	letter-spacing: 2px;
	padding: 80px 0px 0px 0px;
	margin-bottom: 450px;
}
.info-4 {
	width: 48%;
    height: 550px;
    margin-bottom: 20px;
    float: left;
	list-style:none;
}
.info-4:nth-child(even) {
    margin-left: 4%;
}
}
@media screen and (max-width:500px){
.img {
    background-image: url(../img/top.jpg);
    background-size: 100%;
    text-align: center;
	width: 100%;
	height: 130px;
	font-size: 35px;
	padding-top: 45px;
    font-weight: lighter;
    letter-spacing: 15px;	
}
.info-1 {
	margin:0 auto;
	width: 95%;
	letter-spacing: 2px;
	padding-top: 80px;
	margin-bottom: 450px;
}
.info-4 {
	width: 100%;
    height: 550px;
    margin-bottom: 0px;
	list-style:none;
}

}