<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿
/* 内容 */
.content_wrap{
	background: #fbfafa;
}
/*  新闻轮播  时政要闻  建设快讯 */
.content_main {
	width: 1300px;
	margin: 0 auto;
	padding: 35px 0 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* height: 300px; */
	/* 	border: 1px solid red; */
}

.content_main .main1 {
	width: 40%;
	height: 330px;
	/* border: 1px solid red; */
}

/* 轮播 */
.content_main .lunbo {
	width: 100%;
	height: 100%;
	/* border: 1px solid blue; */
	/* padding: 25px 0 0 25px; */
}

.lunbo .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid red; */
}

/* 轮播图片 */
.box_img ul {}

.box_img ul li {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.box_img ul li img {
	display: block;
	width: 100%;
	height: 350px;
}

.box_img ul li h2 {
	position: absolute;
	left: 0;
	bottom: 18px;
	height: 40px;
	width: 100%;
	background: rgba(125, 125, 120, .4);
	/* text-indent: 2em; */
	padding-left: 10px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}

/*  轮播圆点*/
.box_circle {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

.box_circle ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 100px;
	cursor: pointer;
}

.box_circle ul .on {
	background: rgba(255, 255, 255, 0.6);
}

.content_main .main2,
.content_main .main3 {
	width: 29%;
	height: 330px;
	/* border: 1px solid red; */
}

/* 时政要闻 建设快讯 */
.content_main .main2 .news_biaoti {
	width: 100%;
	height: 35px;
	background: url(../images/LMBG.png) no-repeat;
}

.content_main .main3 .news_biaoti {
	width: 100%;
	height: 35px;
	background: url(../images/LMBG2.png) no-repeat;
}

.news_biaoti p a {
	display: block;
	color: #4279b1;
	font-size: 22px;
	font-weight: bold;
	margin-left: 30px;
	line-height: 22px;
}

.clear {
	clear: both;
}

.news-con {
	width: 100%;
	height: 295px;
	padding: 5px;
	/* border: 1px solid blue; */
}

.news-con ul {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}

.news-con ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	/* border: 1px solid blue; */
}

.news-con ul li a {
	background: url(../images/icon1.png) no-repeat left center;
	padding-left: 15px;
	float: left;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	display: inline-block;
}

.news-con ul li a:hover {
	color: #015293;
	transform: translate(-4px, 0px);
}

.news-con ul li span {
	float: right;
	font-size: 14px;
	color: #999;
}

.content_main2 {
	width: 1300px;
	margin: 0 auto;
}

/* 专题专栏 */
.Box {
	position: relative;
	width: 100%;
	/* border: 1px solid red; */
}

.Box .content {
	width: 100%;
	margin: 25px auto;
	/* border: 1px solid red; */
}

/* .Box .content_title {
	text-align: left;
	align-items: center;
	color: #1E64AA;
	font-weight: bold;
	font-size: 22px;
	border-left: 3px solid #1E64AA;
	padding-left: 20px;
	margin-bottom: 25px;
} */

.Box .Box_con {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 70px;
	cursor: pointer;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: initial;
	width: 100%;
	height: 100%;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
	width: 297px;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.5s;
	font-size: 0;
	-webkit-text-size-adjust: none;
	white-space: nowrap;
}

.Box .Box_con .conbox ul li {
	float: initial;
	width: 312px;
	height: 100px;
	margin-left: 15px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0px;
	margin-bottom: 13px;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}

.Box .BoxSwitch {
	margin-top: 5px;
	text-align: center;
}

.Box .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 8px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.Box .BoxSwitch span.cur {
	background: #1E64AA;
}

.Box_con .prev,
.Box_con .next {
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 50px;
	background: url(../images/icon.png);
	cursor: pointer;
	opacity: .3;
	transition: opacity .3s;
}

.Box_con:hover .prev,
.Box_con:hover .next {
	opacity: 1;
}

.Box_con .prev {
	left: 10px;
	background-position: left bottom;
}

.Box_con .next {
	right: 10px;
}

/* 政府信息公开 */
.content_main3 {
	width: 1300px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* 图标 */
.zfxxicon {
	width: 500px;
	height: 350px;
	box-shadow: 2px 5px 8px 2px rgb(0 0 0 / 10%);
	/* border: 1px solid red; */
}

.zfxxicon .tit {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	/* background: linear-gradient(to right, #015293, #0085CE); */
	background: url(../images/xxgk.jpg) center top no-repeat;
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.zfxxicon .icon {
	width: 100%;
	height: 280px;
	/* border: 1px solid #90c8e7; */
	margin-top: 10px;
}

.zfxxicon .icon ul li {
	float: left;
	width: 33.3%;
	margin-top: 10px;
	background: #fbfafa;
	text-align: center;
}

.zfxxicon .icon ul li a {
	display: block;
	height: 80px;
	transition: 0.4s all;
        color: #333;
}

.zfxxicon .icon ul li a:hover {
	color: #006bb0;
	cursor: pointer;
	font-weight: bold;
}

.zfxxicon .icon ul li a img {
	display: block;
	height: 35px;
	width: 35px;
	margin: 0 auto 12px;
}

.zfxxicon li a span {
	display: block;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 单位概况 行业信息 通知公告 */
.content_main3 .mainright {
	width: 780px;
	height: 350px;
	/* border: 1px solid #90c8e7; */
	box-shadow: 2px 5px 8px 2px rgb(0 0 0 / 10%);
}

.yyui_tab_card {
	border-radius: 2px;
	letter-spacing: 0px;
}

.yyui_tab_card&gt;ul {
	margin-left: 0;
}

.yyui_tab_card&gt;ul&gt;.yyui_tab_title {
	box-sizing: border-box;
	line-height: 50px;
	height: 50px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	/* padding: 0px 15px; */
	letter-spacing: 0px;
	margin-left: 13px;
}

.title_a {
	display: inline-block;
	padding-right: 40px;
	margin-right: 18px;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
        color:  #1E64AA;
}

.title_a::after {
	display: block;
	height: 12px;
	content: '';
	border-left: 1px solid #CCC;
	position: absolute;
	left: 160px;
	top: 50%;
	margin-top: -6px;
}

.title_a img {
	margin-right: 15px;
}

.yyui_tab_card&gt;ul&gt;.yyui_tab_title_this {
	box-sizing: border-box;
	line-height: 50px;
	height: 50px;
	color: #1E64AA;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	/* padding: 0px 15px; */
	border-radius: 2px 2px 0px 0px;
	letter-spacing: 0px;
	margin-left: 15px;
}

.yyui_tab_card&gt;.yyui_tab_content {
	display: none;
	box-sizing: border-box;
	margin-top: 10px;
	/* border-top: 1px solid #e6e6e6; */
	background-color: #ffffff;
}

.yyui_tab_card&gt;.yyui_tab_content_this {
	display: block;
	box-sizing: border-box;
	/* border-top: 1px solid #e6e6e6; */
	background-color: #fbfafa;
	/* 	border: 1px solid blue; */
}

.yyui_tab_content_this .list {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}

.yyui_tab_content_this .list li {
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	padding-right: 10px;
	/* border: 1px solid blue; */
}
.yyui_tab_content_this .list2 li {
	width: 100%;
	    height: 42px;
	    line-height: 42px;
	    padding-left: 10px;
	    padding-right: 10px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	/* border: 1px solid blue; */
}

.yyui_tab_content_this .list li a {
	background: url(../images/icon1.png) no-repeat left center;
	padding-left: 15px;
	float: left;
	width: 82%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	display: inline-block;
}
.yyui_tab_content_this .list2 li a {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    display: inline-block;
}

a {
    text-decoration: none;
}
.yyui_tab_content_this .list li a:hover {
	color: #1E64AA;
	cursor: pointer;
}

.yyui_tab_content_this .list li span {
	float: right;
	font-size: 14px;
	color: #999;
}
.yyui_tab_content_this .list2 li span{
	font-size: 14px;
	color: #999;
}
.yyui_tab_content_this .list2 li span:first-child{
	 color: #085ca2;
	 font-size: 16px;
}
/* 领导 */
.ldleft {
	float: left;
	width: 55%;
	height: 247px;
	/* border: 1px solid red; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ldleft img {
	width: 150px;
	padding: 10px;
	margin-right: 15px;
}

.ldleft .ldxx {
	padding: 5px;
}

.ldleft .ldxx a {
	font-size: 20px;
	line-height: 45px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.ldleft .ldxx a:hover {
	cursor: pointer;
	color: #015293;
	transform: translate(-4px, 0px);
}

.ldleft .ldxx-gz .gztop {
	width: 81px;
	height: 50px;
	background: url(../images/zggz.png) no-repeat left;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.ldleft .ldxx-gz .gztop a {
	color: #fff;
	font-size: 16px;
}

.ldleft .ldxx-gz p a {
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.ldright {
	float: right;
	width: 45%;
	height: 247px;
	padding: 15px 15px 0 0;
	/* border: 1px solid red; */
}

.ldright ul li {
	height: 40px;
}

.ldright ul li a {
	display: block;
	width: 340px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
        color: #333;
}

.ldright ul li a:hover {
	color: #015293;
	transform: translate(-4px, 0px);
	cursor: pointer;
}

.list-heng {
	padding: 10px;
}

.list-heng li {
	float: left;
	width: 33%;
	height: 41px;
	padding-left: 10px;

}

.list-heng li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/icon1.png) no-repeat left center;
	padding-left: 15px;
        color: #333;
}

/* 招标 投标专栏 */
.content_main4 {
	width: 100%;
	/* background-color: #f8faff; */
}

.content_main4 .itembg {
	width: 1300px;
	height: 430px;
	margin: 15px auto 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f8faff;
	padding: 30px 15px;	
	box-shadow: 2px 5px 8px 2px rgb(0 0 0 / 10%);
}

.content_main4 .item {
	width: 31%;
	/* border: 1px solid red; */

}

.content_main4 .item_biaoti {
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	/* background: url(../images/tab.png) no-repeat; */
}

.content_main4 .item_biaoti p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.content_main4 .item_biaoti p a {
	display: block;
	color: #4279b1;
	font-size: 22px;
	font-weight: bold;
	height: 45px;
	width: auto;
	border-bottom: 3px solid #4279b1;
	line-height: 29px;
}

.content_main4 .item_biaoti p .more {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	border: 0;
}

.content_main4 .item-con {
	width: 100%;
	height: 330px;
	margin-top: 10px;
	/* border: 1px solid blue; */
}

.content_main4 .item-con ul {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}

.content_main4 .item-con ul li {
	width: 100%;
	height: 47px;
	line-height: 47px;
	/* border: 1px solid blue; */
}

.content_main4 .item-con ul li a {
	background: url(../images/icon1.png) no-repeat left center;
	padding-left: 15px;
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	display: inline-block;
}

.content_main4 .item-con ul a:hover {
	color: #015293;
	transform: translate(-4px, 0px);
}

.content_main4 .item-con ul li span {
	float: right;
	font-size: 14px;
	color: #999;
}

/* 多媒体链接 */
.content_main5 {
	width: 1300px;
	margin: 35px auto 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content_main5 .item {
	width: 24%;
	height: 120px;
	background: #f8faff;
	background: url(../images/mtbg2.png) top center no-repeat;
	background-size: 100% 75%;
	/* border: 1px solid red; */
}

.content_main5 .item a {
	display: block;
	width: 100%;
	line-height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 20px;
        color: #333;
}

.content_main5 .item a:hover {
	color: #015293;
	transform: translate(-4px, 0px);
}

.content_main5 .item a img {
	margin-right: 25px;
	width: 37px;
}

/* 微信显示 */
.app {
	position: relative;
}

.appR {
	display: none;
}

.app:hover .appR {
	display: block;
}

.appR {
	position: absolute;
	top: 70px;
	left: 90px;
	width: 170px;
	height: 210px;
	/* background-color: #1E64AA; */
	border-radius: 5px;
	text-align: center;
}

.appR img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 5px auto;
}

/* 返回顶部 */
.back {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 50%;
	right: 15px;
	z-index: 9999;
	border-radius: 50%;
	/*    display: block; */

}

.back a {
	cursor: pointer;
	width: 60px;
	height: 60px;
	background-color: #2e6aa7;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}

.back a img {
	margin: 13px;
}
</pre></body></html>