/*通用*/
html,body,span{
    margin: 0;
    padding: 0;
}
.width-fixed {
    width: 1100px;
    margin: auto!important;
}
a {
    text-decoration: none;
}
body {
    min-height: 100%;
    position: absolute;
}
html {
    height: 100%;
}

/*巨幕*/
.top_hugeImg {
    float: left;
    width: 100%;
}
.top_hugeImg img{
    width: 100%;
    display: block;
    float: left;
}


/*主要部分*/
.main_part {
    width: 100%;
    float: left;
    /*padding-bottom: 105px;*/
}

.main_part_distance1 {
    width: 100%;
    height: 10px;
}
.main_part_Nav-words {
    height: 113px;
    border: 1px solid #a51f1c;
    box-sizing: border-box;
}
.main_part_Nav-left {
    float: left;
    width: 36px;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #a51f1c;
    background-color: #e41704;
    padding: 0 7px 0 7px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}
.main_part_Nav-left span {
    font-size: 16px;
    font-weight: 500;
    font-family: 微软雅黑;
    color: white;
}
.main_part_Nav-right {
    width: 986px;
    height: 91px;
    padding: 20px 53px 0 23px;
    float: left;
}
.main_part_Nav-right p {
    font-family: 微软雅黑;
    font-weight: 500;
    font-size: 17px;
    text-indent: 34px;
    line-height: 36px;
}

.main_list {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #F0C8C8;
}
.main_list span a {
    font-family: 微软雅黑;
    font-weight: 500;
    font-size: 14px;
}
.main_list_word1 {
    float: left;
    margin-left: 46px;
    display: block;
    color: #e21804;
}
.main_list_word1 a {
    color: #e21804;
}
.main_list_word2 {
    margin-left: 8px;
}
.main_list_word2 a {
    color: #666666;

}

.main_part_ul li {
    width: 100%;
    line-height: 72px;
    display: block;
    float: left;
    border-bottom: 1px dashed #DADADA;
    cursor: pointer;
    /*background-color: pink;*/
}
.main_left_word {
    height: 72px;
    font-size: 14px;
    font-weight: 500;
    font-family: 微软雅黑;
    color: #333333;
}
.main_left_word_control_01 {
    width: 1060px;
    height: 72px;
    margin-left: 40px;
}
.main_right_word {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #b7b6b6;
    float: right;
    margin-right: 30px;
}

.main_left_word_control_02 {
    width: 100%;
    height: 72px;
    display: none;
}
.main_left_word_control_02 audio {
    width: 100%;
    margin: auto;
    line-height: 72px;
    align-items: center;
}


/*分页*/
.right_d{float:left;margin-top:30px;width:100%;height:36px; line-height:36px; text-align:center;font-family:"宋体";font-size:13px;color:#333;}
.right_d a{text-decoration:none; color:#333;}

/*底部版权*/
.bottom_Part {
    width: 100%;
    height: 105px;
    line-height: 105px;
    background-color: #E21804;
    float: left;
    /*margin-top: 65px;*/
    margin-top: 40px;

}
.bottom_Part span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
    font-family: 微软雅黑;
}
/*.bottom_Part span a {
    font-size: 14px;
    font-weight: 500;
    color: white;
    font-family: 微软雅黑;
}*/
