/*global settings*/
ol,dl,dt,dd,ul,li{ margin:0; padding:0;}
input::-webkit-input-placeholder{
    color: #3D5973;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#3D5973;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#3D5973;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#3D5973;
}
body{
	background:#EDEEF3;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	min-width: 1400px;
}
a.more:link,a.more:visited{
    display: block;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    height: 17px;
    opacity: 1;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #0352AB;
    text-decoration: none;
}
a:hover {
	text-decoration: none !important;
	color: #1060AC !important;
}
.container { 
	width: 100%;
	margin:0 auto; 
	position:relative;
}
#header{
	width:100%;
	position:relative;
	z-index:3;
}
#main{
	width:100%;
	position:relative;
	z-index:2;
	margin-top: 20px;
}
.w, .wrap {
	width: 1440px;
    margin: 0 auto;
}
/* ------------------------------------------------------------------------------------------------  */
.topBar {
	opacity: 1; 
	z-index: 999;
	margin:0 auto;
	margin-top:-600px; 
	position:relative;
	height: 148px;
    width: 1440px;
}
.topBar-left {
	position:relative;
	top: 40px;
}

.topBar-left .symbol {
	position: absolute;
    display: inline-block;
}
.topBar-left .separator{
	position: absolute;
	left: 340px;
	display: inline-block;
	
}
.topBar-left .text {
	position: absolute;
	left: 360px;
	display: inline-block;
	width: 320px;
	height: 56px;
	font-size: 40px;
	font-family: PingFang SC, PingFang SC-Semibold;
	font-weight: 600;
	text-align: left;
	color: #144e84;
	line-height:70px;
}
.change-line{
	position: relative; 
	z-index: 999;
	height: 56px;
	width: 1440px;
    margin: 0 auto;
}
.change {
    height: 56px;
    width: 890px;
    position: relative;
    margin: 0 auto;
    float: right;
}
.change::after {
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.change li{
	list-style-type: none;
    text-align: center;
    float: left;
}
.change .menu-a {
    width: 110px;
    margin-right: 18px;
    text-align: center;
    height: 56px;
    line-height: 56px;
	font-size: 22px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	color: #0079ec;
}
.change .menu-a a{
	color: #3D5973;
	display: block;
	text-decoration: none;
}
.change .menu-a:hover {
	border-bottom: 3px solid #0079EC;
	border-radius: 1px;
	
}
.change .menu-a:hover a {
	color: #0079EC;
}
.change li.menu-a:first-child {
  	width: 90px;
    margin: 0px 20px 0px 20px;
}
.change li.menu-a:last-child {
	margin-right: 0px;
}
.change li.menu-a.active {
	border-bottom: 3px solid #0079EC;
	border-radius: 1px;
}
.change li.menu-a.active a{
	color: #0079EC;
}
/* .change .nav-item-dp {
	top:56px;
    position: absolute;
    width: 154px;
    text-align: center;
    color: white;
    font-size:16px;
    float: left;
    font-family: Microsoft YaHei;
    background: #535959;
    z-index: 99;
    display: none;
}
.change .nav-item-dp .nav-dp{
	height: 40px;
	line-height: 20px;
}

.change .nav-item-dp .nav-dp a{
	display: block;
    color: #FFFFFF;
    cursor: pointer;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.change .nav-item-dp .nav-dp:hover{
	background:gray;
}
.change a:hover {
    text-decoration: none;
}
.change .menu-a:hover .nav-item-dp{
   display:block;
} */
.serach {
   	position: absolute;
    right: 10px;
    display: inline-block;
    margin-top: 63px;
}
.serach input {
    width: 145px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding-left: 15px;
    font-size: 12px;
    box-sizing: border-box;
    border: solid 1px #3D5973;
    background: rgba(255,255,255,0);
}
.serach img{
    position: absolute;
    right: 10px;
    top: 10px;
}
.serach img:hover {
	cursor:pointer;
}


#main > .content{
	width: 1440px;
	margin: 0 auto;
}
#main .leftbox{
	width:76%;
	box-sizing:border-box;
	float:left;
}
#main .rightbox{
    width: 23%;
    float: right;
    position: relative;
}

.leftbox .column{
	height: 390px;
	background: #fff;
}

#news, #notice {
	margin: 20px;
	width: 520px;
    height: 350px;
    padding-top: 0px;
}

#news-article, #notice-article{
	position: relative;
	width: 500px;
	height: 305px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
}
.leftbox .column:first-child .textlist>li:before {
	display: none;
}
.leftbox .column:first-child .textlist>li {
	padding: 0px;
	width: 500px;
	padding-left: 10px;
	line-height: 38px;
	height: 80px;
	border-bottom: none;
}

.leftbox .column:first-child .textlist>li .text-content{
	width: 390px;
	float: right;
}
.leftbox .column:first-child .textlist>li .text-content p{
	line-height: 20px;
}

.leftbox .column:first-child .textlist>li .text-content .text {
	position: relative;
	margin-top:15px;
	float: left;
	width: 390px;
	height: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 600;
	text-align: left;
	color: #232323;
	line-height: 20px;
	text-decoration: none;
}

.leftbox .column:first-child .textlist>li .text-content .text:nth-child(2) {
	margin-top:0px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 400;
}

.leftbox .column:first-child .textlist>li .text-content .text:hover {
	color: #0352AB;
} 
.leftbox .news .right>.title{
	position: relative;
	border-bottom: 1px solid #ddd;
	height: 44px;
	line-height:44px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
}
.tab-column {
    line-height: 44px;
    position: relative;
}

.tab-column .btn-tab {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0,0,0,0.75);
  padding: 0 15px;
  padding-left: 5px;
  float: left;
  position: relative;
  margin-bottom: 0px;
  margin-right: 15px;
  text-decoration: none;
}

.tab-column .btn-tab.active {
	border-bottom: 2px solid #1060AC;
	color: #1060AC;
	font-weight: 600;
}

.square {
	float: left;
    width: 80px;
    height: 58px;
    text-align: center;
	border-radius: 10px;
	border: 1px solid #ddd;
    margin: 11px auto;
}
.square .day{
    font-size: 17px;
    font-weight: bold;
    opacity: 1;
    display: block;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	color: #fff;
	background: #1060AC;
	height: 30px;
    line-height: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.square .year{
	display: block;
    opacity: 1;
    font-size: 13px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #47627B;
	background: #fff;
	height: 26px;
	line-height: 26px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* 系统菜单 */
.sys-panel {
	width: 100%;
	height: 390px;
	background: #fff;
}

.icon-row{
	height: 195px;
}

.icon-row a {
	display: block;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: center;
	color: #232323 !important;
	line-height: 20px;
	padding-top: 150px;
    padding-left: 5px;
}

.icon-row .icon1:hover > a,
.icon-row .icon2:hover > a,
.icon-row .icon3:hover > a,
.icon-row .icon4:hover > a {
	color: #1060AC !important;
	text-decoration: none;
}

.icon1, .icon2,.icon3,.icon4 {
	height: 100%;
	width: 159px;
}

.icon1 {
	background: url(../images/sys-icon1.png) 50% 40% no-repeat;
}

.icon2 {
	background: url(../images/sys-icon2.png) 50% 40% no-repeat;
}
.icon4 {
	background: url(../images/sys-icon4.png) 50% 15% no-repeat;
}

.icon3 {
	background: url(../images/sys-icon3.png) 50% 15% no-repeat;
}
	
.icon4 a，.icon3 a  {
	padding-top: 85px;
}

/* 采购信息 */

/*  -----------------------------------------------------------------------------*/
.rightbox .column {
	height: 320px;
	background: #fff;
	padding: 0px 10px 10px 10px;
}
.rightbox .column .title {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.rightbox .textlist > li {
	line-height: 45px;
	border-bottom: none;
	padding: 0px 0px 0px 20px;
	font-size: 16px;
}
.rightbox .textlist > li:before {
	border-radius: 30%;
	top: 22px;
	left: 5px;
}

/* ----------------------------------------------------------------------------- */
#footer{
	position:relative;
	width:100%;
	line-height:2em;
	color:#6f89a2;
	z-index:1;
    min-height: 190px;
    text-align: center;
    background: url(../images/bg-foot.png) center 0px no-repeat;
}
#footer ul {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 50px;
    margin: 20px 80px;
}

#footer li {
    display: inline-block;
	margin:0 20px;
	opacity: 1;
	text-align: left;
	color: #e6e6e6;
}
#footer li:after{ 
	content:""; 
	display:inline-block; 
	width:1px; 
	height:12px; 
	border-left:1px solid rgba(255,255,255,0.9);
	margin-left:20px; 
	position:relative; top:1px;
}
#footer li:last-child:after{ 
	display:none;
}
#footer li a{ 
	font-size:16px;
	color: rgba(255,255,255,0.9);
    letter-spacing: 1px;
}
#footer li a:hover {
    color: #e2e5e8 !important;
    text-decoration: none;
}

#footer p{ 
    opacity: 1;
    top: 10px;
    color: rgba(255,255,255,0.9);
    position: relative;
}
#footer p span{ 
	margin:0 10px;
	font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
}
/*  -----------------------------------------------------------------------------*/
.textlist{
	width:100%;
}
.textlist > li{
	line-height: 37px;
    padding: 0 104px 0 24px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #404040;
    border-bottom: 1px dashed #ebebeb;
}
.textlist > li:before{
	display: block;
    color: #aaa;
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 3px;
    line-height: 46px;
    width: 4px;
    height: 4px;
    opacity: 1;
    background: #c6c6c6;
    border-radius: 50%;
    top: 18px;
}
.textlist > li a{
	color:#535353;
}
.textlist > li .last{
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    opacity: 1;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #a6a6a6;
}
.textlist > li span.warning{ color:#ff9800;}
.textlist > li.new:before{
	content: "\e60b";
	color:#dd4e08;
	font-size:24px;
}
.textlist > li.new a{
	font-weight:bold;
	color:#dd4e08;
}
.textlist.hideTime > li{ padding-right:0;}
.textlist.hideTime > li span{ display:none;}

.textlist > li.topline{ padding:0 0 0 24px; margin-bottom:13px;}
.textlist > li.topline:before{ display:none;}
.textlist > li.topline a{ display:block; font-size:17px; font-weight:800; font-style:normal; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.textlist > li.topline span{ display:none;}

/*--------------------------------------------------------------------------------------*/
.subpage{
	border:1px solid #e5e5e5;
	position:relative;
	background: #ffffff;
}
.subpage.no-sider{
	background:#fff;
	padding-left:0;
}
.subpage.no-sider .siderBar{
	display:none;
}
.subpage.no-sider > .contant{
	border-left:0;
}
.subpage > .contant{
	min-height:400px;
	background:#fff;
	border-left:1px solid #e5e5e5;
	overflow:hidden;
}
.subpage > .siderBar{
	width:200px;
	/* position:absolute; */
	left:0;
	top:0;
	float:left;
}
.subpage > .siderBar > .title{
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	padding:0 10px;
	margin:0 10px;
	margin-bottom:15px;
	border-bottom:2px solid #bcbcbc;
}
.subpage > .siderBar > .menu{
	padding:0 8px;
}
.subpage > .siderBar > .menu li{
	padding:3px 0;
}
.subpage > .siderBar > .menu a{
	display:block;
	line-height:40px;
	padding:2px 10px;
	border-radius:5px;
	position:relative;
    font-size: 18px;
}
.subpage > .siderBar > .menu a > i{
	display:block;
	line-height:24px;
	position:absolute;
	top:5px;
	right:10px;
}
.subpage > .siderBar > .menu a.default:link,.subpage > .siderBar > .menu a.default:visited{
	color:#666;
	border:1px solid #e2e2e2;
}
.subpage > .siderBar > .menu a.default:hover{
	background:#f4f4f4;
	text-decoration:none;
	border:1px solid #dadada;
}
.subpage > .siderBar > .menu a.active:link,.subpage > .siderBar > .menu a.active:visited{
	color:#fff !important;
	background:#004098;
	border:1px solid #004098;
}
.subpage > .siderBar > .menu a.red:hover{
	text-decoration:none;
}
.subpage .listbar{
	margin:0 30px;
}
.subpage .listbar > .title{
	font-size:18px;
	color:#555;
	margin-top: 10px;
	border-bottom:1px solid #ddd;
}
.subpage .listbar > .title > span{
	display:inline-block;
	line-height:40px;
	border-bottom:2px solid #004098;
	margin-bottom:-1px;
	font-weight:bold;
}
.subpage .listbar > .list{
	width:100%;
	padding-bottom:50px;
}
.subpage .listbar > .list td{
	display:block;
	line-height:24px;
	padding:7px 115px 7px 24px;
	border-bottom:1px dotted #eee;
	position:relative;
	overflow: hidden;
	text-overflow: ellipsis;

}
.subpage .listbar > .list td a{
	color:#444;
	font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
}
.subpage .listbar > .list td:before{
	content:"\e635";
	font-family:"iconfont" !important;
	font-size:14px;
	font-style:normal;
	line-height:24px;
	color:#aaa;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:8px;
	left:0;
}
.subpage .listbar > .list td:hover{
	background:#f8f8f8;
}
.subpage .listbar > .list td span{
	color:#aaa;
	display:block;
	position:absolute;
	top:7px;
	right:0;
	font-size:14px;
}
.subpage .textbox{
	min-height:700px;
	padding:20px;
}
.subpage .textbox > .title{
	border-bottom:1px solid #f5f5f5;
	text-align:center;
	padding-bottom:15px;
}
.subpage .textbox > .title h1{
	font-size:21px;
	font-weight:800;
	color:#444;
	line-height:1.5em;
}
.subpage .textbox > .title > span{
	color:#999;
	line-height:2em;
	margin:0 1em;
}
.subpage .textbox > .msbox{
	width:auto;
	font-size:14px;
	line-height:2em;
	padding:30px;
}
.subpage .textbox > .msbox p{
	text-indent:2em;
	margin-bottom:1em;
}

.subpage .search-bar{
	padding:50px 0;
	border-bottom:1px solid #eee;
	margin:0 0px;
	margin-bottom:40px;
}
.subpage .search-bar > .search-tool{
	width:500px;
	margin:0 auto;
}
.subpage .search-bar > .search-tool > input{
	display:block;
	width:410px;
	line-height:22px;
	height:42px;
	font-size:12px;
	padding:8px 12px;
	background:#fff;
	border:2px solid #1060AC;
	border-radius:3px 0 0 3px;
	float:left;
}
.subpage .search-bar > .search-tool > button{
	display:block;
	width:62px;
	line-height:42px;
	font-size:14px;
	color:#fff;
	background:#1060AC;
	border:0;
	border-radius:0 3px 3px 0;
	float:left;
	overflow:hidden;
}
.subpage .search-bar > .search-tool > button:hover{
	background: #1060AC;
	cursor: pointer;
}
/*------------------------------------------------------------------------------*/
.column-l{ 
	width: 100%;
	height: 660px;
	background: #fff;
}
.title-zhao{
	width: 23%;
	height: 660px;
    display: inline-block;
}

.list-box{
	float: right;
	width:77%;
	padding-left: 15px;
    background: #FFF;
    padding-right: 15px;
}

.tab-title{ 
	height: 72px;
	line-height: 72px;
    opacity: 1;
    background: #1060AC;
}
.tab-title .span0{
	height: 29px;
    opacity: 1;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin-left: 30px;
}

.tab-list{
	float:left;
	width:100%;
	background: #F8F8F9;
	height: 588px;
}
.tab-list-ul >li{
	font-size: 18px;
    line-height: 90px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    letter-spacing: 2px;
}
.tab-list-ul >li a{
	color:#868080;
	width: 100%;
    display: block;
}
.tab-list-ul >li a img{
	display: inline;
    margin-right: 24px;
    margin-left: 32px;
}
.tab-list-ul >li a:hover{
	background: #fff;
	color:#004098;
}
.tab-list-ul >li .active{
	background: #fff;
	color:#004098;
}
.fuzhu-1{
	width: 2px;
    height: 90px;
    background: #004098;
    float: right;
    position: relative;
    top: -90px;
}
.fuzhu-2{
	width: 5px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 0px solid #fff;
    background: #004098;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;
    margin-left: 2px;
    margin-top: 40px;
}
.title-cur {
	line-height:30px;
	padding: 0px 12px;
	position: relative;
}
.title-cur .tab-title {
	height: 46px;
    line-height: 46px;
    border-bottom: 2px solid #ddd;
    background: none;
}
.title-cur .tab-title li{ 
	display: block;
	width: 130px;
    float: left;
    position: relative;
    height: 46px;
    line-height: 46px;
   
    margin-right: 20px;
}
.title-cur .tab-title li:last-child {
	margin-right: 0px;
}
.title-cur .tab-title li a{
    float: right;
    width: 130px;
    height: 46px;
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: rgba(0,0,0,0.75);
}
.title-cur .tab-title li a.active {
	border-bottom: 3px solid #1060AC;
	font-weight: 600;
	color: #1060AC;
}
.list-box ul.textlist {
	padding: 0px 12px;
}
.list-box ul.textlist>li {
	line-height: 60px;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
}
.list-box ul.textlist>li:last-child {
	border-bottom: none;
}

.list-box ul.textlist>li:before {
	top: 28px;
	border-radius: 30%;
	width: 5px;
	height: 5px;
}
.list-box ul.textlist>li>span {
	display: block;
	font-size: 16px;
	color: rgba(71,98,123,1);
	position: absolute;
	top: 0;
	right: 2px;
}


