body {
	width: 100%;
	border-top: 4px solid #A10102
}

.logo_pic img{
		height: 70px;
	}
/* banner */


/* 首页banner */

.home-banner {
	width: 100%;
	height: 468px;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.home-banner .box {
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	/* background-color: pink; */
}

.home-banner .box>img {
	width: 100%;
	height: 100%;
}

.home-banner .swiper-container {
	width: 100%;
	height: 100%;
}

.home-banner .swiper-wrapper {
	/* 通过改变animation-timing-function 制作弹性切换效果 */
}

.home-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home-banner .swiper-button-box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -25px auto 0;
	width: 50px;
	height: 50px;
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
	width: 50px;
	height: 50px;
	opacity: 0.9;
	transition: all .3s;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-banner .swiper-pagination {
	position: absolute;
	bottom: 15px;
}

.home-banner .swiper-pagination .swiper-pagination-switch {
	cursor: pointer;
	margin: 0 10px;
	width: 50px;
	height: 4px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.6;
	border-radius: 0;
}

.home-banner .swiper-pagination .swiper-active-switch {
	background: #A10102;
}


/* banner */


/* 中心内容 */

.content {

	min-height: 401px!important;
}

.fileType {
	width: 20px;
	height: 20px;
	margin-left: 20px;
	vertical-align: middle;
}


/* 新闻块 */

.content .newbox {
	overflow: hidden;
	/*height: 320px;*/
}

.content .newbox .left_lb {
	float: left;
	width: 450px;
	height: 320px;
}

.content .newbox .left_lb .new-banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.content .newbox .left_lb .new-banner .swiper-slide .new_title {
	width: 100%;
	height: 44px;
	background: rgba(0, 0, 0, 1);
	opacity: 0.6;
	position: absolute;
}

.content .newbox .left_lb .new-banner .swiper-slide .box {
	position: relative;
}

.content .newbox .left_lb .new-banner .swiper-slide .box .new_title {
	position: absolute;
	bottom: 0px;
}

.content .newbox .left_lb .new-banner .swiper-slide .box a {
	display: block;
}

.content .newbox .left_lb .new-banner .swiper-slide .box h3 {
	color: #fff;
	font-size: 14px;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 65%;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 3px;
}

.content .newbox .left_lb .new-banner .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.new-banner .swiper-pagination {
	position: absolute;
	bottom: 15px;
	width: auto;
	right: 15px;
}

.new-banner .swiper-pagination .swiper-pagination-switch {
	width: 8px;
	height: 8px;
}

.new-banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
	opacity: .5;
}

.new-banner .swiper-pagination .swiper-pagination-switch.swiper-visible-switch {
	opacity: 1;
}


/**新闻左侧第二种样式*/

.newbox1 .pur_box .pur_top,
.newbox1 .stru_box .stru_top {
	height: 48px;
	border-bottom: 3px solid #a10102;
	/*background:rgba(247,247,247,1);*/
}

.newbox1 .pur_box .pur_top .feilmi,
.newbox1 .stru_box .stru_top .feilmi {
	display: inline-block;
	height: 48px;
	padding: 0 10px;
	/*background-color: rgba(247,247,247,1);*/
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(83, 83, 83, 1);
	line-height: 48px;
	text-align: center;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.newbox1 .pur_box .pur_top .feilmi.active,
.newbox1 .stru_box .stru_top .feilmi.active {
	
	color: #a10102;
}

.newbox1 .pur_box .pur_top ul,
.newbox1 .stru_box .stru_top ul {
	overflow: hidden;
	float: left;
	margin-top: 12px;
}

.newbox1 .pur_box .pur_top ul li,
.newbox1 .stru_box .stru_top ul li {
	float: left;
	width: 60px;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	background: rgba(0, 78, 151, 0);
	/*border:1px solid rgba(221,221,221,1);*/
	/*border-radius:2px;*/
	text-align: center;
	margin-left: -1px;
	border: 1px solid #999999;
	cursor: pointer;
}

.newbox1 .purBox.active {
	color: #a10102;
}

.newbox1 .pur_box .pur_top ul li.active,
.newbox1 .stru_box .stru_top ul li.active {
	/*background:rgba(0,96,185,1);*/
	/*color: #fff;*/
}

.newbox1 .pur_box .pur_top a.more,
.newbox1 .stru_box .stru_top a.more {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A10102;
	line-height: 48px;
	float: right;
	margin-right: 19px;
}

.newbox1 .pur_box .pur_top a.more:hover,
.newbox1 .stru_box .stru_top a.more:hover {
	font-weight: bold;
}

.newbox1 .pur_box .pur_neir {
	/*background-color: #fff;*/
	padding-bottom: 20px;
}

.newbox1 .pur_box .pur_neir>div {
	overflow: hidden;
}

.newbox1 .pur_box .pur_neir ul li {
	overflow: hidden;
}

.newbox1 .pur_box .pur_neir ul li.tcsj {
	margin-top: 20px;
}

.newbox1 .pur_box .pur_neir ul li .riqi {
	float: left;
}

.newbox1 .pur_box .pur_neir ul li .riqi .riqi_bt {
	width: 58px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 20px;
	background: rgba(13, 103, 187, 1);
}

.newbox1 .pur_box .pur_neir ul li .riqi .riqi_jtrz {
	width: 58px;
	line-height: 38px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(13, 103, 187, 1);
	border: 1px solid rgba(229, 229, 229, 1);
	text-align: center;
}

.newbox1 .pur_box .pur_neir ul li .substance {
	width: 80%;
	float: left;
	margin-left: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 4px;
}

.newbox1 .pur_box .pur_neir ul li .substance a {
	color: #535353;
}

.newbox1 .pur_box .pur_neir ul li .substance a:hover {
	color: #0D67BB;
}

.newbox1 .pur_box .pur_neir>div.purgongchang,
.newbox1 .pur_box .pur_neir>div.purfuwu {
	display: none;
}


/**新闻左侧第二种样式结束*/


/**新闻左侧第三种样式*/

.newbox1 .pur_box .pur_neir li {
	overflow: hidden;
	background-color: #fff;
	padding-right: 19px;
}

.newbox1 .pur_box .pur_neir li:last-child() {
	border: none;
}

.newbox1 .pur_box .pur_neir li:first-child {
	margin-top: 20px;
}

.newbox1 .pur_box .pur_neir li .cir {
	width: 6px;
	height: 6px;
	background: rgba(0, 78, 151, 0);
	border: 1px solid rgba(0, 96, 185, 1);
	border-radius: 50%;
	float: left;
	margin-top: 18px;
	margin-left: 10px;
}

.newbox1 .pur_box .pur_neir li .title {
	width: 80%;
	/*margin-left: 17px;*/
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	line-height: 42px;
	width: 70%;
}

.newbox1 .pur_box .pur_neir li .title a {
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(83, 83, 83, 1);
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newbox1 .pur_box .pur_neir li .title a:hover {
	color: #a10102;
}

.newbox1 .pur_box .pur_neir li .riqi {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 42px;
	height: 42px;
	float: right;
}

.newbox1 .pur_box .pur_neir>div.purgongchang,
.newbox1 .pur_box .pur_neir>div.purfuwu {
	display: none;
}


/**新闻左侧第三种样式结束*/


/* 新闻右侧*/

.newxq {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 22px;
	padding-left: 24px;
	width: 97%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content .newbox .right_tab {
	width: 730px;
	float: right;
}

.newbox .right_tab .tab_top {
	width: 100%;
	background-color: #f7f7f7;
	overflow: hidden;
}

.newbox .right_tab .tab_top ul {
	overflow: hidden;
	float: left;
}

.newbox .right_tab .tab_top .more {
	float: right;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-right: 19px;
	line-height: 48px;
	height: 48px;
}

.newbox .right_tab .tab_top>a:hover {
	color: #a10102;
}

.newbox .right_tab .tab_top ul li {
	float: left;
	width: 100px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	text-align: center;
	color: rgba(83, 83, 83, 1);
	cursor: pointer;
}

.newbox .right_tab .tab_top ul li.active {
	background-color: #a10102;
	color: #fff;
}

.newbox .right_tab .tab_neir .neir li {
	width: 100%;
	padding-left: 11px;
	padding-right: 28px;
	height: 42px;
	background: rgba(250, 250, 250, 1);
}

.newbox .right_tab .tab_neir .neir li.jsli {
	background-color: #fff;
}

.newbox .right_tab .tab_neir .neir li .cir {
	width: 6px;
	height: 6px;
	background: rgba(0, 78, 151, 0);
	border: 1px solid #a10102;
	border-radius: 50%;
	float: left;
	margin-top: 18px;
}

.newbox .right_tab .tab_neir .neir li .title {
	width: 80%;
	margin-left: 17px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	line-height: 42px;
}

.newbox .right_tab .tab_neir .neir li .title a {
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(83, 83, 83, 1);
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newbox .right_tab .tab_neir .neir li .title a:hover {
	color: #a10102;
}

.newbox .right_tab .tab_neir .neir li .riqi {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 42px;
	height: 42px;
	float: right;
}

.newbox .right_tab .tab_neir .neir li .wall {
	clear: both;
}

.newbox .right_tab .tab_neir .neir li:first-child .title a {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newbox .right_tab .tab_neir .neir li:first-child {
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 10px;
}

.newbox .right_tab .tab_neir .neir li:first-child .riqi {
	width: 100%;
	line-height: 22px;
	height: 22px;
	padding-left: 24px;
}

.newbox .right_tab .tab_neir .neir li:first-child .newxq {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
	padding-left: 24px;
	width: 97%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newbox .right_tab .tab_neir .neir {
	display: none;
}

.newbox .right_tab .tab_neir .neir.active {
	display: block;
}


/* 新闻右侧结束 */


/* 新闻块结束 */


/* 系统入口开始 */

.content .entr_box {
	margin-top: 30px;
	/*padding: 30px 0;*/
	margin-bottom: 30px;
	background: rgba(250, 250, 250, 1);
}

.content .entr_box .entrance {
	position: relative;
}

.content .entr_box .entrance .swiper-slide {
	width: 225px;
	height: 140px !important;
}

.content .entr_box .entrance .swiper-slide a {
	display: block;
	width: 225px;
	height: 100%;
	margin: 0 auto;
}

.content .entr_box .entrance .swiper-wrapper>div.swiper-slide0 {
	background: url(../images/01.png) no-repeat center center;
}

.content .entr_box .entrance .swiper-wrapper>div.swiper-slide1 {
	background: url(../images/02.png) no-repeat center center;
}

.content .entr_box .entrance .swiper-wrapper>div.swiper-slide2 {
	background: url(../images/03.png) no-repeat center center;
}

.content .entr_box .entrance .swiper-wrapper>div.swiper-slide3 {
	background: url(../images/04.png) no-repeat center center;
}

.content .entr_box .entrance .swiper-wrapper>div.swiper-slide4 {
	background: url(../images/05.png) no-repeat center center;
}

.content .entr_box .entrance .swiper-slide a {
	padding-top: 30px;
}

.content .entr_box .entrance .swiper-slide a .pic_word {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-left: 20px;
}

.content .entr_box .entrance .swiper-slide a .pic_word>div {
	display: inline-block;
	position: relative;
	top: -12px;
}

.content .entr_box .entrance .swiper-slide a .word {
	font-size: 14px;
	line-height: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin-top: 22px;
	margin-left: 20px;
}

.content .entr_box .entrance .swiper-wrapper {
	height: auto !important;
}

.content .entr_box .entrance .swiper-button-box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -25px auto 0;
	width: 50px;
	height: 50px;
}

.content .entr_box .entrance .swiper-button-next,
.content .entr_box .entrance .swiper-button-prev {
	width: 50px;
	height: 50px;
	opacity: 0.9;
	transition: all .3s;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
}

.content .entr_box .entrance .swiper-button-prev {
	background-image: url(../images/left.png);
	left: -635px;
}

.content .entr_box .entrance .swiper-button-next {
	background-image: url(../images/right.png);
	right: -635px;
}

.content .entr_box .entrance .swiper-button-next:hover,
.content .entr_box .entrance .swiper-button-prev:hover {
	opacity: 1;
}

.content .entr_box .entrance .swiper-button-next::after,
.content .entr_box .entrance .swiper-button-prev::after {
	content: "";
	display: none;
}


/* 系统入口结束 */

.feilmi {
	overflow: hidden;
}


/*采购公告结果公告第一种 */

.purchase1 {
	overflow: hidden;
	padding-top: 30px;
}

.purchase1>div {
	float: left;
	margin-right: 20px;
}

.purchase1>div:last-child {
	margin-right: 0;
}

.purchase1 .pur_box,
.purchase1 .stru_box {
	width: 430px;
}

.purchase1 .pur_box .pur_top,
.purchase1 .stru_box .stru_top {
	/*width: 450px;*/
	height: 48px;
	/*background:rgba(247,247,247,1);*/
}

.purchase1 .pur_box .pur_top .feilmi,
.purchase1 .stru_box .stru_top .feilmi {
	display: inline-block;
	height: 48px;
	padding: 0 10px;
	/*background-color: #a10102;*/
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	border-bottom: 3px solid transparent;
	color: #333;
	/*color:rgba(255,255,255,1);*/
	line-height: 48px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.purchase1 .pur_box .pur_top ul,
.purchase1 .stru_box .stru_top ul {
	overflow: hidden;
	float: left;
	margin-top: 12px;
}

.purchase1 .pur_box .pur_top ul li,
.purchase1 .stru_box .stru_top ul li {
	float: left;
	width: 60px;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	background: rgba(0, 78, 151, 0);
	/*border:1px solid rgba(221,221,221,1);*/
	/*border-radius:2px;*/
	text-align: center;
	margin-left: -1px;
	border: 1px solid #999999;
	cursor: pointer;
}

.purchase1 .pur_box .pur_top ul li.active,
.purchase1 .stru_box .stru_top ul li.active {
	/*color:rgba(0,96,185,1);*/
	color: #fff;
	background-color: #a10102;
}

.purchase1 .pur_box .pur_top a.more,
.purchase1 .stru_box .stru_top a.more {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A10102;
	line-height: 48px;
	float: right;
	margin-right: 19px;
}

.purchase1 .pur_box .pur_top a.more:hover,
.purchase1 .stru_box .stru_top a.more:hover {
	font-weight: bold;
	font-size: 16px;
}

.purchase1 .pur_box .pur_neir {
	/*background-color: #fff;*/
	padding-bottom: 20px;
}

.purchase1 .pur_box .pur_neir>div {
	overflow: hidden;
}

.purchase1 .pur_box .pur_neir ul li {
	/*margin-top: 20px;*/
	overflow: hidden;
}

.purchase1 .pur_box .pur_neir ul li .riqi {
	float: left;
}

.purchase1 .pur_box .pur_neir ul li .riqi .riqi_bt {
	width: 58px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 20px;
	background: #a10102;
}

.purchase1 .pur_box .pur_neir ul li .riqi .riqi_jtrz {
	width: 58px;
	line-height: 38px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #a10102;
	border: 1px solid rgba(229, 229, 229, 1);
	text-align: center;
}

.purchase1 .pur_box .pur_neir ul li .substance {
	width: 80%;
	float: left;
	margin-left: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 4px;
}

.purchase1 .pur_box .pur_neir ul li .substance a {
	color: #535353;
	display: block;
}

.purchase1 .pur_box .pur_neir ul li .substance a:hover {
	color: #0D67BB;
}

.purchase1 .pur_box .pur_neir>div.purgongchang,
.purchase1 .pur_box .pur_neir>div.purfuwu {
	display: none;
}

.purchase1 .stru_box .stru_neir li {
	overflow: hidden;
	background-color: #fff;
	padding-right: 19px;
	padding-left: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.purchase1 .stru_box .stru_neir li:last-child() {
	border: none;
}

.purchase1 .stru_box .stru_neir li:first-child {
	margin-top: 20px;
}

.purchase1 .stru_box .stru_neir li .cir {
	width: 6px;
	height: 6px;
	background: rgba(0, 78, 151, 0);
	border: 1px solid #a10102;
	border-radius: 50%;
	float: left;
	margin-top: 18px;
	margin-left: 10px;
	display: none;
}

.purchase1 .stru_box .stru_neir li .title {
	width: 80%;
	/*margin-left: 17px;*/
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	line-height: 42px;
	width: 70%;
}

.purchase1 .stru_box .stru_neir li .title a {
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(83, 83, 83, 1);
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.purchase1 .stru_box .stru_neir li .title a:hover {
	color: #a10102;
}

.purchase1 .stru_box .stru_neir li .riqi {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 42px;
	height: 42px;
	float: right;
}

.purchase1 .stru_box .stru_neir>div.strugongchang,
.purchase1 .stru_box .stru_neir>div.strufuwu {
	display: none;
}

.purchase1 .cantent_box {
	width: 260px;
}

.purchase1 .cantent_box {
	background: rgba(0, 78, 151, 0);
	border: 1px solid rgba(221, 221, 221, 1);
	padding: 0 20px;
	padding-bottom: 15px;
}

.purchase1 .cantent_box .cantent_top {
	border-bottom: 1px solid #DDD;
	overflow: hidden;
	/* padding: 14px 0 0 0; */
}

.purchase1 .cantent_box .cantent_top .lxwm {
	font-size: 18px;
	line-height: 46px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #a10102;
	border-bottom: 2px solid #a10102;
	float: left;
}

.purchase1 .cantent_box .cantent_top a.more {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 46px;
	float: right;
}

.purchase1 .cantent_box .cantent_top a.more:hover {
	color: #a10102;
}

.purchase1 .cantent_box .cantent_body li {
	margin-top: 12px;
}

.purchase1 .cantent_box .cantent_body li:first-child {
	margin-top: 19px;
}

.purchase1 .cantent_box .cantent_body .cant_bt {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(83, 83, 83, 1);
	height: 14px;
	line-height: 14px;
	border-left: 2px solid #a10102;
	padding-left: 6px;
}

.purchase1 .cantent_box .cantent_body .cant_zynr {
	margin-top: 8px;
}

.purchase1 .cantent_box .cantent_body .cant_zynr>div img {
	position: relative;
	top: 2px;
}

.purchase1 .cantent_box .cantent_body .cant_zynr>div:first-child {
	margin-right: 20px;
}

.purchase1 .cantent_box .cantent_body .cant_zynr>div {
	display: inline-block;
}


/*采购公告结果公告第一种结束 */


/*采购公告结果公告第二种 */

.purchase2 {
	margin-top: 30px;
}

.purchase2 .stru_box .stru_top .feilmi {
	width: 100px;
	height: 48px;
	/*background:rgba(247,247,247,1);*/
	font-size: 16px;
	border-bottom: 3px solid transparent;
	color: #333;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(83, 83, 83, 1);
	line-height: 48px;
	text-align: center;
	float: left;
	margin-right: 0px;
	cursor: pointer;
}

.purchase2 .stru_box .stru_top .feilmi.active {
	border-bottom: 3px solid #a10102;
	color: #a10102;
}

.purchase2 .stru_box {
	width: 100%;
}

.purchase2 .stru_box .stru_top {
	width: 100%;
}

.purchase2 .stru_box .stru_neir ul li div.nei-li {
	overflow: hidden;
	width: 50%;
	display: inline-block;
	float: left;
	/*padding-right: 0px;*/
}

.purchase2 .stru_box .stru_neir ul li div.nei-li:first-child {
	padding-right: 19px;
}


/*采购公告结果公告第二种结束 */


/*采购公告结果公告第三种开始 */

.purchase3 {
	padding-top: 30px;
}

.purchase3 .stru_box .stru_top {
	width: 100%;
}

.purchase3 .stru_box {
	width: 50%;
	box-sizing: border-box;
	margin-right: 0;
}

.purchase3 .stru_box:first-child {
	padding-right: 10px;
}

.purchase3 .stru_box:last-child {
	padding-left: 10px;
}

.purchase3 .stru_box .stru_neir li {
	padding-right: 19px;
}


/*采购公告结果公告第三种结束 */


/*采购公告结果公告第四种*/

.purchase4 {
	margin-top: 30px;
}

.purchase4 .stru_box {
	width: 76.6%;
}

.purchase4 .stru_box {
	width: calc(100% - 280px);
}

.purchase4 .stru_box:last-child {
	width: 260px;
}

.purchase4 .stru_box .stru_top {
	width: 100%;
}

.purchase4 .stru_box .stru_neir li {
	padding-right: 29px;
}

.purchase4 .stru_box .stru_top .feilmi {
	/*background: rgba(247,247,247,1);*/
	/*color: rgba(83,83,83,1);*/
	border-bottom: 3px solid transparent;
	color: #333;
	cursor: pointer;
}

.purchase4 .stru_box .stru_top .feilmi:first-child {
	margin-right: 0px;
}

.purchase4 .stru_box .stru_top .feilmi.active {
	border-bottom: 3px solid #a10102;
	color: #a10102;
}

.purchase4 .stru_box .stru_neir2 {
	display: none;
}

.purchase4 ul.nav-tab-dh2 {
	display: none;
}

.purchase1 .stru_box .stru_neir li.two-hang:nth-child(4n + 1),
.purchase1 .stru_box .stru_neir li.two-hang:nth-child(4n + 2) {
	background-color: #f7f7f7;
}

.content .newbox .stru_box {
	float: left;
}

.content .newbox .stru_box:first-child {
	padding-left: 0px;
}

.content .newbox .stru_box {
	padding-left: 20px;
}

.content .newbox .stru_box:last-child {
	width: calc(100% - 450px);
}


/*采购公告结果公告第四种结束 */


/* 中心内容结束 */

/*------------------------------------分割线---------------------------------------------*/

.nei-content {
	clear: both;
	font-size: 13px;
	color: #999999;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
	line-height: 20px;
	min-height: 40px;
}

.newbox1 .stru_box .stru_neir .stru_tab ul.nav-ul {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

.newbox1 .stru_box .stru_neir .stru_tab ul.nav-ul li.purBox {
	display: inline-block;
	width: calc(100% / 3);
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
	line-height: 40px;
}

.newbox1 .stru_box .stru_neir .stru_tab ul.nav-ul li.purBox.active {
	color: #FFFFFF;
	background-color: #90000a;
}

.newbox4 .stru_box {
	width: 100%;
}

.news {
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding: 20px 0;
	width: 100%;
}

.news .news_item {
	width: 33%;
	padding: 20px;
	background-color: #FFFFFF;
}

.news .news_item:hover {
	transform: scale(1.05);
	transition: 0.5s;
}

.news .news_item a {
	display: block;
	text-decoration: none;
}

.news .news_item a .news-tittle {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}

.news .news_item a .news-content {
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}
.news .news_item a .news_time{
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.system_enter .system_item {
	border: 1px solid #a10102;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.system_enter  .system_item:first-child {
	margin-top: 20px;
}
.system_enter  .system_item:last-child {
	margin-bottom: 0;
}
.system_enter .system_item:hover{
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 16%);
}
.system_enter .system_item .sys_content{
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.system_enter .system_item .sys_content .sys_tittle{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.system_enter .system_item:hover a .sys_tittle{
	color: #a10102;
}
.system_enter .system_item a {
	display: flex;
	height: 55px;
	align-items: center;
	padding-left: 40px;
	border: 1px solid #ffb3b3;	
}
.system_enter .system_item a img {
	width: 30px;
}
.newbox5 .stru_box{
	width: calc(100% / 3);
}
.footer .footer_box .foot_left{
	width: 500px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	border-left: 1px solid #FFFFFF;
}
.footer .footer_box .foot_left .lianxifangshi
{
	display: inline-block;
	margin-left: 20px;
}
.footer .footer_box .foot_left p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 3;
}
.footer .footer_box .foot_left p:first-child{
	font-size: 16px;
	font-weight: bold;
	line-break: 40px;
}
.foot_right{
	width: calc(100% - 500px);
	padding-left:20px ;
}
.foot_right .foot_link h4{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.foot_right .foot_link .link_content{
	padding: 20px;
}
.foot_right .foot_link .link_content a{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	margin-right: 20px;
}
.hide-border,
.hide-border .active{
	border: none!important;
}
.top{
	background-color: #a10102;
}
.top .top_link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
}
.top .top_link a{
	color: #FFFFFF;
}
/*-------------------------------------分割线--------------------------------------------*/
/* 响应式 */

@media only screen and (max-width: 1240px) {
	.celan {
		right: 10px;
	}
	.comwidth {
		width: 1100px;
	}
	.new-banner .swiper-pagination {
		bottom: 45px;
	}
	.content .newbox .left_lb {
		width: 400px;
	}
	.content .newbox .stru_box:last-child {
		width: calc(100% - 400px);
	}
	.content .newbox .right_tab {
		width: 680px;
	}
	.content .entr_box .entrance .swiper-button-prev {
		left: -510px;
	}
	.content .entr_box .entrance .swiper-button-next {
		right: -510px;
	}
	.purchase1 .pur_box,
	.purchase1 .stru_box {
		width: 400px;
	}
	.purchase1 .cantent_box {
		width: 260px;
	}
	.purchase1 .pur_box .pur_top,
	.purchase1 .stru_box .stru_top {
		width: 100%;
		height: 48px;
		background: rgba(247, 247, 247, 1);
	}
	.purchase2 .stru_box {
		width: 100%;
	}
	.purchase2 .stru_box .stru_top {
		width: 100%;
	}
	.purchase3 .stru_box {
		width: 50%;
	}
	.purchase4 .stru_box {
		width: calc(100% - 280px);
	}
	.content .entr_box .entrance .swiper-button-next,
	.content .entr_box .entrance .swiper-button-prev {
		width: 34px;
		height: 34px;
		/* display: none; */
	}
	.newbox .right_tab .tab_neir .neir li:last-child {
		display: none;
	}
}

@media only screen and (max-width: 1180px) {
	.celan {
		display: none;
	}
	.comwidth {
		width: 1000px;
	}
	.content .newbox .left_lb {
		width: 400px;
		height: 320px;
	}
	.content .newbox .stru_box:last-child {
		width: calc(100% - 400px);
	}
	.content .newbox .right_tab {
		width: 65%;
	}
	.new-banner .swiper-pagination {
		bottom: 12px;
	}
	.purchase1 .pur_box,
	.purchase1 .stru_box {
		width: 100%;
	}
	.purchase2 .stru_box {
		width: 100%;
	}
	.purchase2 .stru_box .stru_top {
		width: 100%;
	}
	.purchase3 .stru_box {
		width: 50%;
	}
	.purchase4 .stru_box {
		width: calc(100% - 280px);
	}
	.content .entr_box .entrance .swiper-button-next,
	.content .entr_box .entrance .swiper-button-prev {
		width: 34px;
		height: 34px;
		/* display: none; */
	}
	.purchaseone .pur_box .pur_top,
	.purchaseone .stru_box .stru_top {
		height: 44px;
	}
	.purchaseone .pur_box .pur_top .feilmi,
	.purchaseone .stru_box .stru_top .feilmi {
		font-size: 14px;
		height: 44px;
		width: 80px;
		line-height: 44px;
		margin-right: 0;
	}
	.purchaseone .pur_box .pur_neir ul li .riqi .riqi_bt {
		width: 50px;
		font-size: 12px;
	}
	.purchaseone .pur_box .pur_neir ul li .riqi .riqi_jtrz {
		width: 50px;
		line-height: 38px;
		font-size: 20px;
	}
	.purchaseone .pur_box .pur_neir ul li .substance {
		width: 75%;
	}
	.purchaseone .pur_box .pur_top ul li,
	.purchaseone .stru_box .stru_top ul li {
		font-size: 12px;
		line-height: 24px;
	}
	.purchaseone .pur_box .pur_top a.more,
	.purchaseone .stru_box .stru_top a.more {
		margin-right: 10px;
	}
	.home-banner {
		height: 254px;
	}
}

@media only screen and (max-width: 1100px) {
	.content .entr_box .entrance .swiper-button-box {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.comwidth {
		width: 850px;
	}
	.purchaseone .pur_box,
	.purchaseone .stru_box {
		width: calc(50% - 20px);
	}
	.purchaseone>div:last-child {
		width: 100%;
	}
	.purchaseone .cantent_box .cantent_body li {
		margin-top: 12px;
		width: 50%;
		display: inline-block;
		float: left;
	}
	.purchaseone .cantent_box .cantent_body li:first-child {
		margin-top: 12px;
	}
	.newbox .right_tab .tab_neir .neir li:nth-child(3) {
		display: none;
	}
	.footer_box .zhong_box {
		overflow: hidden;
		margin-left: 100px;
	}
	.newbox1 .pur_box .pur_top {
		height: 96px;
	}
}

@media only screen and (max-width: 860px) {
	.comwidth {
		width: 760px;
	}
	.header .logotop .logo_pic {
		float: left;
		margin-top: 23px;
		margin-bottom: 23px;
		width: 375px;
	}
	.header .logotop .search_box {
		width: 200px;
		height: 36px;
		background: rgba(255, 255, 255, 1);
		border: 1px solid rgba(206, 206, 206, 1);
		border-radius: 18px;
		float: right;
		margin-top: 32px;
		margin-right: 80px;
	}
	.content .newbox .left_lb .new-banner .swiper-slide .box {
		display: none;
	}
	.content .newbox .left_lb {
		display: none;
	}
	.content .newbox .stru_box {
		padding-left: 0px;
	}
	.content .newbox .stru_box:last-child {
		width: 100%;
	}
	.content .newbox .right_tab {
		width: 100%;
	}
	.newbox1 .pur_box .pur_top {
		height: 48px;
	}
	.purchase3 .stru_box {
		width: 100%;
	}
	.purchase2 .stru_box .stru_neir ul li div.nei-li {
		overflow: hidden;
		width: 100%;
		display: inline-block;
		float: left;
	}
	.purchase2 .stru_box .stru_neir ul li div.nei-li:last-child .cir {
		margin-left: 10px;
	}
	.purchase2 .stru_box .stru_neir ul li div.nei-li {
		padding-right: 19px;
	}
	.footer_box .zhong_box {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.home-banner {
		height: 100px;
	}
	.logo_pic img{
		height: 35px;
	}
	.comwidth {
		width: 95%;
	}
	.header .logotop .search_box {
		display: none;
	}
	.header .logotop .logo_pic {
		width: 280px;
	}
	.phone_nav a {
		display: block;
		width: 22px;
		height: 20px;
		position: absolute;
		top: 62px;
		right: 20px;
		z-index: 999;
	}
	.newbox .right_tab .tab_neir .neir li {
		width: 100%;
		padding-left: 0px;
		padding-right: 10px;
		height: 42px;
		background: rgba(250, 250, 250, 1);
	}
	.newbox .right_tab .tab_neir .neir li .title {
		width: 75%;
		margin-left: 10px;
		float: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 42px;
		line-height: 42px;
	}
	.newbox .right_tab .tab_neir .neir li .riqi {
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(153, 153, 153, 1);
		line-height: 42px;
		height: 42px;
		float: right;
	}
	.newbox .right_tab .tab_neir .neir li:nth-child(3) {
		display: block;
	}
	.newbox .right_tab .tab_neir .neir li:nth-child(4) {
		display: block;
	}
	.content .entr_box .entrance .swiper-button-box {
		display: block;
		z-index: 6;
	}
	.content .entr_box .entrance .swiper-button-next {
		right: -140px;
	}
	.content .entr_box .entrance .swiper-button-prev {
		left: -140px;
	}
	.purchaseone .pur_box,
	.purchaseone .stru_box {
		width: 100%;
	}
	.purchase1 .stru_box .stru_neir li {
		padding-right: 0;
	}
	.purchase2 .stru_box .stru_neir ul li div.nei-li:first-child {
		padding-right: 0px;
	}
	.purchase2 .stru_box .stru_neir ul li div.nei-li {
		padding-right: 0px;
	}
	.purchase3 .stru_box {
		width: 100%;
		margin-right: 0;
	}
	.purchase1 .pur_box .pur_top,
	.purchase1 .stru_box .stru_top {
		height: 44px;
	}
	.purchase1 .pur_box .pur_top .feilmi,
	.purchase1 .stru_box .stru_top .feilmi {
		font-size: 30px;
		height: 44px;
		/*width: 80px;*/
		font-weight: bold;
		line-height: 44px;
		margin-right: 0;
	}
	.purchase1 .pur_box .pur_neir ul li .riqi .riqi_bt {
		width: 50px;
		font-size: 12px;
	}
	.purchase1 .pur_box .pur_neir ul li .riqi .riqi_jtrz {
		width: 50px;
		line-height: 38px;
		font-size: 20px;
	}
	.purchase1 .pur_box .pur_neir ul li .substance {
		width: 75%;
	}
	.purchase1 .pur_box .pur_top ul li,
	.purchase1 .stru_box .stru_top ul li {
		font-size: 12px;
		line-height: 24px;
	}
	.purchase1 .pur_box .pur_top a.more,
	.purchase1 .stru_box .stru_top a.more {
		margin-right: 10px;
	}
	.purchase4 .stru_box {
		width: 100%;
	}
	.purchase4 .stru_box .stru_top {
		height: auto;
		overflow: hidden;
	}
	.purchase4>div:last-child {
		width: 100% !important;
	}
	.purchase4 .cantent_box .cantent_body li {
		margin-top: 12px;
		width: 50%;
		display: inline-block;
		float: left;
	}
	.purchase4 .cantent_box .cantent_body li:first-child {
		margin-top: 12px;
	}
	.footer .footer_box>div {
		width: 100%;
		margin-top: 15px;
	}
	.footer .footer_box .banquan{
		zoom: 0.8;
	}
	.footer {
		background-color: #a10102;
		height: auto;
		/*margin-top: 60px;*/
		overflow: hidden;
	}
	.footer_box .right_box .right_div {
		display: none;
	}
	.footer .footer_box>div.banquan>div {
		width: 100%;
	}
	.footer .footer_box>div.banquan>div:nth-child(2) {
		text-align: center;
	}
	.purchase1 .pur_box .pur_top ul,
	.purchase1 .stru_box .stru_top ul {
		overflow: hidden;
		float: left;
		margin-top: 12px;
		width: 80%;
	}
	.purchase1 .pur_box .pur_top,
	.purchase1 .stru_box .stru_top {
		height: auto;
		overflow: hidden;
	}
	.purchase3 .stru_box:last-child {
		padding-left: 0px;
	}
	.purchase3 .stru_box:first-child {
		padding-right: 0px;
	}
	.purchase1 .stru_box .stru_neir li .cir {
		width: 6px;
		height: 6px;
		background: rgba(0, 78, 151, 0);
		border: 1px solid #a10102;
		border-radius: 50%;
		float: left;
		margin-top: 18px;
		margin-left: 6px;
	}
	.purchase1 .stru_box .stru_neir li .title {
		width: 80%;
		margin-left: 10px;
		float: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 42px;
		line-height: 42px;
		width: 70%;
	}
	.purchase1 .stru_box .stru_neir li .riqi {
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: rgba(153, 153, 153, 1);
		line-height: 42px;
		height: 42px;
		float: right;
		margin-right: 5px;
	}
	.footer .footer_box .foot_left,.footer .footer_box .foot_right{
		width: 100%;
		border: none;
		zoom: 80%;
		padding-left: 0;
	}
	.top{
		zoom: 80%;
	}
	.newbox5 .stru_box{
		width: 100%;
	}
	.news .news_item:last-child{
		display: none;
	}
	.news .news_item{
		width: calc(50% - 5px);
		zoom: 0.8;
	}
}

@media only screen and (max-width: 600px) {
	.newbox1 .pur_box .pur_top .feilmi {
		margin-right: 10px;
	}
	.newbox1 .pur_box .pur_top ul li {
		margin-left: 5px;
	}
	.newbox1 .pur_box .pur_top a.more {
		margin-right: 0px;
	}
}

@media only screen and (max-width: 520px) {
	.newbox1 .pur_box .pur_top {
		height: 96px;
	}
	.newbox1 .pur_box .pur_top ul li:first-child {
		margin-left: 0px;
	}
	.newbox1 .pur_box .pur_neir li {
		padding-right: 0px;
	}
	.newbox1 .pur_box .pur_neir li .title {
		width: calc(100% - 110px);
	}
}


/* 响应式 */


