@charset "utf-8";
/* CSS Document */
.container{ background: #fff; padding:20px;}

/* 指数趋势 */
.exponential_trend{ height:360px; padding:0 20px; overflow:hidden;}
.exponential_trend .hd{ float:left; width:250px;}
.exponential_trend .hd h2{ height:38px;background: #c7deef; font-size: 18px; font-weight: normal; line-height:38px; text-align:center; color: #5891c9;}
.exponential_trend .hd ul{ margin-top:5px;}
.exponential_trend .hd ul li{ font-size: 14px; line-height:30px; text-align:right; padding-right:55px; color: #535353; cursor:pointer; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.exponential_trend .hd ul li.on{ color:#0075a9; background:url(2015zz_data_icon1.png) no-repeat 200px center;}
.exponential_trend .hd .condition{ width:200px; height:103px; background:#f2f2e6; padding:0 15px; margin-top:14px;}
.exponential_trend .hd .condition p{ line-height:14px; padding:20px 0; text-align:center; color:#666;}
.exponential_trend .hd .condition p label{ margin:0 5px;}
.exponential_trend .hd .condition select{ float:left; width:50%;}
.exponential_trend .bd{ width:790px; height:360px; float: right;}
.exponential_trend .bd .datacontainer{ width:790px; height:360px;}
.exponential_trend .bd img{ width:100%; height:100%;}

/* 数据目录 */
.data_directory{ width: 1100px; margin: 0 auto; padding:30px 0; overflow:hidden;}
.data_directory h2{ font-size: 24px; line-height: 30px; text-align: center; color: #0068b7; background:url(2015zz_data_icon2.png) no-repeat center bottom; padding-bottom:25px;}
.data_directory h2 span{ font-size: 12px; font-weight: normal; color: #959595;}
.data_directory ul li{ float:left; width: 100px; height:100px; text-align:center; margin-top: 30px;}
.data_directory ul li a{ display:block; width:100%; height:20px; padding-top: 80px; color:#343434; background-position: center top; background-repeat:no-repeat;}
.data_directory ul li a:hover{ color:#0068b7;}
.data_directory ul li.directory01 a{ background-image:url(2015zz_data_directory_icon01.png);}
.data_directory ul li.directory02 a{ background-image:url(2015zz_data_directory_icon02.png);}
.data_directory ul li.directory03 a{ background-image:url(2015zz_data_directory_icon03.png);}
.data_directory ul li.directory04 a{ background-image:url(2015zz_data_directory_icon04.png);}
.data_directory ul li.directory05 a{ background-image:url(2015zz_data_directory_icon05.png);}
.data_directory ul li.directory06 a{ background-image:url(2015zz_data_directory_icon06.png);}
.data_directory ul li.directory07 a{ background-image:url(2015zz_data_directory_icon07.png);}
.data_directory ul li.directory08 a{ background-image:url(2015zz_data_directory_icon08.png);}
.data_directory ul li.directory09 a{ background-image:url(2015zz_data_directory_icon09.png);}
.data_directory ul li.directory10 a{ background-image:url(2015zz_data_directory_icon10.png);}
.data_directory ul li.directory11 a{ background-image:url(2015zz_data_directory_icon11.png);}


.list_box{ border:1px solid #e5e5e5; padding:19px; width:500px; height:185px; margin-top: 20px; overflow:hidden;}
.list_box .hd{ height:20px; line-height:20px; font-size:0px;}
.list_box .hd h2{ display:inline; font-size: 20px;}
.list_box .hd h2 a{ color: #959595;}
.list_box .hd h2.on a{ color: #0068b7;}
.list_box .hd span{ font-size:20px; color:#959595; margin:0 5px;}
.list_box .bd{ margin-top:10px;}
.list_box .bd li{ height:32px; line-height: 32px; vertical-align:top;}
.list_box .bd li a{ float:left; font-size:14px; color:#434343; max-width:75%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list_box .bd li a:hover{ color: #0068b7;}
.list_box .bd li span{ float:right; color:#959595;}