/********************************** 首页样式 ******************************/
.main_content {
	margin: 20px auto;
}
 .bg-white{
	 background-color: white;
 }
/* 悬浮窗 */
#suspension-window {
	position: fixed;
	visibility: hidden;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 255px;
	height: 114px;
	cursor: pointer;
}
#suspension-window img{
	width: 100%;
	height: 100%;
}
#suspension-window .close{
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 25px;
	line-height: 25px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	color: #333333;
	z-index: 200;
	opacity: 1;
}
#suspension-window .fixation{
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	color: #333333;
	z-index: 200;
	opacity: 1;
}
/* 带标题的模块 */
.module .module-head {
	border-bottom: 1px solid #DCDCDC;
}

.module-head .title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 42px;
}

.module-head .more {
	float: right;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	vertical-align: middle;
}
.module-head .more a{
	color: #d0021b;
}

	/* 各类新闻列表样式 */
.news-list {
	margin-top: 5px;
}

.news-list li {
	clear: both;
	line-height:30px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list li:before {
	float: left;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #BFBFBF;
	margin-top: 13px;
	margin-right: 10px;
}

.news-list li .title:hover {
	color: #D50000;
}

.news-list li .title {
	float: left;
	width: 95%;
	color: #333333;
	height: 35px;
}

.news-list li span:last-child {
	float: right;
	color: #BFBFBF;
}

/*********** 最新消息轮播 *********/
.newMsg {
	margin: 20px auto;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff1f1;
	color: #D0021B;
}

.msg-icon {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

.msg-icon .icon-notice {
	font-size: 22px;
	margin: 0 10px 0 20px;
}
.swiper-msg {
	width: calc(100% - 160px);
	display: inline-block;
	height: 18px;
	vertical-align: middle;
}
.swiper-msg ul{height: 18px;overflow: hidden;}
.swiper-msg li {
	overflow: hidden;
	width: 100%;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	color: #000;
	font-size: 18px;
}
.change-container {
	width: calc(100% - 160px);
	position: relative;
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	margin-bottom: 0;
}

.changing {
	position: absolute;
	overflow: hidden;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 18px;
	line-height: 18px;
	opacity: 0;
	cursor: pointer;
	text-rendering: optimizeLegibility;
	animation: revealNextWord 20s ease-in-out infinite;
}

.changing:nth-child(1) {
	-webkit-animation-delay: 0s;/*为Chrome/Safari*/
	-moz-animation-delay: 0s;/*为Firefox*/
	-ms-animation-delay: 0s;/*为IE*/
	-o-animation-delay: 0s;/*为Opera*/
	animation-delay: 0s;
}

.changing:nth-child(2) {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.changing:nth-child(3) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.changing:nth-child(4) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.changing:nth-child(5) {
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}

@keyframes revealNextWord {
	0% {
		opacity: 0;
		height: 0;
	}

	10% {
		opacity: 1;
		height: 18px;
	}

	20% {
		opacity: 1;
		height: 18px;
	}

	28% {
		opacity: 0;
		height: 18px;
	}

	100% {
		opacity: 0;
		height: 0;
	}
}

/*********** 人大要闻 *********/
.main-news{
	height: 400px;
	overflow: hidden;
}
.main-news .news-list .title {
	width:95%
}
.main-news .swiper-news {
	float: left;
	width: 600px;
	height: 400px;
	margin-right: 20px;
	overflow: hidden;
	cursor: pointer;
}

.main_content .swiper-publicity {
	float: left;
	width: 1200px;
	overflow: hidden;
	cursor: pointer;
}

/*** 要闻轮播 ***/
.swiper-news .swiper-slide {
	position: relative;
	width: 100%;
	height: 400px;
	background-color: white;
}
.swiper-news .swiper-slide img{
	width: 100%;
	height: 100%;
}

.swiper-news .swiper-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(0, 0, 0, .3);
	color: white;
}

/* 人大要闻  轮播图样式覆盖 */
.news-pagination {
	right:20px;
}


/*** 要闻轮播 ***/
.main-news .news {
	float: left;width: 580px;
	padding:0 20px;
	background-color: #fff;
}

.news .module-head {
	border-bottom: 3px solid #d0021b;
}

/* 置顶要闻摘要 */
.news .summary {
	/*height: 173px;*/
	margin-top: 15px;
	padding: 12px 20px;
	background-color: #F5F5F5;
}

.summary .title {
	text-align: center;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	line-height: 34px;
	/*height: 68px;*/
	text-overflow: ellipsis;
}

.summary .title:hover {
	cursor: pointer;
	color: #D50000;
}

.summary .summary-content {
	height: 84px;
	font-size: 16px;
	color: #BFBFBF;
	line-height: 28px;
}
.modules-news-bd {
	margin: 20px auto;
	background-color: white;
	padding: 10px 20px;
	overflow: hidden;
}
.modules-news-bd .module{
	float: left;
	width:370px;
}
.modules-news-bd .module:nth-child(1) {
	margin-right: 20px;
}

/* 置顶新闻 */
.top-news {
	margin-top: 12px;
	overflow: hidden;
}

.top-news .img {
	float: left;
	width: 135px;
	height: 90px;
	margin-right: 20px;
	cursor: pointer;
}

.top-news .content {
	float: left;
	width:215px;
}

.top-news .title {
	height: 90px;
	line-height: 28px;
	font-size: 16px;
	color: black;
	text-align: justify;
}

.top-news .source {
	margin-top: 8px;
	color: #D0021B;
}



.tips-news-bar {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	cursor: pointer;
}

/* 主任之窗 各类新闻 左右布局 */
.hb {
	width: 100%;
	background-color: #F3F3F3;
	overflow: hidden;
}

.hb .hbl {
	float: left;
	width: 380px;
	margin-right: 20px;
}

.hb .hbr {
	float: right;
	width: 800px;
}

/* 主任之窗 */
.director-win {
	margin: 20px auto;
	background-color: white;
	padding: 10px 30px 30px;
}
.director-win h3 {
	margin: 0;
	border-bottom: 1px solid #DCDCDC;
}
.director-win .title {
	font-size: 20px;
	color: #D0021B;
	font-weight: bold;
	line-height: 42px;
}
.director {
	margin: 20px 0;
}
.director .leader-detail {
	display: inline-block;
	padding-left: 3px;
	vertical-align: middle;
	text-align: center;
}
.leader-list {
	/*display: flex;*/
}
.leader-item {
	display:inline-block;
	margin: 10px 46px 10px 0;
	text-align: justify;
	text-align-last: justify;
	font-size: 18px;
}
.director .head {
	display: inline-block;
	width: 126px;
	height: 168px;
	vertical-align: middle;
	cursor: pointer;
}
.top-leader-name {
	display:block;
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 24px;
}
.director .leader-position {
	display: block;
	margin-top: 10px;
	font-size: 18px;
}
.director .leader-position:first-child {
	margin-top: 0;
}
.associate{
	display: flex;

}

.associate .title,
.secretary .title {
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;

}

.associate .list,
.secretary .list {
	overflow: hidden;
}

.associate .list li,
.secretary .list li {
	float: left;
	line-height: 32px;
	width: 70px;
	font-size: 16px;

	cursor: pointer;
}
.associate .list li a{
	color: #000;
}
.associate .list li a:hover{
	color: #f00;
}
.associate .list li:hover,
.secretary .list li:hover {
	color: #D0021B;
}

.secretary {
	margin-top: 15px;
}

/* 组织机构链接 */
.organ-link {
	width: 380px;
	height: 124px;

	background-color: white
}

.organ-link .divider {
	float: left;
	height: 100%;
	background-color: #F2B2B2;
}

.organ{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 180px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #d30000;
}
.organ a{
	color: #d30000;
}

/* 各类会议链接 */
.meetings-link {
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.meetings-link .meeting {
	margin-top: 5px;
	/*width: 380px;*/
	/*width:187px;*/
	/*height: 93px;*/
}
/* <!--联络站 意见征集等 各类链接 --> */
.table-links{
	height: 407px;
}
.table-links li{
	float: left;
	width:130px;
	height: 160px;
	margin:16px 20px;
	text-align: center;
}
.table-links .icon{
	width:112px;
	height:112px;
	cursor: pointer;
}

.table-links .title{
	font-size: 18px;
	line-height:28px;
	text-align: center;
}
/* 代表资料库 */
.qrCode
{

}
.qrCode .item{
	float: left;
	width: 100%;
	line-height: 30px;
	margin:10px auto;
	text-align: center;
	cursor: pointer;
}
.qrCode img
{
	border: 1px solid #DCDCDC;
	width: 100px;
	height:133px;
	float: left;
	margin: 0 10px;
}
.qrCode_rignt{
	float: left;
}
.qrCode_rignt span{
	display: block;
	line-height: 36px;
}
.qrCode_rignt span em{
	font-style: normal;
}
/* 站内搜索 */
.site-search {
	height: 150px;
	margin: 20px auto;
	background-color: white;
	padding: 10px 20px;
}
.site-search .module-head{
	border-bottom: none;
}

.site-search .title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 46px;
}
.site-search .search-box{
	margin-top: 14px;
	width: 333px;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	border: 1px solid #E9E9E9;
	text-align: center;
	vertical-align: middle;
}
.search-box input{
	float: left;
	width: 200px;
	height: 100%;
	font-size: 16px;
	background-color: transparent;
	margin-left: 6px;
}
.search-box .icon-search{
	font-size:24px;
	font-weight: bold;
	color:#D0021B;
	cursor: pointer;
	margin-left: 10px;
}


/* 县区人大 县区 */
.county .module{
	width: 100%;
}
.county .news-list{
	float: left;
	width:370px;
}
.county .news-list:first-child{
	margin-right: 20px;
}

.county .tow-columns {
	float: none;
	width: auto;
	margin-right: 0;
}
.county .tow-columns:first-child {
	margin-right: 0;
}
.county .tow-columns li {
	display: inline-block;
	width:370px;
}
.county .tow-columns li:nth-child(odd){
	margin-right: 15px;
}
.county-area {
	margin: 15px 0 5px 0;
	user-select: none;
}
.county-area li {
	position: relative;
	float: left;
	text-align: center;
	margin: 0 13px;
	color: #7c7a7b;
	font-size: 16px;
	cursor: pointer;
	white-space: nowrap;
}

.county-area li.sel,
.county-area li:hover {
	font-weight: bold;
	color: #D0021B;
}

.county-area li:after {
	position: absolute;
	display: inline-block;
	top: 4px;
	right:-13px;
	content: '';
	width: 1px;
	height: 16px;
	background-color: #BFBFBF;
}
.county-area li:first-child {
	margin-left: 0;
}

.county-area li:last-child {
	margin-right: 0;
	overflow: hidden;
}

/*.county-area li:after:last-child {*/
	/*height: 0;*/
	/*width: 0;*/
	/*padding-right: 0;*/
	/*border-right: none;*/
/*}*/
.county-data{
	display: none;
	margin-top: 15px;
}
.show-data{
	display: block;
}

.media-bd {
	width: 100%;
	height: 312px;
}

/* 融媒体tab页 */
.media-bd .tabs {
	height: 54px;
	border-bottom: 1px solid #DCDCDC;
}

.media-bd .tabs li {
	display: inline-block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 50px;
	cursor: pointer;
	margin-right: 36px;
}

.media-bd .tabs li:hover,
.media-bd .tabs li.sel {
	border-bottom: 4px solid #D30000;
	color: #D30000;
}
.media-bd  .tab-content{
	height: 232px;
}

/* 融媒体轮播样式覆盖 */
.media-wrap {
	position: relative;
	width: 760px;
	height: 212px;
}

.media-wrap .swiper-container {
	margin-top: 20px;
	width: 698px;
	height: 212px;
}
/* 融媒体轮播样式 */
.magazine-wrap .title,
.imagetxt-wrap .title,
.video-wrap .title {
	height: 48px;
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}

.media-wrap .title:hover {
	cursor: pointer;
	color: #D0021B;
}


.video-wrap .swiper-slide,
.imagetxt-wrap .swiper-slide,
.magazine-wrap .swiper-slide {
	position: relative;
	text-align: center;
	cursor: pointer;
}


.video-wrap .swiper-slide .duration {
	position: absolute;
	top: 105px;
	right: 10px;
	padding: 2px 4px;
	background-color: rgb(0, 0, 0, .7);
	color: white;
	font-size: 14px;
	border-radius: 3px;
}

.video-wrap .swiper-slide img,
.imagetxt-wrap .swiper-slide img {
	width: 210px;
	height: 140px;
	text-align: center;
}

.magazine-wrap .swiper-slide img {
	width: 104px;
	height: 142px;
	text-align: center;
}

/* 音频资料 */
.swiper-video ul {
	margin-top: 20px;
}

.swiper-video ul li {
	font-size: 18px;
	line-height: 46px;
}

.swiper-video li .icon-play {
	float: left;
	color: #C41328;
	font-weight: bold;
	clear: both;
}

.swiper-video li .title {
	float: left;
	width:670px;
	margin: auto 15px;
}
.swiper-video li .title:hover {
	color: #D71515;
}

.swiper-video li span:last-child {
	float: right;
	font-size: 16px;
	color: #666666;
}

.swiper-video .more {
	line-height: 32px;
	color: #D71515;
	float: right;
	cursor: pointer;
}

.swiper-video .more:hover {
	font-weight: bold;
}
.swiper-slide .more{
	display: inline-block;
	font-size: 18px;
	width: 50px;
	padding: 22% 10px;
	height: 100%;
	color: #333;
	background-color: #ddd;
	text-align: center;
}

/* 底部链接 */
 .footer-links {
	 overflow: hidden;
 }
 .footer-links li{
	float: left;
	margin:0 5px;
	width: 190px;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	color: white;
	text-align: center;
	cursor: pointer;
}
.footer-links li a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer-links li img{
	width: 100%;
	height: 100%;
}
 .footer-links li:last-child{
	 margin-right: 0;
 }
/* 友情链接 */
.friendly-links{
	margin-top: 15px;
	clear: both;
}
.friendly-links ul{
	width: 100%;
	font-size: 18px;
	height:100px;
}
.friendly-links li{
	float: left;
	margin-top: 25px;
	margin-right: 29px;
}
.friendly-links li:last-child{
	margin-left: 0;
	margin-right: 0;
}
.friendly-links li:first-child,
.friendly-links li:nth-child(2)
{
	width: 212px;
	line-height: 50px;
	background-color: #ECECEC;
	border:1px solid #DCDCDC;
	text-align: center;
	cursor: pointer;
}
/* 下拉框样式覆盖 */
.friendly-links .select-box {
	position: relative;
	display: inline-block;
	width: 225px;height:36px ;
	margin-left: 10px;
	outline: none;
    border:1px solid #DCDCDC;
	padding-right: 10px;
	margin-top: 10px;
}
.select-box .select{
	width: 100%;height: 100%;
	padding-left: 12px;
	font-size: 16px;
	border: none;outline: none;
	cursor: pointer;
}
.select-box .select-arrow{
	position: absolute;right:10px;
	width:18px;height: 100%;
	background: url(../icons/select_arrow.png) no-repeat center;
	background-color: white;
}
.net_img img{
	width: 80%;
}
.nooption{
	width: 60px;
	height: 47px;
	float: left;
}
