html,body{
    width: 100%;
    overflow-x: hidden;
}
.header{
    width: 100%;
    background: #bb0412;
    height: 80px;
}
.header-center{
    width: 1214px;
    margin: 0 auto;
}
.header-center .logo{
    width: 216px;
    height: 50px;
    margin-top: 9px;margin-left:-50px;
}
.header-center .logo img{
    display: block;
    width: 100%;
}
.header-center .nav .nav-item{
    width: 120px;
    line-height: 80px;
    position: relative;
    margin:  0 5px;
}
.header-center .nav .nav-item a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.header-center .nav .nav-item:hover{
    background: #8e0303;
}
.header-center .nav .on{
    background: #8e0303;
}
.header-center .nav .nav-item:last-child:hover .sub-list{
    display: block;
}
.header-center .nav .nav-item .sub-list{
    position: absolute;
    width: 260px;
    height: 210px;
    border-radius: 6px;
    background: #2a2a2a;
    top: 80px;
    z-index: 999;
    display: none;
    right: -70px;
}
.header-center .nav .nav-item .sub-list .sub-item{
    line-height: 70px;
    padding-right: 40px;
    font-size: 16px;
}
.header-center .nav .nav-item .sub-list .sub-item img{
    margin-right: 10px;
    vertical-align: -4px;
    height: 24px;
}
.header-center .nav .nav-item .sub-list .sub-item:hover{
    background: #4a4a4a;
}
.header-center .nav .nav-item .sub-list .sub-sj{
    border: 10px solid transparent;
    border-bottom: 10px solid #2a2a2a;
    position: absolute;
    top: -20px;
    z-index: 1009;
    margin-left: -10px;
    left: 50%;
}
.outbox{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 1px;
}
.outbox .inbox{
    width: 1200px;
    margin: 32px auto;
    font-size: 16px;
    color: #333333;
    margin-bottom: 500px;
}
.outbox .inbox .l-box .sub-list{
    width: 218px;
    height: 293px;
    border: 1px solid #dcdcdc;
}
.outbox .inbox .l-box .sub-list .on{
    background: #f1f1f1;
}
.outbox .inbox .l-box .sub-list .sub-item{
    border-bottom: 1px solid #dcdcdc;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #333;
}
.outbox .inbox .l-box .sub-list .on {
    color: #bb0412;
}
.outbox .inbox .l-box .sub-list .sub-item:hover{
    background: #f1f1f1;
}

.outbox .inbox .r-box{
    width: 958px;
    border: 1px solid #dcdcdc;
}
.outbox .inbox .r-box .title{
    border-bottom: 1px solid #dcdcdc;
    line-height: 46px;
    font-size: 20px;
    color: #27BAFF;
    padding-left: 36px;
}
.outbox .inbox .r-box .content{
    padding:20px 36px 80px 36px;
}
.outbox .inbox .r-box .content .question{
    font-size: 14px;
    line-height: 46px;
    color: #333;
}
.outbox .inbox .r-box .content .answer{
    color: #999999;
    font-size: 14px;
    line-height: 46px;
}
.copyright{
    line-height: 80px;
    background: #2b2b2b;
    text-align: center;
    color: #dcdcdc;
    font-size: 14px;
}

.menu_head{width:223px;height:47px;line-height:47px;padding-left:38px;font-size:14px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px;font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;}
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;}
.menu_body{width:223px;height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;width:223px;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}

.row{
    width: 100%;
    height: 82px;
}
.notice-time{
    width: 10%;
    float: left;
}
.circle{
    width: 15px;
    border: 1px solid #b7b2b2;
    border-radius: 50%;
    height: 15px;
    float: left;
}
.circle-line{
    width: 6%;
    float:left;
    position :relative;
}
/*.line{*/
    /*float: left;*/
    /*margin-top: 17px;*/
    /*margin-left: -9px;*/
    /*color: #c5c4c4;*/
    /*height: 65px;*/
    /*border-left: 1px solid #d2d1d1;*/
/*}*/

.notice-content{
    width: 80%;
    float: left;
}

.title-time{
    height: 30px;
    line-height: 30px;
}

.content-time{
    height: 25px;
    line-height: 25px;
    color: #777676;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.timeline {
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
}

.timeline-line {
    position: absolute;
    top: 6px;
    left: 103px;
    bottom: 60px;
    _height: 2000px;
    width: 0;
    overflow: hidden;
    border-right: 1px solid #ddd;
}

.timeline-listing {
    width: 100%;
}

.timeline-listing .timeline-item {
    width: 100%;
    padding-bottom: 40px;
}

.timeline-date {
    float: left;
    position: relative;
    width: 75px;
    overflow: hidden;
    color: #999;
    text-align: right;
    padding-right: 35px;
    line-height: 22px;
    font-size: 18px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
}
.timeline-main {
    overflow: hidden;
    padding-left: 35px;
    font-size: 15px;
    color: #666;
}

.timeline-date .dot {
    position: absolute;
    top: 5px;
    _top: 6px;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #aaa;
    background-color: #fff;
}

.timeline-date span {
    display: block;
    color: #ccc;
    font-size: 14px;
    padding-right: 2px;
}

.timeline-main h5 {
    color: #333;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}
td{
    display: inline-block;
    margin-right: 69px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #999999;
}
