﻿@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
html{width:100%;height:100%;}
body{
	font-family:微软雅黑;
	font-size: 1rem;
}
footer, .app-main, .top-bar {
    transition: all .35s ease-out;
}

/*top  开始*/

.top-bar {
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 50px;
}
.container-fluid{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
.top_bar_content {
    background: #fafafa;
    z-index: 9999;
    font-size: .625rem;
    border-bottom: 1px solid #ddd;
}
.time-bar .time {
    display: inline-block;
    line-height: 50px;
    color: #666;
    font-size: 1rem;
}
.time-bar .time {
    display: inline-block;
    line-height: 50px;
    color: #666;
    font-size: 1rem;
}
.time-bar .time {
    display: inline-block;
    line-height: 50px;
    color: #666;
    font-size: 1rem;
}
.time-bar .search-input>div{
	float: right;
    width: 240px;
    margin: 8px 0;
    height: 34px;
}
.time-bar .search-input>div input{
	border-radius: 0;
    width: 76.25%;
}
.time-bar .search-input>div>div{
	width: 23.75%;
    display: inline-block;
}
.time-bar .search-input>div>div button{
	border-radius: 0;
    height: 34px;
    background-color: #2b61b3;
    color: #fff;
}
.time-bar .search-input>a{
	float: right;
    line-height: 50px;
    font-size: .875rem;
    margin-right: .5rem;
    color: #337ab7;
}
.ssuo {
	height: 34px;
	font-size:14px!important;
	color:#555;
}



.about-index.active,.popperMenu .el-menu-item.active,.el-menu-item.active,.el-submenu__title.active,.navigation .el-submenu__title.active,.navigation .el-menu-item.active,.popperMenu .el-submenu__title.active,.popperMenu .el-menu-item.active {
		background-color: rgba(43, 97, 179, 1);
	}
.about-index.active:hover,.el-menu-item.active:hover,.el-submenu__title.active:hover,.navigation .el-submenu__title.active:hover,.navigation .el-menu-item.active:hover,.popperMenu .el-submenu__title.active:hover,.popperMenu .el-menu-item.active:hover {
		background-color: rgba(43, 97, 179, 1);
	}
.time-bar .search-input .h-media{
		width: auto;
	}
.h-media a{
	    float: left;
	    line-height: 34px;
	    font-size: .875rem;
	    margin-right: .5rem;
	    color: #337ab7;
	}


/*top  结束*/

/*banner 开始*/
#app-header {
    /*display: none;*/
}
.header>div {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    text-align: center;
    background-image: url(01-head_bg.png);
    background-color: white;
    min-height: 220px;
    max-width: 1920px;
    margin: auto;
}
.header>div>img {
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.header .headerContent.websiteLogo {
    position: absolute;
    display: inline-block;
    max-height: 100%;
}
.header .headerContent.websiteLogo img {
    max-width: 600px;
}
.header .headerContent {
    line-height: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*banner 结束*/

/*导航  开始*/
.app-topnav{
	height: 50px;
	line-height: 50px;
}
.el-submenu.col{
	position: relative;
	padding-left:0 ;
	padding-right: 0;
}
.popperMenu{
	padding-top: 6px;
	position: absolute;
	left: 0;
	top: 49px;
	z-index: 11;
	min-width: 200px;
	height: 0px;
	overflow: hidden;
}
.popperMenu ul{
	background-color: rgb(24, 56, 140);
}
.el-submenu__title,.app-topnav .el-menu-item{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
	height: 50px;
}
.popperMenu .el-menu-item{
	font-size: 14px;
	text-align: left;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.el-menu-item:hover{
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1);
    background-image: none;
}
.el-menu-item.active:hover{
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1);
    background-image: none;
}
.app-topnav .el-submenu__title:hover{
	background-color: rgba(0,0,0,0.35);
}
.el-icon-arrow-down{
	transition: all 0.5s;
}
.el-icon-arrow-down img{
	width: 20px;
	height: 20px;
}
.app-topnav .el-submenu:hover .el-icon-arrow-down{
	display: inline-block;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}

/*导航  结束*/

/*小导航  开始*/
header{
	position: absolute; 
	top: 0px;
}
header>ul>li {
    float: left;
}
header>ul>li:first-child {
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(0,0,0,.2);
    text-align: center;
    border-right: 1px solid hsla(0,0%,100%,.15);
}
header>ul>li:first-child img{
	width: 30px;
	height: 30px;
	margin: auto;
	vertical-align: middle;
}
header>ul>li:first-child:hover {
    background-color: #2b61b3;
}
.leftMenu {
    text-align: initial;
    width: 200px;
    position: absolute;
    top: 50px;
    left: -200px;
    background-color: rgba(0,0,0,.7);
    box-sizing: border-box;
    border-right: 1px solid hsla(0,0%,100%,.15);
    z-index: 4;
    opacity: 0;
    overflow: hidden;
    min-height: 600px;
    min-height: calc(100vh - 50px);
    top: 50px;
}
header>ul>li:first-child:hover .leftMenu{
    opacity: 1;
    transform: translateX(200px);
    transition: all .4s;
}
.el-menu {
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
}
.leftMenu .navigation {
    border-right: none;
    background-color: transparent;
}
.el-menu:after, .el-menu:before {
    display: table;
}
.el-menu:after, .el-menu:before, 
.el-radio__inner:after, .el-switch__core:after {
    content: "";
}
.el-menu-item * {
    vertical-align: middle;
}
.navigation .el-submenu__title:hover, .navigation .el-menu-item:hover,
  .popperMenu .el-submenu__title:hover, .popperMenu .el-menu-item:hover {
    background-color: rgba(0,0,0,0.35);
    color: rgba(255,255,255,1);
  }
  .el-menu-item,.el-submenu__title{
  	padding-left: 20px; 
  	color: rgb(255, 255, 255); 
  	background-color: transparent;
  }
  .el-menu--inline .el-menu-item{
  	padding-left: 38px; 
  }
  .el-menu--inline{
  	background-color: transparent; 
  	/*display: none;*/
  	height: 0;
  	overflow: hidden;
  }
  .navigation.el-menu .el-menu-item.is-active,
  .navigation.el-menu .el-menu-item.is-active:hover,
  .navigation.el-menu .el-submenu.is-active>.el-submenu__title,
  .navigation.el-menu .el-submenu.is-active>.el-submenu__title:hover,
  
  .popperMenu .el-menu .el-menu-item.is-active,
  .popperMenu .el-menu .el-menu-item.is-active:hover,
  .popperMenu .el-menu .el-submenu.is-active>.el-submenu__title,
  .popperMenu .el-menu .el-submenu.is-active>.el-submenu__title:hover {
    background-color: rgba(43,97,179,1);
    color: rgba(255,255,255,1);
  }
  .el-icon-menu{
  	height: 50px; 
  	line-height: 50px;
  }
 header .navigation .el-menu-item, header .navigation .el-submenu__title {
    font-size: 20px;
    text-align: left;
}
header .el-icon-arrow-down{
	float: right;
}
head .el-icon-arrow-down img{
	width: 20px;
	height: 20px;
}
.header-bg{
	position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,.3);
    top: 0;
    display: none;
}
/*小导航  结束*/

/*footer*/
.footer {
	position: relative;
	background-color: {
		"r": 43, "g": 97, "b": 179, "a": 1
	}
	;
}

.footer .container {
	max-width: ;
}

.footer {
	background-color: #2b61b3
}

.left-icon {
	margin-top: 0px;
	margin-left: 20px;
}

.copy-right {
	width: 61%;
	min-height: 145px;
	font-size: .875rem;
	color: white;
	text-align: center;
	word-break: normal;
	margin-left: 96px;
}

.copy-right>div {
	position: relative;
}

@media (min-width:768px) {
	.copy-right>div {
		transform: translateY(13%);
	}
}

.copy-right p,
.copy-right span {
	padding: 0 .625rem;
	display: inline-block;
	margin-bottom: .4rem
}

.copy-right span {
	cursor: pointer;
}

.footer-icon {
	flex-grow: unset;
	text-align: center;
	color: #ffffff;
}

.footer-icon img {
	max-height: 100%;
	max-width: 100%;
	position: relative;
}
.footer .container{
    height: 100%;
    padding-top: 1rem;
}

.score {
    width: 218px;
    height: 44px;
    background: #18388c;
    box-shadow: 0 6px 30px 0 rgba(24,56,140,.3);
    position: fixed;
    right: .6rem;
    bottom: 200px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 100;
    text-align: center;
    cursor: pointer;
}
.desc-con{
    font-family: SourceHanSansCN-Medium;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    padding: 17px 7px 17px 20px;
    letter-spacing: 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.notice {
    width: 208px;
    height: 180px;
    background-color: #fefeff;
    background-image: linear-gradient(0deg,#e7f5ff,#fefeff),linear-gradient(#18388c,#18388c);
    background-blend-mode: normal,normal;
    box-shadow: 0 0 5px 0 rgba(216,236,249,.75);
    border-radius: 10px;
    border: 1px solid #eef2f9;
    position: fixed;
    right: .6rem;
    bottom: 0;
    padding: .6rem .6rem 0;
    z-index: 100;
    text-align: center;
}
.notice i {
    position: absolute;
    right: 10px;
    color: #fff;
    background: #cfe7f8;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 20px;
}
.notice h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2b61b3;
    line-height: normal;
    display: -webkit-box;
    display: block;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice p {
    text-indent: 2rem;
    margin-top: .6rem;
    font-size: 20px;
    font-weight: 700;
    color: #666;
    text-align: left;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*footer 结束*/




/*移动导航*/
.yddh {
	display:none;
}


/*悬浮*/
.footer-middle-box {
    width: 300px;
    padding-top: 300px;
    padding-top: 50px;
    text-align: center;
    margin-left: 38%;
}
.footer-text {
    color: #fff;
    text-decoration-line: none;
    padding: 10px;
}
.footer-text:hover {
    color: #fff;
    text-decoration: none;
}
.footer-right-box {
    width: 180px;
    text-align: center;
    padding-bottom: 20px;
}
.erweimabox .erweima {
    max-width: 110px;
}
.erweima-name {
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
}
.login-btn {
    width: 280px;
    position: fixed;;
    right:0px;
    bottom: 300px;
    background-color: #18388c;
    text-align:right;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    box-shadow: 0px 0px 5px 0px #18388c;
}
.login-btn.on {
    right: 23px;
}
.login-btn a {
    display: block;
}
.login-btn-text {
    padding: 20px;
    color: #fff;
    font-size: 16px;
}
.login-btn-text:hover {
    text-decoration: none;
    color: #fff;
}
.login {
    width: 520px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.login-title {
    font-size: 30px;
    padding: 80px;
    width: 520px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
    color: #000;
}
.login-box {
    padding: 40px;
    margin: 0 auto;
    box-shadow: 0px 0px 16px 0px #e8e8e8;
}
.login-box span {
    display: block;
    font-size: 14px;
    color: #000;
}
input:focus {
     outline: none;
     
     } 
input{
    outline:none;
}
.login-box input {
    border: none;
    width: 440px;
    padding: 12px;
    background-color: #f1f3f8;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}
#search {
    display: block;
    background-color: #18388c;
    color: #fff;
    margin-bottom: 0px;
    cursor: pointer;
}
.achievement {
    width: 1030px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.achievement table {
    width: 100%;
    margin-bottom: 30px;
}
.achievement .achievement-title {
    background-color: #18388c;
    color: #fff;
    padding: 5px;
    padding-left: 20px;
    width: 100%;
}
.achievement tr {
    width: 100%;
    height: 30px;
    line-height: 30px;
} 
.achievement td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 18px;
    width: 105px;
    font-size: 14px;
}
.achievement-footer {
    margin: 0 auto;
}
.achievement-footer {
    display: inline-block;
    text-align: center; 
    margin-right: 30px;
}
.achievement-footer span {
    padding: 4px;
    line-height: 30px;
    font-size: 16px;
    padding-top: 14px;

    display: inline-block;
}
.achievement-footer span:nth-child(2) {
    padding: 4px;
    line-height: 30px;
    font-size: 16px;
    padding-top: 12px;
    display: inline-block;
}
.achievement td:nth-child(2n) {
    width: 180px;
    max-width: 220px;
}
.achievement-footer span.achievement-footer-big {
    font-size: 24px;
    padding-bottom: -5px;
}

.pclb {
	padding: 0 30px 24px!important;
}
.index-top-box2 {
	display:none;
}
.ydmore {
	display:none;
}
.xwdian {
	width: 2px;
	height: 2px;
	float: left;
	margin-right: 10px;
	margin-top:10px;
	background-color: #333;
}
.xwgk {
	 padding-bottom: 24px;
	 padding-left: 34px!important;
}
.ydyqlj {
	display:none!important;
}
.ydfoot {
	display:none;
}

/*列表*/
.mbx {
	padding:0!important;
	height:auto;
	line-height:50px;
}
.bread-wrap{
    border-bottom: 1px solid #dadada;
    background-color: #fafafa;
    padding-top: 17px;
    padding-bottom: 16px;
}
.positionCur a{color:#606266;}
.fontWeight{font-weight:bold;color:#000!important;}


.news-list .dot {
    			color: #2b61b3;
   			font-weight: 700;
    			font-size: 13px;
    			width: 5px;
    			height: 6px;
    			margin-right: 5px;
		}		
.news-list li a:hover{
text-decoration:none;
color:#2b61b3;
}	
.news-list li a:hover span{
color:#2b61b3;
}	
		.news-list li{
margin:11px 0;
}		
.news-list li a span{
color:#000;
}		
.right_side_list{min-height:400px;}
.el-input__inner {
 -webkit-appearance:none;
 background-color:#fff;
 background-image:none;
 border-radius:4px;
 border:1px solid #dcdfe6;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 color:#606266;
 display:inline-block;
 font-size:inherit;
 height:40px;
 line-height:40px;
 outline:0;
 padding:0 15px;
 -webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);
 transition:border-color .2s cubic-bezier(.645,.045,.355,1);
 width:100%
}
.el-input__prefix,
.el-input__suffix {
 position:absolute;
 top:0;
 -webkit-transition:all .3s;
 height:100%;
 color:#c0c4cc;
 text-align:center
}
.el-input__inner::-webkit-input-placeholder {
 color:#c0c4cc
}
.el-input__inner:-ms-input-placeholder,
.el-input__inner::-ms-input-placeholder {
 color:#c0c4cc
}
.el-input__inner::placeholder {
 color:#c0c4cc
}
.el-input__inner:hover {
 border-color:#c0c4cc
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
 border-color:#409eff;
 outline:0
}

 /*分页*/
 .m_page{
	 width:572px;
	 margin:0 auto;
    font-size: 13px;
    color: #606266;
}
.m_page a{display:inline-block;margin:0px 5px;width:30px;text-align:center;color:#303133;font-weight: 700;}
.m_page a:hover{color: #409eff;text-decoration:none;}
.select * {
  margin: 0;
  padding: 0;
}
.select {
  border:1px solid #cccccc;
  display: inline-block;
vertical-align:bottom;
margin: 0 10px 0 10px;
border-radius: 5px;
  }
.select div {
  border:1px solid #f9f9f9;
  float: left;
}
/* 子选择器，在FF等非IE浏览器中识别 */
.select>div {
  width:67px;
  height: 30px;
  overflow:hidden;
  }
  
/* 通配选择符，只在IE浏览器中识别 */
* html .select div select {
  display:block;
  float: left;
  margin: -2px;
}
.select div>select {
  display:block;
  width:70px;
  float:none;
  margin: -2px;
  padding: 0px;
  border-radius: 5px;
  height: 34px;
}
.select:hover {
  border:1px solid #606266; //鼠标移上的效果 
}
.select select>option {
  text-indent: 2px; //option在FF等非IE浏览器缩进2px
}





.ydcd {
	display: none;
}

.pagesize-box {
	display:none;
}


/*内容页*/
.title{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0 10px;
    color: #252a2d;
    margin: 0;
}
.info{
	text-align: center;
	color: #666;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding-left:90px;
}

.article-detail{
    margin: 20px 0;
}



/*领导详情*/
#div_zhengwen,.grid-content {
	padding: 30px 90px;
	font-size: 16px;
	line-height: 200%;
}
.ldImg img {
	width: 152px;
	height: 207px;
}
.grid-content .ldname {
	color: rgb(31, 73, 125); 
	font-size: 19px;
	font-weight:normal;
}
.grid-content .ldzw {
	font-size: 16px;
	font-weight:normal;}

.ydldxq {
	display:none;
}


/*组织机构*/
.chusl {
	margin-top:15px;
	margin-left: 2%;
	width: 94%;
	color:#0959b8;
	text-align:center;
	font-size:18px;
	line-height:60px;
	font-weight:bold;
}
.chu {
	float: left;
	color: #FFF;
	border-radius: 15px;
	box-shadow: 5px 5px 5px rgba(80, 80, 80, 0.6);
	padding: 0 1%;
	margin-top:15px;
	margin-left: 2%;
	display: flex;
	width: 30%;
	height: 70px;
	font-size: 21px;
	/* background-image: url(04-zujg-bg1.jpg); */
	background-size:100% 100%;
}
.chu2 {
	float: left;
	color: #FFF;
	border-radius: 15px;
	box-shadow: 5px 5px 5px rgba(80, 80, 80, 0.6);
	padding: 0 1%;
	margin-top:15px;
	margin-left: 2%;
	display: flex;
	width: 94%;
	height: 70px;
	font-size: 21px;
	/* background-image: url(04-zujg-bg1.jpg); */
	background-size:100% 100%;
}
.lm {
	align-self: center;
	margin:0 auto;
}


/*平津战役*/
.ydhero {
	display:none;}
}