.banner{
    width: 100%;
    height: 200px;
    background: url(../images/newsbanner.jpg) no-repeat center;
    min-width: 1120px;

}
.gnjs{
    width: 100%;
    overflow: hidden;
    margin: 45px 0;
}
.gnjs .fl-left{
    width: 240px;
    background: #faf5f5;
    overflow: hidden;
    float: left;

}
.gnjs .leftbox{
    padding: 20px;
}
.gnjs .fl-left .bigtitle{
    font-size: 32px;
    font-weight: blod;
}
.gnjs .fl-left .titletips{
    color: #F35D76;
    width: 100%;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 20px;
}
.gnjs .fl-left #side-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#side-menu .side-item{
    width: 100%;

    font-size: 16px;
    text-align:left;
    position: relative;
    cursor: pointer;
}
#side-menu .side-item.active .indexname{
    color:#d81f25;
}
#side-menu .side-item a.indexname{
    color: #333;
    padding: 0;
    height: 50px;
    line-height:50px;
    text-align: left;
    clear: both;
    overflow: hidden;
    display: block;
}
#side-menu .side-item a.indexname span:first-child{
    display: block;
    float: left;
}
#side-menu .side-item a.indexname span:last-child{
    float: right;
    display: block;
    line-height: 50px;
    font-size: 16px;
}
#side-menu .side-item.active  .nav-child{
    display: block;
}
#side-menu .nav-child{
    padding:0;
    margin: 0;
    display: none;
}
#side-menu .nav-child li{
    width: 100%;
    list-style: none;
    padding:0;
    text-align: left;
    position: relative;
}
#side-menu .nav-child li.active{
    background: #e8e8e8;
}
#side-menu .nav-child li.active:after{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height:100%;
    left: 0;
    top:0;
    background: red;
}

#side-menu .nav-child li a{
    display: block;
    width: 100%;
    height:35px;
    line-height: 35px;
    font-size: 14px;
    color: #555555;
    text-align: left;
    overflow: hidden;
    padding-left:14px;
}

#side-menu .nav-child li a:hover{
    text-decoration: none;
    background: #e8e8e8;
}
#side-menu .nav-child li:hover:after{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height:100%;
    left: 0;
    top:0;
    background: red;
}

.gnjs .fl-right{
    width: 860px;
    float: right;
}
.gnjs .box1{
    width: 100%;
    border-radius: 2px;
    background: #faf5f5;
    height: 110px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
}
.gnjs .box1 .pro-img{
    width: 80px;
    height: 80px;
    float: left;
}
.gnjs .box1 .pro-mes{
    float: left;
    width: 720px;
    margin-top: 7px;
    margin-left: 15px;
}
.pro-mes .pro-title{
    font-size:22px;
    color:#333333;
    font-weight:bold;
}
.pro-mes .pro-tips{
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.8;
}
.box2 .gn-title{
    width: 100%;
    color: #d81f25;
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    padding: 12px 0;
    font-weight:600;
    margin-bottom: 30px;
}
.box2 .gn-details{
    color: #737373;
    line-height: 1.6;
    font-size: 16px;
    text-indent: 2em;
}
.box2 .gn-details img{
    display: block;
    float: left;
    width: 40%;
    border:1px solid #eeeeee;
    margin: 15px 15px 15px 0;
}