.header{
    width:100%;
    height:4.56rem;
    background-color:rgba(36,36,36,.89);
    position: fixed;
    top:0;
    left:0;
    z-index:10;
}
.icon{
    display:block;
    width:4.44rem;
    height:4.44rem;
    float:left;
    margin:0.48rem 0.88rem 0 0.6rem;
}
.icon img{
    border-radius: .4rem;
}
.header_txt{
    float:left;
    font-size:1.12rem;
    color:#fff;
}
.header_txt p:nth-child(1){
    margin-top:0.8rem;
}
.header_txt p:nth-child(2){
    font-size:0.8rem;
    color:#a1a4a9;
    margin-top:0.24rem;
}
.enter{
    display:block;
    width:7.04rem;
    height:1.72rem;
    float:right;
    margin:1.76rem 1.25rem 0 0;
}
.enter img{
    display:block;
    width:100%;
    height:100%;
}
.news_con{
    width:100%;
    overflow: hidden;
    background-color:#fff;
    position: relative;
    margin-top:4.56rem;
}
.news_tit{
    width:27.6rem;
    overflow: hidden;
    position: relative;
    border-bottom:0.04rem solid #d6d6d6;
    margin:1.2rem auto 0;
    padding-bottom:.4rem;
}
.bak{
    float:left;
    font-size:0.96rem;
    color:#9f9f9f;
}
.bak a{
    color:#6d6d6d;
}
.bak span{
    color:#424242;
    font-weight:bold;
}
.ne_ti{
    float:right;
    font-size:0.96rem;
    color:#9f9f9f;
}
.ne_ti a{
    color:#6d6d6d;
}
.list_body{
    width:27.6rem;
    position: relative;
    overflow: hidden;
    margin:0.64rem auto 0;
}
.list_tit{
    width:100%;
    height:3.2rem;
    background-color:#5d6f83;
    position: relative;
    overflow:hidden;
    display:flex;
    display:-webkit-flex;
    justify-content: space-around;
}
.list_tit li{
    width:5.64rem;
    height:2rem;
    font-size:0.88rem;
    text-align: center;
    line-height:2rem;
    font-weight:bold;
    margin-top:0.56rem;
}
.list_tit li a{
    color:#fff;
}
.list_tit li.active{
    background:url(../images/bb.png) no-repeat center;
    background-size:100% 100%;
}
.list_tit li.active a{
    color:#b2974c;
}
.list_con{
    width:100%;
    overflow: hidden;
    position: relative;
}
.list_con li{
    width:100%;
    height:3.2rem;
    line-height:3.2rem;
    font-size:.8rem;
    border-bottom:0.04rem dashed #7d7d7d;
}
.list_con li em{
    display:block;
    width:2rem;
    height:1rem;
    background:url(../images/sg.png) no-repeat center;
    background-size:100% 100%;
    float:left;
    font-size:0.72rem;
    color:#fff;
    text-align: center;
    line-height:1rem;
    margin-top:1.1rem;
}
.list_con li span{
    display:block;
    width:21rem;
    float:left;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left:0.32rem;
}
.list_con li i{
    display:block;
    font-size: 0.64rem;
    color:#7d7d7d;
    float:right;
}
.dropload-down {
    width: 7rem;;
    height: 1.36rem;
    font-size: 0.72rem;
    color: #000000;
    margin: 1.2rem auto;
    border:0.04rem solid #939393;
    text-align: center;
    line-height: 1.36rem;
}
.last{
    width:100%;
    height:18.12rem;
    background:url(../images/c_la.jpg) no-repeat center;
    background-size:100% 100%;
    position: relative;
    overflow: hidden;
}
.last ul{
    width:100%;
    height:9.6rem;
    position: relative;
    margin:4.96rem auto 0;
}
.last ul li{
    width:7.36rem;
    height:8.52rem;
    background:url(../images/la.png) no-repeat center;
    background-size:100% 100%;
    position: relative;
    float:left;
    margin-left:2.8rem;
}
.last ul li:nth-child(1){
    margin-left:1.4rem;
}
.last ul a{
    display: block;
    width:3.2rem;
    height:0.76rem;
    border:0.04rem solid #cec8b8;
    border-radius: .8rem;
    text-align: center;
    font-size:.56rem;
    line-height:0.88rem;
    color:#ffeeda;
    margin:0.28rem 0 0 4.56rem;
}
.last ul li img{
    display: block;
    width:6.28rem;
    height:6.28rem;
    margin:.88rem 0 0 .88rem;
}
.last ul li p{
    width:7rem;
    height:0.88rem;
    margin:0.48rem 0 0 .72rem;
    text-align: center;
    font-size:0.64rem;
    color:#ffeeda;
    line-height:0.88rem;
}
.bk_a{
    display:block;
    width:100%;
    height:2.72rem;
    background-color:rgba(64,64,64,.6);
    position: absolute;
    border-top:0.04rem solid #5c5c5c;
    border-bottom:0.04rem solid #5c5c5c;
    bottom:0;
    text-align: center;
    line-height:2.72rem;
    color:#c4c4c4;
    font-size:1rem;
}
/*详情页样式*/
.de_tit{
    width:100%;
    overflow: hidden;
    background-color:#ededed;
    position: relative;
    padding-bottom:.6rem;
}
.de_tit h3{
    font-size: 1.2rem;
    font-weight:bold;
    text-align: center;
    margin-top:0.6rem;
    color:#353535;
}
.de_tit p{
    font-size:.8rem;
    color:#5c5c5c;
    text-align: center;
    margin-top:.4rem;
}
.de_con{
    width:100%;
    font-size:.8rem;
    color:#525252;
    line-height:1.12rem;
    margin-top:1rem;
    margin-bottom:.6rem;
}
.de_con img{
    display:block;
    max-width:100%;
    margin:0 auto 0;
}