@charset "utf-8";

/* index.css */

/* mainSlide
------------------------------------------------ */
#mainSlide {
	width: 960px;
	margin:  0 auto;
	padding-top: 102px;
	position: relative;
}

/* slideWrap
------------------------------------------------ */
#slideWrap {
	position: relative;
	height: 420px;
}

#slideWrap .slide {
	position: absolute;
	top: 0;
	left: 0;
}
/*
#slideWrap .slide img {
	background-image: url("../img/main_dac.png");
}
*/
#slideWrap .slide > a {
	color: #fff;
	position: relative;
	display: block;
}

#slideWrap .slide .titleBox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px;
}

#slideWrap .slide .titleBox.announcement {
	background: url("../img/report_announcement_bg.png");
}
#slideWrap .slide .titleBox.column {
	background: url("../img/report_column_bg.png");
}
#slideWrap .slide .titleBox.insidedac {
	background: url("../img/report_insidedac_bg.png");
}
#slideWrap .slide .titleBox.showcase {
	background: url("../img/report_showcase_bg.png");
}
#slideWrap .slide .titleBox.other {
	background: url("../img/report_other_bg.png");
}

#slideWrap .slide .titleBox h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	width: 920px;
	margin: 0 auto;
	padding: 10px 0 40px 0;
}

#slideWrap .slide .titleBox .date {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 14px;
}

#slideWrap .slide .titleBox .type {
	position: absolute;
	bottom: 12px;
	right: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	background: #000;
	font-size: 12px;
	line-height: 10px;
	padding: 4px 6px;
}

/* moveBtn
------------------------------------------------ */
#moveBtn #nextBtn {
	position: absolute;
	top: 252px;
	right: -64px;
	cursor: pointer;
}

#moveBtn #prevBtn {
	position: absolute;
	top: 252px;
	left: -64px;
	cursor: pointer;
}

/* pageNation
------------------------------------------------ */
#pageNation {
	margin: 26px auto 0 auto;
	text-align: center;
	font-size: 0px;
}

#pageNation li {
	display: inline-block;
	text-align: center;
	margin-left: 8px;
	cursor: pointer;
}

#pageNation li.act {
	cursor: default;
}

#pageNation li.first {
	margin-left: 0px;
}

/* filterBlock
------------------------------------------------ */
#filterBlock {
	background: #ebebeb;
	margin-top: 64px;
	padding: 10px 0;
}

#filterBlock > div {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	line-height: 36px;
}
#filterBlock h3 {
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #a0a0a0;
	font-size: 16px;
}

#filterBlock ul li {
	float: left;
	background: #fff;
	color: #181818;
	font-size: 14px;
	padding: 0 12px;
	margin-left: 10px;
}
#filterBlock ul li.reset {
	padding: 0;
	display: none;
}

#filterBlock ul li.first {
	margin-left: 16px;
}
#filterBlock a {
	color: #000000;
}
#filterBlock a:link li {
	background: #ffffff;
}
#filterBlock a:hover li {
	background: #cccccc;
}
#filterBlock a li.selected {
	background: #cccccc;
}

/* reportBlock
------------------------------------------------ */
#reportBlock {
	width: 980px;
	margin: 40px auto 0 auto;
	overflow: hidden;
}

#reportBlock .report {
	position: relative;
	display: block;
	float: left;
	margin-left: 23px;
}

#reportBlock .report.topMiddle {
	width: 304px;
	height: 320px;
}

#reportBlock .report.middle {
	width: 304px;
	height: 280px;
	margin-top: 23px;
}

#reportBlock .report.noImage {
	background: #f3f3f3;
	text-align: center;
}

#reportBlock .report.noImage > img {
	padding-top: 24%;
}

#reportBlock .report.noImage h3 {
	text-align: left;
}

#reportBlock .report.short {
	width: 222px;
	height: 240px;
	margin-top: 23px;
}

#reportBlock .report.first {
	margin-left: 0px;
}

#reportBlock .report .titleBox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 10px 40px 10px;
	color: #fff;
}

#reportBlock .report .titleBox .date {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
}

#reportBlock .report .titleBox .type {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #000;
	padding: 6px 4px;
	font-size: 14px;
	line-height: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#reportBlock .report .titleBox.inside {
	background: url("../img/report_inside_bg.png.html");
}

#reportBlock .report .titleBox.column {
	background: url("../img/report_column_bg.png");
}

#reportBlock .report .titleBox.showcase {
	background: url("../img/report_showcase_bg.png");
}

#reportBlock .report .titleBox.announce {
	background: url("../img/report_announce_bg.png.html");
}

#reportBlock .report.hideReport {
	display: none;
}
#reportBlock:after {
  content: "";
  display: block;
  clear: both;
}

/* showMore
------------------------------------------------ */
#showMore {
	width: 960px;
	margin: 38px auto 0 auto;
	display: block;
	text-align: center;
	border: 1px solid #5f5f5f;
	font-size: 18px;
	color: #5f5f5f;
	line-height: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	/*display: none;*/
}

#showMore::before {
	content: url("../img/showMore_arrow.png");
	padding-right: 10px;
}

/* slider
------------------------------------------------ */
/*.frameLine {
    border: solid 1px #CCC;
    padding: 20px;
}*/
.bx-wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    /*margin-top: 5px;*/
}
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 9999;
}
.bx-prev {
    left: 10px;
}
.bx-wrapper .bx-next {
    right: 10px;
}
