﻿/* 统计月报-列表页 */
.monthStatistics { padding: 15px 0; }
.monthStatistics .listTitle { padding: 0 0 25px; font-size: 25px; font-weight: bold; text-align: center; color: #3069b8; }
.yearSelect { float: right; border: 1px solid #eee; background: #f9f9f9; height: 35px; line-height: 35px; padding: 0 20px 0 16px; outline: none; font-size: 16px; color: #333; }
.monthTable { width: 100%; background: #fff; }
.monthTable th,
.monthTable td { border: 1px solid #d2dae7; line-height: 1.4; text-align: center; font-size: 14px; }
.monthTable th { color: #3069b8; font-weight: bold; height: 50px; background: #e2e8f0; padding: 0; font-size: 15px; }
.monthTable .lt { padding: 5px 20px; font-size: 16px; letter-spacing: 10px; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><line x1="0" y1="0" x2="100%" y2="100%" stroke="rgb(193, 205, 223)" stroke-width="1" /></svg>'); }
.monthTable .lt .r { text-align: right; }
.monthTable .lt .l { text-align: left; }
.monthTable .split td { border-top-width: 2px; font-weight: bold; color: #3069b8; font-size: 16px; padding: 12px 15px; text-align: center; }
.monthTable .first { text-align: left; width: 260px; padding: 12px 15px; }
.monthTable td span,
.monthTable td a { display: block; margin: 1px; color: inherit; padding: 11px 8px; }
.monthTable td a:hover { background: #3069b8; color: #fff; text-decoration: none; }
.monthTable td span { background: #f8f8f8; color: #b2bdce; }


/* 统计年鉴-父列表页 ----------------------------------------- */
.yearPicList{ margin: 0 -20px 0 0; overflow: hidden; text-align: center; }
.yearPicList li{ float: left; width: 177px; padding: 5px; background: #f3f3f3; margin: 0 20px 20px 0; position: relative; overflow: hidden; }
.yearPicList .pic { display: block; border: 1px solid #fff; }
.yearPicList .pic img{ width: 100%; height: 255px; }
.yearPicList .tit{ display: block; height: 52px; padding: 5px 15px 0 15px; font-size: 16px; line-height: 24px; text-align: center; overflow: hidden; }
.yearPicList li:hover{ background: #3069b8; }
.yearPicList li:hover .tit{ color: #fff; text-decoration: none; font-weight: bold; }

/* 统计年鉴-列表页 */
.yearStatistics { overflow: hidden; }
.yearStatistics .yearPic { float: left; width: 300px; margin-right: 30px; }
.yearStatistics .yearPic img { width: 100%; height: auto; }
.yearStatistics .con { overflow: hidden; padding: 20px; background: #f9f9f9; border: 1px solid #eee; border-radius: 5px; }