/* 手机端样式 */
@media screen and (max-width: 768px) {
	.hidden-pc {
		display: block;
	}

	.hidden-mobile {
		display: none;
	}

	.title-news-center {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 59px;
		background-size: 100% 100%;
		color: #fff;
		font-size: 18px;
		background-image: url(../images/news-center-bg.png);
	}

	/* 轮播图 */
	.swiper1 {
		margin: 10px 0;
	}

	.swiper-slide img {
		width: 100vw;
		height: 215px;
	}

	.swiper-slide .title {
		position: absolute;
		bottom: 0;
		background-color: #66614f;
		height: 50px;
		width: 100%;
		filter: alpha(Opacity=80);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	.swiper-pagination {
		text-align: right !important;
	}

	.swiper-slide span {
		color: #fff;
		float: left;
		line-height: 50px;
		height: 50px;
		width: 100%;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: left;
		text-indent: 10px;
	}

	.swiper-container .swiper-pagination-bullet {
		background: #fff;
		opacity: 0.8;
	}

	.swiper-container .swiper-pagination-bullet-active {
		background: #007aff;
		opacity: 0.8;
	}

	/* 工作状态、通知公告 */
	.n_listBox {
		width: calc(100% - 20px);
		margin-left: 10px;
	}

	.n_l_nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #eee;
	}

	.n_l_nav a {
		color: #235399;
		font-size: 14px;
	}

	.n_l_nav span {
		font-weight: bold;
		display: block;
		float: left;
		cursor: pointer;
		padding: 0 20px;
		font: bold 16px/33px Arial;
		color: #333333;
		background: #EEEEEE;
	}

	a {
		color: #434343;
		text-decoration: none;
	}

	.n_l_nav span.on {
		color: #FFF;
		background: #258BCB;
		font: bold 16px/33px Arial;
	}

	.n_listBox ul {
		width: 100%;
		padding: 10px 0;
	}

	.n_listBox ul li {
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}

	.n_listBox ul li a {
		font-size: 15px;
	}

	.n_listBox .cont .date {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 13px;
		color: #666666;
		margin-top: 6px;
	}

	.systemBox {
		margin: 10px;
	}

	.systemBox .bg1 {
		background: rgba(33, 189, 121, 0.2);
	}

	.systemBox .bg2 {
		background: rgba(145, 111, 203, 0.2);
		margin-top: 10px;
	}

	.entry-link-item-content {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		padding: 10px 0;
	}

	.entry-link-item-left {
		width: 44px;
	}

	.entry-link-item-right {}

	.entry-link-item-icon {
		width: 32px;
	}
}

/* 手机端样式 end */

/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none;
	}

	.hidden-mobile {
		display: block;
	}

	.warp {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 1000px;
	}

	.newsBox {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.newsBox .n_imgsBox {
		width: 495px;
		height: 305px;
		float: left;
		position: relative;
		overflow: hidden;
		margin-left: 0 !important;
	}

	.n_imgsBox a {
		display: block;
		position: relative;
	}

	.n_imgsBox a:hover {
		text-decoration: none;
	}

	.swiper-slide a img {
		width: 495px;
		height: 305px;
		display: block;
	}

	.n_imgsBox .swiper-slide .title {
		position: absolute;
		bottom: 0;
		background-color: #66614f;
		height: 50px;
		width: 100%;
		filter: alpha(Opacity=80);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	.swiper-pagination {
		text-align: right !important;
	}

	.swiper-container .swiper-pagination-bullet {
		background: #fff;
		opacity: 0.8;
	}

	.swiper-container .swiper-pagination-bullet-active {
		background: #007aff;
		opacity: 0.8;
	}

	.n_imgsBox .swiper-slide span {
		color: #fff;
		float: left;
		line-height: 50px;
		height: 50px;
		width: 100%;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: left;
		text-indent: 10px;
	}

	.newsBox .n_listBox {
		width: 493px;
		height: 303px;
		float: right;
		border: 1px solid #DFDFDF;
		overflow: hidden;
		position: relative;
	}

	.n_l_nav {
		border-bottom: 1px solid #DFDFDF;
		height: 33px;
		background: url(../images/box.png) top repeat-x;
	}

	.n_l_nav span {
		font-weight: bold;
		display: block;
		float: left;
		cursor: pointer;
		padding: 0 20px;
		font: bold 16px/33px Arial;
		border-right: 1px solid #DFDFDF;
	}

	a {
		color: #434343;
		text-decoration: none;
	}

	.n_l_nav span.on {
		color: #258BCB;
		background: #FFF;
		border-top: 3px solid #258BCB;
		font: bold 16px/31px Arial;
	}

	.n_listBox .cont {
		position: absolute;
	}

	.n_listBox ul {
		padding: 10px;
		width: 475px;
		height: 250px;
		float: left;
	}

	.n_listBox li {
		font: 14px/28px Arial;
		overflow: hidden;
	}

	.n_listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		float: left;
	}

	.n_listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		float: left;
	}

	.n_listBox li a {
		display: block;
		float: left;
		width: 300px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.n_listBox li span {
		float: right;
		color: #999999;
	}

	/* 科技政策 */
	.i_contL {
		width: 750px;
	}

	.sipListBox .tit {
		height: 40px;
		border: 1px solid #DFDFDF;
		background: #f8f8f8;
		border-bottom: 3px solid #DFDFDF;
	}

	.sipListBox .tit span.active {
		border-bottom: 3px solid #258BCB;
		color: #258BCB;
	}

	.sipListBox .tit span {
		display: block;
		float: left;
		font: bold 14px/40px Arial;
		border-right: 1px solid #DFDFDF;
		padding: 0 20px;
	}

	.sipListBox .more {
		float: right;
		font: 12px/40px Arial;
		padding: 0 10px;
	}

	.sipListBox .cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.listBox ul {
		padding: 10px;
	}

	.sipListBox .cont li {
		font: 14px/32px Arial;
		overflow: hidden;
	}

	.listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		float: left;
		color: #CBCBCB;
		display: inline-block;
		overflow: hidden;
	}

	.listBox li a {
		display: block;
		float: left;
		width: 70%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.listBox li span {
		float: right;
		color: #999999;
	}

	/* 科技政策 end */
	/* 服务入口 */
	.i_contR {
		width: 240px;
	}

	.systemBox {
		border: 1px solid #DFDFDF;
	}

	.systemBox .tit {
		border-bottom: 1px solid #268BCB;
		background: #F8F8F8;
		font: 14px/34px Arial;
		overflow: hidden;
		height: 42px;
	}

	.systemBox .tit span {
		color: #FFF;
		padding: 0 20px;
		background: #268BCB;
		float: left;
		display: block;
		line-height: 42px;
	}

	.systemBox .cont {
		padding: 0 20px;
		height: 200px;
	}

	.systemBox a:first-child {
		border-top: none;
	}

	.systemBox a {
		display: flex;
		align-items: center;
		border-top: #E0E0E0 1px dotted;
		padding: 12px 0;
		cursor: pointer;
	}

	.systemBox em.icon-sipac26 {
		background: #21BD79;
	}

	.systemBox em.icon-sipac27 {
		background: #916FCB;
	}

	.systemBox em {
		font-size: 25px;
		margin-right: 5px;
		color: #FFF;
		width: 45px;
		line-height: 45px;
		text-align: center;
		border-radius: 50%;
		background: #258BCB;
	}

	.systemBox a span {
		font: 14px/35px Arial;
		padding: 5px 0;
		width: 140px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
	}

	.systemBox a b,
	.systemBox a q {
		display: block;
		text-align: center;
	}

	.systemBox a q {
		font: 12px/15px Arial;
		color: #999999;
	}

	q:before,
	q:after {
		content: '';
	}

	/* 服务入口 end */
}

/* 电脑端样式 end */