.new-main{
	padding: 28px 0 70px;
    display: flex;
}
.new-nav{
	width: 270px;
    margin-right: 30px;
}
.new-nav-t{
	background: #235cb2;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 16px 24px;
	text-align: center;
	margin-bottom: 3px;
}
.new-nav-l .tit{
	display: block;
	margin-bottom: 10px;
	background: #f5f5f6;
	padding: 0 56px 0 40px;
	text-align: center;
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 60px;
	line-height: 60px;
    cursor: pointer;
}
.new-nav-l a{
    color: #999999;
}
.new-nav-l .tit.cur,
.new-nav-l .tit.active,
.new-nav-l .tit.active a{
	background: #e2efff;
	position: relative;
	color: #235cb2;
}
.new-nav-l .tit br{
	display: none;
}
.new-nav-l .tit font{
	margin-left: 3px;
}
.new-nav-l .tit.cur:before,.new-nav-l .tit.active:before{
	display: inline-block;
	content: ' ';
	width: 4px;
	height: 36px;
	background: #164fb7;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 0;
}
.new-nav-l .tit.cur:after,.new-nav-l .tit.active:after{
	display: inline-block;
	content: ' ';
	width: 26px;
	height: 26px;
	background: url(/static/images/right-jt.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -13px;
}

.rsj-list1{
	
}
.rsj-list1 li{
	height: 48px;
	line-height: 48px;
}
.rsj-list1 li a{
	display: inline-block;
	max-width: 86%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 18px;
}
.rsj-list1 li:hover a,.rsj-list1 li:hover span{
	color: #1f58ae;
}
/*.rsj-list1 li a:hover{
	color: #1f58ae;
}*/
.rsj-list1 li a:before{
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: -2px 20px 0 4px;
	background: #cbd2da;
	vertical-align: middle;
}
.rsj-list1 li span{
	float: right;
	color: #333333;
	font-size: 18px;
}


.new-con{
	width: 1100px;
	box-shadow: 0 0 10px 0 rgba(81,94,129,.18);
	padding: 32px;
	box-sizing: border-box;
}
.new-con .title{
	font-size: 20px;
    font-weight: bold;
}

.new-con .line{
    border-radius: 2px;
    margin: 15px 0;
	width: 100%;
    height: 3px;
    background-color: #235cb2;
}


.page-new {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}

.pagination{
    display: flex;
}

.pagination .disabled span {
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f4f4f5;
    color: #c0c4cc;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
}

.pagination .active span {
    font-size: 14px;
    box-sizing: border-box;
    margin-right: 6px;
    color: #fff;
    background-color: #235cb2;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
}

.pagination li a {
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f4f4f5;
    border-radius: 2px;
    color: #606266;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
}

.new-main .tpgl-list{
	display: flex;
	flex-wrap: wrap;
}

.new-main .tpgl-list a{
	margin-bottom: 33px;
	margin-top: 0;
	margin-right: 20px;
}
.new-main .tpgl-list a:nth-child(5n){
	margin-right: 0;
}
.new-main .tpgl-list a img{
	height: 220px;
	width: 264px;
	transition: transform 0.3s ease;
	border-radius: 10px 10px 0 0;
}
.new-main .tpgl-list a img:hover{
	transform: scale(1.05);
	
}
.new-main .tpgl-list a p {
    line-height: 70px;
    height: 70px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 16px;
	background-color: #f4f6fa;
	width: 244px;
	border-radius:  0 0 10px 10px;
}
.new-main .tpgl-list a p:hover{
	color: #235cb2;
	font-weight: bold;
}


/* 培训教育 */

.education-wrap {
	margin: 0;
	font-family: Arial, sans-serif;
	background-image: url("/static/images/img.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: calc(100% - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 100px;
  }

  .back-wrap {
	position: absolute;
	right: 50px;
	top: 30px;
	padding: 10px 30px;
	border-radius: 20px;
	/*border: 1px solid #235cb2;*/
	/*color: #235cb2;*/
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
  }

  .education {
  }

  .top-wrap {
	width: 1000px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
  }
  .top-wrap img{
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       	border-radius: 10px;
   }
  .top-wrap div:first-child{
	font-size: 35px;
	color: #fff;
	position: relative;
	z-index: 9;
  }
  .top-wrap div:nth-child(2){
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 15px;
	right: 40px;
	z-index: 9;
  }
  .bottom-wrap {
	display: flex;
	margin-top: 20px;
  }

  .bottom-wrap .item{
	width: 485px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin-right: 30px;
	padding-left: 90px;
	box-sizing: border-box;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
  }
   .bottom-wrap .item img{
       position: absolute;
       	height: 120px;
       top: 0;
       left: 0;
       width: 100%;
       	border-radius: 10px;
   }
  .bottom-wrap .item:nth-child(2){
	margin-right: 0;
  }

  .bottom-wrap .item div{
	font-size: 25px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 9;
  }
  
  
  
  .new-main1{
	padding: 150px 0 70px;
    display: flex;
    width: 1400px;
    margin: 0 auto;
}
  .new-main1 .tpgl-list{
	display: flex;
	flex-wrap: wrap;
}

.new-main1 .tpgl-list a{
	margin-bottom: 33px;
	margin-top: 0;
	margin-right: 20px;
}
.new-main1 .tpgl-list a:nth-child(5n){
	margin-right: 0;
}
.new-main1 .tpgl-list a img{
	height: 220px;
	width: 264px;
	transition: transform 0.3s ease;
	border-radius: 10px 10px 0 0;
}
.new-main1 .tpgl-list a img:hover{
	/*transform: scale(1.05);*/
	
}
.new-main1 .tpgl-list a p {
    line-height: 70px;
    height: 70px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 16px;
	background-color: #f4f6fa;
	width: 244px;
	border-radius:  0 0 10px 10px;
}
.new-main1 .tpgl-list a p:hover{
	color: #235cb2;
	/*font-weight: bold;*/
}
.home-wrap1{
    background-image: url('/static/images/bg1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100% !important;
    height: 100%;
}
.home-wrap1 .logo-wrap{
    width: 600px;
    position: absolute;
    left: 50px;
    top: 30px;
}
.home-wrap1 .logo-wrap img{
    width: 600px;
}
.new--kt-wrap{
    width: 1400px;
    margin: 0 auto;
}