@charset "UTF-8";
.swiper-button-prev{
    left: 0;
    background-image: url(/images/index/left.png);
}
.swiper-button-next{
    right: 0;
    background-image: url(/images/index/right.png);
}
/* 推荐文章 */
.title0{
    background-image: url(../images/index/recommend.png);
}
.recommended-article a{
    color: #666666;
}
.recommended-article strong{
    font-size: 18px;
    color: #444444;
}
.recommended-article p{
    font-size: 14px;
}
.recommended-article-list1,.recommended-article-list2{
    border-bottom: solid 1px #9c9c9c;
}
.configuration{
    font-size: 14px;
}
.recommended-article-list1:nth-of-type(1){
    padding-top: 0 !important;
}
.recommended-article-list1 strong{
    letter-spacing: 2px;
}
.recommended-article-list1 .images{
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.recommended-article-list2 strong{
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    border-bottom: dashed 1px #444444;
}
.recommended-article-list1 .images img{
    height: 169px;
}
/* 友情链接 */
.links strong{
    font-size: 18px;
    letter-spacing: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/index/links-title-bg.png);
}
.links a{
    font-size: 14px;
    color: #333333;
}
@media (max-width: 575px){}
@media (max-width: 767px){}
@media (max-width: 991px){
    .recommended-article-list1 .images img{
        height: 70px;
    }
}
@media (max-width: 1199px){}