@charset "utf-8";
/* CSS Document */
/*全局样式*/
body{
	background:#ebecec;
    font: 400 16px/1.5 "Microsoft YaHei","Open Sans","Helvetica neue",Helvetica,Tahoma,"lantinghei sc","Microsoft Yahei",sans-serif;
	}
a { color:#202675;}

a:hover{ text-decoration:none; }

/*---------------省略号---------------*/
.text-ellipsis {white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
/*头部*/
.head {
    background: url(../img/head.png) no-repeat top;
    max-width: 1440px;
    margin: 0 auto;
    background-size: 100%;
	margin-top:-32px;
}


/*侧边TOP*/
.bs-docs-sidebar {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    min-width: 110px;
    text-align: center;
}

/*内容*/
p,h3,h4,footer,ul li{ text-align:center;}
p{ font-size:14px; text-indent:2em; }
p:first-child{ margin-top:30px;}
h3{ font-size:18px;background:#b5490b; color:#fff; line-height:26px; padding:10px; border-radius:10px; text-align:center; margin-top:50px; margin-bottom:50px; }
blockquote{ border:8px solid #ddd;}
h4{color: #b5490b;font-weight: bold;}
.blockquote h4{ color:#555;}
.jumbotron h4{font-size:16px;}
.jumbotron p{ font-size:14px; text-indent:0; border-bottom: 2px dashed #ddd;
padding-bottom: 20px; margin-bottom:60px; }
.jumbotron p:last-child{ margin-bottom:0; }




