html{
min-width:auto !important;
}
.banner img{
width:100%;
}
.content{
width:75%;
margin:0 auto;
margin-top:30px;
}
.content ul {
overflow:hidden;
}
.content ul li{
width:48%;
list-style:none;
border-bottom:1px solid rgba(10, 80, 180,.1);
padding-bottom:30px;
margin-top:30px;
float:left;
margin-left:2%;
}
.gjxfr-title{
font-size:20px;
line-height:29px;
color:#4C4C4C;
height:58px;
}
.gjxfr-title a{
color:#4C4C4C;
text-decoration:none
}
.gjxfr-date{
font-size:16px;
color:#999;
line-height:23px;
margin-top:10px;
}
.content ul li:hover .gjxfr-title a{
color:#3471C0;
font-weight:700;
}
.i-pager{
margin:0 auto;
}
.footer{
width:100%;line-height:124px; color:#FFF; background-color:#1B7FC1; text-align:center;
}
@media screen and (max-width: 1000px) {
.content ul li{
width:100%;
}
}
.i-pager{
padding-top:50px;
}