body{
    overflow-x: hidden;
    position: relative;
	font-family: "SimHei","Arial","Microsoft YaHei",sans-serif;
	font-size: 14px;
	max-width: 1920px;margin-left: auto;margin-right: auto;
}
* {
    margin: 0;
    padding: 0;
    -webkit-appearance: none; /*去掉浏览器默认样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
}
h1,h2{
	font-family: "SimHei";position: relative;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a:active,a:link,a:focus,a:visited{
    text-decoration: none;
}
input,
textarea,
select,
button {
	border: 0;
	outline: none;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.wrapper {
    width: 1400px;margin: 0 auto;
}
.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.btn{
	color: #FFFFFF;
	background:#6A1571;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden; 
	transition: all .4s;
	padding: 8px 20px 6px 20px;
	border-radius: 0;
	font-family: "SimHei";
	font-size: 18px;
	border-radius: 0px;
	min-width: 200px;
	clip-path: polygon(30% 0%, 93% 0, 100% 28%, 100% 100%, 30% 100%, 7% 100%, 0 72%, 0 0);
}
.btn:hover{
	background: #fff;transition: all .4s;color: #6A1571;
}
@media ( min-width : 768px) {
	.col-sm-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 992px) {
	.col-md-5th {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 1200px) {
	.col-lg-5th{
		width: 20%;
		float: left;
	}
}
@font-face {
    font-family: 'SimHei';
    src: url('../fonts/SimHei.eot');
    src: url('../fonts/SimHei.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SimHei.woff2') format('woff2'),
        url('../fonts/SimHei.woff') format('woff'),
        url('../fonts/SimHei.ttf') format('truetype'),
        url('../fonts/SimHei.svg#SimHei') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.flex{
    display: flex;
	display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}
#menu{
    display: none;z-index: 555;
}
#menu.mm-opened,#caidan.mm-opened {
    display: block;
}
.mobile-bar{
	display: none;
}
.pc_none{
	display: none !important;
}
/* header */
.affix{
	left: 0;right: 0;top: 0;z-index: 555;
}
.header-top{
	background:url(../images/header-bg.jpg);background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;
}
.htop-group{
	align-items: center;justify-content: space-between;min-height: 180px;
}
#search-bg{
	position: relative;
}
.search-btn{
	position: absolute;right: 20px;top: 8px;background: transparent;
}
.screen-read-text i{
	color: #fff;
}
#searchform #ss{
	width: 280px;height: 38px;border-radius: 24px;border: solid 1px #ffffff;background: transparent;color: #fff;padding: 0 20px;font-size: 14px;
}
#searchform #ss::placeholder{
	color: #fff;
}
.header-bottom{
	background-color: #6a1571;
}
.header-left h1{
	margin-top: 0;margin-bottom: 0;
}
header .navlist .sub-menu{
	display: none;
}
header .navlist > li:hover >.sub-menu{
	display: block;
}
header .navlist .sub-menu a{
	color: #333;line-height: 50px;font-size:16px;transition: all .3s;display: block;
}
header .navlist .sub-menu a:hover{
	background-color: #6A1571;color: #fff;transition: all .3s;
}
header .navlist > li >.sub-menu{
	background: #f6f5f8;position: absolute;width: auto;left: 0; top: 54px; z-index: 999;width: 100%;
}
header .navlist{
	/* display: flex;align-items: center;justify-content: space-around; */
	display: table;width: 100%;
}
header .navlist li a{
	font-size: 20px;line-height: 28px;position: relative;
}
header .navlist > li{
	display: table-cell;text-align: center;position: relative;
}
header .navlist > li::before{
	position: absolute;content: "/";color: #fff;left: 0;opacity: 0.3;line-height: 50px;
}
header .navlist > li:first-child::before{
	display: none;
}
header .navlist > li > a{
	color: #fff;line-height: 54px;
}
.mobile-bar a{
	color: #fff;font: normal normal normal 14px / 1 FontAwesome !important;
}
.mobile_block{
	display: none;
}
.mobile-search #search-bg{
	z-index: 5; display: none;position: absolute;width: 100%;left: 0;right: 0;background: #6a1571;padding: 15px;
}
.mobile-search #search-bg input{
	width: 100%;padding: 2px 10px;
}
.mobile-search #search-bg .search-btn{
	bottom: 17px;
}
.mobile-search #search-bg .fa-search{
	color: #111;
}
.mobile-search .fa-search{
	color: #Fff;
}
.mobile-search{
	margin-right: 15px;
}
.mobile-item{
	display: flex;align-items: center;
}
.mobile_block i::before{
	font-size: 18px;
}
/* banner */
.ban-swiper .swiper-slide{
	background-position: center;background-repeat: no-repeat !important;background-size: cover !important;height: 600px;display: grid;align-items: center;
}
.ban-link{
	position: absolute;display: block;left: 0;right: 0;top: 0;bottom: 0;
}
.ban-swiper .swiper-slide a.btn{
	margin-top: 42px;
}
.ban-swiper{
	border-bottom: 4px solid #6a1571;position: relative;overflow: hidden;
}
.ban-swiper::after{
	 width: 160px;height: 80px;position: absolute;bottom: -40px;left: 0;right: 0;margin-left: auto;margin-right: auto;text-align: center; content: "";z-index: 5;background-color: #6a1571; border-radius: 12px 0 0 0;transform-origin: center; transform: rotate(44deg) translateX(40px);
}
.ban-pagination{
	bottom: 5px !important;
}
.ban-pagination .swiper-pagination-bullet{
	background-color:#fff;
}
/* news */
.home-new{
	background: url(../images/news-bg.jpg);background-position:center !important;background-repeat: no-repeat !important;background-size: cover !important;padding-top: 45px;padding-bottom: 75px;
}
.t-box{
	align-items: center;justify-content: space-between;border-bottom: 1px solid #cacaca;margin-bottom: 5px;padding-bottom: 8px;
}
.title{
	display: flex;align-items: center;margin-top: 0;margin-bottom: 0;font-size: 22px;font-weight: bold;
}
.hn-list h2{
	color: #6A1571;
}
.t-box h2 img,.title img{
	margin-right: 16px;
}
.t-box a{
	font-size: 16px;color: #6a1571;
}
.t-box .fa-circle{
	font-size: 5px;transform: translateY(-3px);
}
.mar-15{
	margin-left: -15px;margin-right: -15px;
}
.news-box{
	background:#fff;
}
.news-img{
	position: relative;
}
.hnews-img{
	position: relative;overflow: hidden;
}
.news-img img{
	transition: all .4s;
}
.news-box:hover img{
	transition: all .4s;transform: scale(1.05);
}
.news-box:hover h4{
	transition: all .4s;color: #6a1571;
}
.ndate .text{
	display: inline-block;text-align: center;transform: rotate(-45deg);
}
.ndate{
	height: 90px;background:rgba(106,21,113,0.9);border-radius: 8px;transform: rotate(45deg);
	content: "";width: 90px;display: block;position: absolute;top:25px;right: 35px;color: #fff;z-index: 5;display: flex; align-items: center; justify-content: center;
}
.news-text h4{
	font-size: 22px;line-height: 32px;color: #111111;padding: 40px 30px;margin-top: 0px;margin-bottom: 0px;transition: all .4s;
}
.ndate span{
	font-size: 30px;line-height: 28px;font-family:"AlibabaPuHuiTi-Bold";display: block;
}
.ndate p{
	margin-bottom: 0px;font-family:"AlibabaPuHuiTi-Bold";font-size: 12px;line-height: 28px;
}
.news-item,.gg-item{
	background: #fff;border-top:4px solid #6a1571;padding: 30px 25px;height:430px;
}
.news-list h4{
	margin-top: 0px;margin-bottom: 0px;font-size: 20px;line-height: 48px;color: #111111;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;position: relative;padding-left: 22px;transition: all .4s;
}
.news-list h4::before{
	content:"\f0da";font: normal normal normal 14px / 1 FontAwesome;position: absolute;left: 0;line-height: 48px;top:0px;font-size: 22px;color: #6a1571;transition: all .4s;
}
.news-detail a:hover h4{
	transition: all .4s;color: #6a1571;
}
.news-detail a:hover h4::before{
	transition: all .4s;transform: translateX(4px);
}
.news-list a{
	display: flex;align-items: center;justify-content: space-between;
}
.news-date{
	font-size: 15px;line-height: 48px;color: #999999;margin-bottom: 0px;
}
.news-box,.news-box a{
	position: relative;
}
.new-pagination{
	text-align: right;bottom: -18px;padding-right: 40px;    width: 100%;
}
.new-pagination .swiper-pagination-bullet{
	width: 8px;height: 26px;background-color: #bababa; border-radius: 4px; opacity: 1;margin-left: 15px;
}
.new-pagination .swiper-pagination-bullet:first-child{
	margin-left: 0;
}
.new-pagination .swiper-pagination-bullet-active{
	background-color: #6a1571;
}
.hn-box{
	display: flex;
}
.hn-left,.hn-right{
	display: grid;
}
.new-swiper{
	background: #fff;
}
.gg-item h4{
	margin-top: 0px;margin-bottom: 0px;font-size: 20px;line-height: 30px;color: #111111;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all .4s;
}
.gg-title a:hover h4{
	transition: all .4s;color: #6A1571;
}
.gg-box{
	display: flex;align-items: center;
}
.gg-date{
	border: solid 1px #6a1571;display: grid;align-items: center;align-content: center; min-width: 68px; text-align: center;margin-right: 20px;
}
.gg-d{
	font-size: 30px;line-height: 40px;color: #fff;background: #6A1571;
}
.gg-ym{
	font-size: 15px;color: #444444;padding: 8px 2px;
}
.gg-list{
	margin-bottom: 14px;
}
.gg-list:last-child{
	margin-bottom: 0px;
}
.hn-list1{
	width: 65%;
}
.hn-list2{
	width: 35%;
}
.swiper{
overflow: hidden;position: relative;
}
.link-prev,.link-next{
	display: none;
}
/* dangjian */
.home-part3{
	margin-top: 75px;margin-bottom:45px ;
}
.dj-date p{
	font-size: 14px;line-height: 26px;margin-bottom: 0px;transform: translateY(6px);
}
.dj-date span{
	display: block;font-size: 36px;font-weight: bold;line-height: 26px;
}
.hpart3-list1 .dj-date p,.hpart3-list1 .t-box a,.hpart3-list1 h2{
	color: #aa0e0e;
}
.hpart3-list2 .dj-date p,.hpart3-list2 .t-box a,.hpart3-list2 h2{
	color: #1c701e;
}
.hpart3-list3 .dj-date p,.hpart3-list3 .t-box a,.hpart3-list3 h2{
	color: #1359a1;
}
.dj-date{
	background-repeat: no-repeat !important;background-position: center !important;background-size: contain !important; width: 100px;height: 78px;display: grid;align-content: center; align-items: center; justify-content: center; justify-items: center;text-align: center;margin-right: 20px;
}
.hpart3-list1 .dj-date{
	background: url(../images/date-red.png);
}
.hpart3-list2 .dj-date{
	background: url(../images/date-green.png);
}
.hpart3-list3 .dj-date{
	background: url(../images/date-blue.png);
}
.dj-box{
	display: flex;align-items: center;
}
.dj-box h4 a{
	margin-top: 0px;margin-bottom: 0px;font-size: 20px;line-height: 28px;color: #111111;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;transition: all .4s;
}
.hpart3-list1 .dj-box:hover h4 a{
	transition: all .4s;color: #aa0e0e;
}
.hpart3-list2 .dj-box:hover h4 a{
	transition: all .4s;color: #1c701e;
}
.hpart3-list3 .dj-box:hover h4 a{
	transition: all .4s;color: #1359a1;
}
.dj-list{
	margin-bottom: 30px;
}
/* home-link */
.home-link{
	background: url(../images/link-bg.png);background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important;padding-top: 70px;padding-bottom: 70px;
}
.home-link h2{
	color: #6a1571;
}
.hlink-item{
	margin-top: 30px;
}
.hlink-list{
	text-align: center;
}
.hlink-list h3{
	font-family:"AlibabaPuHuiTi-Medium";font-size: 18px;line-height: 28px;letter-spacing: 2px;color: #ffffff;margin-top: 0;margin-bottom: 0;text-shadow: 1px 1px 10px #000000;
}
.hlink-box{
	min-height: 82px;background-repeat: no-repeat !important;  display: grid;overflow: hidden;transition: all .4s;background-size: cover !important;
}
.hlink-box:hover{
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0,.5);transition: all .4s;
}
.hlink-box a{
	display: flex;align-items: center;justify-content: center;
}
/* footer */
footer{
	background: url(../images/footer-bg.jpg);background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;padding-top: 40px;
}
.ft-box,.ft-box a{
	color: #fff;
}
.ft-right h4{
	font-size: 24px;color: #ffffff;margin-top: 0;
}
.ft-box a,.ft-box li{
	font-size: 15px;line-height: 28px;opacity: 0.7;transition: all .4s;
}
.ft-box a:hover,.ft-box li:hover{
	opacity: 1;transition: all .4s;s
}
.ft-item p{
	margin-bottom: 0;margin-left: 15px;
}
.ft-item{
	display: flex;justify-content: space-between;max-width: 1430px;
}
.ft-right{
	display: grid;justify-content: flex-end;
}
.fb-item{
	justify-content: space-between;align-items: center;
}
.fb-item p{
	display: flex;align-items: center;
}
.fb-item p a{
	display: flex;align-items: center;margin-bottom: 0;color:#fff;font-size: 14px;line-height: 28px;opacity: 0.7;transition: all .4s;
}
.fb-item p:hover a{
	opacity: 1;transition: all .4s;
}
.fb-item p img{
	margin-right: 12px;
}
.fb-list{
	display: flex;align-items: center;margin-right: 25px;
}
.fb-list:last-child{
	margin-right: 0px;
}
.fb-list img{
	margin-right: 8px;
}
.fb-box li a{
	color:#fff;font-size: 14px;line-height: 28px;opacity: 0.7;transition: all .4s;
}
.fb-box li a:hover{
	opacity:1;transition: all .4s;
}
.footer-bottom{
	border-top: 1px solid rgba(255,255,255,0.5);margin-top: 50px;padding-top: 24px;padding-bottom: 40px;
}
.ftop-left{
	border-right: 1px solid rgba(255,255,255,0.51);
}
.nbaner{
			height: 400px;background-position: center !important;background-size: cover !important;background-repeat: no-repeat !important;
		}
		.dj-content{
			margin-top: 70px;
		}
		.dj-left{
			min-width: 310px;float: left;
		}
		.dj-left h3{
			background:#6a1571;font-size: 26px;color: #ffffff;padding: 0 38px;line-height: 66px;margin-top: 0;margin-bottom: 0;
		}
		.dj-menu li{
			border-bottom: solid 1px #dcdcdc;border-left:solid 1px #dcdcdc ;border-right:solid 1px #dcdcdc ;transform: all .4s;
		}
		.dj-menu li a{
			font-size: 24px;line-height: 66px;color: #111111;padding: 0 38px;display: block;transition: all .4s;
		}
		.dj-menu li:hover,.dj-menu li a.current{
			transform: all .4s;background: #f3f3f3;
		}
		.dj-right{
			padding-left: 30px;width: calc(100% - 310px);margin-left: auto;
		}
		.dj-left{
			position: sticky;top: 0;
		}
		.dj-title{
			display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #a6a6a6;padding-bottom: 20px;margin-bottom: 5px;
		}
		.dj-title h2{
			margin-top: 0;margin-bottom: 0;	font-size: 24px;font-weight: bold;color: #111111;
		}
		.bread span,.bread a{
			font-size: 16px;line-height: 30px;color: #999999;
		}
		.dj-content{
			margin-bottom: 120px;
		}
	.dj-list1 .dj-date {
	    background: url(../images/date-purple.png);
	}
	.dj-list1 .dj-date p {
	    color: #6a1571;
	}
	.dj-list1{
	border-bottom: 1px solid #dcdcdc;padding-bottom: 50px;margin-bottom: 50px !important;
	}
	.dj-list1 .dj-box:hover h4{
		transition: all .4s;color: #6a1571;/* font-weight: bold; */
	}
	.dj-des{
		padding-right: 60px;
	}
	.dj-des h4{
		margin-top: 0;font-size: 24px;line-height: 28px;color: #111111;transition: all .4s;
	}
	.dj-des p{
		margin-bottom: 0;font-size: 16px;line-height: 28px;color: #666666;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;
	}
	.dj-date1{
		width: 130px;margin-right: 35px;
	}
	.dj-more{
		min-width: 130px;
	}
	.dj-more a{
		font-size: 16px;line-height: 28px;color: #6a1571;display: block;text-align: right;
	}
	.dj-more i{
		font-size: 3px;transform: translateY(-3px);
	}
	.wp-pagenavi{
		text-align: center;
	}
	.wp-pagenavi a{
		width: 40px;height: 40px;display: inline-block;line-height: 40px;border-radius: 50%;font-size: 18px;font-weight: bold;background-color: #ededed;color: #888888;transition: all .4s;
	}
	.wp-pagenavi a:hover{
		background-color: #6a1571;color: #ffffff;transition: all .4s;
	}
	.wp-pagenavi a.current{
		background-color: #6a1571;color: #ffffff;
	}
	.dj-contents p{
		font-size: 18px;line-height: 36px;color: #666666;margin-bottom: 40px;text-indent: 2em;
	}
/* ======responsible====== */
@media (max-width:1800px){
	.wrapper{
		width: auto;margin-left: 10%;margin-right: 10%;
	}
}
@media (min-width:1681px) and (max-width:1800px){
	
}
@media (max-width:1680px){
	.ban-swiper .swiper-slide{
		height: 500px;
	}
}
@media (min-width:1401px) and (max-width:1680px){
	.header-left img,.hm-img img,.ft-item img{
		width: 85%;
	}
	.htop-group{
		min-height: 160px;
	}
	.news-list h4,.news-text h4,.gg-item h4,.dj-box h4 a{
		font-size: 16px;
	}
	.news-item, .gg-item{
		padding: 30px;
	}
	header .navlist li a{
		font-size: 18px;
	}
	header .navlist .sub-menu a{
		font-size: 20px;
	}
	.title{
		font-size: 26px;
	}
	.dj-title h2{
		font-size: 28px;
	}
	.dj-des h4{
		font-size: 18px;
	}
	.dj-date1{
		width: 160px;margin-right: 25px;
	}
	.dj-date span{
		font-size: 30px;
	}
	.dj-des p{
		font-size: 14px;line-height: 26px;
	}
	.dj-left h3{
		font-size: 22px;
	}
	.dj-menu li a{
		font-size: 22px;
	}
}
@media (max-width:1400px){
	.dj-contents p{
		font-size: 16px;line-height: 30px;margin-bottom: 25px;
	}
}
@media (min-width:1201px) and (max-width:1400px){
	.header-left img,.hm-img img,.ft-item img{
		width: 80%;
	}
	.htop-group{
		min-height: 150px;
	}
	.news-list h4,.news-text h4,.gg-item h4,.dj-box h4 a{
		font-size: 15px; line-height: 25px;
	}
	.news-list h4::before{
		line-height:25px;font-size: 18px;
	}
	.news-detail a{
		height: 40px;
	}
	.news-item, .gg-item{
		padding: 20px;
	}
	header .navlist li a{
		font-size: 20px;
	}
	header .navlist .sub-menu a{
		font-size: 18px;
	}
	.title{
		font-size: 22px;
	}
	.dj-title h2{
		font-size: 22px;
	}
	.t-box h2 img, .title img{
		max-width: 40px;
	}
	.gg-d{
		font-size: 20px;font-weight: bold; line-height: 30px;
	}
	.gg-ym{
		font-size: 12px;padding: 4px 2px;
	}
	.gg-date{
		min-width: 64px;
	}
	.news-date{
		font-size: 14px;
	}
	.hlink-list h3{
		font-size: 18px;
	}
	.ndate span{
		font-size: 24px;font-weight: bold;
	}
	.ndate{
		width: 80px;height: 80px;
	}
	.dj-left h3{
		font-size: 24px;line-height: 56px;
	}
	.dj-menu li a{
		font-size: 20px;line-height: 56px;
	}
	.dj-date1 {
	    width: 160px;margin-right: 25px;
	}
	.dj-date span{
		font-size: 26px;
	}
	.dj-date p {
	    font-size: 14px;line-height: 16px;transform: translateY(2px);
	}
	.dj-des h4{
		font-size: 16px;
	}
	.dj-des p{
		font-size: 14px;line-height: 24px;
	}
	.dj-more a{
		font-size: 14px;
	}
	.dj-des {
	    padding-right: 20px;
	}
	.wp-pagenavi a{
		width: 35px;height: 35px;line-height: 35px;font-size: 16px;
	}
	.ftop-left{
		width: 55%;
	}
	.ftop-right{
		width: 45%;padding-left: 50px;
	}
}
@media (min-width:992px) and (max-width:1200px){
	.header-left img,.hm-img img,.ft-item img{
		width: 85%;
	}
	#searchform #ss{
		width: 250px;height: 40px;
	}
	.search-btn{
		top: 10px;
	}
	.htop-group{
		min-height: 120px;
	}
	header .navlist li a{
		font-size: 16px;
	}
	header .navlist .sub-menu a{
		font-size: 16px;line-height: 36px;
	}
	.title {
		font-size: 22px;
	}
	.dj-title h2{
		font-size: 22px;
	}
	.t-box h2 img, .title img {
	    margin-right: 10px;max-width: 35px;
	}
	.news-item, .gg-item{
		padding: 15px;
	}
	.news-list h4, .gg-item,.news-list h4::before{
		font-size: 14px;line-height: 28px;
	}
	.news-list h4{
		padding-left: 14px;
	}
	.news-text h4{
		font-size: 14px;line-height: 26px;padding: 20px;
	}
	.news-date{
		font-size: 12px;line-height: 16px;min-width: 32px;
	}
	.gg-d{
		font-size: 18px;line-height: 30px;font-weight: bold;
	}
	.gg-ym{
		font-size: 12px;padding: 0;line-height: 16px;
	}
	.gg-date{
		min-width: 54px;margin-right: 10px;
	}
	.gg-item h4{
		font-size: 14px;line-height: 22px;
	}
	.gg-list {
	    margin-bottom: 10px;
	}
	.t-box{
		margin-bottom: 35px;
	}
	.t-box a{
		font-size: 14px;
	}
	.dj-date span{
		font-size: 18px;line-height: 22px;
	}
	.dj-date p{
		font-size: 10px;line-height: 12px; transform: translateY(1px);
	}
	.dj-box h4 a{
		font-size: 14px;line-height: 22px;
	}
	.dj-date{
		margin-right: 12px;
	}
	.dj-list {
	    margin-bottom: 0px;
	}
	.hlink-list h3{
		font-size: 14px;line-height: 24px;
	}
	.hlink-box{
		min-height: 70px;
	}
	.ftop-left{
		width: 50%;
	}
	.ftop-right{
		width: 50%;padding-left: 50px;
	}
	.ft-right h4{
		font-size: 20px;
	}
	.btn{
		font-size: 16px;
	}
	.t-box .fa-circle{
		font-size: 3px;
	}
	.ban-swiper .swiper-slide{
		height: 400px;
	}
	.ban-box img{
		max-width: 350px;height: auto;
	}
	.ndate span{
		font-size: 18px;font-weight: bold;line-height: inherit;
	}
	.ndate p{
		line-height: 18px;
	}
	.ndate {
		height: 70px;width: 70px;
	}
	.link-prev,.link-next{
		display: block;
	}
	.dj-left h3{
		font-size: 20px;line-height: 50px;
	}
	.dj-menu li a{
		font-size: 18px;line-height: 50px;
	}
	.dj-left{
		min-width: 220px;
	}
	.dj-right{
		width: calc(100% - 220px);padding-left: 40px;
	}
	.bread span, .bread a{
		font-size: 14px;
	}
	.dj-date1{
		width: 160px;
	}
	.dj-des h4{
		font-size: 15px;line-height: 20px;margin-bottom: 8px;
	}
	.dj-des p{
		font-size: 13px;line-height: 24px;
	}
	.dj-des {
	    padding-right: 20px;
	}
	.dj-more a{
		font-size: 13px;
	}
	.dj-more {
	    min-width: 100px;
	}
	.dj-list1 {
	    padding-bottom: 30px;margin-bottom: 30px !important;
	}
	.dj-title{
		margin-bottom: 35px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.header-bottom{
		display: none;
	}
	.header-search{
		display: none;
	}
	.mobile_block,.mobile-bar {
    display: block;
}
    .header-left img, .hm-img img, .ft-item img {
        width: 85%;
    }
	.htop-group{
		min-height: 100px;
	}
	.mobile-search #search-bg{
		top: 100px;
	}
	.ban-swiper .swiper-slide{
		height: 400px;
	}
	.ban-box img{
		max-width: 350px;height: auto;
	}
	.hn-list1 {
	    width: 100%;
	}
	.hn-box{
		flex-direction: column;
	}
	.title{
		font-size: 22px;
	}
	.dj-title h2{
		font-size: 22px;
	}
	.t-box{
		margin-bottom: 35px;
	}
	.t-box img{
		max-width: 35px;height: auto;
	}
	.t-box h2 img, .title img {
	    margin-right: 10px;
	}
	.t-box a{
		font-size: 14px;
	}
	.t-box .fa-circle{
		font-size: 3px;
	}
	.news-text h4{
		font-size: 16px;padding: 25px;
	}
	.news-item, .gg-item{
		padding: 25px;
	}
	.news-list h4, .gg-item,.news-list h4::before{
		font-size: 14px;line-height: 28px;
	}
	.news-list h4{
		padding-left: 14px;
	}
	.news-text h4{
		font-size: 14px;line-height: 26px;padding: 20px;
	}
	.news-date{
		font-size: 12px;line-height: 16px;min-width: 32px;
	}
	.gg-d{
		font-size: 18px;line-height: 30px;font-weight: bold;
	}
	.gg-ym{
		font-size: 12px;padding: 0;line-height: 16px;
	}
	.gg-date{
		min-width: 54px;margin-right: 10px;
	}
	.gg-item h4{
		font-size: 14px;line-height: 22px;
	}
	.gg-list {
	    margin-bottom: 10px;
	}
	.hn-right{
		margin-top: 25px;margin-bottom: 35px;
	}
	.hn-list2 {
	    width: 100%;
	}
	.dj-date span{
		font-size: 18px;line-height: 22px;
	}
	.dj-date p{
		font-size: 10px;line-height: 12px; transform: translateY(1px);
	}
	.dj-box h4 a{
		font-size: 14px;line-height: 22px;
	}
	.dj-date{
		margin-right: 12px;
	}
	.dj-list {
	    margin-bottom: 0px;
	}
	.hlink-list h3{
		font-size: 14px;line-height: 24px;
	}
	.hlink-box{
		min-height: 70px;
	}
	.ftop-left{
		width: 50%;
	}
	.ftop-right{
		width: 50%;padding-left: 50px;
	}
	.ft-right h4{
		font-size: 20px;
	}
	.btn{
		font-size: 16px;
	}
	.t-box .fa-circle{
		font-size: 3px;
	}
	.ban-swiper .swiper-slide{
		height: 350px;
	}
	.ban-box img{
		max-width: 300px;height: auto;
	}
	.ndate span{
		font-size: 18px;font-weight: bold;line-height: inherit;
	}
	.ndate p{
		line-height: 18px;
	}
	.ndate {
		height: 70px;width: 70px;
	}
	.hpart3-list .dj-date{
		background-size: 80% !important;
	}
	.hpart3-list{
		margin-bottom: 35px;
	}
	.hpart3-list3{
		margin-bottom: 0;
	}
	.home-link h2 img{
		max-width: 35px;
	}
	.ft-box a, .ft-box li{
		font-size: 14px;line-height: 26px;
	}
	.ft-item p{
		margin-left: 0;
	}
	.link-prev,.link-next{
		display: block;width: 35px;height: 35px;background: #fff;text-align: center;border-radius: 50%;line-height: 35px;top: 59%;
	}
	.link-prev::after,.link-next::after{
		font-size: 20px;line-height: 35px;    color: #6a1571;
	}
	.link-prev{
		left: 0;
	}
	.link-next{
		right: 0;
	}
	.fb-item{
		flex-direction: column;
	}
	.dj-left h3{
		font-size: 18px;line-height: 46px;
	}
	.dj-menu li a{
		font-size: 16px;line-height: 46px;
	}
	.dj-left{
		min-width: 160px;
	}
	.dj-right {
	    padding-left:30px;width: calc(100% - 160px);
	}
	.bread span, .bread a{
		font-size: 14px;
	}
	.dj-des h4{
		font-size: 14px;line-height: 20px;
	}
	.dj-des p{
		font-size: 12px;line-height: 18px;
	}
	.dj-more a{
		font-size: 13px;line-height: 20px;
	}
	.dj-more {
	    min-width: 90px;
	}
	.dj-des {
	    padding-right: 15px;
	}
	.dj-list1 {
	    padding-bottom: 20px; margin-bottom: 20px !important;
	}
	.dj-title{
		margin-bottom: 25px;
	}
	.wp-pagenavi a{
		width: 30px;height: 30px;line-height: 30px;font-size: 15px;
	}
	.dj-content {
	    margin-bottom: 70px;
	}
	.nbaner{
		height: 300px;
	}
}
@media(max-width:767px){
	.header-bottom{
			display: none;
		}
		.header-search{
			display: none;
		}
		.mobile_block i::before {
		    font-size: 16px;
		}
		.mobile_block,.mobile-bar {
	    display: block;
	}
	.hm-img{
		display: none;
	}
	    .header-left img, .hm-img img {
	        width:80%;
	    }
		.htop-group{
			min-height:80px;
		}
		.mobile-search #search-bg{
			top: 80px;
		}
		.ban-swiper .swiper-slide{
			height: 300px;
		}
		.ban-swiper::after{
			width: 140px;height: 70px;transform: rotate(44deg) translateX(35px);
		}
		.ban-box img{
			max-width: 200px;height: auto;
		}
		.hn-list1 {
		    width: 100%;
		}
		.hn-box{
			flex-direction: column;
		}
		.nbaner{
			height: 200px;
		}
		.title{
			font-size: 22px;
		}
		.t-box{
			margin-bottom: 35px;
		}
		.t-box img{
			max-width: 35px;height: auto;
		}
		.t-box h2 img, .title img {
		    margin-right: 10px;
		}
		.t-box a{
			font-size: 14px;
		}
		.t-box .fa-circle{
			font-size: 3px;
		}
		.news-text h4{
			font-size: 16px;padding: 25px;
		}
		.news-item, .gg-item{
			padding: 25px;
		}
		.news-list h4, .gg-item,.news-list h4::before{
			font-size: 14px;line-height: 28px;
		}
		.news-list h4{
			padding-left: 14px;
		}
		.news-text h4{
			font-size: 14px;line-height: 26px;padding: 20px;
		}
		.news-date{
			font-size: 12px;line-height: 16px;min-width: 32px;
		}
		.gg-d{
			font-size: 18px;line-height: 30px;font-weight: bold;
		}
		.gg-ym{
			font-size: 12px;padding: 0;line-height: 16px;
		}
		.gg-date{
			min-width: 54px;margin-right: 10px;
		}
		.gg-item h4{
			font-size: 14px;line-height: 22px;
		}
		.gg-list {
		    margin-bottom: 10px;
		}
		.hn-right{
			margin-top: 25px;margin-bottom: 35px;
		}
		.hn-list2 {
		    width: 100%;
		}
		.dj-date span{
			font-size: 18px;line-height: 22px;
		}
		.dj-date p{
			font-size: 10px;line-height: 12px; transform: translateY(1px);
		}
		.dj-box h4 a{
			font-size: 14px;line-height: 22px;
		}
		.dj-date{
			margin-right: 12px;
		}
		.dj-list {
		    margin-bottom: 0px;
		}
		.hlink-list h3{
			font-size: 14px;line-height: 24px;
		}
		.hlink-box{
			min-height: 70px;
		}
		.ft-item img{
			width: 90%;margin-bottom: 20px;
		}
		.ftop-left{
			width: 100%;border-right: none;
		}
		.ftop-right{
			width: 100%;
		}
		.ft-item{
			flex-direction: column;
		}
		.ft-right h4{
			font-size: 18px;
		}
		.btn{
			font-size: 14px;min-width: 160px;
		}
		.t-box .fa-circle{
			font-size: 3px;
		}
		.ban-swiper .swiper-slide a.btn {
		    margin-top: 25px;
		}
		.ndate span{
			font-size: 18px;font-weight: bold;line-height: inherit;
		}
		.ndate p{
			line-height: 18px;
		}
		.ndate {
			height: 70px;width: 70px;
		}
		.hpart3-list .dj-date{
			background-size: 80% !important;
		}
		.hpart3-list{
			margin-bottom: 35px;
		}
		.hpart3-list3{
			margin-bottom: 0;
		}
		.home-link h2 img{
			max-width: 35px;
		}
		.ft-box a, .ft-box li{
			font-size: 14px;line-height: 26px;
		}
		.ft-item p{
			margin-left: 0;
		}
		.link-prev,.link-next{
			display: block;width: 35px;height: 35px;background: #fff;text-align: center;border-radius: 50%;line-height: 35px;top: 59%;
		}
		.link-prev::after,.link-next::after{
			font-size: 20px;line-height: 35px;    color: #6a1571;
		}
		.link-prev{
			left: 0;
		}
		.link-next{
			right: 0;
		}
		.fb-item{
			flex-direction: column;justify-content: center;
		}
		.footer-bottom{
			margin-top: 30px;padding-top: 24px; padding-bottom: 30px;
		}
		.fb-item p img{
			max-width: 20px;
		}
		.fb-item p a,.fb-box li a{
			line-height: 18px;
		}
		.fb-box{
			text-align: center;
		}
		.fb-list{
			margin-right:20px;justify-content: center;
		}
		.dj-left{
			display: none;
		}
		.dj-right{
			padding-left: 0;width: 100%;
		}
		.dj-title h2{
			font-size: 22px;margin-bottom: 15px;
		}
		.dj-title{
			flex-direction: column;
		}
		.dj-more{
			display: none;
		}
		.dj-des h4{
			font-size: 14px;line-height: 20px;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;
		}
		.dj-des p{
			font-size:12px;line-height: 20px;
		}
		.dj-des {
		    padding-right: 0;
		}
		.dj-date1{
			width: 240px;
		}
		.wp-pagenavi a{
			width: 26px;height: 26px;line-height: 26px;font-size: 14px;
		}
		.dj-list1{
			padding-bottom: 20px;margin-bottom: 20px !important;
		}
		.dj-title{
			margin-bottom: 25px;
		}
		.bread span, .bread a{
			font-size: 14px;
		}
		.dj-content {
		    margin-top: 60px;margin-bottom: 60px;
		}
}
@media(max-width:380px){
	.fb-box{
		flex-direction: column;
	}
	.fb-item p{
		flex-direction: column;text-align: center;
	}
	.fb-item p img{
		display: none;
	}
	.header-left img, .hm-img img {
	    width:82%;
	}
}

.nytitle{margin-bottom: 20px;text-align:center;font-size:30px;}
.nydatee{background-color: #f6f6f6;margin-bottom: 30px;text-align:center;padding:5px 0}
.Article_Content img{max-width:1600px;}

@media(max-width:767px){
.Article_Content img{width:100%;}
}

.wp_article_list{ display:block; width:100%;}
.wp_article_list .list_item { width:100%; height:48px; line-height:48px; border-bottom:none; vertical-align:top; }
.wp_article_list .list_item span { display:inline-block; vertical-align:top; float:left; margin-left:5px;}
.wp_article_list .list_item .pr_fields { display:inline; float:left;}
.wp_article_list .list_item .Article_Index { display:inline-block; width:10px; height:46px; margin-top:3px; color:#fff; font-size:16px;float:left; margin-right:5px; overflow:hidden; text-indent:-99em;}
.wp_article_list .list_item .Article_Title { float: left;font-size:20px;color:#111111}
.wp_article_list .list_item .Article_Title a{ color:#111111}
.wp_article_list .list_item .Article_Title a:hover{ color:#6a1571}
.wp_article_list .list_item .ex_fields { display:inline; float:right;}
.wp_article_list .list_item .Article_PublishDate { color:#999999;}
.wp_article_list .list_item .Article_VisitCount { color:#999;}

.sudynews_rili_1.rili .news_list li.news .news_time{
	height: 71px !important;
}
@media (min-width:768px) and (max-width:1504px){
  .wp_article_list .list_item{
  	display:flex;align-items:center;justify-content: space-between;
  	}
  .wp_article_list .list_item .Article_Title a{
  	    display: -webkit-box;
  	    -webkit-box-orient: vertical;
  	    -webkit-line-clamp: 1;
  	    overflow: hidden;
  	    text-overflow: ellipsis;
  }
  .wp_article_list .list_item .Article_PublishDate{
	  width: max-content !important;
  }
  .wp_article_list .list_item .pr_fields{
	  display: flex !important;
  }
}
@media(max-width:1024px){
	.sudynews_rili_1.rili .news_list li.news .news_time{
		height: 78px !important;
	}
}