/*轮播图*/
.gzdt-banner {
    width: 1180px;
    height: 380px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
}

.gzdt-banner .fn-bar {
    height: 380px;
    width: 160px;
    float: left;
    padding: 0px 8px;
    position: relative;
    float: left;
    margin-right: 10px;
    background: #f8f8f8;
}

.gzdt-banner .fn-bar .banner-arrow .arrow-up,
.gzdt-banner .fn-bar .banner-arrow .arrow-down {
    height: 30px;
    width: 160px;
    position: absolute;
    left: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.gzdt-banner .fn-bar .banner-arrow .arrow-up {
    top: 0;
    background-image: url("news-banner-arrow-up.png");
}

.gzdt-banner .fn-bar .banner-arrow .arrow-down {
    bottom: 0;
    background-image: url("news-banner-arrow-down.png");
}

.gzdt-banner .fn-bar .small-pics {
    width: 160px;
    height: 320px;
    position: absolute;
    left: 8px;
    top: 30px;
    overflow: hidden;
}

.gzdt-banner .fn-bar .small-pics li {
    width: 160px;
    height: 100px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.gzdt-banner .fn-bar .small-pics li .mask{
    width: 160px;
    height: 100px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.gzdt-banner .fn-bar .small-pics li.active .mask{
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.gzdt-banner .fn-bar .small-pics li img {
    height: 100px;
    min-width: 160px;
}
.gzdt-banner .big-pic{
    width: 633px;
    height: 360px;
    padding: 10px;
    background: #f8f8f8;
    float: left;
}
.gzdt-banner .big-pic li,
.gzdt-banner .big-pic li img{
    width: 633px;
    height: 360px;
}
.gzdt-banner .big-pic li{
    display: none;
}
.gzdt-banner .big-pic li.active{
    display: block;
}

.gzdt-banner .pic-news{
    width: 280px;
    height: 300px;
    float: left;
    overflow: hidden;
    padding: 40px 30px 40px 30px;
    background: #f8f8f8;
}

.gzdt-banner .pic-news li{
    width: 280px;
    height: 300px;
    display: none;
}

.gzdt-banner .pic-news li.active{
    display: block;
}
.gzdt-banner .pic-news .hd a{
    color: #c4080c;
    font-size: 22px;
}
.gzdt-banner .pic-news .hd{
    border-bottom: 1px dotted #c9c9c9;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.gzdt-banner .pic-news .bd p{
    text-align: justify;
    font-size: 13px;
    color: #444;
    line-height: 28px;
}
.gzdt-banner .pic-news .bd .more{
    color: #dc1a1a;
    font-size: 13px;
}

/*新闻*/
.news-left{
    width: 840px;
    float: left;
    margin-right: 10px;
    height: 600px;
    overflow: hidden;
}

.news-left .news-hd{
    height: 32px;
    line-height: 32px;
    width: 840px;
    background: #f8f8f8;
    border-bottom: 2px solid #dc1a1a;
}

.news-left .news-hd .title{
    font-size: 16px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    float: left;
    padding: 0px 36px;
    background: #dc1a1a;
    font-weight: 400;
}

.news-left .news-hd .more{
    font-size: 12px;
    color: #3f3f3f;
    float: right;
    padding-right: 25px;
}

.news-left .news-bd{
    padding: 20px 0;
}
.news-left .news-bd li{
    height: 38px;
    line-height: 38px;
    padding-left: 22px;
    background: url("icon-yellowdot.jpg") no-repeat 10px center;
}
.news-left .news-bd li .text{
    color: #000;
    float: left;
    display: block;
    height: 38px;
    width: 730px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-left .news-bd li .text:hover{
    color: #d02618;
}
.news-left .news-bd li .date{
    color: #afafaf;
    float: right;
    display: block;
    width: 80px;
    height: 38px;
}

.news-right{
    width: 330px;
    float: left;
    height: 600px;
    overflow: hidden;
}
.news-right .tzgg{
    width: 319px;
    height: 600px;
    padding-left: 11px;
    background: url("gzdt-right-title-bg.jpg") no-repeat left top;
}
.news-right .tzgg .wrap{
    border: 1px solid #e3e6eb;
}

.news-right .tzgg .hd{
    height: 34px;
    line-height: 34px;
    background: #f8f8f8;
    margin-top: -1px;
    width: 320px;
}

.news-right .tzgg .hd .title{
    font-size: 18px;
    color: #ffffff;
    float: left;
    padding: 0px 22px;
    background: #d02618;
    font-weight: 400;
    margin-left: -1px;
}
.news-right .tzgg .hd .more{
    float: right;
    color: #3f3f3f;
    font-size: 12px;
    padding-right: 20px;
}

.news-right .tzgg .bd{
    padding: 20px 15px;
}
.news-right .tzgg .bd li{
    background: url("icon-graydot.jpg") no-repeat left 22px;
    border-bottom: 1px dotted #ccc;
}
.news-right .tzgg .bd li .li-wrap{
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 40px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}
.news-right .tzgg .bd li .li-wrap .date{
    width: 80px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.news-right .tzgg .bd li .li-wrap .date span{
    font-size: 14px;
    color: #cfcfcf;
}
.news-right .tzgg .bd li .li-wrap .text{
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.news-right .tzgg .bd li .li-wrap .text a{
    color: #000;
}
.news-right .tzgg .bd li .li-wrap .text a:hover{
    color: #d02618;
}