@charset "utf-8";
.clear {clear:both;}
/*最外层盒子*/

.centent-box{
    width:1200px;
    height:auto;
    overflow:hidden;
    margin:30px auto 0;
}
/*左边大盒子*/

.centent-box .left-box{
    width:800px;
    height:auto;
    float:left;
    overflow: hidden;
}

/*右边大盒子*/
.centent-box .right-box{
    width:350px;
    height:auto;
    overflow:hidden;
    float:right;
}

/*最外层盒子结束*/

/* 版块标题 */
h4.plateTitle {
 font-size: 18px;
 color: #333;
 font-weight: bold;
 padding-bottom: 5px;
 border-bottom: 1px solid #ddd;
}
h4.plateTitle span {
  float: left;
}
h4.plateTitle i {
   position: relative;
   top: 4px;
   float: left;
   display: inline-block;
   width: 5px;
   height: 20px;
   margin-right: 10px;
   background-color: #b41d23;
   border-radius: 3px;
}
/* more */
a.moreBtn {
  float: right;
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  line-height: 23px;
  border: 1px solid #999;
  font-weight: normal;
}
a.moreBtn em {
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-top: -5px;
  *margin-top: 0;
  margin-left: 3px;
  background: url("/Public/Common/images/investeduheader/moreArrow.png") no-repeat;
  vertical-align: middle;
}

a.moreBtn:hover {
    color: #bf0000;
    border: 1px solid #bf0000;
}

a.moreBtn:hover em {
    background: url("/Public/Common/images/investeduheader/moreArrowRed.png") no-repeat;
}

.videoImgBox {
  display: block;
  width: 100%;
  overflow: hidden;
}
/* 适应图片 */
.videoImgBox img {
  width: 100%;
}

/*列表分页样式*/
.pagingOut {
    text-align:center;
    margin-top: 50px;
}
.paging {
    margin: 20px auto;
    overflow: hidden;
}
.paging a, .paging .current {
    display:inline-block;
    margin-left: 5px;
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    color: #787878;
    background: #f4f4f4;
    font-size: 16px;
}
.paging .current {
    background: #bf0000;
    color: #fff;
}
.paging .red_bg, .paging a:hover {
    color: #fff;
}
.paging a:hover {
    background-color: #bf0000;
}
.paging .dian {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.paging .dian:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #848484;
}
/*分页 end*/

.investMarginTop20{
  margin-top: 20px;
}
/*banner*/
.commonbanner{
    width:100%;
    height:450px;
    overflow:hidden;
    position: relative;
    display: none;
}

.commonbanner .imgbox{
    position: absolute;
    left:0;
    top:0;
    height:450px;
}
.commonbanner .imgbox div,
.commonbanner .imgbox a{
    width:1920px;
    height:450px;
    display: block;
    float:left;

}

.commonbanner .pagebox{
    text-align: center;
    position: absolute;
    left:0;
    bottom: 30px;
    width:100%;
}

.commonbanner .pagebox span{
    display:inline-block;
    width:12px;
    height:12px;
    background: #7d7d7d;
    line-height: 12px;
    text-align: center;
    color:#bf0000;
    border-radius: 50%;
    margin-left:20px;
}

.commonbanner .pagebox span.cc{
    background: white;
    color:white;
}

