*{
	margin: 0;
	padding: 0;
}
a{
	color: #666666;
	text-decoration: none;
}
ul, ol {
  list-style-type: none; /* 移除所有列表项符号 */
  padding-left: 0;       /* 可选：同时移除默认的缩进 */
}
.header{
	/* position: fixed; */
	width: 100%;
	height: 195px;
	top: 0;
	background-color: #fff;
	z-index: 99;
}
.header .top-bg{
	width: 100%;
	height: 318px;
	position: absolute;
	top: 0;
	z-index: 22;
}
.header .mobnav,.mobile-nav{
	display: none;
}
.header .top{
	width: 1500px;
	height: 318px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.header .top .logo{
	/* width: 220px;
	height: 118px; */
	width: 276px;
	height: 91px;
	float: left;
	margin-top: 20px;
}
.header .top .link{
	float: right;
	line-height: 18px;
	font-weight: 400;
	font-size: 16px;
	margin-top: 7px;
}
.header .top .link a{
	line-height: 37px;
	padding: 0 5px;
	color: #333333;
	font-size: 18px;
	display: inline-block;
}
.header .top .link .study{
	width: 37px;
	height: 37px;
	margin-right: 6px;
	vertical-align: top;
}
.header .nav{
	margin: auto;
	width: 100%;
	height: 65px;
	background: #CE0000;
	float: left;
	position: relative;
	z-index: 99;
	/* margin-top: 175px; */
}
.header .navlist{
	margin: auto;
	width: 1370px;
	line-height: 45px;
	padding: 10px 0;
}
.header .navlist .nav_cursor,.header .navlist .nav_cursor a{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.header .navlist .nav_cursor a{
	margin-right: 72px;
}
.header .navlist .nav_cursor:last-child a{
	margin-right: 0;
}
.header .navlist .nav_cursor:hover,.header .navlist .nav_cursor:hover a{
	color: #FFEA00;
}

.content{
	width: 1400px;
	margin: 0 calc((100% - 1400px)/2) 32px;
	/* min-height: calc(100vh - 416px); */
	background-color: #FFFFFF;
	float: left;
}
/* .content.first{
	margin: 383px calc((100% - 1400px)/2) 32px;
} */
.top-up {
	width: 100%;
	margin-top: 29px;
}
.top-up .head-msg,.top-up .head-msg a{
	width: 981px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #305798;
	line-height: 48px;
	margin: auto;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top-up .head-msg a{
	padding-bottom: 0;
	width: 100%
}
.top-up .head-msg a img{
	width: 100%;
}

.top-up .top-more{
	width: 100%;
	height: 48px;
}
.top-up .top-more a{
	float: right;
	font-weight: 400;
	font-size: 16px;
	color: #305798;
	line-height: 21px;
}
.top-up .top-more a:hover{
	color: #CC0000;
}
.top-up .top-more .jianjie{
	font-size: 16px;
	color: #666666;
	text-align: center;
	display: inline-block;
	width: calc(100% - 120px);
	padding: 0 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.bannerspic{
	width: 100%;
	height: 120px;
	float: left;
}
.bannerspic.first{
	margin-bottom: 20px;
}
.bannerspic .top-left,.bannerspic .top-left img{
	width: 100%;;
	height: 120px;
}
.bannerspic .top-right,.bannerspic .top-right img{
	width: 100%;;
	height: 120px;
}
.bannerspic .bans-nav{
	float: right;
	
	position: relative;
	z-index: 22;
}
.bannerspic .bans-nav .one{
	margin: -33px 10px 0 0;
}
.bannerspic .bans-nav .one li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.41);
	display: inline-block;
	font-size: 0;
	margin-left: 6px;
}
.bannerspic .bans-nav .one li.on{
	background: #FFFFFF;
}

.news-impt{
	/* height: 490px; */
	float: left;
	margin-top: 30px;
	    /* position: relative;
	    z-index: 100; */
}
.newspic{
	float: left;
	width: 870px;
	height: 490px;
}
.newspic .news,.newspic .picList{
	width: 100%;
	height: 490px;
}
.newspic li img{
	width: 100%;
	height: 490px;
}
.newspic li p{
	width: 100%;
	height: 25px;
	/* background-color: rgba(0,0,0,0.45); */
	margin-top: -74px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newspic li p a{
	width: 69%;
	display: inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-left: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}
.news-nav{
	text-align: center;
	display: flex;
	margin: -37px 20px 0 0;
	z-index: 10;
	color: #fff;
	position: relative;
	float: left;
	margin-left: 20px;
}
.news-nav li li{
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	font-size: 0;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
}
.news-nav li li.on{
	width: 14px;
	height: 14px;
	background: #FFFFFF;
}
.news-nav .one{
	float: inherit;
	width: 100%;
	text-align: right;
}

.prevNext{
	float: right;
	margin: -45px 20px 0 0;
	position: relative;
}
.prevNextzt{
	margin: -85px 0 0 0;
	position: relative;
	width: 100%;
	height: 0;
}
.prevNextzt .next{
	float: right;
	margin: 0 20px 0 0;
}
.prev,.next{
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.23);
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	margin-left: 12px;
}
.prevNextzt .prev,.prevNextzt .next{
	background: rgba(0,0,0,0.5);
}
.prev img,.next img{
	width: 11px;
	height: 16px;
	margin-top: 11px;
}
.newsList{
	float: left;
	width: 487px;
	margin-left: 40px;
}
.newsList .newsone{
	width: 100%;
	height: 53px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 53px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom: 1px dashed #CCCCCC;
	display: block;
}
.newsList .newsone a:hover{
	color: #CC0000;
}

.module-name{
	width: 100%;
	border-bottom: 1px solid #D1D1D1 ;
	font-weight: bold;
	font-size: 32px;
	color: #CC0000;
	line-height: 48px;
	margin-bottom: 6px;
}
.module-name a{
	color: #CC0000;
}
.module-name .kuai{
	width: 6px;
	height: 22px;
	background: #CC0000;
	display: inline-block;
	margin: 14px 15px 0 0;
	vertical-align: top;
}

.w100{
	/* position: absolute; */
	left: 0;
	right: 0;
	background: #F8F8F8;
	float: left;
	/* height: 337px; */
	padding: 26px 0 45px;
	width: 100%;
}
.w100.two{
	margin: 30px 0 32px;
	padding-top: 22px;
}
.cont{
	width: 1400px;
	margin: auto;
}
.publicize{
	/* width: 870px; */
	width: calc(50% - 20px);
	float: left;
}
.pub-right{
	float: left;
	width: calc(100% - 20px);
	margin: 21px 0 0 20px;
}
.listOne{
	width: 100%;
	display: block;
}
.listOne a{
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 89%;
	display: inline-block;
	padding: 0 0 18px;
	vertical-align: text-top;
}
.listOne a:hover{
	color: #CC0000;
}
.pub-right .listOne a,.notice .listOne a{
	width: 80%;
}
.listOne .dym-time{
	width: 16%;
	float: right;
	font-weight: 400;
	font-size: 18px;
	color: #CCCCCC;
}
.listOne:last-child{
	padding: 0;
}
.listOne.w50{
	width: 48%;
	margin-right: 0.8%;
}
.listOne::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #CE0000;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 9px 7px 0 0;
}
.publicize .pra-pic{
	width: 330px;
	height: 256px;
	float: left;
	margin-top: 21px;
}
.publicize .pra-pic img{
	width: 100%;
	height: 100%;
}
.publicize .pra-pic p{
	width: calc(100% - 20px);
	height: 32px;
	background: rgba(0,0,0,0.45);
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: -32px;
	padding: 0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position: relative;
}
.publicize .pra-pic p a{
	display: block;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice{
	float: left;
	/* width: 490px; */
	width: calc(50% - 20px);
	margin-left: 40px;
}
.list{
	width: 100%;
	margin-top: 21px;
	float: left;
}
.special{
	width: 100%;
	float: left;
	margin: 30px 0;
}
.special .spe-name{
	width: 24px;
	height: 68px;
	background: #CC0000;
	float: left;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	/* line-height: 45px; */
	text-align: center;
	padding: 32px 15px;
	vertical-align: top;
}
.special .spe-name a{
	color: #FFFFFF;
}
.special .spe{
	width: 325px;
	height: 132px;
	float: left;
	margin-left: 3px;
}
.special .spe img{
	width: 100%;
	height: 100%;
}
.special .spe-list{
	width: 301px;
	height: 78px;
	background: #F9F9F9;
	padding: 27px 20px;
	float: left;
	overflow: hidden;
}
.special .spe-list .listOne,.special .spe-list .listOne a{
	padding: 0;
	vertical-align: top;
}
.special .special-topic{
	width: calc(100% - 66px);;
	height: 132px;
	float: left;
	margin-left: 12px;
}
.special .special-topic .topic{
	width: 100%;
}
.special .special-topic li{
	width: 25%;
	height: 132px;
}
.special .special-topic li img{
	width: calc(100% - 10px);
	height: 132px;
}
.civilized{
	width: 100%;
	float: left;
}
.civilized .civi{
	width: 466px;
	height: 88px;
	background: #E32500;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 88px;
	text-align: center;
	float: left;
	margin-right: 1px;
	cursor: pointer;
}
.civilized .civi:last-child{
	margin: 0;
}
.civilized .civi.active{
	background: #B60000;
}
.civi-cont{
	float: left;
	margin-top: 20px;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
}
.civi-cont.create{
	display: flex;
}
.chuangjian{
	position: relative;
	overflow: hidden;
	min-width: 60px;
	background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
	background-size: auto 120%;
	background-position: center;
	cursor: pointer;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.chuangjian.active{
	flex-grow: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 1077px;
	margin: 0px;
	background-size: auto 100%;
}
.chuangjian.active .create,.chuangjian .city,.chuangjian .create-pic{
	display: none;
}
.chuangjian.active .city,.chuangjian.active .create-pic{
	display: block;
	float: left;
}
.culture{
	width: 680px;
	float: left;
}
.culture:first-child{
	margin-right: 40px;
}
.culture .civi-name{
	width: calc(100% - 21px);
	height: 44px;
	background: #FFECDD;
	border-left: 4px solid #CC0000;
	padding-left: 17px;
	font-weight: bold;
	font-size: 24px;
	color: #CC0000;
	line-height: 44px;
}
.culture .civi-name a{
	color: #CC0000;
}
.culture .good{
	width: 100%;
	margin-top: 20px;
	float: left;
}
.culture .good img{
	width: 266px;
	height: 165px;
	float: left;
}
.culture .good .good-info{
	float: right;
	width: calc(100% - 285px);
	margin-left: 19px;
}
.culture .good .good-info .title{
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin: 8px 0 13px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.culture .good .good-info .title a:hover{
	color: #CE0000;
}
.culture .good .good-info .msg{
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.create-pic{
	float: left;
	width: 596px;
	height: 459px;
}
.create-pic img{
  width: 100%;
  height: 100%;
}
.create-pic .pic{
	width: 100%;
	height: 100%;
}
.create-pic .tit{
	width: calc(100% - 20px);
	height: 40px;
	background: rgba(0,0,0,0.45);
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
	margin-top: -44px;
	position: relative;
	padding: 0 10px;
}
.city{
	float: left;
	width: 441px;
	height: 433px;
	background: #FFF7EC;
	padding: 26px 20px 0;
}
.city .city-name{
	font-weight: bold;
	font-size: 28px;
	color: #CE0000;
	text-align: center;
	width: 100%;
}
.city .city-name a{
	color: #CE0000;
}
.create{
	float: left;
	/* height: 459px; */
}
.create .create-pic img{
	width: 100%;
	height: 100%;
}
.create .createOne{
	width: 80px;
	float: left;
	margin-right: 1px;
}
.create .createOne:last-child{
	margin: 0;
}
.create .createOne img{
	width: 80px;
	height: 459px;
	object-fit: cover;
}
.create .time{
	font-size: 18px;
	color: #FFFFFF;
	width: 80px;
	margin-top: 226px;
	text-align: center;
}
.create .time span{
	font-weight: bold;
	font-size: 28px;
}
.create .name{
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	width: 35px;
	height: 162px;
	margin: -420px auto 0;
	text-shadow: 3px 2px 4px rgb(0 0 0 / 50%);
	background: rgba(0,0,0,0.5);
	position: relative;
	text-align: center;
}
.fashion-cont{
	width: 642px;
	height: 347px;
	background: #FFFFFF;
	margin-top: 14px;
	padding: 20px;
	float: left;
}
.fashion-cont .fas-type ul,.fashion-cont .belief-type ul{
	width: 100%;
	display: flex;
}
.fashion-cont .fas-type .fas,.fashion-cont .belief-type .fas{
	font-weight: bold;
	font-size: 18px;
	margin-right: 50px;
	cursor: pointer;
}
.fashion-cont .fas-type .fas.active a,.fashion-cont .belief-type .fas.active a{
	color: #CC0000;
}
.fashion-info,.belief-info{
	display: none;
}
.pub-title{
	width: 100%;
	margin: 31px 0 21px;
	font-weight: bold;
	font-size: 32px;
	color: #D0081F;
}
.pub-title span{
	display: inline-block;
	margin: 0 21px;
}
.pub-title img{
	width: 610px;
}
.ad{
	width: 100%;
	float: left;
}
.ad .tips{
	width: 171px;
	height: 389px;
	background: #FFECDD;
	float: left;
}
.ad .tips .tips-name{
	width: 24px;
	height: 264px;
	font-weight: bold;
	font-size: 24px;
	color: #D0081F;
	margin: 30px auto 25px;
	line-height: 1;
}
.ad .tips .go{
	display: block;
	width: 87px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #D0081F;
	text-align: center;
	line-height: 30px;
	margin: auto;
}
.ad .tips .go a{
	color: #D0081F;
}
.ad-pic{
	float: left;
	display: flex;
}
.ad-pic .ad-small,.ad-pic .small img{
	width: 325px;
	height: 190px;
	margin: 0 0 9px 0;
}
.ad-pic .ad-big,.ad-pic .big img{
	height: 389px;
	float: left;
}
.ad-pic .big img{
	width: 268px;
	margin: 0 0 0 10px;
}
.ad-pic .small{
	width: 325px;
	margin-left: 10px;
	float: left;
}
.ad-pic .big{
	width: 556px;
	float: left;
	display: flex;
}

.footer{
	float: left;
	width: 100%;
	height: 200px;
	background: #CE0000;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	padding-top: 28px;
	margin-top: 30px;
}
.footer a{
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	margin: 0 10px;
	height: 200px;
}
/* .body-list{
	background-color: #F3F3F3;
} */
/* 列表 */
.listing{
	border: 1px solid #DDDDDD;
	margin: 22px 0;
	padding:  0 37px 42px;
	float: left;
	width: calc(100% - 74px);
	
}
.dym{
	padding: 21px 36px 32px;
	float: left;
	width: calc(100% - 72px);
}
.crumb{
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 20px;
}
.crumb .map{
	width: 15px;
	height: 20px;
	vertical-align: top;
}
.dym .dym-t{
	font-weight: bold;
	font-size: 24px;
	color: #CE0000;
	margin-top: 20px;
	line-height: 48px;
	border-bottom: 1px solid #DDDDDD;
}
.dym-list{
	width: 100%;
}
.dym-list .news-item{
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #CCCCCC;
	line-height: 60px;
}
.dym-list a{
	display: inline-block;
	height: 60px;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.dym-list .dym-tit{
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	display: inline-block;
	width: 86%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.dym-list .dym-tit::before{
	content: '';
	width: 5px;
	height: 5px;
	background: #CE0000;
	border-radius: 50%;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}
.dym-list .dym-time{
	float: right;
	font-weight: 400;
	font-size: 18px;
	color: #CCCCCC;
}

.news-pagination {
	display: flex;
	justify-content: center;
	margin: 36px 0 0;
}
.pagination-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
	color: #000;
}
.pagination-container li {
	margin: 0 4px;
	color: #454545;
}
.pagination-container a {
	padding: 0 8px;
	border: 1px solid #ccc;
}
.pagination-container a:hover {
	background-color: #ab191a;
	color: #fff;
}
.current-page a {
	background-color: #ab191a;
	color: #fff;
}
.page-input {
	width: 60px;
	padding: 2px 6px;
	font-size: 14px;
}
.pagination-container li:last-of-type {
	padding: 0 8px;
	border: 1px solid #ccc;
	color: #666;
}
.pagination-container li:last-of-type{
  padding: 0 8px;
  border: 1px solid #ccc;
  color: #666;
}
.pagination-container li.pre{
	background-color: #EEEEEE;
}
.detail-t{
	width: 100%;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 36px;
	text-align: center;
	margin: 40px auto 31px;
}
.source{
	width: 100%;
	/* height: 42px; */
	line-height: 22px;
	background: #F2F2F2;
	padding: 10px 0;
	float: left;
}
.source .article{
	font-weight: 400;
	font-size: 16px;
	color: #808080;
	width: 100%;
	float: left;
	text-align: center;
}
.source .article .me-3{
	margin: 0 20px;
}
.source .desc_item{
	float: left;
	width: 380px;
	font-weight: 400;
	font-size: 16px;
	color: #808080;
}
.source .desc_item .fz_selector{
	width: 142px;
	float: left;
}
.source .desc_item .fz_selector a{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	width: 29px;
	height: 24px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	margin-left: -5px;
}
.source .desc_item .fz_selector a.active{
	color: #CE0000;
}
.source .share_lk{
	float: right;
	width: 210px;
}
.source .share_lk a{
	margin: 6px 6px 0 0;
	vertical-align: top;
	display: inline-block;
}
.article_main{
	float: left;
	width: 100%;
	margin: 34px 0 24px;
}
.article_main *{
	max-width: 100%;
}
.article_footer{
	width: 100%;
	float: left;
	border-top: 1px solid #D8D8D8;
}
.article_footer .article_footer_item{
	float: left;
	width: 900px;
	padding-top: 30px;
}
.article_footer .article_footer_item a{
	display: block;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.article_footer .article_footer_handle{
	float: right;
	width: 300px;
	padding-top: 55px;
}
.article_footer .article_footer_handle a{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
}
.article_footer a img{
	width: 17px;
	height: 16px;
	margin: 0 4px 0 20px;
	vertical-align: top;
}
/* 分页 */
.news-pagination a{
	padding: 0 8px;
	border: 1px solid #ccc;
	height: 28px;
	display: inline-block;
	line-height: 28px;
}
.action_num{
	background-color: #ab191a;
	color: #fff;
	padding: 0 9px;
	line-height: 28px;
}
.news-pagination a:hover {
	background-color: #ab191a;
	color: #fff;
}
.font12{
	color: #666666;
	line-height: 28px;
	/* display: inline-block;
	width: 120px; */
}
.font12 input{
	height: 28px;
	border: 1px solid #ccc;
	color: #666666;
	line-height: 28px;
	font-size: 16px !important;
}
.First_Page,.Fir_Page,.next_Page,.Last_Page{
	background-color: #EEEEEE;
	padding: 0 9px;
	border: 1px solid #ccc;
	color: #666666;
	line-height: 28px;
	/* width: 75px; */
}
/* .next_Page_Action a{
	width: 48px;
} */

@media (min-width: 1001px) and (max-width: 1200px) {
  /* 在宽度介于601px和1200px之间的屏幕上应用的CSS样式 */
  .header .top{
	  width: 1100px;
	  height: 199px;
  }
  .header .top .link{
	  margin-left: 590px;
  }
  .header .top-bg{
	  height: 199px;
  }
  /* .header .nav{
	  margin-top: 56px
  } */
  .header .top .logo{
	width: 166px;
	height: 55px;
  }
  .content{
	  width: 1000px;
	  margin: 0 calc((100% - 1000px)/2) 32px;
  }
  .content.first{
	  margin: 0 calc((100% - 1000px)/2) 32px;
  }
  .header .navlist{
	  width: 970px;
  }
  .header .navlist .nav_cursor a{
	  margin-right: 27px;
  }
  .bannerspic{
	  width: 100%;
	  height: 85px;
  }
  .bannerspic .top-left, .bannerspic .top-left img,.bannerspic .top-right, .bannerspic .top-right img{
	  width: 100%;
	  height: 85px;
  }
  .newspic{
	  width: 622px;
	  height: 350px;
  }
  .newspic .news, .newspic .picList,.newspic li img{
	  height: 350px;
  }
  .newsList{
	width: 328px;
	height: 350px;
	overflow: hidden;
  }
  .newsList .newsone{
	  height: 48px;
	  line-height: 48px;
  }
  .cont{
	  width: 1000px;
  }
  .pub-right .listOne a, .notice .listOne a{
	  width: 70%;
  }
  .listOne .dym-time{
	  width: 23%;
  }
  /* .publicize{
	  width: 622px;
  }
  .publicize .pra-pic{
	  width: 236px;
	  height: 183px;
  } */
  /* .pub-right{
	  width: 365px;
  }
  .notice{
	  width: 338px;
  } */
  .special .spe{
	  width: 230px;
	  height: 93px;
  }
  .special .spe-name{
	  padding: 12.5px 15px;
  }
  .special .spe-list{
	  width: 203px;
	  padding: 8px 20px;
	  overflow: hidden;
  }
  .special .special-topic{
	  /* width: 458px; */
	  height: 93px;
  }
  .prevNextzt{
	  margin: -63px 10px 0 0;
  }
  
  .special .special-topic li{
	  /* width: 235px; */
	  height: 93px;
  }
  .special .special-topic li img{
	  /* width: 230px; */
	  height: 93px;
  }
  .civilized .civi{
	  width: 332px;
	  height: 63px;
	  line-height: 63px;
	  font-size: 28px;
  }
  .culture{
	  width: 479px;
  }
  .culture .good img{
	  width: 185px;
	  height: 115px;
  }
  .culture .good .good-info .msg{
	  -webkit-line-clamp: 2;
  }
  .culture .good .good-info{
	  width: calc(100% - 205px);
  }
  .fashion-cont{
	width: 439px;
	height: 297px;
  }
  .fashion-cont .fas-type .fas, .fashion-cont .belief-type .fas{
	  margin-right: 12px;
  }
  .create-pic{
	  width: 425px;
	  height: 327px;
  }
  .create-pic img{
	  width: 100%;
	  height: 100%;
  }
  .create-pic .tit{
	  font-size: 16px;
  }
  .chuangjian.active{
	  width: 769px;
  }
  .city{
	  width: 295px;
	  height: 301px;
  }
  .create .createOne{
	  width: 59px;
  }
  .create .createOne img{
	  width: 59px;
	  height: 327px;
  }
  .create .name{
	  margin: -290px auto 0;
  }
  .create .time{
	  margin-top: 100px;
  }
  .pub-title img{
	  width: 415px;
  }
  .ad .tips{
	  width: 122px;
	  height: 278px;
  }
  .ad .tips .tips-name{
	  height: auto;
	  margin: 20px auto 15px;
	  font-size: 18px;
  }
  .ad-pic .small{
	  width: 232px;
	  margin-left:7px ;
  }
  .ad-pic .ad-small, .ad-pic .small img{
	  width: 232px;
	  height: 136px;
	  margin: 0 0 2px 0;
  }
  .ad-pic .big{
	  width: 400px;
  }
  .ad-pic .big img{
	  width: 193px;
	  height: 273px;
	  margin: 0 0 0 7px ;
  }
  .ad-pic .ad-big, .ad-pic .big img{
	  height: 273px;
  }
}

@media (min-width: 601px) and (max-width: 1000px) {
  .header{
	  height: 130px;
  }
  .header .top{
	  width: 90%;
	  height: inherit;
  }
  .header .top .logo{
	  /* width: 120px; */
	  width: 107px;
	  height: 35px;
	  margin-top: 12px;
  }
  .header .top-bg{
	  height: auto;
  }
  .header .nav{
	  display: none;
  }
  .header .mobnav{
	  display: block;
	  float: right;
	  margin: 14px 0 0 20px;
  }
  .mobile-nav{
	  position: absolute;
	  z-index: 22;
	  background-color: #CE0000;
	  width: 140px;
	  right: 40px;
	  top: 50px;
	  padding: 10px;
  }
  .header .mobile-nav .nav_cursor, .header .mobile-nav .nav_cursor a{
	  display: block;
	  color: #FFFFFF;
	  font-size: 20px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 35px;
	  border-bottom: 0.5px solid #ef6d6d;
  }
  .content{
	  width: calc(100% - 40px);
	  padding: 10px 20px;
	  margin: 0;
	  min-height: inherit;
  }
  .w100{
	  padding: 26px 0 0;
  }
  .top-up .head-msg, .top-up .head-msg a,.top-up .head-msg a img{
	  width: 100%;
  }
  .bannerspic,.bannerspic .top-left, .bannerspic .top-left img,.bannerspic .top-right, .bannerspic .top-right img{
	  width: 100%;
  }
  .bannerspic{
	  margin-bottom: 10px;
  }
  .bannerspic.first{
	  margin-right: 0;
  }
  .news-impt,.newspic{
	  width: 100%;
  }
  .newsList{
	  width: 100%;
	  margin: 20px 0 0;
  }
  .special .spe-list .listOne{
	  padding: 5px 0 0;
  }
  .cont{
	  width: calc(100% - 40px);
	  padding: 0 20px;
  }
  .publicize{
	  width: 100%;
  }
  .notice{
	  width: 100%;
	  margin: 20px 0;
  }
  .special .spe-list{
	  width: calc(100% - 425px);
  }
  .special .special-topic li{
	  width: 25%;
  }
  .special .special-topic li img{
	  width: calc(100% - 10px);
  }
  .civilized .civi{
	  width: 33.2%;
  }
  .culture{
	  width: 100%;
	  margin-bottom: 20px;
  }
  .culture:first-child{
	  margin: 0 0 20px;
  }
  .fashion-cont{
	  width: calc(100% - 40px);
  }
  .pub-title img{
	  width: calc((100% - 154px)/2);
  }
  .ad .tips{
	  width: 100px;
	  height: 233px;
  }
  .ad .tips .tips-name{
	  font-size: 16px;
	  margin: 10px auto;
	  height: 176px;
  }
  .ad-pic{
	  width: calc(100% - 100px);
	  display: flex;
  }
  .ad-pic .small,.ad-pic .ad-small, .ad-pic .small img{
	  width: 145px;
	  height: 110px;
  }
  .ad-pic .ad-big{
	  width: 160px;
	  height: 230px;
  }
  .ad-pic .big img{
	  width: 150px;
	  height: 230px;
  }
  .ad-pic .big{
	  width: 320px;
	  display: flex;
  }
  .chuangjian.active{
	  width: 65%;
  }
  .create-pic{
	  width: 60%;
	  height: 234px;
  }
  .city{
	  width: calc(40% - 40px);
	  height: 223px;
	  padding: 10px 20px 0;
  }
  .city .city-name{
	  font-size: 20px;
  }
  .city .list{
  	height: 160px;
  	overflow: hidden;
  }
  .list{
	  margin-top: 10px;
  }
  .create .createOne{
	  width: 60px;
  }
  .create .createOne img{
	  width: 60px;
	  height: 233px;
  }
   .chuangjian.active .create-pic img{
	   width: 100%;
	   height: 100%;
   }
  .create .name{
	  margin: -220px auto 0;
	  font-size: 24px;
	  height: 130px;
  }
  .create .time{
	  width: 60px;
	  margin-top: 26px;
  }
  .create .time span{
	  font-size: 22px;
  }
  .city .listOne a{
	  width: 85%;
  }
  .module-name,.pub-title{
	  font-size: 28px;
  }
  .body-list{
	  min-height: calc(100vh - 400px);
  }
  .dym-list .dym-tit{
	  width: 80%;
  }
  .dym{
	  padding: 15px 10px 32px;
	  width: calc(100% - 20px);
  }
  .dym .dym-t{
	  margin-top: 10px;
  }
}
@media (max-width: 600px){
	.header{
		height: 65px;
	}
	.header .top-bg{
		height: 65px;
	}
	.header .top{
		width: 90%;
		height: inherit;
	}
	.header .top .logo{
		/* width: 65px; */
		width: 62px;
		height: 20px;
		margin-top: 6px;
	}
	.header .mobnav{
		display: block;
		float: right;
		margin: 8px 0 0 10px;
		width: 20px;
	}
	.header .top .link .study{
		width: 20px;
		height: 20px;
	}
	.header .top .link a{
		line-height: 20px;
		font-size: 14px;
	}
	.header .nav{
		display: none;
	}
	.mobile-nav{
		  position: absolute;
		  z-index: 24;
		  background-color: #CE0000;
		  width: 80px;
		  right: 18px;
		  top: 30px;
		  padding: 10px;
	}
	.header .mobile-nav .nav_cursor, .header .mobile-nav .nav_cursor a{
		  display: block;
		  color: #FFFFFF;
		  font-size: 14px;
		  font-weight: bold;
		  text-align: center;
		  line-height: 28px;
		  border-bottom: 0.5px solid #ef6d6d;
	}
	.content{
		width: 96%;
		margin: 0 2%;
		min-height: inherit;
	}
	.top-up .head-msg, .top-up .head-msg a{
		width: 100%;
	}
	.top-up .top-more{
		height: 32px;
	}
	.top-up .top-more a,.top-up .top-more .jianjie{
		font-size: 14px;
	}
	.bannerspic{
		width: 100%;
		height: 69px;
	}
	.bannerspic.first{
		margin: 0 0 10px 0;
	}
	.bannerspic .top-left, .bannerspic .top-left img,.bannerspic .top-right, .bannerspic .top-right img{
		width: 100%;
		height: 69px;
	}
	.news-impt{
		margin-top: 10px;
	}
	.news-impt{
		width: 100%;
	}.newspic{
		width: 100%;
		height: 210px;
	}
	.newspic .news, .newspic .picList{
		height: 210px;
	}
	.newspic li img{
		height: 210px;
	}
	.newspic li p{
		margin-top: -47px;
		font-size: 14px;
	}
	.newspic li p a{
		font-size: 14px;
		margin-left: 5px;
	}
	.prev, .next{
		width: 25px;
		height: 25px;
	}
	.prev img, .next img{
		width: 8px;
		height: 11px;
		margin-top: 7px;
	}
	.news-nav{
		margin: -27px 10px 0 0;
	}
	.prevNext{
		margin: -32px 10px 0 0;
	}
	
	.newsList{
		width: 100%;
		margin: 10px 0;
	}
	.module-name{
		font-size: 24px;
	}
	.newsList .newsone{
		font-size: 14px;
		line-height: 43px;
		height: 43px;
	}
	.w100{
		width: 96%;
		padding: 10px 2%;
	}
	.cont,.publicize{
		width: 100%;
	}
	.publicize .pra-pic{
		width: 165px;
		height: 106px;
		margin-top: 10px;
	}
	.pub-right{
		margin: 10px 0 0 10px;
		height: 106px;
		overflow: hidden;
	}
	.publicize .pra-pic p{
		font-size: 12px;
	}
	.listOne a{
		font-size: 14px;
		padding: 0 0 8px;
	}
	.pub-right .listOne a, .notice .listOne a{
		width: 70%;
	}
	.listOne .dym-time{
		width: 22%;
		font-size: 14px;
	}
	.notice{
		width: 100%;
		margin: 10px 0;
	}
	.list{
		margin-top: 10px;
	}
	.special{
		margin: 10px 0;
	}
	.prevNextzt{
		margin: -47px 0 0;
	}
	.special .spe-name{
		width: 18px;
		height: 47px;
		padding: 12px 10px;
		font-size: 18px;
	}
	.special .spe{
		width: 175px;
		height: 71px;
	}
	.special .spe-list{
		width: calc(100% - 236px);
		padding: 10px;
		height: 51px;
	}
	.special .special-topic{
		height: 71px;
		margin-left: 6px;
		width: calc(100% - 44px);
	}
	.special .special-topic li{
		/* width: 50%; */
		height: 71px;
	}
	.special .special-topic li img{
		width: calc(100% - 5px);
		height: 71px;
	}
	.prevNextzt .next{
		margin: 0 10px 0 0;
	}
	.prevNextzt .prev{
		margin-left: 8px;
	}
	.civilized .civi{
		width: 33%;
		font-size: 20px;
		height: 55px;
		line-height: 55px;
	}
	.culture{
		width: 100%;
		margin: 0 0 10px;
	}
	.culture:first-child{
		margin-right: 0;
	}
	.culture .good img{
		width: 170px;
		height: 100px;
	}
	.culture .good .good-info{
		width: calc(100% - 180px);
		margin-left: 10px;
	}
	.culture .good .good-info .title{
		font-size: 16px;
		margin: 4px 0 6px;
	}
	.culture .good .good-info .msg{
		font-size: 14px;
		line-height: 22px;
		-webkit-line-clamp: 3;
	}
	.fashion-cont{
		padding: 10px;
		width: calc(100% - 20px);
		height: inherit;
	}
	.fashion-cont .fas-type .fas, .fashion-cont .belief-type .fas{
		font-size: 14px;
		margin-right: 10px;
	}
	.pub-title{
		font-size: 24px;
		margin: 10px 0 10px;
	}
	.pub-title img{
		width: calc((100% - 140px)/2);
	}
	.ad .tips{
		width: 40px;
		height: 260px;
	}
	.ad .tips .tips-name{
		width: 16px;
		margin: 10px auto 10px;
		line-height: 1.1;
		font-size: 16px;
		height: 194px;
	}
	.ad .tips .go{
		width: 35px;
		height: 30px;
		font-size: 12px;
		line-height: 15px;
		padding: 4px 0;
	}
	.ad-pic .small{
		display: none;
	}
	.ad-pic{
		width: calc(100% - 40px);
	}
	.ad-pic .big{
		width: 100%;
		height: 260px;
	}
	.ad-pic .ad-big{
		width: 50%;
	}
	 .ad-pic .big img{
		width: calc(100% - 10px);
		height: 100%;
	}
	.ad-pic .ad-big, .ad-pic .big img{
		height: 260px;
	}
	.create .createOne{
		width: 30px;
	}
	.create .createOne img{
		width: 30px;
		height: 172px;
	}
	.create .name{
		font-size: 16px;
		margin: -160px auto 0;
		text-align: center;
		width: 24px;
		height: 90px;
	}
	.chuangjian{
		min-width: 30px;
	}
	.chuangjian.active{
		width: calc(100% - 160px);
	}
	.chuangjian.active .city{
		display: block;
		width: calc(100% - 20px);
		padding: 10px;
		height: 152px;
	}
	.chuangjian.active .city .list{
		height: 110px;
		overflow: hidden;
	}
	.chuangjian.active .create-pic,.create-pic .tit{
		width: 0;
		height: 0;
	}
	.city .city-name{
		font-size: 20px;
	}
	.body-list{
		  min-height: calc(100vh - 300px);
	}
	.special .spe-list .listOne, .special .spe-list .listOne a{
		line-height: 1.2;
	}
	.special .spe-list .listOne a{
		width: 85%;
	}
	.listOne::before{
		margin: 6px 7px 0 0;
	}
	.crumb{
		font-size: 14px;
	}
	.dym{
		width: 100%;
		padding: 10px 0;
	}
	.listing{
		margin: 10px 0;
		padding: 0px 5px 42px;
		width: calc(100% - 10px);
		border: none;
	}
	.dym-list .news-item{
		height: 45px;
		line-height: 45px;
	}
	.dym .dym-t{
		font-size: 16px;
		margin-top: 0;
		line-height: 40px;
	}
	.dym-list .dym-tit{
		font-size: 14px;
		width: 75%;
	}
	.dym-list a{
		height: 45px;
	}
	.dym-list .dym-time{
		font-size: 14px;
	}
	.news-pagination{
		display: block;
	}
	.news-pagination a{
		font-size: 12px;
		margin-bottom: 4px;
		height: 20px;
		line-height: 20px;
	}
	.First_Page, .Fir_Page{
		line-height: 22px;
		font-size: 14px;
		height: 21px;
		display: inline-block;
	}
	.action_num{
		line-height: 20px;
		height: 22px;
		display: inline-block;
	}
	.font12 input{
		line-height: 20px;
		height: 20px;
	}
	.detail-t{
		font-size: 24px;
		margin: 20px auto 15px;
	}
	.source .article{
		font-size: 12px;
	}
	.source .article .me-3{
		margin: 0 3px 0 0;
	}
	.footer{
		height: 270px;
	}
}


