﻿/* 首页样式 */
.displayFlex {
	display: flex;
	align-items: center;
}

.headMargin {
	margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.displayFlex {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.headBg {
	background: url(../image/headbg.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 768px) {
	.headBg {
		background: #6b6b6b;
	}
}

.headDispalyFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headPadding {
	padding: 40px 0px;
}

@media (max-width: 768px) {
	.headPadding {
		padding: 15px 0px;
	}
}

.mobileDisplay {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.displayFlex p {
	font-size: 12px;
}

.mobileMenu {
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, .7);
	width: 60%;
	right: -60%;
	z-index: 999;
	color: #FFFFFF;
	height: 100%;
	transition: right 0.5s;
}

.mobileMenu ul {
	padding: 0;
}

.mobileMenu ul li {
	list-style: none;
	margin-left: 30px;
}

.mobileMenu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 25px auto;
}

.guanbi {
	margin: 30px;
}

/* index  3D轮播图宽度 */
.swiperSlideWidth {
	background-position: center;
	background-size: cover;
	max-width: 800px;
}

/* head 动态字效果 */
.fontUpDown {
	display: flex;
	color: #e60012;
	justify-content: center;
}

.fontUpDown h2 {
	font-size: 24px;
	font-weight: bold;
}

@keyframes mymove {
	from {
		top: -40px;
	}

	to {
		top: -14px;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	from {
		top: -40px;
	}

	to {
		top: -140px;
	}
}

.slogan1 {
	position: relative;
	right: -22px;
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite;
	/*Safari and Chrome*/
}

@keyframes mymove2 {
	from {
		bottom: -40px;
	}

	to {
		bottom: -14px;
	}
}

@-webkit-keyframes mymove2

/*Safari and Chrome*/
	{
	from {
		bottom: -40px;
	}

	to {
		bottom: -14px;
	}
}

.slogan2 {
	position: relative;
	left: -22px;
	animation: mymove2 5s infinite;
	-webkit-animation: mymove2 5s infinite;
	/*Safari and Chrome*/
}

/* search搜索框样式 */
.search {
	background-color: #fff;
	height: 49px;
	border: 1px solid #e8e8e8;
	padding-left: 20px;
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.searchInput {
	border: none;
	outline: none;
	width: 85%;
	color: #6b6b6b;
}

/* banner样式 */
.bannerMargin {
	margin: 30px auto;
}

@media (max-width: 768px) {
	.bannerMargin {
		margin: 0px auto 30px;
	}
}

/* nav导航样式 */
.navU {
	background-color: #004ea2;
}

.navUl {
	padding: 0;
	display: flex;
	align-items: center;
}

.navUl li {
	list-style: none;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

.navUl li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 56px;
}

.navUl li:hover {
	background-color: #0066d4;
}

/* 首页头条样式 */
.indexTop {
	width: 80%;
	margin: 0 auto;
	margin: 40px auto;
}

.indexTop h2 {
	font-size: 36px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #f92a33;
}

.indexTop p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

@media (max-width: 768px) {
	.indexTop {
		margin: 0 auto 40px;
	}

	.indexTop h2 {
		font-size: 24px;
	}
}

.indexTopNews {
	position: absolute;
	bottom: 0;
	background-color: rgba(51, 51, 51, .7);
	width: 100%;
	color: #fff;
}

.indexTopNews h2 {
	margin: 0;
	padding: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	text-align:left !important;
}

.indexTopPagination {
	text-align: right;
}

/* 新闻列表样式 */
.news {
	padding: 0px;
	border: 1px solid #dcdcdc;
	margin-left: 20px;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.news {
		margin-left: 0px;
	}
}

@media (min-width: 768px) {
	.news {
		margin-left: 0px;
	}
}

.news li {
	list-style: none;
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 30px;
	line-height: 63px;
}

@media (min-width: 992px) {
	.news li {
		line-height: 44px;
	}
}

@media (min-width: 1200px) {
	.news li {
		line-height: 55px;
	}
}

@media (min-width: 1350px) {
	.news li {
		line-height: 63px;
	}
}

.news li a {
	font-size: 18px;
	text-decoration: none;
	color: #666;
	display: flex;
	align-items: center;
}

.newsP {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
}

.news li a img {
	display: none;
}

.news li a:hover {
	color: #004ea2;
}

.news li a:hover img {
	display: block;
}

.newsTitle {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	align-items: center;
	padding: 20px 30px;
}

@media (min-width: 992px) {
	.newsTitle {
		padding: 15px;
	}
}

@media (min-width: 1200px) {
	.newsTitle {
		padding: 20px 30px;
	}
}

.newsTitleStyle {
	color: #e60012;
	font-size: 24px;
	display: flex;
	align-items: center;
}

.newsMore a {
	font-size: 16px;
	text-decoration: none;
	color: #666;
}

.newsMore a:hover {
	color: #004ea2;
}

/* tab切换 */
.tabContent {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.tabContent li {
	list-style: none;
	margin: auto 15px;
	font-size: 24px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.tabContent li {
		width: 25%;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.tabContent li {
		width: 19%;
	}
}

@media (min-width: 1200px) {
	.tabContent li {
		width: auto;
	}
}

.tabLi {
	display: flex;
	align-items: center;
}

.tabLi img {
	margin-right: 15px;
}

.tabMore {
	float: right;
}

.choice {
	color: #0c509e;
}

.tab-item {
	display: none;
}

.tab-item-a {
	display: none;
}

.show {
	display: block;
}

.show-a {
	display: block;
}

.boxUl {
	padding: 0px;
}

.boxMarginBottom {
	margin-bottom: 26px;
	list-style: none;
}

.marginBottom {
	list-style: none;
	margin-bottom: 26px;
}

.boxUlLi {
	position: relative;
	margin-bottom: 25px;
	list-style: none;
}

.boxUl li img {
	width: 100%;
}

.boxPadding {
	padding: 0px;
}

.tabTopTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(51, 51, 51, .7);
	width: 100%;
	color: #fff;
}

.tabTopTitle h2 {
	margin: 0;
	padding: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabA {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.tabSpan {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 768px) {
	.tabSpan {
		width: 65%;
	}
}

@media (min-width: 992px) {
	.tabSpan {
		width: 70%;
	}
}

.tabA:hover {
	text-decoration: none;
	color: #333;
}

.tabPaddingLeft {
	padding-left: 25px;
}

.tabPaddingRight {
	padding-right: 25px;
}

.newsZl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.newsList {
	padding: 0px;
}

.newsList li {
	list-style: none;
	padding: 0px 35px;
	border-bottom: 1px dashed #ccc;
}

.newsList li a {
	display: flex;
	align-items: center;
	line-height: 70px;
	text-decoration: none;
	color: #333;
	font-size: 18px;
}

.newsList li a img {
	margin-right: 8px;
	display: none;
}

.newsList li:hover a {
	color: #004ea2;
}

.newsList li:hover a img {
	display: block;
}

.newsListInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(90deg, #1456a3, #539df3);
	padding: 0px 35px;
	line-height: 56px;
}

.newsListTitle {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}

.newsListTitle img {
	margin-right: 15px;
}

.newsListMore a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

.newsListBorder {
	border: 1px solid #dcdcdc;
}

.swiper-slide {
	text-align: center;
}

.swiper-button-prev1 {
	position: absolute;
	top: 60px;
	width: 30px;
	border-radius: 50%;
	display: flex;
	height: 30px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #004d9f;
	align-items: center;
	justify-content: center;
}

.swiper-button-next1 {
	position: absolute;
	top: 60px;
	right: 0;
	width: 30px;
	border-radius: 50%;
	display: flex;
	height: 30px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #004d9f;
	align-items: center;
	justify-content: center;
}

.yqline {
	font-size: 28px;
	font-weight: 700;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 25px;
	margin-bottom: 45px;
	margin-top: 45px;
}

.footBgc {
	background-color: #000d28;
}

.footBg {
	background: url(../image/footbg.png) no-repeat bottom;
	background-size: cover;
}

.footDispaly1 {
	display: flex;
	align-items: center;
}

.footDispaly {
	display: flex;
	align-items: center;
}

@media (max-width:768px) {
	.footDispaly1 {
		display: block;
	}
}

@media (min-width: 992px) {
	.footDispaly1 {
		justify-content: space-between;
	}
}

.footInfo {
	margin-left: 20px;
	color: #FFF;
}

.footnav {
	text-align: center;
}

.footnav a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
}

@media (max-width:768px) {
	.footnav {
		padding: 10px;
	}

	.footnav a {
		font-size: 16px;
	}
}

@media (min-width : 1200px) {
	.footInfo h2 {
		font-size: 28px;
	}

	.footInfo p {
		font-size: 12px;
	}

	.footnav a {
		font-size: 16px;
	}
}

.footBeian {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.footBeian p {
	margin: 15px auto;
}

.footBeian p a {
	color: #FFFFFF;
}

.footGap {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
}

.footmargin {
	padding-top: 58px;
	padding-bottom: 40px;
}

.tabMargin {
	margin: 65px auto 35px;
}

.tuMargin {
	margin: 35px auto;
}

.hrMarginP {
	margin: 35px auto;
}

.footMarginTop {
	margin-top: 100px;
}

/* 
---------------------------------------------------------
 研究会简介页样式
 */
.breadcrumb {
	background-color: #FFFFFF;
	margin: 40px auto;
	font-size: 16px;
}

.breadcrumb a {
	color: #303133;
	font-weight: 700;
}

.breadcrumb a:hover {
	color: #409eff;
	cursor: pointer;
}

.yjhH2 {
	margin: 0px;
	border-left: 5px solid #004ea2;
	padding-left: 13px;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:768px) {
	.yjhH2 {
		margin-top: 30px;
	}
}

.yjhp {
	line-height: 2.5em;
	font-size: 16px;
	color: #333;
}

.yjhjj {
	font-size: 28px;
	color: #333;
	border-top: 1px solid #ccc;
	margin-top: 50px;
	font-weight: bold;
	padding-top: 40px;
	margin-bottom: 30px;
}

.yjhcontent {
	line-height: 2.5em;
	color: #333;
}

.yjhcontent p img {
	max-width: 100%;
}

/* 
------------------------------------------------
 列表页样式
 */
.seminar {
	padding: 0px;
}

.seminar a {
	color: #333333;
}

.seminar a:hover {
	text-decoration: none;
}

.seminar li {
	list-style: none;
	height: 72px;
	line-height: 72px;
	border: 1px solid #dcdcdc;
	padding: 0px 20px;
	font-size: 22px;
	cursor: pointer;
}

.xuanzhong {
	background: url(../image/active1.png) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.iframecss {
	width: 100%;
	min-height: 500px;
	border: none;
}

#detailList {
	padding: 0;
}

#detailList li {
	list-style: none;
	border-bottom: 1px dashed #dcdcdc;
	color: #333;
	line-height: 70px;
}

#detailList li {
	font-size: 16px;
	display: flex;
	color: #333;
	text-decoration: none;
	justify-content: space-between;
}

#detailList li img {
	display: none;
}

#detailList li:hover {
	color: #0c509e;
}

#detailList li:hover img {
	display: inline-block;
}

.listtitle {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listtime {
	width: 10%;
	text-align: right;
}

#catename span {
	color: #303133;
	font-weight: 700;
}

#catename:hover span {
	color: #409eff;
	cursor: pointer;
}

@media (max-width:768px) {
	.listtitle {
		width: 70%;
	}

	.listtime {
		width: 30%;
	}
}

@media (min-width: 768px) {
	.listtitle {
		width: 70%;
	}

	.listtime {
		width: 30%;
	}
}

@media (min-width: 992px) {
	.listtitle {
		width: 80%;
	}

	.listtime {
		width: 20%;
	}
}

/* 其他新闻 */
.qtwzul {
	padding: 0;
}

.qtwzul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 27px;
	border: 1px solid #dcdcdc;
	padding: 25px 45px 25px 25px;
}

.qtwzul li a {
	text-decoration: none;
	color: #666;
}

.qtwzul li div {
	display: inline-block;
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background: #004ea2;
	border-radius: 50%;
}

/* 相关新闻 */
.lnfontsize {
	font-size: 28px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.xgxwul {
	padding: 0;
}

.xgxwul li {
	list-style: none;
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0;
}

.xgxwul li a {
	text-decoration: none;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.xgxwul li a div {
	overflow: hidden;
}

.xgxwul li a div img {
	-webkit-transition: all .6s;
	transition: all .6s;
	-ms-transition: all .8s;
}

.xgxwul li a div {
	overflow: hidden;
}

.xgxwimg {
	padding: 0;
}

.xgxwul li:hover a div img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}

/* 
 ----------------------------------------------
 详情页样式
 */
.detailH2 {
	font-size: 28px;
	text-align: center;
}

.detailTime {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	gap: 10px;
}

.detailimg {
	margin: 30px auto;
}

.detailpage {
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 56px;
	white-space: nowrap;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detailpage:hover {
	background-color: #004ea2;
	color: #fff;
	cursor: pointer;
}

.detailContent p img {
	max-width: 100% !important;
	height: auto !important;
}

/* 
 ------------------------------------------------
 党建视点样式
 */
.jdli {
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0;
}

.jdli a {
	color: #666;
}

.jdpcont {
	margin: 24px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

@media (max-width:768px) {
	.jdpcont {
		-webkit-line-clamp: 3;
	}
}

@media (min-width: 768px) {
	.jdpcont {
		-webkit-line-clamp: 2;
	}
}

@media (min-width: 992px) {
	.jdpcont {
		-webkit-line-clamp: 2;
	}
}

@media (min-width: 1200px) {
	.jdpcont {
		-webkit-line-clamp: 3;
	}
}

@media (min-width: 1350px) {
	.jdpcont {
		-webkit-line-clamp: 4;
	}
}

.jdli h2 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jdli a:hover {
	cursor: pointer;
}

.jdli a .jdimg img {
	-webkit-transition: all .6s;
	transition: all .6s;
	-ms-transition: all .8s;
}

.jdli a:hover .jdimg img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.jdli a:hover h2 {
	color: #004ea2;
}

.jdlip {
	display: flex;
	align-items: center;
}

.djspan {
	color: #004ea2;
	margin-left: 15px;
}

.pages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 50px;
}

.page1 {
	border: 1px solid #ccc;
	padding: 4px 8px;
	border-radius: 3px;
}

.page1:hover {
	border-color: #004ea2;
	background-color: #004ea2;
	color: #fff;
}

#pagelist {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#pagelist div {
	font-size: 16px;
	min-width: 27px;
	height: 27px;
	line-height: 27px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	text-align: center;
}

.pageactive {
	background-color: #004ea2;
	color: #fff !important;
}

.abc {
	display: none;
}

/* 
 专家样式
 */
.zjBackground {
	background-color: #F5F6F7;
}

.zjinfo {
	margin: 0 15px;
}

.zjdisflex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 40px;
}
.zjdisflex img{
	max-width: 140px;
	min-height:102px;
}

.zjpadding {
	padding: 0;
	margin-bottom: 30px;
}

.zjname {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 33px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zjdesc {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	min-height: 46px;
}

.zjmore span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #0C509E;
	line-height: 33px;
	cursor: pointer;
}
