.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;
}
.xinwen-neirong-li{
    width: 100%;
    height: 108px;
    margin-bottom: 20px;
}
.xinwen-neirong-li-img{
    width: 320px;
    height: 180px;
    float: left;
}
.xinwen-neirong-li-txt{
    width: 100%;
    height: 108px;
    float: right;
}
.xinwen-neirong-li-txt-title{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
}
.xinwen-neirong-li-txt-wz{
    font-size: 14px;
    color: #8c8d9e;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.xinwen-neirong-li-txt-footer{
    height: 30px;
    font-size: 14px;
    color: #8c8d9e;
    line-height: 30px;
}
