.sbjh-news {
    width: 840px;
    float: left;
    margin-right: 13px;
}

.sbjh-news .jh {
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.sbjh-news .jh .jh-hd {
    height: 32px;
    line-height: 32px;
    margin-bottom: 9px;
    background: #ebeff3;
}

.sbjh-news .jh .jh-hd .title {
    float: left;
}

.sbjh-news .jh .jh-hd .title li {
    float: left;
    height: 41px;
    text-align: center;
    font-weight: normal;
    padding: 0px 15px;
    cursor: pointer;
}

.sbjh-news .jh .jh-hd .title li a {
    color: #000;
}

.sbjh-news .jh .jh-hd .title li.active {
    background: url("sbjh-tab-hd.jpg") no-repeat center center;
}

.sbjh-news .jh .jh-hd .title li.active a {
    color: #fff;
}

.sbjh-news .jh .jh-hd .more {
    float: right;
    padding-right: 20px;
}

.sbjh-news .jh .jh-hd .more li {
    display: none;
}

.sbjh-news .jh .jh-hd .more li a {
    color: #404040;
    font-size: 12px;
}

.sbjh-news .jh .jh-hd .more li.active {
    display: block;
}

.sbjh-news .jh .jh-bd ul {
    display: none;
}

.sbjh-news .jh .jh-bd ul.active {
    display: block;
}

.sbjh-news .jh .jh-bd li {
    height: 50px;
    border-bottom: 1px dotted #ccc;
    line-height: 50px;
    background: url("icon-yellowdot.jpg") no-repeat left center;
    padding-left: 12px;
    margin: 0px 15px;
}

.sbjh-news .jh .jh-bd li .text {
    color: #444;
    float: left;
    width: 670px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sbjh-news .jh .jh-bd li .text:hover {
    color: #d02618;
}

.sbjh-news .jh .jh-bd li .date {
    color: #888;
    float: right;
    width: 80px;
}

.sbjh-about{
    height: 960px;
    width: 327px;
    float: left;
    background: url("gzdt-right-title-bg.jpg") no-repeat left top;

}
.sbjh-about .wrap{
    border: 1px solid #e6e8eb;
    margin-left: 11px;
    height: 938px;
    background: #f8f8f8;
}
.sbjh-about .hd{
    height: 33px;
    line-height: 33px;
    background: #e1e8f0;
    margin-top: -1px;
}
.sbjh-about .hd .title{
    float: left;
    color: #fff;
    background: #d02618;
    font-size: 16px;
    font-weight: 400;
    margin-left: -1px;
    padding-right: 10px;
}
.sbjh-about .hd .more{
    float: right;
    font-size: 12px;
    color: #404040;
    padding-right: 12px;
}
.sbjh-about .bd .cover{
    width: 314px;
    overflow: hidden;
}

.sbjh-about .bd .cover img{
    width: 314px;
}
.sbjh-about .bd .article{
    margin: 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.sbjh-about .bd h3{
    font-size: 13px;
    color: #000;
    font-weight: 400;
}
.sbjh-about .bd p{
    font-size: 12px;
    color: #848484;
    
    text-align: justify;
    font-weight: 400;
}