﻿.main_wrap{
	width:1024px;
	margin:0 auto;
}
/*  简介    */
.summary{
	width:1024px;
	height:280px;
	margin:20px 0 40px;
	position: relative;
	border: #d1dae9 1px solid;
}
.summary .image{
	max-width: 100%;
	max-height: 280px;
	/*position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);*/
}
.summary .summary_text{
	width:358px;
	height:240px;
	background-color: #007DDB;
	position:absolute;
	right:30px;
	bottom:-30px;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba(191, 157, 90, 0.8);
	color:#FFF;
}
.summary .summary_text h3{
	font-size:22px;
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:#FFF 1px solid;
	text-align: center;
}
.summary .summary_text p{
	font-size:16px;
	line-height: 28px;
	-webkit-line-clamp: 4;    /*用来限制在一个块元素显示的文本的行数*/
    display: -webkit-box;    /*必须结合的属性，将对象作为弹性伸缩盒子模型显示*/
    -webkit-box-orient: vertical;    /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式*/
	overflow: hidden;
text-align:center;
	/*text-indent: 2em;*/
}
/*  子模块   */
.module_list{
	width:1024px;
	overflow: hidden;
}
.module_list .module_left,.module_list .module_right{
	width:500px;
	height:400px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.module_list .module_left{
	float:left;
}
.module_list .module_right{
	float:right;
    border-bottom:none;
}
.module_list h4{
	height:30px;
	line-height: 30px;
	padding:0  10px;
	/*border:#d1dae9 1px solid;*/
	margin-bottom: 5px;
	box-sizing: border-box;
	/*background-color: #f7faff;*/
	font-weight: bold;
	font-size: 18px;
}
.module_list .module_left .head,
.module_list .module_right .head{
	width:100%;
	overflow: hidden;
}
.module_list .module_left .head h4,
.module_list .module_right .head h4{
	float: left;
}
.module_list .module_left .head .more,
.module_list .module_right .head .more{
	float: right;
    line-height: 35px;
}
.module_list .module_left .module_content,
.module_list .module_right .module_content{
	height:348px;
	padding:10px;
	box-sizing: border-box;
	border:#d1dae9 1px solid;
	overflow: hidden;
	position: relative;
}
.module_list .module_left .module_content dt{
	width:480px;
	height:200px;
	overflow: hidden;
	position:relative;
	margin-bottom: 10px;
}
.module_list .module_left img,
.module_list .module_right  img{
	max-width: 100%;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.module_list .module_left .module_content dd{
	line-height: 26px;
	text-indent: 2em;
	-webkit-line-clamp: 5;    /*用来限制在一个块元素显示的文本的行数*/
    display: -webkit-box;    /*必须结合的属性，将对象作为弹性伸缩盒子模型显示*/
    -webkit-box-orient: vertical;    /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式*/
	overflow: hidden;
	color:#666;
}
.module_list .module .module_content{
	width:1024px;
	height:auto;
}
.module_list .module{
	height:auto;
	padding:20px 20px 0;
	box-sizing: border-box;
	border:#d1dae9 1px solid;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.module_list .module dl{
	overflow: hidden;
	margin-bottom: 30px;
}
/*.module_list .module dl:nth-child(even){
	float:right;
}*/
.leadership {
    width: 700px;
}
.module_list .module dt{
	width:125px;
	height:150px;
	float:left;
	margin-right:20px;
	position:relative;
	background-color: #007DDB;
}
.module_list .module dd{
	width:513px;
	float:left;
}
.module_list .module dd h5{
	font-size: 16px;
	height:30px;
	line-height: 30px;
}
.module_list .module dd h6{
	font-size: 14px;
	height:30px;
	line-height: 30px;
}
.module_list .module dd p{
	height:90px;
	font-size: 12px;
	line-height: 24px;
	-webkit-line-clamp: 4;    /*用来限制在一个块元素显示的文本的行数*/
    display: -webkit-box;    /*必须结合的属性，将对象作为弹性伸缩盒子模型显示*/
    -webkit-box-orient: vertical;    /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式*/
	overflow: hidden;
	color:#666;
}
.module_list .module_01{
	padding:10px;
}
.module_list .module_01 dl{
	width:500px;
	float:left;
	margin-bottom: 20px;
}
.module_list .module_01 dt{
	width:150px;
	height:125px;
}
.module_list .module_01 dd{
	width:300px;
	/*background-color: #009688;*/
}
.module_list .module_01 dd p{
	height:90px;
	/*background: #00F7DE;*/
	font-size: 12px;
	line-height: 22px;
	
}
.module_list .module_01 dl:nth-child(even){
	float:right;
}
.module_list .module_01 dl:last-child,
.module_list .module_01 dl:nth-last-child(2){
	margin-bottom: 0;
}
.honor {
    width: 700px;
}
.honor_highlights{
	/*width:1024px;
	height:150px;
	margin-bottom: 20px;*/
	overflow: hidden;
}
.module_list .honor_highlights img{
	/*position:static;
	left:0;
	top:0;
	transform: translate(0,0);*/
	width:212px;
	height:150px;
}
.honor_highlights ul li{
	margin-left:10px;
}
.module_list .honor_highlights p{
	width:212px;
	height:48px;
	line-height: 24px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.honor_highlights ul li{
	/*margin-left:10px;*/
	float:left;
	margin: 0 15px 15px 0;
}
.honor_highlights ul li:nth-child(3n){
	margin-right: 0;
}
/*  校园文化   */
.campus_culture{
	width:100%;
	height:400px;
	overflow: hidden;
	margin-bottom: 20px;
}
.campus_culture .layui-tab{
	width:100%;
	height:400px;
	margin:0;
	overflow: hidden;
}
.campus_culture .layui-tab .layui-tab-title{
	width:234px;
	height:526px;
	overflow: hidden;
	overflow-y: scroll;
	float:right;
	display: block;
	padding-right:10px;
	
}
.campus_culture  .layui-tab .layui-tab-title .layui-tab-bar{
	display: none;
}
.campus_culture  .layui-tab .layui-tab-title li{
	display: block;
	width:224px;
	height:124px;
	margin-bottom:10px;
	background-color: #007DDB;
	padding:0;
	overflow: hidden;
	position: relative;
}
.campus_culture  .layui-tab .layui-tab-title li:last-child{
	margin-bottom: 0;
}
.campus_culture  .layui-tab-title .layui-this:after{
	border-bottom: none;
}
.campus_culture  .layui-tab .layui-tab-title li img{
	max-width: 100%;
}
.campus_culture  .layui-tab .layui-tab-title li P{
	line-height: 124px;
	text-align: center;
	z-index: 10000;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	color:#FFF;
}
.campus_culture  .layui-tab .layui-tab-content{
	width: 760px;
	height:400px;
	float: left;
	background-color: #009F95;
	padding: 0;
}
.campus_culture  .layui-tab .layui-tab-content img{
	max-width: 100%;
}
.campus_culture  .layui-tab .layui-tab-title::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.campus_culture  .layui-tab .layui-tab-title::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px #d1dae9;
    background: #fff;
}
.campus_culture  .layui-tab .layui-tab-title::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 6px #FFF;
    border-radius: 0;
    background: #FFF;
}
/*  面包屑    */
.layui-breadcrumb{
    display: block;
	height:60px;
}
.layui-breadcrumb a{
	line-height: 60px;
}
.layui-breadcrumb a:hover{
	color:#517FE1;
}
/*  两栏列表   */
.plate{
	overflow: hidden;
}
.plate .layui-tab-title{
	width:250px;
	height:auto;
	float: left;
	background-color: #f7faff;
	padding:0;
	border-left:#2158B1 10px solid;
	border-bottom: none;
}
/*  校园保修中心   */
.layui-tab-title .warranty_center{
    padding-left:45px;
	height:74px;
	line-height: 74px;
	background: url(../images/warranty_center.png) left center no-repeat;
}
/*  电子图书馆  */
.layui-tab-title .electronic_library{
    padding-left:45px;
	height:74px;
	line-height: 74px;
	background: url(../images/electronic_library.png) left center no-repeat;
}
/*  教师风采   */
.layui-tab-title .teacher_style{
	background: url(../images/teacher_style.png) left center no-repeat;
}
/*  校长信箱   */
.layui-tab-title .principal_mailbox{
    padding-left:45px;
	height:74px;
	line-height: 74px;
	background: url(../images/principal_mailbox.png) left center no-repeat;
}
.plate .layui-tab-title li{
	display: block;
	text-align: left;
	border-bottom:#d1dae9 1px solid;
	padding: 0 0 0 40px;
	border-left:#f7faff 5px solid;
}
/*
.plate .layui-tab-title li a{
	padding-left:45px;
	height:74px;
	line-height: 74px;
}*/
.plate .layui-tab-title li a:hover{
	color:#2158B1;
}
.layui-tab-brief>.layui-tab-title .layui-this{
	color:#2158B1;
	border-left:#4e82f2 5px solid;
}
.plate .layui-tab-title li:hover{
	color:#2158B1;
	border-left:#4e82f2 5px solid;
}
.plate .layui-tab-title h3{
	font-size: 24px;
	height:60px;
	line-height: 60px;
	color:#000000;
	/*background: url(../images/1.png) left center no-repeat;*/
	background-size: 25%;
	text-align: center;
	border-bottom: #CFCFCF 1px dashed;
}
.plate .layui-tab-title h3{
	font-size: 24px;
	height:60px;
	line-height: 60px;
	color:#000000;
	/*background: url(../images/1.png) left center no-repeat;*/
	background-size: 25%;
	text-align: center;
	border-bottom: #CFCFCF 1px dashed;
}
.plate .layui-tab-title .xiaowu{
	background: url(../images/2.png) left center no-repeat;
	background-size: 28%;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: none;
}
.plate .layui-tab-content{
	width:700px;
	float:right;
}
.plate .layui-tab-content .layui-tab-item .head{
	height:40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.plate .layui-tab-content .layui-tab-item .head p{
	color:#2158B1;
	display: inline-block;
	float:left;
}
.plate .layui-tab-content .layui-tab-item .head .layui-breadcrumb{
	float:right;
	height:40px;
	line-height: 40px;
}
.plate .layui-tab-content .layui-tab-item .head .layui-breadcrumb a{
	line-height: 40px;
	font-size: 12px;
}
.plate .layui-tab-content .layui-tab-item .news_list{
	min-height: 460px;
}
.plate .layui-tab-content .layui-tab-item .news_list li{
	height:40px;
	line-height: 40px;
	border-bottom:#d1dae9 1px solid;
}
.plate .layui-tab-content .layui-tab-item .news_list li a{
	width:630px;
	height:40px;
	font-size: 12px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float:left;
}
.plate .layui-tab-content .layui-tab-item .news_list li a:hover{
	color:#517FE1;
}
.plate .layui-tab-content .layui-tab-item .news_list li .date{
	font-size: 12px;
	color:#A1A9B7;
	float:right;
}
.pagination{
	position:relative;
	margin-top: 10px;
	height:60px;
}
#pagination{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
#pagination a:hover{
	color:#2158B1;
}
/*  校园风光图片轮播    */
.peKenBurns .peKb_slides{
	background: none;
	width:1024px;
	padding:0;
	border-radius: 0;
	box-shadow: rgba(255,255,255,0.8) 5px 5px;
}
.peKenBurns .peKb_controls .peKb_slideBtns li a{
	background: url("../images/buttons.png") no-repeat;
}
.peKenBurns .peKb_timer .peKb_overlay{
	background: url("../images/buttons.png") no-repeat -45px -46px;
}
#annotation h4{
	height:30px;
	line-height: 30px;
	padding:0  10px;
	/*border:#d1dae9 1px solid;*/
	margin-bottom: 5px;
	box-sizing: border-box;
	/*background-color: #f7faff;*/
	font-weight: bold;
	font-size: 18px;
}
.peKenBurns .peKb_controls .peKb_mainPanel{
	/*width:1024px;*/
	background-color: #f7faff;
}
.peKenBurns .peKb_controls .peKb_arrows .peKb_prev{
	background: url("../images/buttons.png") no-repeat 10px -70px;
}
.peKenBurns .peKb_controls .peKb_arrows .peKb_next{
	background: url("../images/buttons.png") no-repeat 10px -93px
}
/* 地图    */
.map{
	width:1024px;
	height:300px;
	position:relative;
	margin:20px 0 60px 0;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
	border: #d1dae9 1px solid;
	box-sizing: border-box;
}
.map #container{
	width:1024px;
	height:300px;
}
/*  文章详情页  */
article h1{
	font-size: 24px;
	height:48px;
	line-height: 48px;
	text-align: center;
}
article h5{
	font-size: 16px;
	height:40px;
	line-height: 40px;
	text-align: center;
}
article p{
	font-size: 16px;
	line-height: 26px;
	text-indent: 2em;
	margin-bottom: 20px;
	color:#666;
} 
article .image{
	width:80%;
	margin:0 auto 20px;
	overflow: hidden;
}
article .image img{
	max-width: 100%;
}

/*--分页--*/
.paging{
	width:100%;
	height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.paging li{
	width:40px;
	height:30px;
	line-height: 30px;
	float: left;
	border:#CFCFCF 1px solid;
	text-align: center;
	border-right:none;
}
.paging li a{
	text-decoration: none;
}
.paging li:first-child{
	width:68px;
	color:#CFCFCF;
}
.paging li:last-child{
	width:68px;
	border-right:#CFCFCF 1px solid;
}
.paging .paging_active{
	background-color: #2158B1;
	color:#FFF;
}
.paging a:hover{
	color:#2158B1;
}

/*  招生就业    */
#enrollmentEmployment_banner{
	margin:20px 0;
}
#enrollmentEmployment_banner img{
	/*width:1024px;*/
	max-height:280px;
}
.three_columns{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.three_columns .module_item{
	width:32.5%;
	margin-bottom: 20px;
}
.three_columns .module_item .module_content{
	height:242px;
	border-radius: 5px;
}
.three_columns .module_item .head{
	display: flex;
	justify-content: space-between;
	padding:0;
	height:34px;
	line-height: 34px;
}
.three_columns .module_item .head h4{
	padding: 0;
	color:#004e72
}
/*  专业设置  */
.three_columns .module_item:first-child .module_content{
	background-color: #00a8e1;
}
.three_columns .module_item:first-child .module_content .head h4{
	color:#FFF;
}
.three_columns .module_item:first-child .module_content .head a{
	color:#FFF;
}
.three_columns .module_item:first-child ul li a{
	height:40px;
	line-height: 40px;
	color:#FFF;
}
/*  最新公告  */
.three_columns .module_item>li{
	height:40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 12px;
}
.three_columns .module_item li a{
	width:270px;
	height:32px;
	line-height: 32px;
    text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float:left;
	cursor: pointer;
}
.three_columns .module_item li a:hover{
	color:#517FE1;
}
.three_columns .module_item li span{
	float:right;
	color:#A1A9B7;
}
/*  校企合作  */
.three_columns .module_item:nth-child(3) ul li{
	height:40px;
	line-height: 40px;
	padding-left:40px;
}
.three_columns .module_item:nth-child(3) ul li{
	background: url(../images/electronic_library.png) left center no-repeat;
	background-size: 30px 30px;
}
/* 招生就业指导  */
.three_columns .module_item:nth-child(4) .module_content{
	background-color: #f9f9f9;
}
.three_columns .module_item:nth-child(4) li a{
	width:100%;
}
/*  热点新闻   */
.three_columns .module_item:nth-child(5) .layui-carousel>[carousel-item]>*{
	background-color: #FFF;
}
#hotnews_banner {
	background-color: #FFF;
}
.media {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}
.media-figure {
	width:85px;
	height:60px;
    margin-right:10px;
}
.media-body {
  flex: 1;
}
/*  社会实践   */
.three_columns .module_item:nth-child(6) .module_content{
	background-color: #84b605;
}
.three_columns .module_item:nth-child(6) .layui-carousel>[carousel-item]>*{
	background-color: #84b605;
}
#practice_banner img{
	width:190px;
	height:140px;
	margin:20px 0 0 60px;
}
#practice_banner p{
	height:24px;
	line-height: 24px;
	text-align: center;
	font-size:12px;
}
#practice_banner .layui-carousel:hover .layui-carousel-arrow[lay-type=sub], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub]{
	left:0;
}
#practice_banner .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
	right:0;
}
#practice_banner .layui-carousel-arrow{
	width:30px;
	height:30px;
}
/* 毕业生风采  */
.left_column .bottom_left_column .contact .module_content{
	height: 220px;
}
.graduate_style{
	width:680px;
	height:200px;
	overflow: hidden;
	float:right;
	margin:10px;
}
.graduate_style ul li{
	margin-left:10px;
	position: relative;
}
.graduate_style ul li .introduction{
	width:200px;
	height:24px;
	line-height: 24px;
	background-color: rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	bottom:0;
	padding:0 10px;
	box-sizing: border-box;
}
.graduate_style ul li .introduction p{
	text-align: center;
	color:#FFF;	
	font-size: 12px;
}
.bottom_right_column .last .head{
	display: block;
	width:50px;
	height:220px;
	border-right:#d1dae9 1px solid;
	float: left;
}
.left_column .bottom_right_column .last .module_content{
	height:220px;
}
.left_column .bottom_right_column .last .module_content .head h4{
	width:50px;
	height:90px;
	font-size:16px;
	writing-mode:vertical-lr;
	border:none;
	border-right:#d1dae9 1px solid;
	text-align: center;
	float: left;
	background-image:none;
	padding: 0 0 0 10px;
	margin-top: 65px;
	border-bottom: none;
	border-right:#2158B1 2px solid;
}
/*  footer  */
footer .employment_footer{
	background: url(../images/logo2.png) 30px center no-repeat;
	height:84px;
}
footer .employment_footer .contact{
	text-align: left;
	padding-left:50px;
    float:left;
}
footer .employment_footer .contact p{
	text-align: left;
}
footer .employment_footer .weixin{
	margin-top: 22px;
	float:right;
}
footer .employment_footer .weixin a{
	display: inline-block;
	margin:0 10px;
	width:40px;
}
footer .employment_footer .weixin a>img{
	width:40px;
}
footer a.wechat {
    position: relative;
} 
.wechat .qrcode{
  position: absolute;
  z-index: 99;
  top: -120px;
  right: -28px;
  width: 100px;
  max-width: none;
  height: 100px;
  transform: scale(0);
  transform-origin: top right;
  opacity: 0;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding:0.01rem;
  background-color: #FFF;
  box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
  padding:5px;
  box-sizing: border-box;
}
.wechat:hover .qrcode{
    transform: scale(1);
    opacity: 1;
}
/*  成人教育     */
.three_cote{
	display: flex;
	justify-content: space-between;
}
.three_cote h4{
	height:auto;
}
.three_cote .kind_list:first-child{
	width:20%;
}
.three_cote .kind_list:nth-child(2),
.three_cote .kind_list:last-child{
	width:39%;
}
.three_cote .module_item{
	margin-bottom: 20px;
}
.three_cote .module_item .module_content{
	height:auto;
}
.three_cote .kind_list:first-child .module_content{
	background-color: #f7faff;
}
.three_cote .kind_list:first-child ul{
	padding:0 20px;
}
.three_cote .kind_list:first-child .column li{
	height:34px;
	line-height: 34px;
	border-bottom: #2158B1 1px solid;
}
.three_cote .kind_list:first-child ul li{
	height:24px;
	line-height: 24px;
}
.three_cote .kind_list:nth-child(3) .module_content{
	position:relative;
}
.three_cote .kind_list:nth-child(2) .module_content{
	position:relative;
	background-color: #f7faff; 
}
.three_cote .kind_list:nth-child(2) .module_content{
	background:rgba(255,255,255,0.6) url(../images/bg.png) left top repeat-y;
	position:relative;
	/*opacity:0.6;*/
}
/*.three_cote .kind_list:nth-child(2) .module_content:after{
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.6);
	position:absolute;
	left:0;
	top:0;
}*/
.three_cote .kind_list:nth-child(3) .module_content ul{
	padding:10px 0 0 10px;
}
.three_cote .kind_list:nth-child(3) .module_content .head:before,
.three_cote .kind_list:nth-child(2) .module_content:before {
	content:"";
	display:block; /*伪元素默认是行内元素，所以如果要设定宽高，这必须显性设置为block*/
	border-width:0 32px 32px 0; /*设置边框宽度*/
	border-color:#fff #fff transparent transparent; 
	background:transparent;
	border-style:solid; /*设置边框为固体的*/
	width:0; /*设定新创建的元素*/
	position:absolute; /*相对于父容器绝对定位，设置偏移父容器边框距离*/
	top:0;
	right:0;
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
.three_cote .kind_list:nth-child(2) .module_content{
	min-height: 180px;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}
.three_cote .kind_list:nth-child(2) .module_content li{
	height:40px;
	line-height: 40px;
}
.three_cote .kind_list:nth-child(2) .module_content li a:before,
.three_cote .kind_list:last-child .module_content li a:before{
	content:"";
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color: #2158B1;
	display: inline-block;
	margin-right: 10px;
}
.three_cote .kind_list:nth-child(2) .module_content .head{
	width:140px;
	line-height: 30px;
	font-size: 24px;
}
.three_cote .kind_list:nth-child(2) .module_content ul{
	border-left: #2158B1 2px solid;
	padding-left: 20px;
}
.three_cote .kind_list:nth-child(3) .module_content{
	padding:0;
} 
.three_cote .kind_list:nth-child(3) .module_content .head{
	height:40px;
	line-height: 40px;
	/*border-bottom: #2158B1 1px solid;*/
	background: url(../images/bg.png) left top repeat-y;
}
.three_cote .kind_list:nth-child(3) .module_content .head h4{
	line-height: 40px;
}
.three_cote .kind_list:nth-child(3) .module_content ul{
	padding:0 10px 0 30px;
}
.three_cote .kind_list:nth-child(3) .module_content li{
	height:36px;
	line-height: 36px;
}
.three_cote .kind_list:nth-child(3) .module_item>li{
	height:40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 12px;
}
.three_cote .kind_list:nth-child(3) .module_item li a{
	width:80%;
	height:32px;
	line-height: 32px;
    text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float:left;
	cursor: pointer;
}
.three_cote .kind_list:nth-child(3) .module_item li a:hover{
	color:#517FE1;
}
.three_cote .kind_list:nth-child(3) .module_item li span{
	float:right;
	color:#A1A9B7;
}
.three_cote .kind_list .module_content{
	border-image: -webkit-linear-gradient( 45deg, #abc2ef , #dfeaff) 30 30;
    border-image: -moz-linear-gradient( 45deg, #abc2ef , #dfeaff) 30 30;
    border-image: linear-gradient(45deg, #abc2ef , #dfeaff) 30 30;   
}
/* 子网首页通用模板   */
.welcome{
	width:1024px;
	height:40px;
	line-height: 40px;
	margin:0 auto;
	overflow:hidden;
}
.welcome p{
	float: left;
}
.welcome a{
	float: right;
}
.top_big_bg{
	width:100%;
	height:300px;
}
.top_big_bg .logo_wrap{
	height:300px;
}
.top_big_bg .logo_wrap .logo{
	float:none;
}
.top_big_bg .logo_wrap h4{
	height:110px;
	line-height: 110px;
	padding-left:150px;
	font-size: 54px;
	color:#FFF;
}
.left_column .module_item{
	margin-bottom: 20px;
}
.left_column .head{
	line-height: 40px;
	border-bottom: #CFCFCF 1px solid;
    overflow:hidden;
}
.left_column  .module_content .head h4{
	height:40px;
	line-height: 40px;
	border-bottom: #2158B1 2px solid;
	margin-bottom: 0;
	padding-left:45px;
	color:#2158B1;
    float: left;
}
.left_column  .module_content .head .more{
	float:right;
}
.left_column  .module_content .head .module1{
	background: url(../images/icon_potographs.png) 10px center no-repeat;
	background-size: 32px 32px;
}
.left_column  .module_content .head .module2{
	background: url(../images/icon_dynamic.png) 10px center no-repeat;
	background-size: 32px 32px;
}
.left_column  .module_content .head .module3{
	background: url(../images/icon_announcement.png) 10px center no-repeat;
	background-size: 32px 32px;
}
.left_column  .module_content .head .module4{
	background: url(../images/icon_announcement.png) 10px center no-repeat;
	background-size: 32px 32px;
}
.left_column  .module_content .head .module5{
	/*background: url(../images/icon_announcement.png) 10px center no-repeat;*/
	background-size: 32px 32px;
}
.left_column  .module_content .head .module6{
	background: url(../images/icon_announcement.png) 10px center no-repeat;
	background-size: 32px 32px;
}
.left_column  .module_content .head .module7{
	background: url(../images/icon_announcement.png) 10px center no-repeat;
	background-size: 32px 32px;
}
.left_column  .module_content .head .module8{
	background: url(../images/icon_download.png) 10px center no-repeat;
	background-size: 32px 32px;
}
.left_column .head .more{
	padding-right:10px;
}
.left_column .module_item .module_content{
	height:300px;
	padding:0;
}
.left_column .module_item.last{
	width:100%;
}
.left_column .left_top_column{
	overflow: hidden;
}
.left_column .left_top_column .module_item:nth-child(odd){
	width:35%;
	float:left;
}
.left_column .left_top_column .module_item:nth-child(even){
	width:63.5%;
	float:right;
}
.left_column .top_column{
	overflow: hidden;
}
.left_column .top_column .module_item{
	float:left;
}
.left_column .top_column .module_item:first-child{
	width:25%;
	margin-right:10px;
}
.left_column .top_column .module_item:nth-child(2){
	width:36.5%;
	margin-right:10px;
}
.left_column .top_column .module_item:nth-child(3){
	width:36.5%;
}
.left_column .bottom_column{
	overflow: hidden;
}
.left_column .bottom_left_column{
	width:25%;
	margin-right:10px;
	/*background-color: #009688;*/
    float:left;
}
.left_column .bottom_right_column{
	width:74%;
	float:right;	
}
.left_column .bottom_right_column .module_item{
	width:49.3%;
	float:left;
}
.left_column .bottom_right_column .module_item:nth-child(even){
	float: right;
}
.left_column .bottom_right_column .module_item.last{
	width:100%;
}
/* banner */
#activity_banner{
	padding:10px;
	box-sizing: border-box;
	background-color: #FFF;
}
#activity_banner img{
	width:100%;
	height:250px;
}
#activity_banner p{
	width:100%;
	height:24px;
	line-height: 24px;
	text-align: center;
	font-weight:bold;
}
.left_column .left_top_column .layui-carousel>[carousel-item]>*{
	background-color: #FFF;
}
.left_column .left_top_column .layui-carousel[lay-indicator=outside] .layui-carousel-ind ul{
	background-color: rgba(0,0,0,0);
}
.left_column .left_top_column .layui-carousel-ind li{
	width:30px;
	height:2px;
	border-radius: 0;
	background-color: #CFCFCF;
}
.left_column .left_top_column .layui-carousel-ind li.layui-this{
	background-color: #2158B1;
}
/* 新闻列表   */
.left_column  .module_content .news_list{
	padding:0 10px;
}
.left_column .module_content .news_list li{
	height:34px;
	line-height: 34px;
	overflow: hidden;
}
.left_column .module_content .news_list li a{
	width:89%;
	height:34px;
	line-height: 34px;
    text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
    float:left;
}
.left_column .module_content .news_list li a:before{
	content:"»";
	color:#2158B1;
	margin-bottom: 10px;
	font-weight: bold;
	display: inline-block;
}
.left_column .module_content .news_list li a:hover{
	color:#517FE1;
}
.left_column .module_content .news_list li span{
	width:40px;
	color:#A1A9B7;
    margin-left:10px;
	float:right;
}
.left_bottom_column{
	overflow: hidden;
}
.left_bottom_column .module_item{
	/*margin-right: 10px;*/
	width:49.3%;
    float:left;
}
.left_bottom_column .media{
	padding:0 10px;
}
.left_bottom_column .media h6{
	height:30px;
	line-height: 30px;
	text-overflow:ellipsis;
	overflow: hidden;
	/*white-space: wrap;*/
	font-weight: bold;
}
.left_bottom_column .media p{
	color:#999;
	height:40px;
	line-height: 20px;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.left_bottom_column .module_item:nth-child(even) {
    float: right;
}
.left_column .module_content .head_bg{
	background: url(../images/head_bg.jpg)left center no-repeat;
}
.left_column .module_content .head_bg h4{
	height:40px;
	line-height: 40px;
	margin-bottom: 0;
	padding-left:40px;
	color:#FFF;
	background: none;
	border-bottom: none;
}
.left_column .module_content .head_bg .more{
	color:#FFF;
}
.left_column .special_event{
	padding: 10px;
	overflow: hidden;
}
.left_column .special_event li{
	width:48.8%;
	height:70px;
	margin-bottom: 10px;
	overflow: hidden;
    float: left;
}
.left_column .special_event li:nth-child(odd){
	margin-right:10px;
}
.left_column .module_content{
	padding: 0;
	height:auto;
}
.left_column .module_item:first-child .module_content{
	height:300px;
}
.left_column .special_event li img{
	max-width: 100%;
	vertical-align: middle;
}
.contact_style{
	padding:10px;
	background: url(../images/icon02.png) 90% 90% no-repeat;
}
.contact_style p{
	height:40px;
	line-height: 40px;
}
.contact_style p span{
	font-weight: bold;
}
/*  图片资讯  */
.image_information{
	width:1024px;
	height:310px;
	background-color: #FFF;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: #d1dae9 1px solid;
}
.image_information h4{
	height:40px;
	line-height: 40px;
	background: url(../images/bg_title.gif) left top repeat-x;
	color:#2158B1;
	font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
}
.image_information .carousel li{
	/*width:400px;*/
	height:250px;
	margin-right:20px;
	overflow: auto;
}
.image_information .carousel li img{
	width:380px;
	height:250px;
	overflow: hidden;
	margin-right: 20px;
}
.image_information .carousel { 
	padding: 10px;
	position:relative; 
}
.carousel .next,
.carousel .prev { 
	display:none; 
	width:40px; 
	height:40px; 
	margin-top:-28px; 
	z-index:9999; 
	cursor:pointer; 
}
.carousel .prev { 
	position:absolute; 
	bottom:50%; 
	left:0;
	background:url(../images/prev_icon.png) 0 0 no-repeat;  
}
.carousel .next { 
	position:absolute; 
	bottom:50%; 
	right:0; 
	background:url(../images/next_icon.png) 0 0 no-repeat; 
}
.carousel li { 
	display:none; 
}

/*成人教育*/
.media {
  margin: 10px 0;
  overflow: hidden;
}
.media-figure {
	width:85px;
	height:60px;
    margin-right:10px;
    float: left;
}
.media-body {
  width:81%;
  float: right;
}
.left_column .left_top_column .media{
	padding:0 10px;
}
.left_column .left_top_column .media .media-figure{
	width:300px;
	height:235px;
	margin-right: 20px;
}
.left_column .left_top_column .media p{
	color:#666;
	height:300px;
	line-height: 30px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-indent: 2em;
}
.left_column .auto .module_content{
	height:auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.left_column .auto .module_content:last-child{
	margin-bottom: 0;
}
.left_column .module_content .education_list li{
	height:auto;
	display: block;
	padding-bottom: 10px;
}
.left_column .module_content .education_list li a{
	width:100%;
	height:40px;
	line-height: 40px;
	display: block;
}
.left_column .module_content .education_list li a:before{
	float:right;
}
.left_column .module_content .education_list li img{
	width:100%;
	height:134px;
}
/* 搜索结果页    */
.bread_crumbs{
	width:100%;
	height:56px;
	line-height: 56px;
	border:#d1dae9 1px solid;
	padding:0 10px;
	margin: 20px 0;
	box-sizing: border-box;
}
.bread_crumbs .layui-breadcrumb a{
	display: inline-block;
	font-size: 16px;;
}
.bread_crumbs .layui-breadcrumb .home{
	background: url(../images/home.png) left 18px no-repeat;
	background-size: 20px 20px;
	padding-left:25px;
}
.search_results{
	overflow: hidden;
	margin-bottom: 20px;
}
.search_results .search_list{
	width:700px;
	height:auto;
	padding:20px;
	box-sizing: border-box;
	border:#d1dae9 1px solid;
	float:left;
}
.search_results .search_list .heading{
	height:46px;
	line-height:46px;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #f0f0f0;
}
.search_list .result_list .head{
	height:45px;
	line-height: 45px;
	border-bottom:#f0f0f0 1px dashed;
	overflow: hidden;
}
.search_list .result_list .head a{
	display: block;
	width:500px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float:left;
}
.search_list .result_list .head a:hover{
	color:#2158B1;
}
.search_list .result_list .head a .key{
	color:red;
}
.search_list .result_list .head>span{
	float:right;
}
.search_list .result_list .introduction{
	padding-bottom: 20px;
	border-bottom:#f0f0f0 1px dashed;
}
.search_list .result_list .introduction p{
	height:60px;
	line-height: 30px;
	color:#999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.paging{
	width:100%;
	height:60px;
    overflow: hidden;
}
.paging_list{
	margin-top: 14px;
	position:relative; 
	left:50%;
	float:left;
}
.paging li{
	width:40px;
	height:30px;
	line-height: 30px;
	border:#CFCFCF 1px solid;
	text-align: center;
	border-right:none;
    position:relative;  
	right:50%;
	z-index:2; 
	float:left;
}
.paging li a{
	text-decoration: none;
}
.paging .total{
	width:78px;
}
.paging .prev{
	width:68px;
	color:#CFCFCF;
}
.paging li:last-child{
	width:68px;
	border-right:#CFCFCF 1px solid;
}
.paging .paging_active{
	background-color: #2158B1;
	color:#FFF;
}
.paging a:hover{
	color:#2158B1;
}
.search_other{
	width:300px;
	height:auto;
	box-sizing: border-box;
	float:right;
}
.search_other .advanced_search,
.search_other .popular_search{
	border:#d1dae9 1px solid;
	margin-bottom: 20px;
}
.search_other h4{
	height:45px;
	line-height: 45px;
	background-color: #2158B1;
	padding-left:30px;
	font-size: 16px;
	color:#FFF;
}
.advanced_search .layui-form{
	padding:10px;
}
.advanced_search .layui-form .layui-form-label{
	float:none;
	width:70px;
	padding:0;
	height:40px;
	line-height: 40px;
	text-align: left;
	color:#999;
}
.advanced_search .layui-form .layui-input-block{
	margin-left:0;
}
.advanced_search .layui-form-select dl dd.layui-this{
	background-color: #2158B1;
}
.advanced_search .layui-btn{
	background: url(../images/bg.png) left top repeat-y;
	color:#333;
	margin-left:107px;
	height:34px;
	line-height: 34px;
	padding:0 25px;
}
.popular_search ul{
	padding:10px;
}
.popular_search ul li{
	height:30px;
	line-height: 30px;
	margin-bottom: #f0f0f0 1px dashed;
}
.popular_search ul li a:hover{
	color: #2158B1;
}