.w ,.yjcode{
    width: 1180px!important;
    margin: 0 auto;
}
.clear {
    zoom: 1;
    float: none!important;
}
.notice_left {
    width: 220px;
    /* height: 386px; */
    background: #fff;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fl {
    float: left;
}
.notice_left .tit {
    padding: 0 30px;
    height: 66px;
    line-height: 66px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: rgba(232, 232, 232, .89);
}
.notice_left ul {
    padding-top: 20px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.notice_left li {
    text-align: left;
    position: relative;
    padding-left: 21px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}
.notice_left li.active:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #0091FF;
}
.notice_left li.active a {
    color: #0091FF;
}
.notice_left li:hover a {
    color: #0091FF;
}
.notice_right {
    padding: 0 190px;
    width: 940px;
    background: #fff;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.fr {
    float: right;
}
.notice_right h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 83px;
    color: #333;
    border-bottom: 1px solid #E8E8E8;
}
.notice_right .content {
text-align: left;
    /*padding: 40px 0;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
}
.notice_right .content p {
    margin-bottom: 10px;
}
.dqwz {
    padding: 20px 0;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}