@font-face {
    font-family: 'rzgf';
  	src: url('rzgf.ttf') format('truetype');
  	font-weight: normal;
  	font-style: normal;
}

body {
	background-color: #FFF;
}
a {
	transition: all .3s;
}
img {
	max-width: 100%;
}
::-webkit-scrollbar {
    display: block;
    width: 8px;
    height: 8px;
    background-color: hsla(0,0%,96%,.47)
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: rgba(85,85,85,.25)
}
.page-container {
	position: relative;
	width: 100%;
	min-width: 1912px;
	min-height: 100vh;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mb24 {
	margin-bottom: 24px;
}
.pd24 {
	padding: 0 24px;
}
.pd50 {
	padding: 0 50px;
}
.w1 {
	width: 380px;
}
.w2 {
	width: 440px;
}
.w3 {
	width: 320px;
}
.w4 {
	width: 790px;
}
.w5 {
	width: 850px;
}
.w99 {
	width: 850px;
}
.ml-30 {
	margin-left: 30px;
}


.topcon {
	position: relative;
	padding: 0 70px;
	height: 130px;
	background: url(../images/bg-top.jpg) no-repeat right;
	background-size: 100% 100%;
}

.topcon .main {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topcon .main .logo {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
}

.topcon .main .logo img {
	margin-right: 20px;
}
.top-adv {
	max-width: 70%;
}
.top-adv img {
	margin-top: -10px;
	max-width: 100%;
	height: 80px;
}


.text1 {
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 50px;
    transform: translate(0, -50%);
    font-size: 40px;
    font-family:'rzgf', sans-serif;
    color: #FFC027;
	background-image: linear-gradient(to right, #FFC027, #FFC027);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
    letter-spacing: .5rem;
	text-shadow: 20px 20px 30px rgba(0, 0, 0, .5);
    /* animation: shadowMove 15s linear; */
}
.sun1 {
  	width: 50px;
  	height: 50px;
	background: radial-gradient(circle, #FFC027, #FFA500);
	box-shadow: 10px 10px 50px #f60;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	/* animation: moveSun 30s infinite linear; */
}

.t08 .text1 {
	text-shadow: -10px 3px 10px rgba(0,0,0,.2);
	background-image: linear-gradient(to right, 0% #FFC027, 100% #FFC027);
}
.t08 .sun1 {
	top: 0;
	right: 20px;
	opacity: .5;
}
.t10 .text1 {
	text-shadow: -15px -5px 10px rgba(0, 0, 0, .3);
	background-image: linear-gradient(to right, 0% #FFC027, 100% #FFDE37);
}
.t10 .sun1 {
	top: 0;
	right: 10px;
	opacity: .2;
}
.t12 .text1 {
	text-shadow: -5px 5px 10px rgba(0,0,0,.2);
	background-image: linear-gradient(to right, 0% #FFC027, 80% #FFDE37, 90% #FFC027, 100% #FFC027);
}
.t12 .sun1 {
	top: 0;
	right: 400px;
	opacity: .6;
}
.t14 .text1 {
	text-shadow: -5px 5px 10px rgba(0,0,0,.2);
	background-image: linear-gradient(to right, 0% #FFC027, 80% #FFDE37, 90% #FFC027, 100% #FFC027);
}
.t14 .sun1 {
	top: 0;
	right: 600px;
	opacity: 1;
}
.t16 .text1 {
	text-shadow: -5px 5px 10px rgba(0,0,0,.2);
	background-image: linear-gradient(to right, 0% #FFC027, 80% #FFDE37, 90% #FFC027, 100% #FFC027);
}
.t16 .sun1 {
	top: 10px;
	right: 700px;
	opacity: .4;
}
.t18 .text1 {
	text-shadow: -5px 5px 10px rgba(0,0,0,.2);
	background-image: linear-gradient(to right, 0% #FFC027, 80% #FFDE37, 90% #FFC027, 100% #FFC027);
}
.t18 .sun1 {
	top: 20px;
	right: 80%;
	opacity: 0;
}

/* @keyframes moveSun {
	0% {
		transform: translate(1920px, -50px) rotate(0deg);
		opacity: .5;
	}
	80% {
		transform: translate(400px, 10px) rotate(-90deg);
		opacity: .5;
	}
	100% {
		transform: translate(100px, -20px) rotate(360deg);
		opacity: 0;
	}
}
@keyframes shadowMove {
	0% {
		text-shadow: -20px 0 30px rgba(0,0,0,.5);
		background-image: linear-gradient(to right, 10% #FFC027, 100% #FFC027);
	}
	20% {
		 text-shadow: -20px 0 30px rgba(0,0,0,.5);
		 background-image: linear-gradient(to right, 20% #FFC027, 25% #FFDE37, 100% #FFDE37);
	}
	50% {
		 text-shadow: -20px 0 30px rgba(0,0,0,.5);
		 background-image: linear-gradient(to right, 10% #FFC027, 30% #FFDE37, 100% #FFDE37);
	}
	80% {
		text-shadow: 5px 20px 40px rgba(0, 0, 0, .5);
		background-image: linear-gradient(to right, #FFC027, #FFDE37);
	}
	100% {
		text-shadow: 20px 20px 30px rgba(0, 0, 0, .5);
		background-image: linear-gradient(to right, #FFC027, #FFC027);
	}
} */


/*导航*/
.navBar {
	position: relative;
	z-index: 100;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #0068B7;
	background: -webkit-linear-gradient(top, #0D83DC, #0068B7); /* Safari 5.1-6.0 */
  	background: -o-linear-gradient(top, #0D83DC, #0068B7);      /* Opera 11.1-12.0 */
  	background: -moz-linear-gradient(top, #0D83DC, #0068B7);    /* Firefox 3.6-15 */
  	background: linear-gradient(to top #0D83DC, #0068B7);   /* 标准语法 */
}

.navBar .container {
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
} 
.nav {
	height: 36px;
}
.nav .m {
	position: relative;
	display: inline-block;
}

.nav h3 {
	height: 36px;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
}

.nav h3 a {
	display: block;
	padding: 0 50px;
	font-size: 18px;
	color: #fff;
	vertical-align: top;
}

.nav .on h3 a {
	/* background: rgba(0,160,233,.5);
	background: -webkit-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -o-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -moz-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: linear-gradient(to bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));  */
  	background-color: #1A89DB;
	color: #fff;
}

.nav .sub {
	display: none;
	width: 100%;
	position: absolute;
	left: -1px;
	top: 36px;
	/* background: #0D83DC;	
	background: -webkit-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: -o-linear-gradient(bottom, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: linear-gradient(to topm, #0D83DC, #0068B7); */
  	background-color: #1A89DB;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.nav .sub li {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.nav .sub li a {
	display: block;
	padding: 10px 0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.nav .sub li a:hover {
	background: #0068B7;
	color: #fff;
}



.rig-menus {
	margin-right: 10px;
	height: 36px;
	display: flex;
	justify-content: center;
}
.rig-menus li {
	width: 60px;
	display: flex;
	justify-content: center;
}
.rig-menus li a {
	width: 100%;
	line-height: 36px;
	display: flex;
	align-items: center;
}
.rig-menus li span {
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
/* .rig-menus li a i {
	font-size: 20px;
	color: #fff;
	transition: all 0.3s; 
}
.rig-menus li:hover {
	background: rgba(0,160,233,.5);
	background: -webkit-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -o-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -moz-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5)); 
  	background: linear-gradient(to bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5)); 
}
.rig-menus li:hover a i{
	font-size: 28px;
}
.rig-menus li:focus {
	background: rgba(0,160,233,.7);
	background: -webkit-linear-gradient(bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -o-linear-gradient(bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -moz-linear-gradient(bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: linear-gradient(to top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
}
.rig-menus li:active a i{
	color: #ffc027;
	transform: rotate(360deg); 
} */
.rig-menus li a i {
	width: 24px;
	height: 24px;
	display: block;
	transition: all 0.3s; 
}
.rig-menus li:hover {
	background: rgba(0,160,233,.5);
	background: -webkit-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -o-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -moz-linear-gradient(top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5)); 
  	background: linear-gradient(to bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5)); 
}
.rig-menus li:hover a i{	
	width: 36px;
	height: 36px;
}
.rig-menus li:focus {
	background: rgba(0,160,233,.7);
	background: -webkit-linear-gradient(bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -o-linear-gradient(bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: -moz-linear-gradient(bottom, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
  	background: linear-gradient(to top, rgba(72, 178, 255, .5), rgba(15, 131, 216, .5));
}
.rig-menus li a i {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}




/*底部*/
.footer {
	clear: both;
	text-align: center;
	border-top: 2px solid #0068B7;
}
.bottomNav{
	position: relative;
	z-index: 1;	
	max-width: 1920px;
	margin: 0 auto;
	height: 50px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottomNav li{
	position: relative; 
	display: inline;
	margin: 0 10px;
	width: 16%;
}
.bottomNav dd {
	width: 90%;
	margin: 0 auto;
	transition: all .3s;
}
.bottomNav dd h3 { 
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 12px;
	border: 1px solid #eee;
	border-radius: 4px;
	font-weight: normal; 
	font-size: 100%;
}
.bottomNav dd h3 i {
	font-size: 14px;
}
    
.bottomNav dd:hover {
	width: 100%;
	cursor: pointer;
}
.bottomNav dd:hover h3 {
	padding: 8px 16px;
	font-size: 16px;
	height: inherit;
	text-align: left;	
}
.bottomNav dd h3 span {
	width: 90%;
	display: inline-block;	
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottomNav dd .icon-more {
	width: 9px;
	height: 9px;
	background: url('../images/more.svg') no-repeat;
	background-size: cover;
}


.bottomNav .bottommenulist { 
	display: none;
	position: absolute;
	padding: 10px;
	width: calc(100% - 2px);
	bottom: 40px;
	left: 1px;
	border: 1px solid #0068B7;
	background: #fff; 
	border-radius: 5px;
	box-sizing: border-box;
	transition: opacity 1s;
	/* -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1); 
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1); 
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);	 */
}
.bottomNav .bottommenulist li {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	line-height: 35px; 
}
.bottomNav .bottommenulist li a {
	display: block; 
	font-size: 14px;
	color: #333;
	color: #333; 
	padding: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bottomNav .bottommenulist li a:hover { 
	background: #DCEFFF;
	font-size: 16px;
	color: #0068B7;
}
.bottomNav dd:hover .bottommenulist {
	display: block;
	animation: fadeIn .5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




.page-main {
	position: relative;
	z-index: 1;	
	width: 100%;
	overflow-x: auto;
	/* min-height: calc(100vh - 196px); */
	margin: 0 auto;
}
.page-main.havesider {
	display: flex;
}

.wrap-a{
	overflow: hidden;
	width: 100%;
	float: left;
}

.wrap-a .module {
	width: calc(33.333% - 16px);
	float: left;

}
.wrap-a .module:nth-child(2) {
	width: calc(33.333% - 24px);
	margin: 0 36px;
}

.left {
	width: calc(100% - 380px);
}
.right {
	padding-right: 40px;
	width: 340px;
	float: right;
}
/*公共盒子*/
.module {
	box-sizing: border-box;
}
.module .menu {
	margin: 8px 0;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module .menu h3 {
	position: relative;
	float: left;
	line-height: 40px;
	font-size: 20px;
	color: #0068B7;
	font-weight: 600;
	display: inline-block;
}
.module .menu h3 a {
	color: #0068B7;
}
.module .menu .more {
	color: #999;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.module .menu .more:hover {	
	color: #0068B7;
	transform: translateY(-5px);
}

/*文字列表*/
.module .list-con {
	flex: 1;
}
.module .list-con li,
.module .list-con .item{
	position: relative;
	padding-left: 18px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
}
.module .list-con .tip-new {
	position: relative;
	top: -14px;
	left: 5px;
}
.module .list-con a:hover {
	color: #0f68af;
}

.module .list-con .text {
	position: relative;
	max-width: 80%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	/* transition: padding-left .3s ease-out; */
}
.module .list-con li::before {
	position: absolute;
	top: 50%;
	left: 0;
	/* margin-top: -2px;
	width: 5px;
	height: 5px;
	background-color: rgba(0, 104, 183, .7);
	border-radius: 50%; */
	margin-top: -5px;
	width: 10px;
	height: 8px;
	background: url('../images/arrow4.png') no-repeat left center;
	content: '';
}
/* .module .list-con .item:hover .text {
	padding-left: 8px;
} */

.module .list-con .time {
	float: right;
	width: 40px;
	font-size: 14px;
	text-align: right;
	color: #999;
}


.left-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	height: 44px;
	line-height: 44px;
	background: -webkit-linear-gradient(left, #FFFFFF 0%, #E9F6FF 80%, rgba(233, 246, 255, 0) 100%);
  	background: -o-linear-gradient(left, #FFFFFF 0%, #E9F6FF 80%, rgba(233, 246, 255, 0) 100%);
  	background: -moz-linear-gradient(left, #FFFFFF 0%, #E9F6FF 80%, rgba(233, 246, 255, 0) 100%);
  	background: linear-gradient(to right, #FFFFFF 0%, #E9F6FF 80%, rgba(233, 246, 255, 0) 100%);
}
.left-notice .meeting {
	margin: 0 50px;
	font-size: 30px;
	font-weight: 600;
	color: #E11A17;
	letter-spacing: .5rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left-notice .meeting span {
	display: inline-block;
	margin-right: 8px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #E11A17;
	border-radius: 4px;
}
.left-notice .onduty {
	margin-right: 24px;
	font-size: 16px;
	color: #0068B7;
}




/*焦点图*/
.focusBox {
	position: relative;
	width: 100%;
	height: 345px;
	overflow: hidden;
}
.focusBox .pic li{
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.focusBox .pic li a {
	display: block;
	width: 100%;
	height: 100%;
}
.focusBox .pic img {
	/*width: 100%; 如果不要让图片变形可以设置宽度100%，这样首页等比缩放显示，但是显示图片的框里面可能会有空白位置多出来*/
	width: 100%;
	height: 345px;
	border-radius: 10px;
	transition: transform 0.3s ease;
	transform: scale(1.1); /* 放大到110% */
	/* position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);  */
}
.focusBox .pic img:hover{
}

.focusBox .hd {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -60px;
	z-index: 3;
}
.focusBox .hd li {
	float: left;
	overflow: hidden;
	margin: 0;
	width: 24px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .7);
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
	behavior: url(css/PIE.htc);
}
.focusBox .hd .on {
	background: #0068b7;
	filter: alpha(opacity=100);
	opacity: 1;
}
.focusBox .hd li:first-child {
	border-radius: 4px 0 0 4px;
}
.focusBox .more {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 50%;
	margin-left: 60px;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 0 4px 4px 0;
	filter: alpha(opacity=80);
	opacity: .8;
}

/*海关要闻*/
.box-news .first-info {
	margin-top: 10px;
	font-size: 24px;
	color: #0068B7;
	font-weight: 600;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-news .sec-info {
	margin: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box-news .sec-info a {
	position: relative;
	display: inline;
	margin-right: 12px;
	font-size: 16px;
	color: #0068B7;
}
.box-news .sec-info a::after {
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background-color: #ddd;
	content: '';
}
.box-news .sec-info a:last-child {
	margin-right: 0;
}
.box-news .sec-info a:last-child::after {
	display: none;
}
.box-news .list-con {
	padding: 0;
	background-color: inherit;
}

/*公告*/
.box-gonggao .list-con .text {
	max-width: 75%;
}

/*政务信息*/
.box-xinxi .hd {
	margin: 8px 0;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box-xinxi .tab-menus {
	margin: 8px 0;
	display: inline-flex;
}
.box-xinxi .tab-menus li {
	position: relative;
}
.box-xinxi .tab-menus li a {
	margin-right: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #333;
}
.box-xinxi .tab-menus li.on a {
	color: #0068B7;
}
.box-xinxi .tab-menus li.on::before {
    position: absolute;
    bottom: 0px;
    left: 0;
	width: 90px;
	height: 1px;
	background-color: #0068B7;
	content: '';
}
.box-xinxi .tab-menus li.on::after {
	display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #0068B7 transparent transparent transparent;
    border-width: 6px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -26px;
    content:  '';
}
.box-xinxi .tab-menus li:last-child {
	margin-right: 0;
}
.box-xinxi .tempWrap {
	position: inherit!important;
}

/* 选项卡容器 */
.tab-buttons {
    display: flex;
}
.tab-btn {
	position: relative;
	margin-right: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	background-color: inherit;
    cursor: pointer;
    transition: 0.3s;
}

.tab-btn.active{
    color: #0068B7;
}
.tab-btn.active::before {
    position: absolute;
    bottom: -2px;
    left: 0;
	width: 80px;
	height: 3px;
	background-color: #0068B7;
	content: '';
}
/* .tab-btn.active::after {
	display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #0068B7 transparent transparent transparent;
    border-width: 6px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    content:  '';
} */

.tabs .more {
	color: #999;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.tabs .more a.active {
	display: block;
}
.tabs .more:hover a {	
	color: #0068B7;
	transform: translateY(-5px);
}
.tab-content {
    display: none;
    animation: fadeIn 0.5s;
}
.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}





/*海关视频*/
.box-video {
	margin-top: 15px;
}
.slideBox {
	position: relative; 
	width: 100%; 
	height: 258px;
	overflow: hidden; 
}
.slideBox .bd { 
	position: relative; 
	height: 100%; 
	z-index: 0;
}
.slideBox .bd li { 
	zoom:1; 
	vertical-align:middle;
}
.slideBox .bd li  a {
	display: block;
	width: 100%;
	height: 100%;
}
.slideBox .bd img {
	width: 100%; 
	height: 100%; 
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute; 
	left: 0; 
	top: 50%; 
	margin-top: -20px; 
	display: block; 
	width: 30px; 
	height: 40px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 0 30px 30px 0;
	filter: alpha(opacity=80);
	opacity: .8;
}
.slideBox .next { 
	left: auto; 
	right: 0;
	text-align: right;
	border-radius: 30px 0 0 30px;
}
.slideBox .prev i,
.slideBox .next i {	
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}
.slideBox .prev i {
	margin-left: 5px;
}
.slideBox .next i {
	margin-right: 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop{
	display: none；
}
.slideBox .bd li {
	overflow: hidden;
	border-radius: 10px;
	background-color: #333;
	height: 100%;
}
.slideBox .bd li video {	
	border-radius: 10px;
	border: 0;
	background-color: inherit;
	object-fit: cover;
}

.slideBox .hd {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -36px;
	z-index: 3;
}
.slideBox .hd li {
	float: left;
	overflow: hidden;
	margin: 0;
	width: 24px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .7);
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
	behavior: url(css/PIE.htc);
}
.slideBox .hd .on {
	background: #0068b7;
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .hd li:first-child {
	border-radius: 4px 0 0 4px;
}
.slideBox .more {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 50%;
	margin-left: 36px;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 0 4px 4px 0;
	filter: alpha(opacity=80);
	opacity: .8;
}
.slideBox .tempWrap {
	height: 100%;
}


/*专栏图*/
.box-zhuanlan {
}
.box-zhuanlan .list-con {
	margin: 0 -12px;
}
.box-zhuanlan .list-con li {
	width: calc(25% - 20px);
	float: left;
	margin: 20px 10px;
	height: 50px;
}
.box-zhuanlan .list-con li a {
	width: 100%;
	height: 100%;
	display: block;
}
.box-zhuanlan img {
	border-radius: 10px;
  	transform: translateZ(0);
}
.box-zhuanlan .list-con li img {
	width: 100%;
	height: 50px;
}
.box-zhuanlan img:hover,
.box-zhuanlan img:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


/*首页右侧 */
.common-box {
	padding: 2px 20px;
	background: -webkit-linear-gradient(top, #D4EBFF 0%, #f9f9f9 40%, #f9f9f9 100%); /* Safari 5.1-6.0 */
  	background: -o-linear-gradient(top, #D4EBFF 0%, #f9f9f9 40%, #f9f9f9 100%);      /* Opera 11.1-12.0 */
  	background: -moz-linear-gradient(top, #D4EBFF 0%, #f9f9f9 40%, #f9f9f9 100%);    /* Firefox 3.6-15 */
  	background: linear-gradient(to bottom, #D4EBFF 0%, #f9f9f9 40%, #f9f9f9 100%);   /* 标准语法 */
  	border-radius: 10px;
}
.member-info {
	margin-top: 20px;
	margin-bottom: 16px;
	padding: 16px 20px;
	height: 190px;
	box-sizing: border-box;
}
.member-info .hello {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	line-height: 20px;
}
.member-info .hello .name {
}

.onduty {
	margin-top: 12px;
	display: flex;
}
.txt-scroll{ width: 70%; height: 20px; line-height: 20px; }
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt, .txt-scroll .txt-clone{ display: inline; position: relative; }

.member-info .btns {
	display: flex;
	align-items: center;
}
.member-info .btn-exit {
	position: relative;
	margin-left: 8px;
	color: #0068B7;
	letter-spacing: 0;
	transition: all 150ms linear 0s;
}
.member-info .btn-exit:hover, .member-info .btn-exit:active {
	letter-spacing: 3px;
	transition: all 150ms linear 0s;
}
.member-info .btn-enter {
	margin-top: 10px;
	padding: 6px 20px;
	display: block;
	font-size: 14px;
	color: #0068B7;
	text-align: center;
	border-radius: 5px;
	background: #D4EBFF;
  	transition: all .3s ease-in-out;
}
.contact-search {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
}
.btn-search-lg {
	padding: 6px 20px;
	line-height: 28px;
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 5px;	
	background: #0068B7;
	background: -webkit-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: -o-linear-gradient(bottom, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: linear-gradient(to bottom, #0D83DC, #0068B7);
  	transition: all .3s ease-in-out;
}
.btn-search-lg:hover {
	color: #fff;
	background-color: #2B78EB;
	background: -webkit-linear-gradient(right, #0D83DC, #0068B7);
  	background: -o-linear-gradient(right, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(right, #0D83DC, #0068B7);
  	background: linear-gradient(to right, #0D83DC, #0068B7);
  	box-shadow: 0 0 0 rgba(0,104,183,.1), 0 0 0 rgba(185,221,252,.5), inset 10px 10px 20px rgba(0,104,183,.1), inset -10px -10px 20px rgba(185,221,252,.5);
}
.contact-search .search-form {
	display: flex;
	margin-top: 12px;
}
.contact-search .input-search {
	flex: 1;
	padding: 4px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}
.contact-search .btn-search {
	padding: 6px 20px;
	line-height: 28px;
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 0 5px 5px 0;	
	background: #0068B7;
	background: -webkit-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: -o-linear-gradient(bottom, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: linear-gradient(to bottom, #0D83DC, #0068B7);
  	transition: all .3s ease-in-out;
}
.contact-search .btn-search:hover {
	color: #fff;
	background-color: #2B78EB;
	background: -webkit-linear-gradient(right, #0D83DC, #0068B7);
  	background: -o-linear-gradient(right, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(right, #0D83DC, #0068B7);
  	background: linear-gradient(to right, #0D83DC, #0068B7);
}
/* .btn-enter:after, .btn-enter:before {
	position: relative;
	bottom: 0px;
	display: block;
	margin: 0 auto;
	width: 0;
	content: " ";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
}
.btn-enter:hover:after, .btn-enter:hover:before {
	width: 100%;
	border-color: #0068B7;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
}
.btn-enter:hover:before {
	bottom: auto;
	top: 0;
	width: 100%;
} */
.member-info .work-menus {
	margin-top: 15px;
	display: flex;
}
.member-info .work-menus .menu-item {
	display: flex;
	align-items: center;
	margin: 0 10px;
	font-size: 16px;
	color: #333;
}
.member-info .work-menus .menu-item .icon {
	margin-right: 8px;
	width: 44px;
	height: 44px;
	background-color: #DCEFFF;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 10px 10px 20px rgba(0,0,0,.1), -15px -10px 20px rgba(185,221,252,.5);
    transition: box-shadow .2s ease-out;
}
.member-info .work-menus .menu-item:hover .icon {
	box-shadow: 0 0 0 rgba(0,104,183,.1), 0 0 0 rgba(185,221,252,.5), inset 10px 10px 20px rgba(0,104,183,.1), inset -10px -10px 20px rgba(185,221,252,.5);
    transition: box-shadow .2s ease-out;
}
.member-info .work-menus .menu-item:hover .icon img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.member-info .work-menus .menu-item:hover .icon img {
	transform: scale(1.3);
}
.member-info .work-menus .menu-item .num {
	color: #E11A17;
}


/*督查督办*/
.handle-info {
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.handle-info .list-con {
	padding: 0;
	background-color: inherit;
}
.handle-info .list-con .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.handle-info .list-con .item::before {}
.handle-info .list-con .status {
	float: right;
	width: 20px;
	height: 20px;
	background: url('../images/status-01.png') no-repeat;    
	transition: margin-right .3s ease-out;
}
.handle-info .list-con .status1 {
	background-image: url('../images/status-01.png');
}
.handle-info .list-con .status2 {
	background-image: url('../images/status-02.png');	
}
.handle-info .list-con .status3 {
	background-image: url('../images/status-03.png');	
}

.handle-info .list-con .item:hover .status {
	margin-right: 8px;
}

.handle-info .list-con .item .file {
	font-size: 14px;
	color: #333;
	width: 50%;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
.handle-info .list-con .item .dept {
	font-size: 14px;
	width: 50%;
	color: #666;
	text-align: right;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}


.module .list-con li .tip {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	padding: 10px;
    line-height: 20px;
    background-color: #fff;
	border: 1px solid #0068B7;
	font-size: 14px;
    color: #0068B7;
	border-radius: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    min-width: 100%;
    display: none;
	transition: opacity 1s;
}
.module .list-con li:hover .tip {
	display: block;	
	animation: fadeIn .5s;
}


.pic-adv img {
	width: 100%;
	border-radius: 10px;
	transition: all .3s;
}
.pic-adv a {
	display: block;
	margin-bottom: 14px;
}
.pic-adv a:last-child {
	margin-bottom: 0
}

.pic-adv img:hover {
	opacity: .8;
}





/*滚动图片*/
.picScroll .bd {
	position: relative;
}
.picScroll .prev,
.picScroll .next {
	position: absolute; 
	top: 50%; 
	left: 0; 
	display: block;
	margin-top: -25px;
	width: 26px; 
	height: 50px; 
	background: url(../images/slide_tigger.png) 0 -50px; 
	z-index: 9; 
	overflow: hidden;
}
.picScroll .next {
	left: auto; 
	right: 0; 
	background-position: -26px -50px; 
}
.picScroll .prev:hover{
	background-position: 0 -100px;
}
.picScroll .next:hover {
	background-position: -26px -100px;
}
.picScroll .prevStop {
	background-position: 0 0 !important;
}
.picScroll .nextStop {
	background-position: -26px 0 !important;
}
.picScroll .scrollWrap {
	padding-left: 48px;
}
.picScroll ul {
	overflow: hidden; 
	zoom: 1;
}
.picScroll li{
	position: relative; 
	float: left; 
	display: inline;
	margin: 20px 20px 20px 0;
	width: 140px;
}
.picScroll li .pic {
	position: relative;
	display: block;
	overflow: hidden;
}
.picScroll li .pic img {
	display: block;
	transition: all .5s;
	width: 140px;
	height: 112px;
}

.picScroll li:hover .pic img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5)
}

.wrap-a .module:nth-child(1),.wrap-a .module:nth-child(2) {
	width: calc(35.333% - 24px);
}
.wrap-a .module:nth-child(3) {
	width: calc(29.333% - 24px)
}



/*列表页*/
.inpage .page-main {
	padding: 20px 40px;
	min-height: calc(100vh - 256px);
	box-sizing: border-box;
	align-items: stretch;
	background: -webkit-linear-gradient(bottom, #D4EBFF 0%, #ffffff 30%, #ffffff 100%); /* Safari 5.1-6.0 */
  	background: -o-linear-gradient(bottom, #D4EBFF 0%, #ffffff 30%, #ffffff 100%);      /* Opera 11.1-12.0 */
  	background: -moz-linear-gradient(bottom, #D4EBFF 0%, #ffffff 30%, #ffffff 100%);    /* Firefox 3.6-15 */
  	background: linear-gradient(to bottom, #D4EBFF 0%, #ffffff 30%, #ffffff 100%);   /* 标准语法 */
}
.inpage .sidebar {
	margin-right: 30px;
	padding: 20px;
    width: 280px;    
    background-color: #fff;
	background: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%); /* Safari 5.1-6.0 */
  	background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);      /* Opera 11.1-12.0 */
  	background: -moz-linear-gradient(bottom, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);    /* Firefox 3.6-15 */
  	background: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);   /* 标准语法 */
	border-radius: 10px;
	box-sizing: border-box;
}
.inpage .right-main {
	margin: 0 auto;
	padding: 20px;
	max-width: 1400px;
    background-color: #fff;
	background: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%); /* Safari 5.1-6.0 */
  	background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);      /* Opera 11.1-12.0 */
  	background: -moz-linear-gradient(bottom, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);    /* Firefox 3.6-15 */
  	background: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);   /* 标准语法 */
	border-radius: 10px;
	box-sizing: border-box;
}
.inpage .page-main.havesider .right-main {
	width: calc(100% - 310px);
	max-width: inherit;
}
.inpage .page-main .container {
	padding: 0 40px;
}
.inpage .sidebar .module {
	width: 100%;
	float: left;
}

.inpage .sidebar .cate-list {
	display: flex;
	flex-direction: column;
}
.inpage .sidebar .cate-list li {
	padding: 2px 20px;
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
.inpage .sidebar .cate-list li:hover {
	color: #0068B7;
	background-color: #f9f9f9;
	cursor: pointer;
}
.inpage .sidebar .cate-list li.cur {
	color: #fff;
	background: #0068B7;
	background: -webkit-linear-gradient(right, #0D83DC, #1A89DB);
  	background: -o-linear-gradient(right, #0D83DC, #1A89DB); 
  	background: -moz-linear-gradient(right, #0D83DC, #1A89DB);
  	background: linear-gradient(to right, #0D83DC, #1A89DB);
}


.inpage .page-main .sidebar .menu,
.inpage .page-main .right-main .menu {
	border-bottom: 0;
}


/*主搜索区*/
.search-box {
	padding: 0 20px;
	line-height: 36px;
	overflow: hidden;
}

.search-box .form-item {
	float: left;
	margin-right: 30px;
	margin-bottom: 12px;
	font-size: 14px;
}
.search-box .form-item:last-child {
	margin-right: 0;
}

 .search-box .form-item>* {
	float: left;
}

.search-box .input,
.search-box .select {
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #eee;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	padding: 9px 10px\0;
	height: auto\0;
	line-height: \0;
	box-sizing: border-box;
}
.search-box .input:focus,
.search-box .select:focus {
	border-color: #0068B7;
}
.search-box .select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 8px center;
	background-size: 16px;
	background-color: white;
	cursor: pointer;
}
.search-box .select:hover {
	border-color: #0068B7;
}
.search-box .select:focus {
	outline: none;
	border-color: #0068B7;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.search-box .select:disabled {
	background-color: #f5f5f5;
	color: #999;
	cursor: not-allowed;
}


.input-range {
	width: 200px;
}

.input-range2 {
	width: 260px;
}

.search-box .form-input-box {
	margin-left: 20px;
	height: 34px;
	line-height: 40px;
	border: 1px solid #0068B7;
	border-radius: 5px;
	float: left;
}

.search-box .form-input-box .input {
	border: 0;
	float: left;
}

.search-box .btn-search {
	width: 100px;
	height: 36px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #0068B7;
	background: -webkit-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: -o-linear-gradient(bottom, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: linear-gradient(to bottom, #0D83DC, #0068B7);
  	transition: all .3s ease-in-out;
	border-radius: 5px;
}
.search-box .btn-search:hover {
	color: #fff;
	background-color: #2B78EB;
	background: -webkit-linear-gradient(right, #0D83DC, #0068B7);
  	background: -o-linear-gradient(right, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(right, #0D83DC, #0068B7);
  	background: linear-gradient(to right, #0D83DC, #0068B7);
}

.search-box .form-item {
	width: calc(33.3333% - 40px);
}
.search-box .input-range2 {
	width: calc(100% - 100px);
}




/*宽屏两列平分*/
.inpage .two-column .module {
	margin: 0 0 20px 0;
	width: calc(50% - 24px);
}
.inpage .two-column .module:nth-child(2) {
	margin: 0;
	margin-left: 48px;
}
.inpage .two-column .module .menu {
	margin-top: 25px;
}





/*列表页右侧列表*/
.list-page .right-main {
	padding: 20px 30px 0;
}
.list-page .menu {
	margin-top: 0;
	margin-bottom: 20px;
}

.list-page .inpage-list-box {
	margin-top: 20px;

}
.list-page .inpage-list-box .menu {
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 10px;
}
.list-page .inpage-list-box .list-title {
	display: flex;
	margin-bottom: 20px;
	padding: 0 20px;
	line-height: 24px;
	font-weight: 600;
}
.list-page .inpage-list-box .time {
	width: 100px;
	text-align: left;
}
.list-page .inpage-list-box .num {
	width: 200px;
}
.list-page .inpage-list-box .dept {
	width: 200px;
}
.list-page .inpage-list-box .left-word {
	width: calc(100% - 100px);
}

.list-page .module .list-con {
	padding: 0 20px 20px;
}

.list-page .module .list-con li {
	padding-left: 20px;
	padding-top: 6px;
	height: 48px;
	line-height: 36px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #ddd;
	display: flex;
}

.list-page .module.type2 .list-con li a {
	width: inherit;
	color: #333;
}
.list-page .module.type2 .list-con li a:hover {
	color: #0068B7;
}

.list-page .module.type2 .list-con li .left-word {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.list-page .module.type2 .list-con li .text {
	max-width: 90%;
	width: auto;
	float: left;
}

.list-page .module.type2 .list-con li img {
	float: left;
}

.list-page .module.type2 .list-con li .company,
.list-page .module.type2 .list-con li .view {
	line-height: 30px;
	color: #999;
	float: left;
}


/*分页*/
.page {
	padding: 10px 0 20px;
	height: 30px;
	text-align: center;
}
.page span {
	display: inline-block;
	line-height: 22px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #666;
	text-align: center;
}
.page span a {
	padding: 3px 10px;
	color: #666;
	display: block;
}
.page span a:hover {
	color: #0068B7;
}
.page .jump {
	margin: 0 20px;
	border: 0;
}
.page .jump .btn-go {
	padding: 0 10px;
	background-color: #eee;
	border: 1px solid #eee;
	height: 28px;
	line-height: 26px;
	border-radius: 5px;
}
.page .jump .input {
	margin: 0 8px;
	padding: 0 8px;
	width: 50px;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.list-page .box-dangjianzhuanlan .list-con {
	min-height: calc(100vh - 430px);
	background-color: inherit;
}

/*详情*/
.show-page .show-con {
	position: relative;
    padding: 20px 20px 60px;
	min-height: 491px;
}

.show-page .module .menu h3 .issue {
	font-style: normal;
}

.show-page .show-con .title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

.show-page .show-con .intro {
	font-size: 16px;
	color: #444;
	line-height: 30px;
}

.show-page .show-con .inscription {
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: right;
}

.show-page .show-con .fujian-box {
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #eee;
}

.show-page .show-con .fujian-box .fujian-title {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.show-page .show-con .fujian-box .fujian-list-con li {
	padding: 5px 0;
	line-height: 30px;
	font-size: 16px;
	color: #0068b7;
	display: block;
}

.show-page .show-con .fujian-box .fujian-list-con li i {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/icon_fujian.png) no-repeat 0 center;
	float: left;
}

.show-page .show-con .fujian-box .fujian-list-con li a {
	color: #0068b7;
}

.show-page .show-con .fujian-box .fujian-list-con li a:hover {
	text-decoration: underline;
}

.show-page .show-con .return {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.show-page .show-con .return a {
	padding: 5px 20px;
	color: #999;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #eee;
	display: inline-block;
}

.show-page .show-con .return a:hover {
	color: #0068b7;
}


.detail-shuju {
	padding: 0;
	border: 0;
}
.detail-shuju .data-box {
	padding: 0 20px;
	min-height: 571px;
	overflow: hidden;
}

.detail-shuju .item {
	margin-bottom: 0;
	padding: 30px 0;
	width: 100%;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}

.detail-shuju .item:last-child {
	border: 0;
}

.detail-shuju .item .bit {
	margin: 0 0 20px 0;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.detail-shuju .item .ranking {
	margin: 0;
	width: 100%;
}

.detail-shuju .item .ranking1 li {
	margin-bottom: 10px;
	padding-right: 5%;
	width: 28%;
	float: left;
}

.box-shuju .item .ranking1 li .w2 {
	width: 150px;
}

.box-shuju .item .ranking1 li .w3 {
	color: #0068b7;
}

.box-shuju .item .ranking1 li:nth-child(1) .w1 .num {
	background-color: #e82c2d;
}

.box-shuju .item .ranking1 li:nth-child(2) .w1 .num {
	background-color: #fd6b34;
}

.box-shuju .item .ranking1 li:nth-child(3) .w1 .num {
	background-color: #e89d32;
}




.list-page .module.type2.box-gonggao .list-con li a {
	width: 100%;
}


.show-page1 .page-main .menu {
	margin: 0;
    padding-left: 10px;
}
.show-page1 .show-con {
	min-height: calc(100vh - 440px);
}
.show-page1 .show-con .red-top {
	padding: 0 0 20px;
	font-size: 24px;
	color: #f00;
	text-align: center;
	border-bottom: 1px solid #f00;
}

.show-page1 .show-con .red-top .num {
	margin-top: 10px;
	font-size: 14px;
	color: #f00;
	display: block;
}

.show-page1 .show-con .intro {
	margin-bottom: 30px;
	font-weight: 400!important;
	color: #333!important;
}

.show-page1 .other-info {
	width: 100%;
	/**padding: 15px 0;**/
	padding: 20px 0 0 0;
	/**line-height: 24px;**/
	line-height: 18px;
	border-top: 1px solid #eee;
	overflow: hidden;
}

.show-page1 .other-info.hezuo {
	padding-top: 0;
	border-top: 0;
}

.show-page1 .other-info .left-name {
	margin-bottom: 10px;
	width: 50px;
	float: left;
}

.show-page1 .other-info .detail-info {
	width: 760px;
	float: left;
}

.show-page1 .other-info .detail-info li {
	margin-bottom: 10px;
}

.show-page1 .other-info .detail-info li:last-child {
	margin-bottom: 0;
}

.show-page1 .time {
	padding: 0 0 15px;
	color: #666;
}

.show-page1 .other-info.lyqk .left-name,.show-page1 .other-info.fujian .left-name,.show-page1 .other-info.pishi .left-name,.show-page1 .other-info.djxclyqk .left-name {
	width: 80px;
}

.show-page1 .other-info.lyqk .detail-info,.show-page1 .other-info.fujian .detail-info,.show-page1 .other-info.pishi .detail-info,.show-page1 .other-info.djxclyqk .detail-info {
	width: 730px;
}

.show-page1 .other-info.lyqk .detail-info li {
	padding-right: 1%;
	width: 32%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.show-page1 .other-info.djxclyqk .detail-info li{
	padding-right: 1%;
	width: 50%;
	float: left;	
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.show-page1 .other-info.fujian .detail-info a {
	color: #6297c1;
}

.show-page1 .other-info.pishi {
	color: #0000ff
}

.festival-adv .adv-item{
	position: relative;
	width: 100%;
}
.festival-adv .adv-item img{
	width: 100%;
}
.festival-adv .adv-item .adv-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: rgb(255, 255, 255, .8);
	border-radius: 50%;
}


.ripple1 {
    position: absolute;
	width:15px;
	height:15px;
    border-radius: 50%;
    background-color: #336699 ;
    transform: scale(0);
    animation: rippleEffect 0.6s linear;
	z-index:999;
}

@keyframes rippleEffect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/*标题提醒*/
.tipso_bubble,.tipso_bubble>.tipso_arrow {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.tipso_bubble {
	position: absolute;
	text-align: center;
	border-radius: 5px;
	z-index: 9999;
	padding: 10px
}

.tipso_style {
	cursor: help;
}

.tipso_bubble>.tipso_arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid;
	pointer-events: none;
}

.tipso_bubble.top>.tipso_arrow {
	border-color: #000 transparent transparent;
	top: 100%;
	left: 50%;
}

.tipso_bubble.bottom>.tipso_arrow {
	border-color: transparent transparent #000;
	bottom: 100%;
	left: 50%;
	margin-left: -8px
}

.tipso_bubble.left>.tipso_arrow {
	border-color: transparent transparent transparent #000;
	top: 50%;
	left: 100%;
	margin-top: -8px
}

.tipso_bubble.right>.tipso_arrow {
	border-color: transparent #000 transparent transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px
}


/*广告、生日提醒*/
.dialog-box {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	box-sizing: border-box;
	animation: fadeIn .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dialog-box .tc-con {
	margin: 0 20px;
	position: relative;
}
.dialog-box img {
	max-width: 100%;
	max-height: 60%;
	border-radius: 10px;
}
.dialog-box .btn-group {
	position: absolute;
	bottom: 20px;
	width: 100%;
	height: 32px;
	display: flex;
	justify-content: center;
}
.dialog-box .btn-group button {
	margin: 0 10px;
	padding: 4px 12px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	background-color: inherit;
	transition: all .3s;
}
.dialog-box .btn-group button:hover {
	color: #0068b7;
	background-color: #fff;
}

/*登录*/
.btn_login {
	padding: 6px 20px;
	line-height: 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;	
	background: #0068B7;
	background: -webkit-linear-gradient(top, #0D83DC, #0068B7);
  	background: -o-linear-gradient(top, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(top, #0D83DC, #0068B7);
  	background: linear-gradient(to top, #0D83DC, #0068B7);
  	transition: all .3s ease-in-out;
}
.btn_login:hover {
	color: #fff;
	background-color: #2B78EB;
	background: -webkit-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: -o-linear-gradient(bottom,, #0D83DC, #0068B7); 
  	background: -moz-linear-gradient(bottom, #0D83DC, #0068B7);
  	background: linear-gradient(to bottom, #0D83DC, #0068B7);
}
.dialog-box1 {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dialog-box1 .tc-con {
	margin: 0 20px;
	position: relative;
}
.login-box {
	position: relative;
	padding: 24px;
	width: 440px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 20px 3px rgba(0, 0, 0, .05);
	float: left;
	box-sizing: border-box;
}
.login-box .login-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.login-box .close_login {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.login-box .close_login i {
	padding: 5px;
	font-size: 18px;
}
.login-box .close_login:hover i {
	color: #0068b7;
}
.login-box .form-box .form-item{
	position: relative;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 20px;
}
.login-box .input-text{
	padding-left: 48px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: #444;
	border: 0;
	box-sizing: border-box;
}
.login-box .form-box .form-item i{
	position: absolute;
	top: 8px;
	left: 10px;
	width: 30px;
	font-size: 22px;
	color: #ccc;
	background-repeat: no-repeat;
	background-position: center;
}

.login-box .form-box .btn-box {
	clear: both;
}
.login-box .form-box .btn-login{
	margin-top: 30px;
	height: 44px;
	line-height: 44px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #0068b7;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
}
.login-box .form-box .btn-login:hover{
	background-color: #2B78EB;
}
.login-box .form-box .btn-default {
	margin-top: 30px;
	padding: 0 30px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #0068b7;
	text-align: center;
	border: 1px solid #0068b7;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
}
.login-box .form-box .btn-default:hover {
	color: #fff;
	background-color: #0068b7;	
}

/*鼠标经过提示*/
.tool_tip {
	background-color: #fff;
	border-radius: 4px;
	color: #333;
	font-size: 14px;
	position: absolute;
	z-index: 99999;
	min-width: 100px;
	word-wrap: break-word;
	white-space: nowrap;
	border: 1px solid rgba(0, 143, 183, .7);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	transition: all .3s;
}
.tool_tip a {
	padding: 8px;
  	color: #333;
  	display: block;
}
.tool_tip:hover a {
  	color: #0068b7;
}


/*月月谈*/
.study-pics { 
	position: relative;
	margin-bottom: 20px;
	width: 100%;  
	overflow: hidden; 
}
.study-pics .bd {
}
.study-pics .bd ul { 
	overflow: hidden; 
	zoom:1; 
}
.study-pics .bd ul li {
	margin-right: 38px;
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
}
.study-pics .bd ul li a {
	display: block;
}
.study-pics .bd ul li .pic {
	text-align:center; 
}
.study-pics .bd ul li .pic img { 
	width: 267px; 
	height: 166px; 
	border-radius: 10px;
	display: block;
}
.study-pics .bd ul li .pic a:hover img {
	opacity: .8;
}
.study-pics .bd ul li .title {
	margin-top: 10px;
	line-height: 24px;
}


.wrap-month-talk {
	margin-bottom: 24px;
}
.wrap-month-talk .module:nth-child(1) {
	width: 70%;
}
.wrap-month-talk .module:nth-child(2) {
	margin: 0 0 0 40px;
	width: calc(30% - 40px);

}
.learning-trends {
	padding: 0 20px 15px;
	background: #fff;
	border: 1px solid #eee;
}
.learning-matrix {
	margin-top: 24px;
	padding: 0 20px 12px;
	background: #fff;
	border: 1px solid #eee;
}
.learning-matrix .type-list {
	display: flex;
	flex-wrap: wrap;
}
.learning-matrix .type-list li {
	margin: 8px 2%;
	width: 29%;
	height: 60px;
	display: inline-flex;
}
.learning-matrix .type-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #666;
	background: url('../images/tpbg.svg') no-repeat;
	background-size: cover;
}
.learning-matrix .type-list li a:hover {
	color: #fff;
	background-image: url('../images/tpbgon.svg');
}
.month-talk .menu h3 {
	display: flex;
	align-items: center;
	font-size: 22px;
}

.month-talk .menu h3::before {
	margin-right: 8px;
	width: 4px;
	height: 24px;
	background-color: #0068B7;
	content: '';
}
.talk-list {
	margin-top: 20px;
}
.talk-item {
	display: flex;
	margin-bottom: 20px;
	padding: 18px 20px;
	border: 1px solid #f5f5f5;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 5px;
	transition: all .3s;
}
.talk-item:hover {
	background-color: #F3F9FF;
}
.talk-item .left-info {
	flex: 1;
}
.talk-item .title {
	display: flex;
	align-items: center;
}
.talk-item:first-child .title-left {
	flex: 1;
}
.talk-item .title .month-num {
	margin-right: 8px;
	padding: 4px 12px;
	font-size: 14px;
	color: #fff;
	background-color: #0079D2;
	border-radius: 5px;
}
.talk-item .title .text {
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.talk-item .title .text:hover{
	color: #0068B7;
}
.talk-item .title .ppt {
	margin-left: 8px;
}
.talk-item .title .time {
	margin-left: 20px;
	color: #999;
}
.talk-item .status {
	padding: 4px 10px;
	color: #E11A17;
	background-color: #FEF3F3;
	border-radius: 5px;
	display: inline;
}
.talk-item .intro-box {
	display: flex;
}
.talk-item .intro-left {
	flex: 1;
}
.talk-item .status img {
	margin-right: 5px;
}
.talk-item .author {
	font-size: 14px;
	color: #999;
}
.talk-item .intro {
	margin: 12px 0;
	line-height: 1.5;
	min-height: 60px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.talk-item .pic {	
	width: 220px;
	height: 140px;
	margin-left: 20px;
}
.talk-item .pic img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.talk-item .video {
	margin-left: 30px;
	width: 220px;
	height: 140px;
	background-color: #333;
	border-radius: 5px;
}
.talk-item .video video,
.talk-item .video source,
.talk-item .video poster{	
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.talk-item .video img {
	width: 100%;
	height: 100%;
}
.talk-item .right-pic {
	margin-left: 20px;
	width: 200px;
}
.talk-item .right-pic img {
	border-radius: 10px;
}


/*规章制度*/
.gzzd .page-title {
	margin: 10px 0 20px;
	position: relative;
}
.gzzd .page-title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #0068B7;
	display: flex;
	align-items: center;
}
.gzzd .page-title h3::before {
    margin-right: 8px;
    width: 4px;
    height: 24px;
    background-color: #0068B7;
    content: '';
}
.gzzd .full-search.flex {
	display: flex;
	align-items: center;
}
.gzzd .full-search.flex .search-box {
	padding: 20px 20px 0;
	height: 130px;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #f9f9f9;
	border-radius: 10px;
	box-sizing: border-box;
	flex: 1;
}
.gzzd .full-search.flex .other-info {
	margin-left: 30px;
	width: 500px;
	height: 130px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, .5);	
	border: 1px solid #f9f9f9;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.gzzd .full-search.flex .other-info ul {
	display: flex;
	width: 100%;
}
.gzzd .full-search.flex .other-info li {
	flex: 1;
}
.gzzd .full-search.flex .other-info li a {
	height: 130px;
	text-align: center;
	display: flex;
	justify-content: center;
	justify-content: center;
	flex-direction: column;
}
.gzzd .full-search.flex .other-info li a:hover {
	background-color: rgba(255, 255, 255, .5);
}
.gzzd .full-search.flex .other-info li img {
	height: 30px;
}
.gzzd .full-search.flex .other-info li span {
	margin-top: 20px;
	font-size: 14px;
	color: #0068B7;
	display: block;
}

.gzzd .box-list-zd {
	padding: 0 20px 10px;
	border: 1px solid #eee;
	border-radius: 10px;
}
.gzzd .box-list-zd .menu {
	margin-top: 20px!important;
	border-bottom: 0;
}

/*规章制度*/

.list-page  .gzzdlb .inpage-list-box .left-word {
	width: calc(100% - 500px);	
}
.box-guizhangzhidu .sec-info {
	margin: -10px 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center
}
.box-guizhangzhidu .sec-info span {
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	display: inline-flex;
}