﻿.slide img{ width:1000px; height:270px; }
.slide .shutter { width:1000px; height:270px; }
.slide .shutter .shutter-controller { display:none; }
.banner img { width:1000px;height:130px; }

.indexInfos .indexInfo { overflow: hidden; float: left; }

.arrow-top { display: inline-block; font-size: 0; line-height: 0; border-width: 10px;  border-color: red; border-top-width: 0; border-style: dashed; border-bottom-style: solid; border-left-color: transparent; border-right-color: transparent; }
.arrow-bottom { display: inline-block; font-size: 0; line-height: 0; border-width: 10px; border-color: green; border-bottom-width: 0; border-style: dashed; border-top-style: solid; border-left-color: transparent; border-right-color: transparent; }

.indexInfo { padding:0px 32px; border-left: 1px solid #d7d7d7; width:135px; overflow:hidden; }
.indexInfo:first-of-type { border-left-color:#fff; }
.indexInfo .title { font-size: 12px; height:15px; line-height: 15px; font-weight: bold; padding-left: 27px; background: url(../img/indexIcon.png) 5px 0px no-repeat; background-size: 16px 15px; }
.indexInfo .index { padding-top:12px; padding-bottom:0px; }
.indexInfo .index .value { font-size:26px; font-weight:bold; }
.indexInfo .index .percentage { font-size:12px; margin-left:6px; }
.indexInfo .plus { color:red; }
.indexInfo .reduce { color: green; }
.indexInfo .updateTime { font-size:12px; color:#646464; }

/*首页通用区块区*/
.block { float:left; overflow:hidden; }
.block:nth-of-type(1) { margin-top:0; }
.block:nth-of-type(2) { margin-top:0; }
.block:nth-of-type(3) { margin-top:0; }
.block:nth-of-type(3n+1) { margin-left:0; }
.block { box-sizing:border-box; }
.block .head { border-bottom:1px solid #3e7eff; height:40px; position:relative; overflow:hidden; }
.block .head .name { height:40px; position:relative; z-index:1; }
.block .head .more { height: 30px; position: absolute; background-color: #ebf2ff; z-index: 0; left: 0; right: 0; bottom: 0; }
.block .head .more a { position: absolute; font-size:14px; line-height: 30px; color:#3e7fff; text-decoration:none; right: 10px; }
.block .head .more a:hover { line-height:30px; color:#ff0000; }
.block .body { padding:10px 0px; height:252px; overflow:hidden; }
.leftBlock { width:544px; }
.rightBlock { margin-left:20px; width:436px; }

.indexTable { width:100%; border:solid 1px #969696; }
.indexTable tr { border:solid 1px #969696; }
.indexTable td { width:25%; height:49px; border:solid 1px #969696; font-weight:bold; text-align:center; }
.indexTable .row1 { background-color:#fff; }
.indexTable .row2 { background-color:#ebf2ff; }
.indexTable .plus .percentage, .indexTable .plus .value { color: #ff4227; }
.indexTable .reduce .percentage, .indexTable .reduce .value { color: #2dab6a; }
.indexTable .plus  .flag .indexer  { width:46px; height:30px; margin: 0 auto; background:url("../img/index_flag_plus.png")  no-repeat 50% 50%; background-size: 23px 15px; }
.indexTable .reduce .flag .indexer { width:46px; height:30px; margin: 0 auto; background:url("../img/index_flag_reduce.png") no-repeat 50% 50%; background-size: 23px 15px; }

.list { margin:0; padding:0;border-top:1px solid #d7d7d7; }
.list li { margin:0; padding:0 0 0 20px; overflow:hidden; border-bottom:1px dashed #d7d7d7; background:url("../img/dot.png") 8px 50% no-repeat; list-style:none; }
.list li:hover { background-color:#3e7eff;color:#fff;  }
.list li:hover span.pubTime { color:#fff; }
.list li:hover a { color:#fff; }
.list li a { width:calc(100% - 90px); float:left; color:#666; font-size:14px; line-height:36px; text-decoration:none; }
.list li a:hover { float:left; color:#a90d1f; font-size:14px; line-height:36px; text-decoration:none; color:#fff;  }
.list li span.pubTime { float:left; width:78px; font-size:14px; line-height:36px; color:#ccc; }

.pictureNews { width:544px; height:198px; float:left; }
.pictureNews .leftContainer { float:left; height:198px; overflow:hidden; }
.pictureNews .leftContainer  .title { width:266px; padding-right:10px; font-weight:bold; }
.pictureNews .leftContainer  .brief { width:266px; height: 130px; padding-top: 6px; padding-bottom: 5px; padding-right:10px; font-size:14px; line-height:22px; text-indent:2em; overflow:hidden; }
.pictureNews .leftContainer .link { border:1px solid #3e7eff; padding:6px 38px 6px 12px; background:url("../img/arrow.png") 50px 50% no-repeat; background-size: 10px 14px; box-sizing:border-box; border-radius:5px; font-size: 14px; color:#3e7eff; display:inline; }
.pictureNews .leftContainer .link a { font-size: 14px; color:#3e7eff; text-decoration:none; }
.pictureNews .leftContainer .link a:hover { font-size: 14px; color:#3e7eff; text-decoration:none; }
.pictureNews .picture { width:264px; height:198px; float:left; }


.linkBlocks .linkBlock { margin-top:10px; margin-left:10px; width:213px; height:94px; line-height:0; text-align:center; float:left;overflow:hidden; }
.linkBlocks .linkBlock img { width:100%; }
.linkBlocks .linkBlock:nth-of-type(1) { margin-top:0; }
.linkBlocks .linkBlock:nth-of-type(2) { margin-top:0; }
.linkBlocks .linkBlock:nth-of-type(2n+1) { margin-left:0; }