.news{
    width:820px;
    float: left;
    margin-right:20px;
}
.list{
    width:300px;
    float: left;
}
.banner{
    width:820px;
    height:162px;
}
.news h2{
    font-size:34px;
    color: #373737;
    line-height:100px;
    float: left;
}
.news .tit p{
    font-size:14px;
    color: #777777;
    float: left;
    line-height:60px;
    padding-top:30px;
    margin-left:20px;
}
.time{
    margin-right:30px;
}
.keywords{
    position: relative;
    padding: 15px 30px;
    background: #ededed;
    font-size:16px;
    color: #373737;
    line-height:30px;
    margin-bottom:20px;
}
.keywords:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 13px solid #ededed;
    top:-13px;
    left:35px;
}
.page{
    margin-top:50px;
    font-size:14px;
    color: #999999;
}
.page a{
    color: #999999;
}
.pre{
    float: left;
}
.next{
    float: right;
}
/*右边*/
.li_ad{
    width:300px;
    height:321px;
    margin-bottom:40px;
    background:url(../image/re_03.png);
}
.li_ad h5{
    font-size:36px;
    color: #565759;
    text-align: center;
    padding-top:200px;
    font-weight: normal;
}
.li_ad p{
    text-align:center;
    line-height:46px;
    height:46px;
    font-size:16px;
    color: #fff;
    font-weight: bold;
    margin-top:29px;
}
.ad-swiper{
    width:300px;
    height:162px;
}
.pm{
    width:300px;
    height:52px;
    margin-top:21px;
    /*background: url(../img/news_09.png);*/
    background: #f9fbfb;
}
.pm li{
    font-size:18px;
    font-weight:bold;
    line-height:52px;
    width:150px;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
}
.pm1:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 52px solid #f9fbfb;
    border-right: 30px solid transparent;
    right:-19px;
    top:0;
}
.pm2:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 52px solid #f9fbfb;
    border-left: 30px solid transparent;
    left:-11px;
    top:0;
}
.pm_act1{
    color: #fff;
    background: #6589dd;
}
.pm_act1:after{
    border-top: 52px solid #6589dd;
}
.pm_act2{
    color: #fff;
    background: #6589dd;
}
.pm_act2:after{
    border-bottom: 52px solid #6589dd;
    border-left: 30px solid  #f9fbfb;
}
.pm_list{
    background: #f9fbfb;

    padding: 25px 30px;


}
.pm_list li{
    margin-bottom:25px;
}
.pm_list p{
    color: #999999;
    font-size:14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height:25px;

}
.pm_list .tits{
    color: #373737;
    font-size:16px;
}
.pm_list li:hover >a>p{
    color: #6589dd!important;
}
.zx{
    width:240px;
    height:150px;
    position: relative;
    border: 1px solid #6589dd;
    margin-top:40px;
}
.zx ul{
    margin-top:40px;
}
.zx li{
    width:33.3%;
    float: left;
    text-align: center;
    font-size:16px;
    color: #565759;
}
.zx_tit{
    width:132px;
    height:40px;
    background: #fff;
    position: absolute;
    left: 0;
    right:0;
    margin: 0 auto;
    top:-20px;
    text-align: center;
}
.zx_tit h2{
    line-height:40px;
    font-size:18px;
    color: #6589dd;
}
.zx_2{
    width:186px;
    height:50px;
    background: #6589dd;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right:0;
    margin: 0 auto;
    bottom:-20px;
    line-height:25px;
}
.blank{
    padding-bottom: 100px;
}

.none{
    display: none;
}
.fixed{
    position: fixed;
    top: 0;
    right: 20%;
    background-color: #fff;
    z-index:20;
}
