main>img{
    width: 100%;
	height: auto;
}
.swiper-slide img{
    width: 100%;
	height: auto;
}
main>.result{
    margin-top: 60px;
}
.easy-nav{
    width: 600px;
    margin:0 auto;
    margin-top: 40px;
}
.easy-nav>li{
    width: 114px;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
	border: solid 1px #cccccc;
    text-align: center;
    margin-right: 30px;
    cursor: pointer;
    font-size: 18px;
    color: #666666;
}
.easy-nav>.li-active{
    width: 114px;
	height: 36px;
    background-color: #b50005;
    border:none;
    color: #ffffff;
}
.result-list>.year-nav{
    width: 400px;
    margin:64px 0;
}
.result-list>.year-nav>li{
    position: relative;
    font-size: 18px;
    color: #0d265c;
    cursor: pointer;
}
.result-list>.year-nav>.on:after{
    content: "";
    display: block;
    width: 51px;
	height: 8px;
    background-color: #fcc900;
    margin-left:-5px;
    margin-top:-8px
}

.result-list>.result-item{
    width: 1250px;
    display: flex;

    flex-wrap: wrap;

}

.result-list>.result-item>li{
    width: 285px;
	height: 410px;
    background-color: #eeeeee;
    margin-bottom: 20px;
    margin-right: 20px;
}
.result-list>.result-item>li>a>img{
    width: 285px;
	height: 260px;
}
.result-list>.result-item>li h4{
    width: 246px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #0d265c;
    line-height: 30px;
    margin:20px;
    overflow: hidden;
text-overflow: ellipsis;
display: box;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.result-list>.result-item>li div{

    font-size: 16px;
    letter-spacing: 1px;
    color: #999999;
    line-height: 30px;
    margin:20px;
}
.result-list>.result-item>li>a>div>img{
  margin-left:40px;
  margin-right: 10px;
}
.page{
    margin-top: 114px;
    margin-bottom: 86px;
}
.result-list>ul{
    margin-top: 80px;
    width:1200px;
    flex-wrap: wrap;
}
.result-list>ul img{
    width: 216px;
    height: 334px;
}
.result-list>ul>li{
    margin-right: 30px;
    margin-bottom: 30px;
}
.result-list>ul>li:nth-child(5n){

    margin-right: 0px;

}
