﻿/* 导航 */ 

.main .warp .nav .nav-box {
    display: inline-block;
    width: 433px;
    height: 70px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}

.main .warp  .nav .nav-box:first-of-type,
.main .warp  .nav .nav-box:last-of-type {
    width: 432px;
}
 

.main .warp  .nav .nav-bg {
    background-color: #ff3f3f;
    width: 435px;
    height: 70px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.main .warp  .nav .nav-bg i {
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url("../images/icon.png") no-repeat -675px -90px;
    margin: 70px 0 0 205px
} 

/* 内容 */
.main .warp .content .news-box{
    width: 100%;
}

.main .warp .content .news-box .info-title{
    height: 170px;
    border-bottom: 1px solid #e1e1e1;
}

.main .warp .content .news-box .info-title h2{
    font-size: 20px;
    padding-top: 50px;
    line-height: 50px;
}

.main .warp .content .news-box .info-title span{
    line-height: 40px;
    display: inline-block;
    width: 200px;
    font-size: 14px;
    color: #8c8c8c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .warp .content .news-box .news-content{
    margin: 0 0 50px 0;
    padding: 30px 50px;
    background-color: #f6f6f6;
}

.main .warp .content .news-box .news-content p{
    text-align: left;
    text-indent: 20px;
    font-size: 14px;
    line-height: 30px;
}

.main .warp .content .news-box .news-content img{
    width: 65%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main .news-more{
    height: 90px;
    background: #eeeeee;
}

.main .news-more .morenews{
    width: 90%;
    max-width: 1200px;
    text-align: left;
    margin:0 auto;
} 
.main .news-more .morenews a{
    display: inline-block;
    width: 100%; 
}
.main .news-more .morenews  .bnt{
    width: 150px;
    height: 50px;
    background: #ff3f3f;
    color: #fff;
    line-height: 50px;
    text-align: center; 
    margin: 20px auto; 
}

.main .news-more .morenews  i{
    background: url("../images/icon.png") no-repeat -100px -340px;
    display: inline-block;
    height: 21px;
    width: 25px;
    vertical-align: middle;
    margin-right: 8px;
}
.fj{
    width: 100%;
    text-align: left;
    font-size: 20px;
    border: #8c8c8c dashed 1px;
    box-sizing: border-box;
    padding: 30px;
}
.fj span{
    font-size: 20px;
}
.fj ul li{
    color: #333333;
    cursor: pointer;
    line-height: 40px;
}
.fj ul li a:hover{
    color: red;
    text-decoration: underline red;
}