h2.title{width: 100%;text-align: center;font-size: 24px;font-weight: bold;}
/* sjTab */
.sjTab{width: 100%;box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.2);}
.sjTab .hd ul{width: 100%;height: 75px;overflow: hidden;display: -webkit-flex;display: flex;justify-content: space-around;}
.sjTab .hd ul li{width: 300px;height: 66px;line-height: 66px;font-size: 17px;text-align: center;color: #333;cursor: pointer;background: #EAEEF2;}
.sjTab .hd ul li a{width: 100%;height: 112px;display: block;}
.sjTab .hd ul li.on{height: 75px;background: url("../img/tabsj1.png") bottom center no-repeat;color: #fff;font-weight: bold;}
.sjTab .bd ul{padding: 20px 0 0 40px;overflow: hidden;}
        .sjfb{width: 1200px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #e6e6e6;
    margin-top: 20px;}
        .sjfb-content{position: relative;
    width: 100%;
    margin-top: 60px;}
.sjfb-title{position: relative;
    width: calc(100% - 40px);
    height: 60px;
    border-left: 20px solid #4184BB;
    padding-left: 20px;
    color: #4184BB;
    background: #EDEDED;
    font-size: 22px;
    line-height: 60px;}
.sjfb-title a {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    color: #888888;
}
.sjfb-content li{    position: relative;
    line-height: 60px;
    border-bottom: 2px dashed #dcdcdc;}
.sjfb-content li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
}
.sjfb-content li a {
    display: block;
    padding-left: 20px;
    color: #555555;
    font-size: 18px;
    max-width: 1050px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}