﻿.topbanner{
    margin-top: 40px;
    background: #F4F4F4;
}

/*轮播样式*/
.banner{
    position: relative;
    overflow: hidden;
    float: left;
    width: 750px;
    height: 420px;
}
.banner > ul{
    position: absolute;
    width: 700%;
    height: 420px;
}
.banner > ul li{
    position: relative;
    float: left;
    height: 100%;
}
.banner li img{
    width: 100%;
    height: 100%;
}
/*轮播样式结束*/
.bnrRight{
    position: relative;
    padding: 33px;
    float: right;
    width: 450px;
}
.bnrRight .bannerTxt ul li{
	height: 315px;
}
.bnrRight .bannerTxt{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 315px;
}
.bnrRight .bannerTxt ul{
    position: absolute;
}
.bnrRight .bannerTxt h2{
    font-size: 24px;
    line-height: 36px;
}
.bnrRight .bannerTxt .memo{
    margin-top: 30px;
    line-height: 36px;
}
.bnrRight .bannerTxt .memo a{
    color: #305fb0;
}
.bnrRight .bannerTxt .time{
    margin-top: 15px;
    height: 24px;
    line-height: 24px;
}
.bnrRight .bannerDot{
    position: absolute;
    right: 33px;
    bottom: 0px;
}
.bnrRight .bannerDot li{
    float: left;
    width: 9px;
    height: 9px;
    border: 2px solid #8F8F8F;
    border-radius: 50%;
}
.bnrRight .bannerDot li + li{
    margin-left: 6px;
}
.bnrRight .bannerDot li.on{
    background: #305fb0;
    border: #305fb0;
}

.xwggbox,.dtfbhbox{
    margin-top: 20px;
    width: 100%;
}
.xwggbox .xwbox,.dtfbhbox .dtbox{
    float: left;
    position: relative;
    width: 747px;
}
.xwggbox .xwbox .comcontent li .memo{
    display: none;
    float: left;
    width: 88%;
    color: #999;
    text-indent: 2em;
    line-height: 24px;
}
.xwggbox .xwbox .comcontent li .memo a{
    color: #305fb0;
}
.xwggbox .xwbox .comcontent li.on{
    margin-bottom: 20px;
    height: auto;
    background-position: 5px 21px;
}
.xwggbox .xwbox .comcontent li.on .memo{
    display: block;
}
.xwggbox .xwbox .comcontent li.on > a{
    font-size: 18px;
    font-weight: bold;
}
.xwggbox .xwbox .comcontent li > a{
    height: 42px;
}
.ggbox,.fbhbox{
    float: right;
    margin-top: 23px;
    width: 405px;
}
.ggbox .title,.fbhbox .title{
    padding-bottom: 18px;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
}
.ggbox .title p,.fbhbox .title p{
    float: left;
    padding-left: 28px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #305fb0;
    border-left: 4px solid #305fb0;
}
.ggbox .title .more,.fbhbox .title .more{
    float: right;
    color: #999;
}

.ggbox .content{
    margin-top: 35px;
    padding-left: 25px;
    border-left: 1px solid #D7D7D7;
}
.ggbox .content li{
    position: relative;
    width: 100%;
}
.ggbox .content li + li{
    margin-top: 15px;
}
.ggbox .content li .dot{
    position: absolute;
    left: -29px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #D7D7D7;
}
.ggbox .content li a{
    line-height: 30px;
    font-weight: bold;
}
.ggbox .content li .time{
    float: right;
    color: #999;
}

.dtfbhbox{
    margin-bottom: 30px;
}
.fbhbox .content{
    margin-top: 45px;
    padding: 0 20px;
    width: 100%;
}
.fbhbox .content img{
    width: 100%;
    height: 200px;
}
.fbhbox .content p{
    margin-top: 15px;
    line-height: 30px;
    font-weight: bold;
}
.comcontent li span{
    color: #999;
}