.fengexian{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(145, 112, 112, 0.1);
}
.main{
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 50px 0;
}
.main:after{
    content: '';
    display: table;
    clear: both;
}




.xinwen-neirong-con{
    margin-top: 15px;
}
.xinwen-con{
    width: 240px;
    float: left;
}
.xinwen-nav-title{
    width: 240px;
    height: 100px;
    background-color:#B98A20;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xinwen-nav-title-wz{
    font-size: 20px;
}
.xinwen-nav-title-en{
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}
.xinwen-nav{
    width: 240px;
    padding: 10px 0;
}
.xinwen-nav:after{
    content: '';
    display: table;
    clear: both;
}
.xinwen-nav a:hover{
    color: #333;
}
.xinwen-navs{
    width: 100%;
    height: 60px;
    background-color: #EFEFEF;
    border-left: 3px solid #EFEFEF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 4px 0;
}
.xinwen-navs-active{
    border-left: 3px solid #B98A20;
    background-color: #e9e2e2;
}
.xinwen-navs:hover{
    border-left: 3px solid #B98A20;
    background-color: #e9e2e2;
}
.xinwen-neirong{
    width: 930px;
    float: right;
}
.xinwen-dbdh{
    height: 100px;
}







.wenda-list{
    margin-bottom: 20px;
}
.wenda-list-title{
    padding: 0 0 10px 0;
}
.wenda-list-con{
    background-color: #f6f5f0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    border-radius: 2px;
}