.theme_bg {
	background-color: #ffffff;
    color: rgb(4,48,113);
}

body {
	min-height: 935px;
}

.bj {
	background-color: rgb(255, 255, 255);
	color: black;
	height: 120px;
}

.bg-white {
	background: white !important;
}

.font-bold {
	font-weight: bold;
}

.font-lg {
	font-size: 16px;
}

.font-sm {
	font-size: 12px;
}

.waper {
	width: 1200px;
	margin: auto;
	clear: both;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-center {
	align-items: center;
}

.flex-around {
	justify-content: space-around;
	align-items: center;
}

.flex-between {
	justify-content: space-between;
	align-items: center;
}
.flex-top {
	align-items: flex-start;
}

.flex-wrap {
	flex-wrap: wrap;
}
.flex-end{
	justify-content: end;
	align-items: center;
}
a:hover {
	color: rgb(6, 97, 216);
	cursor: pointer;
}

.top {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d5d5d5;
}

.top a {
	color: rgb(152, 156, 154);
	/* font-weight: 600; */
	font-size: 14px;
}

.head_ma {
	margin-left: 15px;
}

.logo img{
	width: 970px;
	height: 125px;
}

.ssuo {
	width: 230px;
	height: 32px;
	background: #f8f8f8;
	border-radius: 50px;
}

.ssuo input {
	width: 180px;
	height: 32px;
	line-height: 32px;
	background: none;
}

.ssbtn {
	width: 18px;
	height: 18px;
	margin-right: 20px;
}

/* 首页大轮播css */
.slideBox {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 19px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 1200px;
	margin-left: -600px;
	display: flex;
	justify-content: flex-end;
}

.slideBox .hd ul li {
	border: 1px solid white;
	margin-right: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-left: 20px;
	text-align: center;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li a {
	display: block;
	position: relative;
}

.slideBox .bd li a .title {
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(4,48,113,0.4);
}

.slideBox .bd li a .title p {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}

.slideBox .bd img {
	width: 100%;
	height: 500px;
	display: block;
	z-index: 1;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 30%;
	top: 50%;
	margin-left: -550px;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 30%;
	margin-right: -550px;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

/* default-list  默认list*/
.default-list li {
	border-bottom: 1px dashed #999999;
	padding: 20px 5px 20px 10px;
}

.default-list li a {
	color: #161616;
}

.default-list li span {
	color: #999999;
	font-size: 13px;
}

.default-list li:hover a,
.default-list li:hover span {
	color: #042E6A;
}

.default-list li:hover {
	border-color: #042E6A;
	background: url(../img/list-dian.png) no-repeat left center;
}


/* MBA导航 */
/* 本例子css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	height: 50px;
	line-height: 50px;
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.nav a {
	color: black;
}

.nav .nLi {
	/* width: 150px; */
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 27px;
	font-weight: normal;
}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 50px;
	position: absolute;
	background: rgba(139,164,204,0.5);
	line-height: 40px;
	text-align: center;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
}

.nav .sub a:hover {
	background: rgba(139,164,204,0.8);
	color: white;
}

.nav .on h3 a {
	border-bottom: 3px solid rgb(2,0,99);
	color: rgb(2,0,99);
	line-height: 47px;
}

/* lanmmu */
.lanmucol {
	width: 590px;
	margin-bottom: 20px;
}

.lanname {
	height: 42px;
	padding: 0 50px;
	background: #042E6A;
	color: #FFFFFF;
}

.lanname a {
	color: #FFFFFF;
	margin-left: 15px;
}

.lmbg {
	background: #F4F6F8;
}

/* liebiapo */
.listleft {
	width: 200px;
	text-align: center;
}

.lefttitle {
	font-size: 22px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	background: rgb(11, 92, 210);
	color: #FFFFFF;
	border-bottom: 1px solid #eeeeee;
}

.leftnav li {
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}

.leftnav li a {
	color: #161616;
}

.leftnav li:hover,
.leftnav li.on {
	background: rgba(94, 143, 215, 0.39);
}

.leftnav li:hover a,
.leftnav li.on a {
	color: #FFFFFF;

}

.listright {
	width: 925px;
}

.place {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.place a {
	color: #161616;
}

/* wenzhang */
.wenzhang h1 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	border-bottom: 1px solid #eeeeee;
	padding: 15px;

}

.wenzhang .laiyuan {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 13px;
}

.wenzhang .zhengwen {
	line-height: 1.5em;
}

.lingdao {
	border: 1px solid #eeeeee;
	padding: 10px;
}

.ldpic {
	text-align: center;
}

.ldpic p {
	border: 1px solid #eeeeee;
	line-height: 36px;
}

.ldpic img {
	width: 130px;
	height: 182px;
}

.ldxx {
	width: 750px;
	height: 222px;
	overflow-y: scroll;
	line-height: 1.5em;
}

/* 导师 */
.szdutype {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: rgb(11, 92, 210);
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

.szduname {
	width: 115px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #EEEEEE;
	display: inline-block;
	margin-top: 10px;
	margin-left: 13px;
	color: #161616;
}

/* 底部公共 */
.footer {
	width: 100%;
	height: 190px;
	box-sizing: border-box;
	background: rgb(22,108,185);
}

.footer-margin {
	width: 1200px;
	margin: auto;
	position: relative;
}

.footer-coopright {
	line-height: 36px;
}

.footer-coopright li {
	width: 710px;
	float: left;
}
.footer-coopright li p{
	color: white;
	font-size: 14px;
}
.footer-code {
    position: absolute;
    left: 72%;
    margin-top: 15px;
}
.footer-code img{
	width: 120px;
	height: 120px;
}
.footer-code p{
	text-align: center;
	color:white;
	font-size: 16px;
	line-height: 30px;
}
/* 学院动态 */
/* 学院动态标题 */
.zxdt{
	padding: 0 40px 30px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
	position: relative;
	top: -97px;
	z-index: 999999;
	background: white;
}
.zxdt-biaoti-01 {
	margin: 30px auto 20px;
	height: 35px;
	position: relative;
	border-bottom: 1px solid rgb(22,108,185);
}
.zxdt-biaoti-01 span img{
	width: 109px;
	height: 22px;
}
.zxdt-biaoti-01 a img{
	width: 12px;
	height: 12px;
	margin-top: 7px;
}
.zxdt-biaoti-01 a{
	right: 0px;
    line-height: 24px;
    position: absolute;
    color: rgb(50,126,194);
}
.zxdt-biaoti-01 a p{
	font-size: 14px;
	margin-right: 5px;
}
/* 学院动态头条 */
.xwtj{
	width: 570px;
}
.xwtj .xwtjpic,
.txgztt .txgzpic {
	position: relative;
}

.txgztt {
	width: 300px;
}

.xwtj img,
.xwtj .xwtjpic {
	width: 570px;
	height: 300px;
}

.txgztt .txgzpic {
	width: 670px;
}

.xwtj .tjrq {
	background: rgba(174, 38, 27, 0.39);
	position: absolute;
	color: #FFFFFF;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 1.25em;
	padding: 10px 12px;
}

.xwtj .xwtjinfo {
	width: 570px;
	/* height: 220px; */
}
.xwtjinfo:hover a{
	color: rgb(15, 96, 222);
}
.xwtj .xwtjtt {
	/* width: 366px; */
	font-size: 17px;
	font-weight: 600;
	line-height: 65px;
}

.xwtjdesc {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	/* text-indent: 2em; */
	text-align: justify;
}
.xwtjdesc a{
	color: #919191;
	font-size: 14px;
}
.xwtjtxt p {
	color: #919191;
	font-size: 13px;
}
.xwtjtxt a p{
	font-size: 14px;
	margin-right: 5px;
	color: rgb(50,126,194);
}
.xwtjtxt a img{
	width: 12px;
	height: 12px;
	margin-top: 2px;
}
/* 学院动态推荐 */
.tzgg {
	width: 520px;
	padding-left: 30px;
}

.xian1 {
	width: 274px;
	height: 0;
	border: 1px solid #2a741e;
	text-align: center;
	margin-top: 33px;
}

.tzggtj {
	/* 	width: 359px;
	margin-top: 20px; */
}
.tzggtj ul{
	margin-top: -10px;
}
.tzggtj li{
	height: 90px;
	border-bottom: 1px solid #d9d9d9;
}
.grid1{
	width: 14%;
}
.grid1 p:nth-child(1){
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
}
.grid1 p:nth-child(2){
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	/* background: rgb(1,78,213); */
	color: #919191;
}
.pydt-tuijian-zy{
	width: 83%;
}
.pydt-tuijian-zy p:nth-child(1){
	/* color: rgb(58, 77, 144); */
	font-size: 15px;
	line-height: 32px;
	font-weight: 600;
}
.pydt-tuijian-zy p:nth-child(2){
	color: gray;
	font-size: 14px;
	line-height: 25px;
}
.pydt-tuijian-zy p:nth-child(2):hover{
	color: #919191;
}
.tzggtj ul li:hover .grid1 p{
	color: rgb(6, 97, 216);
}
.tzggtj ul li:hover .pydt-tuijian-zy p:nth-child(1){
	color: rgb(6, 97, 216);
}
/* 通知公告*/
.tzpt{
	position: relative;
	top: -90px;
}
.list-by-day-01 li {
 height:90px;
}
.tzgg-tj .dayview-01 {
	border: 1px solid rgb(4,48,113);
	width: 10%;
	height: 66px;
	text-align: center;
}

.tzgg-tj .ri-01 {
	line-height: 33px;
	font-size: 14px;
	color: white;
	background: rgb(22,108,185);
	font-family: PingFang SC-Semibold, PingFang SC;
}

.tzgg-tj .yue-01 {
	line-height: 33px;
	font-size: 13px;
	font-weight: 600;
}

.biaoti-01 {
	width: 88%;
}

.biaoti-01 p:nth-child(1) {
	font-family: PingFang SC-Semibold, PingFang SC;
	font-size: 15px;
	line-height: 28px;
	font-weight: 600;
}
.list-by-day-01 li:hover .biaoti-01 p:nth-child(1){
	color: rgb(6, 97, 216);
}
.biaoti-01 p:nth-child(2) {
	font-family: PingFang SC-Semibold, PingFang SC;
	font-size: 14px;
	line-height: 20px;
	color: #919191;
}
.tzgg-tj{
        width:49%;
}
.zbj{
	/*background: url(../img/bj.png) no-repeat;
        height: 445px;
	background-size: 100%;*/
        position: relative;
	top: -55px;
}




.list-by-day li {
	border-bottom: 1px solid #D5D5D5;
margin-top: 10px;	
}

.dayview {
	width: 70px;
	text-align: center;
	margin-right: 5px;
border-right: 1px solid #D5D5D5;
}
.dayview img{
	float: left;
	
	
}
.ri {
	line-height: 23px;
	font-size: 18px;
	color: #17568B;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
}
.yue {
	width: 55px;
	line-height: 23px;
	font-size: 14px;
	color: #3B3B3B;
}

.biaoti {
	width: 480px;
	padding-left: 10px;
	color: #161616;
}
.biaoti p {
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	font-size: 15px;
}
.biaoti p:last-child {
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #979797;
	font-size: 14px;
}











/* 党建工作 服务指南 专题导航 */
.djfwzt{
	
}
.djgz{
	width: 65%;
}

.djgz li{
	width: 45%;
}
.djgz li a img{
	width: 100%;
	height: 215px;
}
.p1{
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	text-indent: 2em;
	padding: 10px 0;
}
.p2{
	font-size: 14px;
	line-height: 20px;
	color: #919191;
}
.sj{
	padding: 10px 0;
}
.sj a p{
	font-size: 14px;
	margin-right: 5px;
	color: rgb(50,126,194);
}
.sj p{
	color: #919191;
	font-size: 13px;
}
.fwzt{
	width: 49%;
}
.fwzn{
}
.fwzn ul{
	padding: 0 15px;
	margin-top: -21px;
}
.fwzn a{
	font-size: 14px;
	line-height: 26px;
}
.esd{
	background: url(../img/ztdhbj.png);
	width: 380px;
	height: 72px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.esd img{
	width: 320px;
	height: 24px;
}
/* 快速导航 */
.ksdh{
	border: 1px solid #CCCCCC;
	height: 100px;
	margin-bottom: 60px;
}
.dayview-02 {
	width: 100px;
	height: 50px;
	text-align: center;
	margin-top: 25px;
	border-right: 1px solid #CCCCCC;
}
.ri-02 {
	line-height: 23px;
	font-size: 18px;
	color: rgb(4,48,113);
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
}

.yue-02 {
	width: 100px;
	line-height: 23px;
	font-size: 18px;
	color: rgb(4,48,113);
	font-weight: 600;
}
.ksdh-01{
	line-height: 100px;
width:1060px;
}
.ksdh-01 li{
	margin-left: 35px;
}
.ksdh-01 li a{
	font-size: 16px;
}

 .image-container {
  position: relative;
  display:inline-flex; /* 或者其他的布局方式 */
	  flex-wrap: wrap; /* 允许子元素换行 */
  justify-content: space-between; /* 子元素间隔均匀分布 */
	 
}

.image-container img {
  display: block; /* 避免底部空白 */

	  margin: 10px auto;
  padding: 10px;
  max-width: 960px; /* 最大宽度限制 */
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  box-sizing: border-box; /* 确保padding不会导致宽度增加 */
}

.image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 黑色半透明蒙版 */
  opacity: 0; /* 初始状态不显示 */
  transition: opacity 0.5s ease; /* 渐变效果 */
}

.image-container:hover .overlay {
  opacity: 1; /* 鼠标悬停时显示蒙版 */
}
}