body{
    background: #0b1833 url("../img/bg.png") no-repeat center -110px;
}
.SLi_news{
    width: 1107px;
    margin: 0 auto;
}
/*tab*/
.header{
    width: 100%;
    height: 93px;
}
.header p{
    width: 154px;
    color: #00ccff;
    font-weight: bold;
    float: left;
    line-height: 93px;
}
.tab{
    float: left;
    margin-top: 33px;
}
.tab li{
    float: left;
    margin-right: 38px;
    cursor: pointer;
}
.tab li:first-child{
    margin-right: 0px;
}
.cur{
    border-bottom: 2px solid #00ccff;
}
/*内容*/
.news_ul>li{
    display: none;
}
.news_ul>li div>a{
    display: block;
    width: 1100px;
    height: 182px;
    border: 1px solid #00ccff;
    padding: 3px;
    margin-bottom: 39px;
}
.link_l{
    width: 368px;
    height: 182px;
    float: left;
    margin-right: 26px;
}
.link_l img{
    width: 368px;
    height: 182px;
}
.link_r{
    width: 633px;
    height: 100%;
    float: left;
}
.title{
    font-weight: bold;
    height: 65px;
    /*line-height: 65px;*/
    overflow: hidden;
    margin-top: 21px;
}
.des{
    color: #00ccff;
    line-height: 24px;
    /*max-height: 68px;*/
    overflow: hidden;
    height: 53px;
}
.sign{
    width: 100%;
    /*margin-top: 20px;*/
}
.sign span{
    display: inline-block;
    height: 22px;
    line-height: 22px;
}
.sign span>img{
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}
.sign span i{
    display: inline-block;
    font-style: normal;
    height: 22px;
}
.time{
    width: 130px;
    color: #ff4848;
}
.by{
    width: 300px;
    color: #FFF;
}
.by img{
    width: 18px;
    height: 20px;
}
.match_con{
    width: 100%;
    height: 100%;
}
.more{
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
}
.more img{
    cursor: pointer;
}
.footer{
    height: 353px;
    background: #140024;
}