﻿@charset "utf-8";
/* CSS Document */

.empty{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.empty p{
color: #d1d1d1;
font-size:20px;
margin-top: 20px;
letter-spacing: 3px;
}
.crumbs{
	font-style: italic;
	display: flex;
	align-items: center;
}
.crumbs a{
	display: inline-flex;
	align-items: center;
height: 21px;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #393939;
text-align: left;
font-style: normal;
text-transform: none;
padding: 0 16px;
}
.crumbs a img{
	width: 18px;
	margin-right: 6px;
}
.container{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
/* footerstart */
.footer{
	width: 100%;
height: 237px;
background: #071843;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 20px;
}
.footer p{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #CBCBCB;
text-align: center;
font-style: normal;
text-transform: none;
line-height:28px;
margin-bottom: 20px;
}
/* footerend */
/* headerstart */
.headerBg{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	background-image: url(../img/headimg.png);
}
.headerBox{
display: flex;
align-items: center;
justify-content: space-between;
height: 229px;
}
.headerBox .log{
	cursor: pointer;
	height: 124px;
}
.headRight{
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.headRight h2{
line-height: 59px;
font-family: OPPOSans, OPPOSans;
font-weight: 800;
font-size: 45px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;
text-align: center;
}
.headRight h4{
line-height: 16px;
font-family: OPPOSans, OPPOSans;
font-weight: 800;
font-size: 12px;
color: #FFFFFF;
text-align: center;
font-style: normal;
text-transform: none;
text-align: center;
}
/* headerend */
/* navstart */
.nav{
height: 56px;
background: linear-gradient( 180deg, #0139A0 0%, #005AFF 100%);
width: 100%;
}
.navBox{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.navBox li{
	flex: 1;
}
.navBox li a{
	display: inline-block;
	line-height: 56px;
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
text-align: center;
font-style: normal;
text-transform: none;
    width: 100%;
	position: relative;
}
.navBox li a::before{
	content: '';
	width: 1px;
height: 20px;
background: #FFFFFF;
opacity: 0.51;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.navBox li:last-child a::before{
	width: 0;
}
/* navend */
/* contstart */
.cont{

    width: 100%;
	padding: 20px 0 60px;
  
}
.contBg{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	background: url(../img/mainbg.png) 0% 0% / cover fixed;	
}
.contwarp{
padding: 32px;
min-height: 500px;
background: #fff;
}
/* contend */
/* 详情start */
.detailCont{
	padding: 60px 100px 10px;
}
.detailCont .detailHead{
	padding-bottom: 32px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 32px;
}
.detailCont .detailHead .detailTit{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 600;
font-size: 32px;
color: #393939;
line-height: 46px;
text-align: left;
font-style: normal;
text-transform: none;
margin-bottom: 20px;
}
.detailCont .detailHead .headInfo {
	display: flex;
	align-items: center;
}
.detailCont .detailHead .headInfo .infoItem{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #393939;
text-align: left;
font-style: normal;
text-transform: none;
margin-right: 82px;
}
.detailCont .detailHead .headInfo .infoItem span{
	color: #989898;
	margin-left: 12px;
}
.detailBox p{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 18px;
color: #393939;
line-height: 38px;
text-align: left;
font-style: normal;
text-transform: none;
margin-bottom:48px ;
}
.detailFooter{
	margin-top: 12px;
	padding-top:8px;
	border-top: 1px solid #eee;
}
.detailFooter p{
	margin-top: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #393939;
text-align: left;
font-style: normal;
text-transform: none;

}
.detailFooter p a{
	margin-right: 24px;
}
/* 详情end */
/* 新闻列表start */
.newsCont{
	display: flex;
	flex-direction: column;
}
.NewList{
	display: flex;
	padding-top: 20px;
	flex: 1;

}
.NewList .NewListLeft{
	width: 280px;

	background: #F7F7F7;
}
.NewList .NewListLeft .NewListTitle{
	width: 280px;
height: 64px;
background: #0078DF;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 24px;
color: #FFFFFF;
text-align: center;
line-height: 64px;
font-style: normal;
text-transform: none;
}
.NewList .NewListLeft ul li{
	height: 54px;
}
.NewList .NewListLeft ul li a{
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #393939;
text-align: left;
font-style: normal;
text-transform: none;
padding: 0px 30px 0px 16px;
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid #dddddd;
display: block;
position: relative;
overflow: hidden;
line-height: 53px;
			text-overflow: ellipsis;
			white-space: nowrap;
			background-color: #f7f7f7;
			 transition: background-color 0.5s ease; /* 添加过渡效果 */
}
.NewList .NewListLeft ul li a::before{
width: 12px;
            height: 12px;
            border-top: 2px solid;
            border-right: 2px solid;
            border-color: #989898;
            content: '';
            position: absolute;
            right: 18px;
            top:50%;
			margin-top: -6px;
            transform: rotate(45deg);
			

	
}
.NewList .NewListLeft ul li a:hover,.NewList .NewListLeft ul li a.Active{
	background:#f0f6ff;
	color: #0078DF;
}

.NewList .NewListLeft ul li a:hover::before{
	background:#f0f6ff;
	 border-color:  #0078DF;
}
.NewList .NewListRight{
	flex: 1;
	width: calc(100% - 280px);
}
.NewList .NewListRight{

	padding-left: 42px;
}
.NewList .NewListRight dl{
	padding-bottom: 36px;
	margin-bottom: 36px;
	border-bottom:1px solid #E3E3E3;
	display: flex;
	align-items: center;


}
.NewList .NewListRight dl dt{
	display: flex;
	align-items: center;
}
.NewList .NewListRight dl dt .newsYear{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #868686;
line-height:20px;
padding-left: 9px;
}
.NewList .NewListRight dl dt{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 37px;
color: #868686;
text-align: center;
font-style: normal;
text-transform: none;
padding-right: 28px;
margin-right: 26px;
position: relative;
}
.NewList .NewListRight dl dt::before{
	height: 32px;
background: #D0D0D0;
width: 1px;
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.NewList .NewListRight dl dt .month{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 600;
font-size: 48px;
color: #393939;
text-align: center;
font-style: normal;
text-transform: none;
padding-right:6px;
}
.NewList .NewListRight dl dd .newsName{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 16px;
color: #393939;
line-height: 26px;
text-align: left;
font-style: normal;
text-transform: none;
 display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
margin-bottom: 10px;
}
.NewList .NewListRight a:hover dl dd .newsName{
	color: #0078DF ;
}
.NewList .NewListRight dl dd .newsInfo{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #676767;
line-height: 26px;
text-align: left;
font-style: normal;
text-transform: none;
 display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 新闻列表end */
/* 通知公告 start */
.NoticesContainer {
width: calc(100% - 180px);
    overflow: hidden;
    position: relative;
	margin-left: 20px;
}
 

.Notices{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 28px;
	width: 100%;
    overflow: hidden;
    position: relative;
	display: flex;
	align-items: center;
   
}
.NoticesName{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
height: 43px;
background: #0078DF;
border-radius: 0px 0px 0px 0px;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 21px;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;

}
.NoticesName span{
	font-size: 14px;
color: rgba(255, 255, 255, .6);
margin-left: 6px;
}
.Notices ul{
	flex: 1;
box-sizing: border-box;
 display: flex;
    width: max-content;
    animation: scroll 50s linear infinite;
    padding: 0;
    margin: 0;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* 根据内容总宽度调整 */
    }
}
.Notices ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
	  flex: 0 0 auto;
   
    margin-right: 20px;
    list-style: none;
    /* background: #f5f5f5;
    padding: 15px;
    border-radius: 5px; */

}
.Notices ul li .NoticesData{
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 600;
font-size: 16px;
color: #0078DF;
text-align: center;
font-style: normal;
text-transform: none;
margin: 0 44px 0 30px;
}
.Notices ul li .NoticesCont{
display: flex;
align-items: center;
justify-content: space-between;
flex: 1;

}

.Notices ul .NoticesTit{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #393939;
display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.Notices ul li a:hover .NoticesTit{
	color: #0078DF;
}
.Notices ul li .NoticesDetail{
width: 79px;
height: 28px;
background: #0078DF;
border-radius: 4px 4px 4px 4px;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
text-align: center;
}

 
/* 悬停暂停效果 */
.NoticesList:hover {
    animation-play-state: paused;
}
/* 通知公告 end */
.mainHead{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.mainHead .mainTit{
display: flex;
align-items: last baseline;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 19px;
color: #393939;
text-align: left;
font-style: normal;
text-transform: none;
flex: 1;
}
.headTab{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.headTab li{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #727272;
padding: 4px 11px;
background: #EAE8E8;
cursor: pointer;
margin-left: 32px;
}
.headTab li.on,.headTab li:hover{
	background: #0078DF;
	font-weight: bold;
font-size: 14px;
color: #FFFFFF;
}

.mainHead .mainTit span{
font-weight: 400;
font-size: 12px;
color: #989898;
margin-left: 12px;
}
.information{
	display: flex;
	padding-bottom: 28px;
	align-items: flex-start;
}
.information.education .slideBox{ overflow:hidden; zoom:1;position:relative;margin-right: 0;  width: 357px; height: 358px; }
.information.education .slideBox a{width: 357px;
  height: 358px; display: block;position: relative
 }
 .information .slideBox{  width:480px; height: 320px;overflow:hidden; zoom:1;position:relative; margin-right: 35px; }
.information .slideBox a{width: 480px;
  height: 320px; display: block;position: relative
 }
.slideBox img {
  width: 100%;
  height: 100%;
}
.slideBox .informationTit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgba(1, 63, 116, .74);
  padding: 0 20px;
  line-height: 64px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.information .informationLeft{
	width: 515px;
	height: 255px;
	overflow: hidden;
	display: block;
	position: relative;
	margin-right: 36px;
}
.information .informationLeft img{
	width: 100%;
	height: 100%;
}
.information .informationLeft .informationTit{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 64px;
background: rgba(1, 63, 116, .74);
padding: 0 20px;
line-height: 64px;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 16px;
    box-sizing: border-box;
color: #FFFFFF;
display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.informationRight{
	width: calc(100% - 511px);
}
.informationRight li{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #989898;
display: flex;
align-items: center;
justify-content: space-between;
padding: 4px 0;

}
.informationRight li:hover a{
	color: #0078DF ;
}
.informationRight li a{
	/*font-weight: 600;*/
font-size: 16px;
color: #393939;
display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 43px;
}
.bottomLine{
	position: relative;
	border-bottom: 1px solid #eee;
}
/* .bottomLine ::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
height: 1px;
    left: 0;
    background: #eee;
} */
.mainBOX{
	margin-bottom: 24px;
}
/* 教育 */
.information.education .informationLeft{
width: 380px;
height: 250px;
margin-right: 0;

}
.educationBox{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 357px);
}
.educationBox a{
width: 50%;
	box-sizing: border-box;
	padding-left: 36px;
	
		margin-bottom: 20px;
}
.educationBox a:hover dl dd .informationName{
	color: #0078DF ;
}
.educationBox dl{
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.educationBox dl dt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-right: 14px;
	margin-right: 14px;

}
.educationBox dl dt::before{
	content: '';
	position: absolute;
	    right: 0;
    left: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
height: 24px;
background: #ACACAC;
}
.educationBox dl dt .day{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 36px;
color: #0078DF;
line-height: 40px;
}
.educationBox dl dt .year{
font-weight: 400;
font-size: 12px;
color: #4B4B4B;
}
.educationBox dl dd{
	flex: 1;
}
.educationBox dl dd .informationName {
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 16px;
color: #393939;
line-height: 26px;
	display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.educationBox dl dd .informationInfo{
	display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 12px;
color: #676767;
line-height: 20px;
margin-top:8px;
}
.djydBox{
	display: flex;
	justify-content: space-between;
}
.djydBox .djydList{
	width: 524px;
	position: relative;
}
.djydBox .djydList::before{
	content: '';
	width: 1px;
	height: calc(100% - 80px);
	background: #EEEEEE;
	position: absolute;
	right: -44px;
	top: 40px;
}
.djydBox .djydList:last-child::before{
	width: 0;
}
.djydBox .djydList .information{
flex-direction: column;
}
.djydBox .djydList .information .informationLeft{
	margin-right: 0;
	width: 100%;
	height: 296px;
	margin-bottom: 20px;
}
.djydBox .djydList .information .informationRight{
	width: 100%;

}
.djydBox .djydList .information .informationRight li a{
font-weight: 400;
}
.titibb{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}