#pc_page .content .main .mainBox {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    padding: 32px 0;
    margin-bottom: 32px
}

#pc_page .content .main .mainBox .mainTitle {
    text-align: center;
    margin-bottom: 40px
}

#pc_page .content .main .mainBox .mainTitle a {
    font-size: 28px;
    text-align: center;
    font-weight: bold
}

#pc_page .content .main .mainBox .mainContent {
    width: 793px;
    margin: 0 auto
}
#pc_page .content .main .mainBox .mainContent h1{
    text-align: center;
}
#pc_page .content .main .mainBox .mainContent p {
    display: block;
    font-size: 16px;
    color: #666;
    text-indent: 32px;
}

#pc_page .content .main .zhaosheng ul.leftTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px
}

#pc_page .content .main .zhaosheng ul.leftTitle li {
    width: 119px;
    background-color: #fff5e9;
    text-align: center;
    padding: 11px 0px
}

#pc_page .content .main .zhaosheng ul.leftTitle li a {
    color: #f80;
    font-size: 24px
}

#pc_page .content .main .zhaosheng ul.leftTitle li.active {
    background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ff8800));
    background: linear-gradient(to left, #ffb400, #ff8800);
    border-radius: 3px
}

#pc_page .content .main .zhaosheng ul.leftTitle li.active a {
    color: #fff
}

#pc_page .content .main .zhaosheng ul.leftBox {
    display: none
}

#pc_page .content .main .zhaosheng ul.leftBox li {
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    margin-bottom: 25px;
    padding: 20px 0px
}
#pc_page .content .main .zhaosheng ul.leftBox li .date{
     display: inline-block;
         float: right;

}

#pc_page .content .main .zhaosheng ul.leftBox li .blackTitle,
#pc_page .content .main .zhaosheng ul.leftBox li .blackContent {
    width: 783px;
    margin: 0 auto
}
#pc_page .content .main .zhaosheng ul.leftBox li .blackContent{
        display: inline-block;
}
#pc_page .content .main .zhaosheng ul.leftBox li .blackTitle {
    margin-bottom: 16px
}

#pc_page .content .main .zhaosheng ul.leftBox li .blackTitle a {
    font-size: 20px
}

#pc_page .content .main .zhaosheng ul.leftBox li .blackContent a {
    font-size: 16px;
    color: #999
}

#pc_page .content .main .zhaosheng ul.leftBox li:last-child {
    margin-bottom: 0px
}

#pc_page .content .main .zhaosheng ul.leftBox:nth-child(3) {
    display: block
}