*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.top_bg{
    width: 100%;
    height: 600px;
}
.top_bg img{
    height: 100%;
    width: 100%;
}
.mid_cont{
    width: 1200px;
    margin: 0 auto;
}
.cent{
    height: 100%;
    position: relative;
}
.lead_left{
    width: 18%;
    padding: 40px 0;
    float: left;
}
.lead_left li{
    background-color: #C92F36;
    height: 67px;
    font-weight: bold;
    text-align: center;
    line-height: 67px;
}
.lead_left li a{
    color: #fff;
    font-size: 160%;
    transition: all 0.5s;
}
.lead_right{
    width: 75%;
    float: right;
    padding-top: 40px;
    padding-bottom: 60px;
}
.right_top{
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #C92F36;
}
.right_top a{
    color: #000;
    transition: all 0.5s;
}
.right_top a:hover{
    color: #C92F36;
}
.right_word{
    width: 98%;
    padding-left: 2%;
}
.nr_title{
    text-align: center;
    font-size: 30px;
    color: #C92F36;
    padding: 20px 0;
}
.nr_time{
    text-align: center;
    color: #C92F36;
    padding-bottom: 20px;
}
.nr_time span:last-child{
    padding-left: 30px;
}
