body{
    background-color: #bedff1;
    background-image: none;
    min-height: 900px;
    overflow-x: auto;
}
.container{
    width: 1230px;
}
#info-header .infoH-top .news:hover .nav-stacked,#info-header .infoH-top .set:hover .nav-stacked{
    display: block;
}
/* 顶部导航 */
#info-header .infoH-top{
    height: 30px;
    line-height: 30px;
    background-color: #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
#info-header .infoH-top .logo{
    height: 22px;
}
#info-header .infoH-top .logo img{
    height: 100%;
}
#info-header .infoH-top .nav>li>a{
    padding: 0 5px;
}
#info-header .infoH-top .infoH-top-nav .iconfont{
    padding: 0 2px;
}
#info-header .infoH-top-nav .nav-stacked{
    position: absolute;
    right: 0;
    border: 1px solid #dedede;
    z-index: 10;
    display: none;
}
#info-header .infoH-top-nav .nav-stacked::before{
    content: '';
    position: absolute;
    right: 24px;
    top: -12px;
    border: 8px solid #dedede;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #dedede transparent;
}
#info-header .infoH-top-nav .nav-stacked::after{
    content: '';
    position: absolute;
    right: 24px;
    top: -10px;
    border: 8px solid #dedede;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #fff transparent;
}
#info-header .infoH-top-nav .nav-stacked li{
    width: 80px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
}
#info-header .infoH-top-nav .nav-stacked>li+li{
    margin-top: 0;
}
#info-header .infoH-top-nav .nav-stacked .exit{
    border-top: 1px solid #dedede;
}
#info-header .nav .news .redDot{
    position: absolute;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: red;
}
/*天气*/
#info-header .infoH-top .weather-cont{
    float: left;
    height: 30px;
    padding-left: 10px;
    padding-top: 2px;
    overflow: hidden;
}
/*天气end*/
/* 顶部导航结束 */
/*头部*/
.yellow-head{
    height: 86px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.yellow-head .logo{
    height: 50px;
    color: #17acf6;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 30px;
    float: left;
    padding-right: 15px;
}
.yellow-head .category-name{
    display: inline-block;
    line-height: 50px;
    margin-top: 30px;
    font-size: 20px;
    color: #333;
}
    /*搜索*/
.yellow-head .search-box{
    margin-top: 15px;
}
.yellow-head .search-box .form-control{
    border-right: none;
}
.yellow-head .search-box .input-group-addon{
    padding: 3px 15px;
    background-color: #17acf6;
    color: #fff;
    border-color: #17acf6;
    cursor: pointer;
}
.yellow-head .search-box .input-group-addon .iconfont{
    font-size: 26px;
}
.yellow-head .search-box .search-hot{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.yellow-head .search-box .search-hot a{
    display: inline-block;
    margin-left: 15px;
    margin-top: 4px;
    color: #999;
}
.yellow-head .search-box .search-hot a:hover{
    color: #666;
}
/*搜索end*/
/*头部end*/