.content{
    width:1050px;
    height: 800px;
    margin: 0 auto 30px;
}
.content_left{
    width:284px;
    height: 800px;
    background: #292929;
    float: left;
}
.content_left_bg{
    width:284px;
    height:460px;
    background: url("../img/right_float_01.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}
.btn_android{
    width: 170px;
    height: 44px;
    position: absolute;
    top: 297px;
    left: 56px;
    opacity: 0;
    /*background: #007aff;*/
}
.btn_ios{
    width: 170px;
    height: 44px;
    position: absolute;
    top: 356px;
    left: 56px;
    opacity: 0;
}
.content_right{
    width:756px;
    height: 800px;
    float: left;
    margin-left: 10px;
    position: relative;
}
.content_right_return{
    width:240px;
    height: 20px;
    color: #FFF;
    position: absolute;
    top:22px;
    right: 0;
    text-align: center;
    line-height: 20px;
    z-index: 20;
}
.news_information{
    width:100%;
    height: 760px;
    background: #000000;
    position: absolute;
    top:40px;
}
/*tab*/
.tabs{
    width:100%;
    height: 280px;
    position: absolute;
    top: 20px; left:0;
}
.tabs .horizontal {
    width:756px;
    height: 50px;
    background: #292929;
}
.tabs .horizontal li {
    float: left;
    list-style: none;
    width: 189px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    font-weight: bolder;
    background: #292929;
}

.tabs .horizontal li.selectActive {
    background: #000;
    border-bottom:2px solid  #9a030a;
    color: #9a030a;
    /*background:url(http://gwcdn.zcry.timi-online.com/img/news_bg.png);*/
    /*background-size: auto;*/
}
/*内容*/
.tab-div {
    width: 756px;
    height: 630px;
    position: relative;
    margin: 0 auto;
}

.tab-ul {
    width: 756px;
    height: 620px;
    position: absolute;
    top:10px;
    /*background: #cccccc;*/
}

.tab-ul .listxt {
    width: 756px;
    height: 36px;
    line-height: 36px;
    color: #f2f2f2;
    font-size: 16px;
    margin-top: 6px;
}

.tab-ul .listxt .jian {
    width: 10px;
    height: 36px;
    background: url(http://gwcdn.zcry.timi-online.com/img/jiantou.png) no-repeat;
    background-position-y: 14px;
    float: left;
    margin-left: 16px;
    margin-right: 4px;
}
.tab-ul .listxt .listcon{
    display: inline-block;
    width:450px;
    height: 36px;
    overflow: hidden;
    color: #f2f2f2;
    text-decoration: none;
    margin-left: 5px;
}

.tab-ul .listxt .shi {
    width: 60px;
    height: 36px;
    float: right;
}
.tab-ul .listxt:hover {
    background: #292929;
}
.tab-ul .listxt:hover .listcon{
    background: #292929;
}
.errorTxt{
    color: #f2f2f2;
    font-size: 16px;
    position: absolute;
    top:20px;
    left: 50%;
    margin-left: -64px;
}

/*分页  position: absolute;top:50%;left:50%;margin-top: -3.8%;margin-left: -25%;*/
.fenye{width:90%;height: 40px;position:absolute;bottom:-50px;left:5%;}
.fenye .pagination{margin:2px auto 0;margin-left: 240px;}
