/* 公共样式表css */
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 14px;
	font: 14px/1.6 PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}

html {
	overflow: auto;
}

ul, li {
	list-style-type: none;
	cursor: auto;
}

img {
	vertical-align: middle;
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #ff6600
}

.clear {
	clear: both
}

input {
	border: none;
}

/* 必要布局样式css */
.title_cn {
	text-align: center;
}

#new_box {
	width: 100%;
	margin-top: -10px;
	overflow: hidden;
	padding-bottom: 0px;
}

.new_con {
	max-width: 550px;
}

.newtel {
	height: 44px;
	border-bottom: 10px solid #ddd;
	padding-bottom: 0px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #333;
}

.new_telst {                                       /*学院新闻标题*/
	width: 550px;
	margin: 0 auto;
	position: relative;
	left: 100px;
                top: 6px;
	text-align: center
}

.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
                font-weight: bold;
}

.new_telst li.newon {
	color: #c80505;
	font-weight: bold;
}

.new_telst p {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 10px solid #c80505;
	overflow: hidden;
	text-align: center;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -18px;
	border-style: solid dashed dashed dashed;
	border-width: 10px;
	border-color: #c80505 rgba(255, 255, 255, .0)  rgba(255, 255, 255, .0)  rgba(255, 255, 255, .0);
	overflow: hidden;
	zoom: 2;
}

.new_lst {
	height:360px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 0px;
                padding-top:0px;

}

.new_lst ul {
	position: absolute;
	left: 0px;
}

.new-wrap {
	margin-top: 30px;
}

.new-wrap .show {
	display: block;
}

li.new_cnlf {
	width: 370px;
	float: left;
}

li.new_cnlf p {
	width: 100%;
}

p.newlf_tel a {
	color: #217af0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
}

p.newlf_tel a:hover {
	color: #C33
}

p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 105px;
	overflow: hidden;
}

li.new_cnrf {
	float: right;
	width: 560px;
	margin-left: 0px;
}

.newrf_lst dd {
	width: 488px;
	height: 315px;
	border: 1px solid #ddd;
	float: left;
font-size:16px;
color:#333;
line-height:26px;
font-family: "微软雅黑";
padding:10px 30px 30px 30px;
}


p.newrf_tx {
	float: left;
	width: 540px;
	margin-top: 8px;
}

p.newrf_tx a {
	color: #666;
	font-size: 18px;
	display: block;
	line-height: 30px;
                font-weight: bold;
padding-left: 20px;
padding-top: 15px;
}

p.newrf_tx span {
	display: block;
	font-size: 14px;
	color: #999;
	height: 80px;
	overflow: hidden;
                padding: 10px 30px 30px 30px;
}

.newrf_lst dd:hover {
	width: 488px;
	height: 315px;
	border: 1px solid #ddd;
	/** box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);  **/
}

.newrf_lst dd:hover p.newrf_tx a {
	color: #c80505;
}


.newrf_lst dd:hover p.newrf_tx {
	margin-top: 8px;
}

.mr0 {
	margin-right: 0px;
}