*{
	margin:0;
	padding:0;
	font-family:微软雅黑;
}
html, body {
	-ms-overflow-style: scrollbar;
}
input,select{
	border-radius:6px;
	outline: none;
}
a{
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: none!important;
	color:#333;
}
p{
	margin-bottom:0px;
}
a,p,span{
	font-size:15px;
	color:#333;
}
img{
	border:none;
}
li{
	list-style: none;
}
/* 头部 */
.zty-banner{
	width:100%;
	height:90px;
	background: url('../images/sxs.png') no-repeat;
	background-size:100% 100%;
}
.zty-sxs{
	width:900px;
	margin:0 auto;
	line-height: 90px;
	color:#fff;
	font-size:26px;
}
.content-box{
	width:1100px;
	margin:0 auto;
	padding-bottom:25px;
}
.zgzwfwpt{
	width:100%;
	height:90px;
}
.zty-navigation{
	margin:25px 0;
}
.zty-navigation span{
	margin:0 10px;
	font-size:14px;
}
.zty-navigation a{
	font-size:14px;
}
/* 学籍查询表单 */
.zty-sse-form{
	width:724px;
	padding:0 25px;
	border:1px solid #e6e6e6;
}
.zty-sse-top{
	height:47px;
	border-bottom:1px solid #e6e6e6;
}
.zty-sse-title{
	display: inline-block;
	line-height: 45px;
	font-size:21px;
	font-weight:bold;
	border-bottom:2px solid #C40311;
}
.zty-sse-bottom{
	height:550px;
	overflow: hidden;
}
.zty-sse-content{
	width:454px;
	margin:25px auto 20px;
}
.zty-input{
	margin-bottom:22px;
}
.zty-input input{
	width:454px;
	height:45px;
	padding:0 10px;
	border:1px solid #dcdcdc;
}
/* 查询结果 */
.zty-table-content{
	margin-top:30px;
	/*background-color: #fff;*/
}
.zty-table{
	width:100%;
	border:1px solid #dcdcdc;
	table-layout:fixed;
	word-break:break-all;
}
.zty-table tr{
	height: 50px;
}
.zty-table th{
	width:50%;
	text-align: center;
	font-size: 15px;
    font-weight: normal;
	background: #f7f7f7;
}
.zty-table td{
	width:50%;
	padding:0 10px;
}
/*查询结果滚动条*/
.zty-table-content::-webkit-scrollbar {
	width: 12px;
	height: 20px;
}
.zty-table-content::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.zty-table-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
    
/*学籍查询列表 */
.zty-sse-list{
	width:346px;
	height:550px;
	padding:0 25px;
	border:1px solid #e6e6e6;
}
.zty-sse-bottom ul{
	padding:5px 0;
}
.zty-sse-bottom ul li{
	padding:20px 0;
	border-bottom:1px solid #e6e6e6;
}
.zty-sse-bottom ul li a{
	display: block;
	
}
.zty-sse-bottom-img img{
	width:50px;
	height:50px;
	border-radius: 5px;
}
.zty-sse-bottom-text{
	width:224px;
}
.zty-sse-bottom-text span{
	font-size:17px;
}
.zty-sse-bottom-detail{
	color:#333;
	margin-right:20px;
}
.zty-sse-bottom-kind{
	color:#b6b6b6;
}
.zty-sse-bottom-info{
	margin-top:8px;
	font-size:13px;
	color:#b6b6b6;
}