﻿html, body, ul, li, dl, ol, table, tr, th, td, form, input, textarea, h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Microsoft YaHei";
}
a{
    text-decoration: none;
    outline: none;
}
img{
    outline: none;
    border: none;

}
li{
    list-style: none;
}
.d{
    display: block;
}
.w100{
    width: 100%;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.px{
    position: fixed;
}
.ellips{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header{
    background: #B1040E;
    background: -webkit-linear-gradient(left, #c1272d , #f15a24); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #c1272d , #f15a24); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #c1272d , #f15a24); /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #c1272d , #f15a24); /* 标准的语法 */
    width: 1280px;
    margin: 0 auto;
    height: 95px;
}
.header-ico{
    width: 34px;
    height: 34px;
    bottom: -34px;
}
.header-ico-left{
    left: 0;
    background: url(../images/hnnews_2.png);
}
.header-ico-right{
    right: 0;
    background: url(../images/hnnews_3.png);
}
.header-logo{
    left: 33px;
    top: 16px;
}
.header-links{
    right: 57px;
    top: 36px;
    font-size: 14px;
}
.header-links a{
    color: #fff;
}
.searchbox{
    top: 32px;
    right: 150px;
}
.searchbox-btn{
    width: 28px;
    height: 28px;
    background: url(../images/hnnews_4.png);
    border: none;
    cursor: pointer;
    outline: none;
}
.nav{
    width: 1210px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    background: url(../images/hnnews_5.jpg) right bottom no-repeat #fff;
}
.nav-ul{
    margin: 0 0 0 29px;
}
.nav-ul li{
    margin-right: 42px;
}
.nav-ul li a{
    color: #333333;
    font-size: 16px;
}
.nav-ul li b{
    width: 6px;
    height: 6px;
    background: url(../images/hnnews_6.png);
    right: -7px;
    top: 45px;
    display: none;
}
.nav-ul li.active b{
    display: block;
}

.footer{
    margin: 50px 0 0;
    background: #B1040E;
    color: #fff;
    font-size: 14px;
    padding: 25px 0;
}

.flink-tab{
    margin-top: 30px;
    height: 35px;
    border-bottom: 1px solid #D11D29;
}
.flink-tab span{
    margin-right: 45px;
    position: relative;
    cursor: pointer;
}
.flink-tab-line{
    width: 100%;
    height: 2px;
    background: #D11D29;
    left: 0;
    top: 34px;
}
.flink-tab-ico{
    border: 8px solid transparent;
    border-bottom: 8px solid #D11D29;
    width: 0;
    height: 0;
    left: 50%;
    top: 20px;
    margin-left: -8px;
}
.flink-tab span b{
    display: none;
}
.flink-tab span.active b{
    display: block;
}
.flink-box{
    overflow: hidden;
}
.flink-box-ul{
    width: 110%;
}
.flink-box-ul li{
    width: 190px;
    margin: 30px 10px 0 0;
    text-indent: 25px;
}
.flink-box-ul li a{
    color: #555555;
    font-size: 15px;
}
.flink-box-ul li b{
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #D11D29;
}
.btn-goto-top{
    background: url(../images/hnnews_47.png);
    width: 53px;
    height:52px;
    position: fixed;
    bottom: 40px;
    right:35px;
    display: none;
}
.searchbox-key{
    width: 200px;
    height:28px;
    border: none;
    background: #fff;
    border-radius: 8px;
    outline: none;
    left: -211px;
    top: 0px;
    text-indent: 1em;
}
.icoBox{
    right: 10px;
    top: 50px;
}
.icoBox-item{
    margin: 0 0 0 10px;
    width: 50px;
}
.icoBox-item img{
    width: 100%;
    cursor: pointer;
}
.icoBox-item-alert{
    width: 450px;
    top: -650%;
    left: -500%;
    border: 1px solid #ccc;
    display: none;
}
.icoBox-item-alert-close{
    top: -1px;
    right: -52px;
    text-align: center;
    color: #888;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    width: 50px;
    height:25px;
}
