@charset "utf-8";
*{margin:0; padding:0;}
img{ border:0; }
ul li{
	list-style-type: none;
}
a{outline:none;}
body{
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	margin:0px;
	padding: 0px;
}
#main{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width:1000px; 
}
#middle{
	width:100%;
	margin:0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.clear{
	clear:both;
	height: 1px;
}
.clear{
	clear:both;
	height: 1px;
}
.bankbox{
	width:100%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bankbox .iconbox{
	width: 1000px;
	margin:0 auto;
}
.bankbox .iconbox .title{
	text-align: center;
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
	background-image: url(../images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 25px;
}
.bankbox .iconbox .list{
	width: 1000px;
}
.bankbox .iconbox .list ul{
	width: 1020px;
}
.bankbox .iconbox .list ul li{
	width: 185px;
	margin-right: 18px;
	float: left;
	margin-top: 18px;
}
.bankbox .iconbox .list ul li img{
	width: 185px;
	height:56px;
	border: 1px solid #DDDDDD;
}


.linkbox{
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.linkbox .title{
	text-align: center;
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
	background-image: url(../images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
}
.link{
	width: 1000px;
	background-color: #FFFFFF;
}
.link .box {
	display: none;
}
.link .vertical{
	display: inline;
}
.link .vertical .tabs{
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.link .vertical .tabs li{
	width: 135px;
	height: 40px;
	list-style-type: none;
	cursor: pointer;
	color: #333333;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	float: left;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 20px;
}
.link .vertical .tabs li:hover{
	color: #666666;
}
.link .vertical .tabs li.current{
	width: 135px;
	color: #004593;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E7C9E;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 110px;
}
.link .visible{
	display: block;
}
.link .list{
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
.link .list ul li{
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.link .list ul li a{
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	width: 180px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.articleul {
    margin: 0;
    padding: 0;
    width: 458px;
}

.articleul li {
    position: relative;
    list-style: none;
    padding: 0 0 4px 70px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #181818;
    border-bottom: 1px dashed #a6a6a6;
    height:55px;
}

.articleul li a {
    text-decoration:none;
}

.articleul li b {
    font-weight: bold;
    color: #545353;
    font-size: 14px;
}

.articleul li i {
	font-weight: 400;
	font-style: normal;
}

.articleul li h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font: 14px/16px microsoft yahei;
    color: #545353;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
}

.articleul li span {
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url('../../images/date.png') no-repeat;
    width: 54px;
    height: 48px;
    margin-right: 5px;
    font-size: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 20px;
}

.articleul li span i {
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
}