@charset "UTF-8";

.index-content{
    padding-top: 220px;
}
.in-news {
    margin-bottom: 18px;
}
.sitemap-box .sitemap-box-title{
    text-align: center;
    min-height: 180px;
    height: auto;
    padding-top: 2%;
}
.sitemap-box .sitemap-box-title span{
    font-size: 32px;
    color: #333;
    padding: 1% 0px;
    border-top: 2px solid #b32027;
    border-bottom: 2px solid #b32027;
}
.sitemap-box .sitemap-box-title .sitemap-index{
    margin-top: 5%;
    position: relative;
    top: 20px;
}
.sitemap-box .sitemap-box-title a{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    background-color: #b32027;
    color: #fff;
    font-size: 18px;
}
.sitemap-box .sitemap-center{
    margin-top: 4%;
}
.sitemap-box .sitemap-center .sitemap-info{
    padding: 3%;
    border: 1px solid #ccc;
    height: auto;
    padding-bottom: 0px !important;
    margin-bottom: 2%;
}
.sitemap-box .sitemap-center .sitemap-info .title{
    font-size: 28px;
    color: #b32027;
    position: relative;
    top: -30px;
}
.sitemap-box .sitemap-center .sitemap-info ul li{
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 3%;
}
.sitemap-box .sitemap-center .sitemap-info ul li a{
    font-size: 20px;
}
.sitemap-box .sitemap-center .sitemap-info ul  .oneinfo{
    padding: 0 8%;
}
.sitemap-box .sitemap-center .sitemap-info ul .oneinfo a{
    font-size: 28px;
    color: #e7141a;
}
@media screen and (max-width:992px) {
    .sitemap-box .sitemap-center .sitemap-info{
        padding-top: 30px !important;
    }
}
@media screen and (max-width:768px) {
    .index-content{
        padding-top: 100px;
    }
    
}