.cover{
    width: 1200px;
    margin: 12px auto;
}
.art{
	width:1200px;
	overflow: hidden;
    display: block;
    margin: 12px auto;
    min-height: 600px;
}
.caption {
	overflow: hidden;
	width: 1200px;
    color: #898989;
    padding-top: 6px;
    padding-bottom:6px;
    border-bottom: 2px solid #0093DD;
    display: block;
}
.icon{
  float: left;
  width: 30px;
  padding-right: 5px;
  display: inline-block;
}
.icon>img{
	padding-top: 3px;
}
.caption a{
    color: #898989;
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
}
.caption a:hover{
    color: #065FA8;
}
.main{
	color: #5a5a5a;
	padding: 0 20px;
}
h4{
    padding-top: 10px;
	font-size: 17px;
	line-height: 36px;
	text-align: center;
	font-weight: normal;
}
.main>p{
	line-height: 30px;
}
#list{
    padding-top: 10px;
}
#list ul li {
    line-height: 42px;
    font-size: 17px;
    color: #383635;
    border: none;
    border-bottom: 1px dashed #f2f2f2;
}
#list ul li a{
    padding-left: 20px;
    background:url(../images/arrow-right.png) no-repeat scroll center left;
}
#list>ul>li>span{
    float: right;
    font-size: 16px;
    color: #5f5e5e;
}
.Smain>ul>li>span{
    float: right;
    font-size: 16px;
    color: #5f5e5e;
}
.turn {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
}
.turn a {
    color: #5a5a5a;
    text-decoration: none;
}
.turn input {
    margin: 0;
    padding: 0;
    width: 28px;
    height: 14px;
}
#list ul li a:hover{
    color: #065FA8;
}