nav{
    display: flex;
    width: 100%;
    height: 51px;
    justify-content: center;
    background: rgba(139, 139, 139, 0.8);
}

nav li{
    list-style: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    line-height: 21px;
    color: #FFFFFF;
    width: 110px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

nav li:hover{
    background: rgba(245, 221, 225, 0.6);
    opacity: 1;
}

.mid_contain{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 40px auto;
}

.mid_contain .left_nav{
    width: 250px;
    height: 100%;
    border: 1px solid rgba(167,167,167, 0.3);
}

.mid_contain .left_nav .nav_main{
    width: 220px;
    height: 60px;
    background: rgba(143, 0, 25, 0.8);
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 55px;
    color: #FFFFFF;
    padding-left: 30px;
}

.mid_contain .left_nav .nav_vice li{
    list-style: none;
    width: 220px;
    height: 52px;
    display: flex;
    border-top: 1px solid rgba(167,167,167, 0.3);
    font-size: 17px;
    line-height: 52px;
    padding-left: 30px;
}

.mid_contain .left_nav .nav_vice li a{
    overflow:hidden;
}

.mid_contain .left_nav .nav_vice li:hover{
    width: 220px;
    height: 52px;
    background: rgba(246, 246, 246, 0.8);
    font-size: 17px;
    font-weight: 600;
    font-family: Microsoft YaHei;
    color: #8F0019;
    cursor: pointer;
}

.mid_contain .left_nav .nav_vice li:hover::before{
    display: flex;
    position: absolute;
    content: '';
    width: 6px;
    height: 52px;
    background-color: #8F0019;   
    margin-left: -30px;
}

.mid_contain .right_news{
    width: 900px;
    height: 100%;
}

.right_news .news_title_part{
    width: inherit;
    height: 42px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 30px;
}

.right_news .news_title_part .title{
    width: 100%;
    height: 42px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    line-height: 42px;
    color: #8F0019;
    border-bottom: 3px solid;
}

.right_news .news_title_part .location{
     width: 315px;
    height: 42px;
    line-height: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #8F0019;
margin-top:18px;
}

.right_news .news_title_part .contain_list{
    width: inherit;
    height: 800px;  
}

.right_news .contain_list li:nth-child(2n+1){
    width: inherit;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #262626;
    padding-left: 22px;
    background: rgba(246, 246, 246, 0.9);
}

.right_news .contain_list li:nth-child(2n){
    width: inherit;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #262626;
    padding-left: 22px;
}

.right_news .contain_list li:hover{
    color: #8F0019;
    text-decoration:underline;
    cursor: pointer;
}

.right_news .contain_list li:hover::before{
    display: inline-block;
    position: absolute;
    content: '';
    width: 5px;
    height: 61px;
    background-color: #8F0019;
    margin-left: -45px;
}
.right_news .news_title_part .location .winstyle1021970 tbody tr td a{
text-decoration: none;
}