﻿/* 动态列表样式 */
.m-banner
{
    display: none;
}
.down_title h2 span
{
    color: #3172ca;
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.down_title .line span
{
    position: relative;
    top: -13px;
    background: #fff;
    padding: 0 20px;
    font-family: "Arial";
    font-size: 18px;
    color: #666;
    text-transform: capitalize;
    line-height: 28px;
}
.m-dt_list
{
    display: none;
}
.dede_pages
{
    margin: 0 auto;
    width: 100%!important;
    height: 47px!important;
}
.dede_pages ul li
{
    float: left;
    line-height: 27px;
    width: auto;
    height: auto;
    padding: 0 5px!important;
    border: none;
    background: #e7e7e7;
    margin: 0 4px!important;
}
.dede_pages ul .thisclass
{
    color: #fff;
    background: #0755a8;
    padding: 0 10px!important;
}
@media(min-width: 320px) and (max-width: 1200px)
{
    .bannerbox
    {
        margin-top: 0!important;
    }
    .banner
    {
        display: none!important;
    }
    .m-banner
    {
        display: block;
    }
    .m-banner img
    {
        width: 100%!important;
        vertical-align: bottom;
    }
    .down_menu_s
    {
        display: none!important;
    }
    .down_center
    {
        padding: 0;
    }
    .dt_list
    {
        display: none;
    }
    .m-dt_list
    {
        padding-top: 1rem!important;
        width: 7.5rem;
        margin: 0 auto;
        display: block;
    }
    .m-dt_list ul
    {
        padding: 0 .25rem;
    }
    .m-dt_list ul li
    {
        padding: 0 0 .35rem 0;
        margin-bottom: .65rem;
        border-bottom: 1px solid #d7d7d7;
    }
    .m-dt_list ul li a
    {
        display: block;
    }
    .gsdt-list-title
    {
        line-height: .5rem;
        color: #333;
        font-size: .28rem;
    }
    .gsdt-list-title span
    {
        width: .41rem;
        height: .32rem;
        float: left;
        display: block;
        margin-top: .07rem;
        margin-right: .15rem;
    }
    .gsdt-list-title span img
    {
        width: .41rem;
        height: .32rem;
        display: block;
    }
    .gstd-list-body
    {
        line-height: .4rem;
        font-size: .22rem;
        color: #666;
        padding-top: .23rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .gstd-list-bottom
    {
        padding-top: .32rem;
        width: 100%;
        height: .32rem;
    }
    .gstd-list-bottom p
    {
        line-height: .32rem;
        font-size: .2rem;
        color: #888;
        float: left;
        margin-right: .71rem;
    }
    .gstd-list-bottom .time span
    {
        width: .21rem;
        height: .21rem;
        padding-top: .05rem;
        padding-right: .14rem;
        display: block;
        float: left;
    }
    .gstd-list-bottom .time span img
    {
        width: .21rem;
        height: .21rem;
        display: block;
    }
    .gstd-list-bottom .lll span
    {
        width: .27rem;
        height: .16rem;
        padding-top: .08rem;
        padding-right: .11rem;
        display: block;
        float: left;
    }
    .gstd-list-bottom .lll span img
    {
        width: .27rem;
        height: .16rem;
        display: block;
    }
    .m-dede_pages
    {
        display: flex;
        justify-content: center;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding-top: .68rem;
        width: 100%!important;
        text-align: center;
        border: none;
        float: none!important;
        line-height: .56rem!important;
        margin-bottom: .68rem;
    }
    .m-dede_pages ul li
    {
        float: left;
        width: auto;
        text-align: right;
        height: .5rem;
        overflow: hidden;
        line-height: .5rem;
        background: #f9f9f9;
        box-shadow: 0 2px 4px 2px rgb(0 0 0/10%);
        -ms-box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 2px 4px 2px rgb(0 0 0/10%);
        -o-box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
        -moz-box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
        padding: 0 5px!important;
        margin: 0 4px 10px!important;
    }
    .m-dede_pages ul li span
    {
        text-align: right;
        color: #888;
        width: auto;
        line-height: .5rem;
        font-size: .24rem;
        padding: 0 5px;
    }
    .m-dede_pages ul li a
    {
        text-align: right;
        color: #333;
        width: auto;
        line-height: .5rem;
        font-size: .24rem;
        padding: 0 5px;
    }
    .m-dede_pages ul li.active
    {
        background: #2e68b9;
    }
    .m-dede_pages ul li.active span
    {
        color: #fff;
    }
}