@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;
}

/*新闻列表*/
.main{ width:100%; margin:0 auto; padding:80px 0 60px; }
.main .media-left{ margin-bottom: 1.8%;}
.main .media-left img,.main .media-right img{ height:190px; }
.main .media-body{ width:100%; padding-left:2%; padding-right:2%;  }
.main .media-body h4{ margin-bottom:2%;line-height:28px;word-wrap: break-word;  word-break: normal;}
.main .media-body h4 a{ font-size:26px; font-weight:bold; }
.main .media-body p{ text-indent:2em; line-height:28px; text-align:justify; }
.thumbnail .caption h4{ margin:0; padding:0; font-size:14px; }
/*图片列表*/
#picNews{padding-bottom:110px; padding-top:60px; }
/*脚部*/
.footer{ padding:20px 0;background: #202675;color: #fff;    position: fixed; bottom: 0;left: 0; right: 0;}
.footer a{ color:#fff; }
/*侧边TOP*/
.bs-docs-sidebar {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    min-width: 110px;
    text-align: center;
}

@media (max-width: 991px){
	.main .media-body{ padding-left:0; padding-right:0; }
	.main .media-left,.main .media-right{ display:block; text-align:center;}
	.main .media-left img,.main .media-right img{ margin-bottom:2%; }
}
@media (max-width: 768px){
	.main .media-body h4 a{ font-size:20px; }
	.main .media-body p{ font-size:13px; }
}
