@charset "utf-8";
/* CSS Document */

.noticepage .content{  background:url(../images/common/content_bg.jpg) no-repeat center top #f6f6f6; overflow:hidden; min-height:437px; min-width:1200px;}
.content .container{ width:1200px; margin:30px auto; padding:0 50px; box-sizing: border-box; background: #fff; overflow: hidden;}
.title{ height:70px; font-size:20px; font-weight: 600; line-height:70px; background:url(../images/project/sx_icon.png) no-repeat left center; padding-left:15px;}
.position{ line-height:70px; color:#666; background:url(../images/project/address_icon.png) no-repeat left center; padding-left:20px;}

/* 列表 */
.list{ width:1100px; margin: 70px auto 0 auto; overflow:hidden; border-bottom:1px solid #eee;}
.list ul li{ height:70px; line-height:70px; border-top:1px solid #eee;}
.list ul li .name{ width:930px; background:url(../images/index/triangle.png) no-repeat left center; padding-left:15px;}
.list ul li .name a{ display: block; color:#333; font-size:16px; width:100%; height:70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list ul li .name a:hover{ color:#3666b6;}
.list ul li .time{ color:#999;}
.page{ margin: 30px 0;}

/* 详情 */
.address{ width:1180px; margin:0 auto; height:50px; line-height:50px; color:#666; background:url(../images/project/address_icon.png) no-repeat left center; padding-left:20px;}
.return a{ display: block; height:70px; line-height:70px; color:#3666b6; background:url(../images/project/arrow-icon.png) no-repeat right center; padding-right:13px;}
.notice-details{ clear:both; width:1100px; border-top:1px solid #eee; padding:30px 0; margin-bottom:30px;}
.notice-details .name{ width:100%; font-size:20px; color:#333; line-height: 24px; text-align: center;}
.notice-details .time{ margin-top: 10px; color:#999; text-align: center; line-height:24px; border-bottom:1px solid #eee; padding-bottom:20px;}
.notice-details .details{ padding:20px 0;}
.notice-details .details img{ max-width:100%!important;}

/* 平台统计 */
.statistics-list{ width:1040px; clear:both; overflow: hidden; padding:30px;}
.statistics-list ul li{ width:480px; height:240px; text-align: center; margin-bottom:40px; border:1px solid #eee; float:left;}
.statistics-list ul li:hover{ border:1px solid #ddd;}
.statistics-list ul li:nth-child(2n){ float:right;}
.statistics-list ul li .icon{ height:120px; width:480px; line-height:140px;}
.statistics-list ul li .icon img{ max-height:120px; }
.statistics-list ul li .name{ line-height:40px; font-size:16px; color:#333;}
.statistics-list ul li .number{ line-height: 50px; font-size:16px;}
.statistics-list ul li .number span{ font-size:28px; font-weight: 600;}

