/*前台覆盖样式*/
.head .text{
    margin-right: 0!important;
}
.head a.index{
    font-size: 14px;
    color: #28292b;
    margin-top: 24px;
}
.head a.index:hover{
    color:#B80A0C;
}
.nav_btn{
    background: #af2521;
}
.nav ul{
    width: 1200px !important;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.nav ul li{
    width:25%;
    text-align:center;
}
.nav.nav_btn ul li a{
    display:block;
    width:50%;
    margin:0 auto;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
}
.nav.nav_btn ul li a:hover,.nav ul li.this a{
    background: rgba(255,255,255,0.2);
}
.tml_part1 .part_body .part_top ul li .txt .time {
    background-color: #B80A0C!important;
}
.tml_part1 .part_body .part_top ul li .txt .time .year {
    background-color: rgba(255, 147, 36, 0.6)!important;
}
.tml_part>.more a {
    background-color: rgba(255, 147, 36,.3)!important;
    color: #B80A0C!important;
}
.tml_part>.title .line {
    background-color: #B80A0C!important;
}
.tml_part3 {
    background: #B80A0C!important;
}
.tml_part1 .part_body .part_bottom>.title .blue {
    color: #B80A0C!important;
}
.tml_part1 .part_body .part_bottom .part_list li .line {
    background-color: #B80A0C!important;
}
.tml_part3>.more a {
    color: #fff!important;
}
#double_search_btn{
    background-color: #B80A0C!important;
}
.noneBody .text {
    color: #B80A0C!important;
}
.tml_banner.bannerB {
    background-color: #B80A0C!important;
}
.btn-01 {
    background: #B80A0C!important;
}
.choose_module_box ul li a:hover {
    border-color: #B80A0C!important;
    background: rgba(184,10,12,0.28)!important;
    transition: all .2s;
}
.choose_module_box ul li a:hover .enter {
    color: #B80A0C!important;
}