﻿body {
	background: #ecf0f1;
	font-size: 15px;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体", "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body, html {
	margin: 0;
	padding: 0;
}
.container {
	width: 1200px!important;
} /* 页面宽度，默认自适应 */
a {
	color: #333;
	text-decoration: none;
} /* a标签颜色 */
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #2b7ecc;
}
input,select{
	border: 1px solid #ddd;
}
input,select,input:focus,select:focus {
	outline: none!important;
}
.form-group{
	margin-bottom: 0;
}
.form-control,.form-control:focus{
	border-radius: 0;
	box-shadow: none;
}
.input-group-addon{
	border-radius: 0;
}
table th,table tr,table td{
	text-align: center;
	font-size: 14px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
/*#main > .container > .row.margin-top-10 {margin-top: 15px!important;}*/
/********************** header *************************/
#header .top {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 13px;
	background-color: #ebebeb;
}
#header .time-area {
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.header-bg {/*border-bottom: 1px solid #ddd;*/ /*background: url(../images/header-bg.png) no-repeat center -30px;*/
}
.header-bg .container {
	padding: 0;
}
/* 搜索 */
.news-search {
	background-color: #ecf0f1;
	border-bottom: 1px solid #ccc;
	height: 44px;
}
.news-search .form-group-box {
	margin-top: 6px;
	display: flex;
}
.jiansuo {
	font-weight: normal;
	padding-top: 4px;
	padding-left: 3px;
}
.input-box {
	border: 1px solid #ccc;
}
.input-box .form-input {
	height: 30px;
	padding-left: 10px;
	border: 0;
}
.search-btn {
	background: #2b7ecc;
	color: #fff;
	font-size: 15px;
	border: 0;
	padding: 3px 12px 6px;
	border-radius: 4px;
}
.search-btn:hover {
	background: #1d6bb5;
}
.news-search .zytz-area .zytz {
	color: #eb4343;
}
.news-search .zytz-area {
	line-height: 44px;
	height: 44px;
}
.zytz marquee {
	color: #eb4343;
}
.zytz marquee a{
	color: #eb4343;
}

/*导航栏*/
.nav-area {
	background-color: #2b7ecc;
}
.nav-area .menu_new {
	overflow: hidden;
}
.menu_new li {
	text-align: center;
	float: left;
	padding: 0 24px;
}
.menu_new li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	height: 44px;
	line-height: 44px;
}
.nav-area ul li:hover {
	background-color: #1d6bb5;
	cursor: pointer;
}
.nav-area ul li.active {
	background-color: #1d6bb5;
}
/*当前位置*/
.breadcrumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 0;
	background: #fff;
}
/*新闻列表*/
.news-list {
	border: 1px solid #ddd;
	width: 100%;
	background: #fff;
}
.news-list .news-list-header {
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.news-list .news-list-header .news-title {
	background-color: #2b7ecc;
	padding: 0 10px;
	display: inline-block;
	margin: -1px 0 0 -1px;
}
.news-list .news-list-header .news-triangle {
	border-top: 40px solid #2b7ecc;
	border-right: 10px solid transparent;
	margin-right: 10px;
	display: inline-block;
	margin-top: -1px;
}
.news-list .news-list-header .more {
	font-size: 13px;
	margin-right: 10px;
}
.news-list .news-list-header .more:hover {
	color: #2b7ecc;
}
.news-list-content {
	margin: 10px 15px 3px;
	overflow: hidden;
}
.news-list-content li {
	height: 32px; /*padding-left: 20px;*/ /*border-top: dashed 1px #ddd; */
	line-height: 32px;
}
.news-list-content li:first-child {
	border-top: 0;
}
.news-list-content li a, .news-list-content li span {
	line-height: 25px;
}
.news-list-content li a {
	max-width: 75%;
	cursor: pointer;
	display: inline-block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}
.list-page .news-list-content li a {
	max-width: 87%;
}
.list-tab .news-list-content li a {
	max-width: 85%;
}
.news-list-content li span {
	color: #bcbcbc;
	font-size: 13px;
	float: right;
}
.news-list-content li.isNew:after {
	content: "";
	width: 28px;
	height: 14px;
	margin-top: 10px;
	margin-left: 5px;
	background: url(../images/home/cvc_17.png);
	display: inline-block;
}
.news-list-footer {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	border-top: 1px solid #eee;
	text-indent: 10px;
}
.news-list-footer span {
	margin-right: 15px;
}
.news-list-footer span font {
	color: #EC971F;
}
/*切换卡*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0;
	border-bottom: 3px solid #2b7ecc;
	color: #2b7ecc;
}
.nav-tabs > li {
	margin: 0 20px -2px 0;
}
.nav > li > a {
	padding: 9px 0;
	font-weight: bold;
	font-size: 15px;
}
.nav-tabs > li > a:hover {
	border-color: transparent!important;
}
.nav-tabs > li.active > a:hover {
	border-color: #2b7ecc!important;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent!important;
}
/*底部新闻*/
.footer-news .news-list {
	margin: 5px 0;
}
/********************** 右侧区域 *************************/
.right-area-header {
	height: 35px;
	text-indent: 10px;
	font-weight: bold;
	line-height: 31px;
	border-top: 3px #d34128 solid;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}
.news-list-footer .more {
	font-weight: normal;
	margin-right: 10px;
}
.right-area-content {
	padding: 5px 0px 8px;
	background: #f9f5f5;
	background: -moz-linear-gradient(top, #f9f5f5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f5f5), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f9f5f5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f9f5f5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f9f5f5 0%, #ffffff 100%);
	background: linear-gradient(to top, #f9f5f5 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f5f5', endColorstr='#ffffff', GradientType=0 );
}
.right-area-content ul li {
	height: 25px;
	line-height: 25px;
}
.right-area-content ul a {
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
}
:root .right-area-content {
	filter: none;
}
.right-area-border {
	border: 1px solid #ddd;
}
/*右侧图片*/
.pic-area {
	background: #fff;
	border: 1px solid #ddd;
}
.pic-area .login-link {
	display: flex;
	align-items: center;
	background: #e8f0f7;
	padding: 3px 18px;
	margin: 4px 10px;
}
.pic-area .login-link:hover {
	color: #eb4343; 
}
.pic-area .login-link:first-child {
	margin-top: 10px;
}
.pic-area .login-link:last-child {
	margin-bottom: 10px;
}
.pic-area .login-link img {
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}
.pic-area .login-link span {
	padding-left: 5px;
}
.pic-area .login-link .right-link{
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
.pic-area .login-link .right-link a{
	display: block;
}
.pic-area .login-link .right-link a:hover{
	display: block;
	text-decoration: underline;
	color: #eb4343;
}
.pic-area .login-link .system-link:hover{
	color: #eb4343;
}
.link-box {
	margin-top: 10px;
}
.link-box .img-link {
	display: flex;
	align-items: center;
	background: #fff;
	width: 100%;
	border: 1px solid #ddd;
	padding: 14px 0 14px 18px;
	margin: 5px 0;
}
.link-box .img-link:hover {
	background: #e8f0f7;
	color: #eb4343;
}
.link-box .img-link img {
	height: 20px;
	width: 20px;
}
.link-box .img-link .few-link a:hover {
	color: #B30303;
}
.link-box .img-link span {
	padding-left: 10px;
}
/********************** footer *************************/
/*友情链接*/
.footer-link {
	margin: 10px 0 30px;
	border: 1px solid #ddd;
	font-size: 14px;
}
.footer-link .area-header {
	height: 35px;
	text-indent: 10px;
	font-weight: bold;
	line-height: 31px;
	border-top: 3px #2b7ecc solid;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}
.footer-link .area-content {
	padding: 15px;
	background: #fff;
	overflow: hidden;
}
.footer-link .area-content li {
	float: left;
	width: 203px;
	height: 50px;
	line-height: 20px;
	margin: 10px;
}
.footer-link .area-content li a {
	width: 203px;
	height: 50px;
	border: 1px solid #ddd;
	background: #e8f0f7;
	text-align: center;
	text-decoration: none;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-link .area-content li a:hover {
	color: #2b7ecc;
	cursor: pointer;
	border: 1px solid #2b7ecc;
}
/*底部版权信息*/
.footer {
	padding: 15px 0;
	color: #fff;
	background:#2b7ecc;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	opacity: 0.7;
}
/*采购公告查询条件*/
.gg-search-bg {
	background-color: #fff;
}
.gg-search-bg .col-lg-10 {
	background-color: #fff;
	margin: 15px 0;
	border: 1px solid #ddd;
}
.gg-search-bg .form-group {
	margin: 10px 0;
}
.gg-search-bg .form-group .control-label {
	padding-top: 5px;
	width: 100px;
}
/*当前位置*/
.list-page {
	border: 0;
	border: 1px solid #ddd;
	min-height: 450px;
}
.list-2 .list-page {
	min-height: auto;
}
.list-2 .control-label {
	text-align: right;
}
.pagination {
	margin: 10px auto;
}
.pagination > li > a, .pagination > li > span {
	color: #111;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #2b7ecc;
	border-color: #1d6bb5;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #000;
}
/*列表页查询条件*/
.news-list-select {
	color: #333;
	width: 650px;
	text-align: right;
}
.news-list-select select {
	display: inline;
	width: auto;
}
.news-list-select .time {
	margin: 0 5px;
}
.news-list-select .time.active {
	color: #d11515;
}
.jiansuo-btn {
	background: #2b7ecc;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.jiansuo-btn:hover {
	background: #015293;
	color: #fff;
}
.jiansuo-btn:focus {
	color: #fff;
}
/*列表页左侧菜单*/
.right-area .gpoz-nav {
	display: inline-block;
	width: 100%;
	min-height: 450px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.right-area .gpoz-nav .title {
	background-color: #ca1620;
	background-size: contain;
	font-size: 16px;
	height: 35px;
	color: #ffffff;
	padding-left: 18px;
	line-height: 35px;
	vertical-align: middle;
}
.gpoz-nav {
	color: #333333;
	vertical-align: top;
}
.gpoz-nav > .nav-list > h3 {
	padding: 0 20px;
	font-weight: normal;
	font-size: 15px;
	outline: none;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	color: #fff;
	margin: 10px 0 0;
}
.gpoz-nav > .nav-list > .ui-accordion-header-active {
	background-color: #1d6bb5!important;
}
.gpoz-nav > .nav-list > .toggle {
	background-color: #a9a6a6;
}
.gpoz-nav > .nav-list > ul > li {
	padding: 4px 0 4px 32px;
	position: relative;
}
.gpoz-nav > .nav-list > ul > li > a {
	color: #42505D;
}
.gpoz-nav > .nav-list > ul > li .classify {
	border: 1px solid #333333;
	padding: 0 3px;
}
.gpoz-nav > .nav-list > ul > .active > a {
	color: #2b7ecc;
}
.gpoz-nav > .nav-list > ul > .active > a:after {
	content: "\25B6";
	font-size: 10px;
	position: absolute;
	right: 16px;
	top: 4px;
}
/********************** 内容页 *************************/
.con_info {
	padding: 10px;
}
.flfg {
	line-height: 30px;
	margin: 0 30px;
}
.this {
	color: #B30303;
}
.flfg .flfg_a {
	display: block;
	border-bottom: solid 1px #E6E6E6;
	background: url(../images/dot.jpg) no-repeat;
	padding-left: 20px;
	color: #484848;
	font-size: 14px;
	text-align: left;
}
.flfg span.time {
	float: right;
	color: #484848;
}
h2.title {
	font-size: 24px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 3px solid #2b7ecc;
}
.art_info {
	background: #f0f0f0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	color: #ccc;
}
.art_info span {
	padding: 0 10px 0 10px;
	color: #333;
}
.art_info .print a {
	color: #1e5a98;
}
.art_info .print a:hover {
	text-decoration: none;
}
.art_con {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 16px;
	padding: 15px 0 30px 0;
}
.details .details-title {
	height: 35px;
	line-height: 35px;
	border-bottom: 3px solid #dddddd;
	margin: 0 20px;
}
.details .details-title span {
	float: left;
	padding: 0 15px;
	background-color: #dddddd;
	color: #333;
}
.details .details-content {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0 20px;
}
.details .details-ul {
	overflow: hidden;
}
.details .details-ul li {
	float: left;
	width: 100%;
}
.details .details-ul li a {
	max-width: 85%;
	cursor: pointer;
	display: inline-block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}
.details .details-ul li span {
	color: #bcbcbc;
	font-size: 14px;
	float: right;
}
/*------------搜索页------------*/
.search-page {
	border: 1px solid #ddd;
	display: inline-block;
}
.search-page .search-page-title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	text-indent: 15px;
	width: 100%;
}
.search-page .search-page-info .search-row{
	border-bottom: 1px #ddd dotted;
	padding: 10px 0;
	margin: 0px 10px;
}
.search-page .search-page-info .search-row .search-cont{
	display: flex;
}
.search-page .search-page-info .search-row .search-cont input,.search-page .search-page-info .search-row select{
	width: 235px;
	border: 1px solid #ddd;
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
}
.search-page .search-page-info .search-page-info-name {
	float: left;
	width: 110px;
	text-align: right;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.search-page .search-page-info .col-lg-2 {
	margin-left: 13px;
	margin-right: 13px;
	padding: 0;
}
.search-page .search-page-info .search-page-info-to {
	height: 30px;
	line-height: 30px;
}
.serach-page-state {
	margin: 30px 13px 20px;
	padding: 0 10px;
	background-color: #f5f5fd;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
}
.serach-page-state span {
	margin-right: 15px;
}
.serach-page-results {
	margin: 15px 13px;
}
.serach-page-results-item {
	border-bottom: 1px #ddd dotted;
	padding: 5px 10px;
	margin: 10px 0;
}
.serach-page-results-item:last-child {
	border-bottom: 0;
}
.serach-page-results-item .row {
	margin: 5px 0;
}
.serach-page-results-item .row .title {
	float: left;
	font-size: 18px;
	width: 1000px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serach-page-results-item .row .title a {
	color: #333;
	font-weight: bold;
}
.serach-page-results-item .row .time {
	float: right;
	color: #888;
}
.serach-page-results-item .row .type-col {
	margin-right: 15px;
	display: inline;
}
.serach-page-results-item .introduction {
	color: #888;
	height: 50px;
	overflow: hidden;
}
.serach-page-results-item .introduction p {
	line-height: 24px;
	text-align: justify;
}

/********* 网站地图 *********/
.title-h4 {
	border-left: 3px solid #0068B7;
	padding-left: 5px;
	margin-top: 20px;
	margin-left: 3px;
	float: left;
	width: 100%;
}
.title-h4:first-child {
	margin-top: 0;
}
.webMap-ul {
	width: 100%;
	float: left;
	padding: 10px 0;
	background-color: #fbfbfb;
	border: 1px solid #f0f0f0;
}
.webMap-ul li a {
	text-align: left!important;
	float: left;
	width: 100%;
	padding: 3px 0 3px 15px;
	background: url(../images/dropdown-bg.png) no-repeat center left;
}
.webMap-ul li {
	padding-left: 10px;
}

/********************** 404页面 *************************/
#message {
	MARGIN-TOP: 90px;
	PADDING-BOTTOM: 120px;
	MARGIN-RIGHT: auto;
	TEXT-ALIGN: center
}
#message a {
	text-decoration: underline;
	color: #B30303;
}
