/* 动态列表样式 */
.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 0.25rem;
	}
	.m-dt_list ul li {
	    padding: 0 0 0.35rem 0;
		margin-bottom: 0.65rem;
		border-bottom: 1px solid #d7d7d7;
	}
	.m-dt_list ul li  a {
	    display: block;
	}
	.gsdt-list-title {
	    line-height: 0.5rem;
	    color: #333;
	    font-size: 0.28rem;
	}
	.gsdt-list-title span {
	    width: 0.41rem;
	    height: 0.32rem;
	    float: left;
	    display: block;
	    margin-top: 0.07rem;
	    margin-right: 0.15rem;
	}
	.gsdt-list-title span img {
	    width: 0.41rem;
	    height: 0.32rem;
	    display: block;
	}
	.gstd-list-body {
	    line-height: 0.4rem;
	    font-size: 0.22rem;
	    color: #666;
	    padding-top: 0.23rem;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	}
	.gstd-list-bottom {
	    padding-top: 0.32rem;
	    width: 100%;
	    height: 0.32rem;
	}
	.gstd-list-bottom p {
	    line-height: 0.32rem;
	    font-size: 0.2rem;
	    color: #888;
	    float: left;
	    margin-right: 0.71rem;
	}
	.gstd-list-bottom .time span {
	    width: 0.21rem;
	    height: 0.21rem;
	    padding-top: 0.05rem;
	    padding-right: 0.14rem;
	    display: block;
	    float: left;
	}
	.gstd-list-bottom .time span img {
	    width: 0.21rem;
	    height: 0.21rem;
	    display: block;
	}
	.gstd-list-bottom .lll span {
	    width: 0.27rem;
	    height: 0.16rem;
	    padding-top: 0.08rem;
	    padding-right: 0.11rem;
	    display: block;
	    float: left;
	}
	.gstd-list-bottom .lll span img {
	    width: 0.27rem;
	    height: 0.16rem;
	    display: block;
	}
	.m-dede_pages{
		display: flex;
		justify-content: center;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 0.68rem;
		width: 100% !important;
		text-align: center;
		border: none;
		float: none !important;
		line-height: 0.56rem !important;
		margin-bottom: 0.68rem;
	}
	.m-dede_pages ul li {
	   /* border: none;
	    margin: 0;
		display: inline-block;
		line-height: 0.56rem !important;
		padding: 0 !important;
		background: none; */
	}
	.m-dede_pages li a {
	   /* color: #2e68b9;
		font-size: 0.28rem !important;
		line-height: 0.56rem !important;
		padding: 0 !important; */
	}
	.m-dede_pages ul li{
		float: left;
	    width: auto;
	    text-align: right;
	    height: 0.5rem;
	    overflow: hidden;
	    line-height: 0.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,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,0.1);
	    -moz-box-shadow: 0 2px 4px 2px rgba(0,0,0,0.1);
		padding: 0 5px !important;
		margin: 0 4px 10px !important;
	}
	.m-dede_pages ul li span{
		text-align: right;
		color: #888888;
		width: auto;
		line-height: 0.5rem;
		font-size: 0.24rem;
	    padding: 0 5px;
	}
	.m-dede_pages ul li a{
		text-align: right;
		color: #333333;
		width: auto;
		line-height: 0.5rem;
		font-size: 0.24rem;
		padding: 0 5px;
	}
	.m-dede_pages ul li.active{
		background: #2e68b9;
	}
	.m-dede_pages ul li.active span{
		color: #fff;
	}
}