﻿.article-nav {
   min-width: 1500px;
    display: flex;
    align-items: center;
    height: 86px;
    background: #fff;
    padding: 0 36px 0 136px;
}
.logo{
   
    
} 
.menu-nav {
    display: flex;
    justify-content:space-around;
    flex:1;
    padding:0 50px 0 12px;
    font-size:20px;

}
.menu-nav .menu-item{
    display:block;
    /*width:80px;*/
    line-height:86px;
    color:#333;
}
/*.menu-nav .menu-item:hover {
    color:#b51926;
}*/
.login-wrapper {
    
}
/*导航条点击样式*/
.menu-nav .menu-item-active {
    display:block;
    width:120px;
    text-align:center;
    color:#b51926;
    background-color:rgba(189, 26, 45, 0.1);
    font-size:20px;
    font-weight:700;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;

}
 /*文章详情页的头部背景的样式*/
.bgc {
    height: 240px;
    background-image: url(../../image/zzjgbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.bgc .title-wrapper {
    position: absolute;
    top: 50%;
    left: 15%;
}
.title-wrapper .title {
    /* width: 192px; */
    height: 64px;
    font-size: 32px !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}
.title-wrapper .title-list {
    display: flex;
    width: 500px;
    flex-wrap: wrap;
    color: #ffffff;
    cursor: pointer;
}
 .title-wrapper .title-list>div {
    margin-right: 70px;
    font-size: 24px;
    opacity: 0.75;
    padding-bottom: 8px;

    position:relative;
}
 .title-wrapper .title-list > div a {
    opacity: 0.9;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}
/*头部背景导航点击的样式*/
.title-list-color-active {
    color: #fff;
}
.title-list-rarrow-active {
    background-image: url(../../image/arr.png);
    position: absolute;
    top: 0;
    left: 0px;
    width: 33px;
    height: 12px;
    opacity: 1;
    color: #ffffff;
}
