.list-s-5-content{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

/*
兼容样式
 */

#document-index .list-s-5-content{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
#detail-index .list-s-5-content{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
#down-index .list-s-5-content{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}




.list-s-5-content .box{
    width: 100%;
    heigth: 458px;

    margin: 0px auto;
    background: rgba(255, 255, 255, 0.7);
}
.list-s-5-content .row{
    /**
    * 定义宽高
    */
    width: 95%;
    height: auto;
    float: left;
    /**
    * 边距
    */
    margin: 5px 0px;
    padding: 0% 2% 2% 3%;
    /**
    * 定义边框
     */
    border-radius: 5px;
    /*
    * 定义背景
     */
    border-radius: 5px;

    /* 面板阴影 */
    box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
    background: rgba(255, 255, 255, 0.7);
    /**
    ** 定位属性
     */
    position: relative;

}

/*
* 内部布局样式
 */
.list-s-5-content .top{
    width:100%;
    height: 50px;
    float: left;
    line-height: 50px;
    /*border-bottom: 1px solid rgb(168, 172, 217);*/
    position: relative;
    text-align: center;
}
.list-s-5-content .top a{
    color: rgb(40, 45, 108);
    font-family: "HarmonyOS Sans SC" !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.list-s-5-content .top span{
    position: absolute;
    width: 89px;
    height: 3px;
    left: 36%;
    top: 74%;
    border-radius: 10px;
    background: rgb(255, 137, 36);
}

.list-s-5-content .center{
    width:332px;
    min-height: 160px;
    float: left;
    position: relative;
    margin-top:15px;
    overflow:hidden;
}
.list-s-5-content .center li{
    width: 100px;
    height: 158px;
    float: left;
    margin-right: 3px;
    margin-left: 5px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;

    border-radius: 5px 5px 0px 0px;
    /* 小卡片 */
    box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
    background: rgba(255, 255, 255, 0.7);
}
#detail-index .list-s-5-content .center li{
    width: 140px !important;
    height: 176px !important;

    margin-right: 8px !important;
    margin-left: 13px !important;
}

#document-index .list-s-5-content .center li{
    width: 140px !important;
    height: 176px !important;

    margin-right: 8px !important;
    margin-left: 13px !important;
}
#down-index .list-s-5-content .center li{
    width: 140px !important;
    height: 176px !important;

    margin-right: 8px !important;
    margin-left: 13px !important;
}
#provincial-index .list-s-5-content .center li{
    width: 140px !important;
    height: 176px !important;
    margin-right: 7px !important;
    margin-left: 8px !important;
}

.list-s-5-content .center li img{
/*    display: block;*/
    width: 100px;
    height: 133px;
    /*
    垂直居中
     */
/*    border-top-left-radius:5px;
    border-top-right-radius:5px;*/
}
#detail-index .list-s-5-content .center li img{
    width: auto !important;
    height: 148px !important;
}

#down-index .list-s-5-content .center li img{
    width: auto !important;
    height: 148px !important;
}

#document-index .list-s-5-content .center li img{
    width: 140px !important;
    height: 148px !important;
}

#provincial-index .list-s-5-content .center li img{
    width: auto !important;
    height: 148px !important;
}


.list-s-5-content .center li a{
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;

    color: rgb(40, 45, 108);
    font-family: "HarmonyOS Sans SC";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}
.list-s-5-content .bottom{
    width:100%;
    height: 40px;
    float: left;
    position: relative;
    margin-top:15px;
}
.bottom-row{
    width:88%;
    margin:0 auto;
    text-align: center;
}
.list-s-5-content .bottom a{
    color: rgb(0, 165, 120);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
}
.list-s-5-content .bottom a img{
    margin-top:-4px;
}
/**
** 内容标签样式
 */
.list-s-5-content img{

}
.list-s-5-content a,span{
}