*{
    margin: 0 ;padding: 0;
        
}
div{box-sizing: border-box;}
ul li {list-style: none;}
a{text-decoration: none;}
.resultContent{
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    height: auto;
}
.resultContentLeft{
    float: left;
    width: 728px;
    overflow: hidden;
}
.nav-list{
    font-size: 15px;
    float: left;
    width: 110px;
    z-index: 999;
}
.nav-list ul li{
    cursor: pointer;
    margin-top: 25px;
}
.nav-list ul li a{
    display: block;
    width: 118px;
    height: 37px;
    line-height: 37px;
    padding-left: 12px;
    color:#333;
}
.nav-list ul li.selected a{
    font-weight: bold;
    color:#fff;
    background: url(select_03.png) no-repeat 2px center;
    position: relative;
    z-index: 999;
}
.resultContentNews{
    padding-left: 28px;
    border-left:1px solid #e3e3e3; 
    position: relative;
    width: 618px;
    float: right;
}
.resultContentNewsBoxs{
    margin-top: 30px;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 25px;
    box-sizing: border-box;
}
.box1{
    margin-top: 20px;
}
.resultTit{
    font-size: 15px;
    color: #5e8ac7;
    font-weight: bold;
    height: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.resultList{
    margin-top: 15px;
}
.resultContentRight{
    float: left;
    width: 242px;
    margin-left: 30px;
}
.morenew{float: right;}
.colOr{color:#f09916;}
.fixed{
    top:0;
    position: fixed;
	z-index: 999;
}