#top{
    height: 49px;
    background: #f3f3f3;
}
#nav {
    height: 50px;
    /* line-height: 50px; */
    color: #000;
    /* position: relative; */
    /* background-color: #e60012; */
    font-size: 15px;
    width: 615px;
}

#nav>ul {
    display: flex;
    justify-items: center;
    height: 100%;
}

#nav>ul>li {
    display: flex;
    height: 100%;
    flex: auto;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

#nav>ul>li:hover {
    background-color: #e5e5e5;
    color: #e60012;
}

#nav>ul>li span {
    display: flex;
    align-items: center;
    letter-spacing: 6px;
}

#nav>ul>li i {
    width: 20px;
    height: 21px;
    display: inline-block;
    background: url(/uploads/image/images/menu_icon2.png) 0 0 no-repeat;
    margin-right: 6px;
}

#nav li:nth-of-type(2) i {
    background-position: -118px 0;
}

#nav li:nth-of-type(3) i {
    background-position: -239px 0;
}

#nav li:nth-of-type(4) i {
    background-position: -360px 0;
}

#nav li:nth-of-type(5) i {
    background-position: -839px 0;
}

#nav li:nth-of-type(6) i {
    background-position: -959px 0;
}

#nav li:nth-of-type(7) i {
    background-position: -1079px 0;
}

#nav li:hover i {
    background-position-y: -49px;
}

#nav li .down {
    width: 100%;
    position: absolute;
    height: 35px;
    line-height: 35px;
    background-color: #e5e5e5;
    color: #666666;
    font-size: 15px;
    left: 0;
    top: 49px;
    display: none;
    z-index: 2;
    box-sizing: border-box;
}

#nav li:hover .down {
    display: block;
    text-align: left;
    padding: 0 10px;
}

#nav li:hover .down a {
    margin-right: 10px;
}

#banner{
    padding: 43px 0;
    border-bottom: 2px solid #ff0000;
    margin-bottom: 40px;
}
.classname{
    position: relative;
    /* width: 122px; */
    padding: 0 15px;
    height: 34px;
    background: #f02400;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.classname span{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #f02400;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translatex(-50%);
}
.news-list{
    width: 849px;
}
.news-list li{
    font-size: 18px;
    line-height: 2em;
}
.news-list li:hover .time{
    color: red !important;
}
.news-list .time{
    color: #807f7f;
}

.mod-title{
    padding: 8px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
}

.news-list.style2{
    width: 100%;
}
.news-list.style2 li{
    font-size: 15px;
    line-height: 2em;
}
#tszt{
    height: 500px;
}
#tszt .img-list li{
    text-align: center;
    margin-bottom: 8px;
}
#tszt .img-list img{
    width: 260px;
    height: 70px;
    margin: 0 auto;
}