body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}

ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
header{
	width: 100%;
	height: 208px;
	background: url(../images/title.png) no-repeat center;
	padding-top: 90px
}
.menu{
	width: 100%;
	height: 50px;
	background: #015293;
}
.menu nav{
	width: 100%;
	height: 50px;
	font-size: 0;
}
.menu nav>a{
	line-height: 20px;
	padding: 15px 25px;
	min-width: 120px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: inline-block;
}
.menu nav>a.active,.menu nav>a:hover{
	background: #003B6A;
}
.banner{
	width: 900px;
	height: 360px;
}
.banner>img{
	width: 100%;
	height: 100%;
}
.register{
	width: 290px;
	height: 360px;
	border: 1px solid #eee;
	padding: 20px 10px;
	position: relative;
}
.register>select,.register>input{
	width: 100%;
	height: 30px;
	padding-left: 15px;
	margin-top: 20px;
	border: 1px solid #DDD;
}
.register>input.vcode{
	width: 160px;
}
.register>img.vcodeImg{
	position: absolute;
	width: 90px;
	height: 30px;
	right: 15px;
	top: 214px;
}
.register>a.forget{
	font-size: 12px;
	color: #666;
	line-height: 12px;
	text-align: right;
}
.register>button{
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	text-align: center;
	border: none;
	background: #015293;
	margin-top: 30px;
}
.register>.login_btn{
	width: 40%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	border: none;
	background: #015293;
	margin: 30px 5%;
}
.rukouImg{
	width: 590px;
	height: 190px;
}
.foot{
	background: #262E46;
}
.foot>.top{
	padding: 30px 0;
	border-bottom: 1px solid #f2f2f2;
}
.foot>.top .part{
	width: 50%;
	height: auto;
}
.foot>.top .part:first-child{
	border-right: 1px solid #f2f2f2;
}
.foot>.top .part>.link{
	width: calc(100% - 80px)
}
.foot>.top .part>.link a{
	font-size: 12px;
	color: #FFF;
	line-height: 20px
}
.foot>.top .part>p,.foot>.bottom>p{
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}
.foot>.bottom{
	padding: 10px 0;
}
.container {
    padding: 0;
}

.mt20 {
    margin-top: 20px;
}

.position-nav {
    line-height: 32px;
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

.position-nav a {
    color: #666;
    margin-bottom: ;
}

.col-head {
    margin-top: 10px;
    height: 45px;
    border-bottom: 1px solid #ccc;
}
.fl {
    float: left;
}

.col-h-tit {
    height: 38px;
    line-height: 36px;
    font-size: 20px;
    display: inline-block;
    color: #050505;
    padding: 3px 30px 5px 20px;
    border-left: 4px solid #317EE0;
}

.min-height400 {
    height: auto !important;
    height: 400px;
    min-height: 400px;
}

.col-body {
    padding: 10px 0;
}

.clear {
    overflow: hidden;
    _zoom: 1;
}

.list-info {
    padding: 0 16px;
}
ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list-info li {
    background: url(../images/arrow.gif) no-repeat 0 20px;
    float: left;
    width: 100%;
}
.list-info-big li {
    line-height: 46px;
    border-bottom: 1px dashed #dcdcdc;
    background-position: 0 20px;
}

.list-info a {
    width: calc(100% - 100px);
    text-indent: 13px;
    display: inline-block;
    color: #333;
    float: left;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-info span {
    display: inline-block;
    color: #999;
    float: right;
    font-size: 14px;
}

.pages {
    padding: 0 10px;
    text-align: right;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.pages-info {
    color: #aaa;
}