html,body{
    width: 100%;
    min-width: 1200px;
    background-color: #FFFFFF;
    max-width:1920px;
    margin: 0 auto;
}
/*header*/
.header{width:100%;height:60px;background-size: cover;}
/*!*hover导航*!*/
.headerBanner_pr{}
.information{
    width: 1200px;
    margin: auto;
}
.information .information_first{
    width: 1200px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    padding-left: 34px;
    padding-right: 57px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(191,191,191,0.5);
}
.information .information_first a{
    color: #666666;
}
.information .information_first .information__time_active{
    font-size:18px;
    font-weight: bold;
    color: #ff4c4e;
}
.information .information_first .information__must_active{
    color: #FF4E4C;
    font-weight: bold;
}
.information .information_first .information_second{
    float: left;
    text-align: left;
    overflow: hidden;
}
.information .information_first .information_second a{
    margin-right: 25px;
}
.information .information_first .information_third{
    float: right;
}
.information .information_first .information_third a{
    margin-left: 25px;
}
.information_news_list ul li{
    height: 160px;
    margin: auto;
    padding: 40px 40px;
    display: block;
    border-bottom: 1px solid rgba(191,191,191,0.5);
}

.information_news_list:last-child ul li{
    border:0;
}
.information_news_list ul li .list_left{
    float: left;
    width: 240px;
    height: 160px;
}
.information_news_list ul li .list_left img{
    width: 100%;
    height: 100%;
    display: block;
}
.information_news_list ul li .list_right{
    display: table;
    color: #999999;
    font-size: 14px;
    position: relative;
    padding-left: 34px;
    box-sizing: content-box;
    width: 845px;
    text-align: left;
}
.information_news_list ul li .list_right .list_right_title{
    color: #333333;
    font-size: 18px;
    margin-top: 9px;
}
.list_right .list_right_text{
    margin-top: 16px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #999999;
    -webkit-box-orient: vertical;
}
.list_right .list_right_time{
    margin-top: 30px;
    color: #999999;
}
.list_right .give_up_all{
    /* position: absolute; */
    /* right:  0; */
}
.list_right .give_up_all .give_up_pressed{
    position: absolute;
    bottom: 2px;
    right: 18px;
    display:  block;
    width: 53px;
}
.list_right .give_up_all .give_up_pressed .pressed_img{
    margin-right: 9px;
    margin-top: -4px;
}
.information_news_list ul li .list_right .give_up_all .news_share a{
    margin-left: 4px;
}
.pages {
    margin-top: 170px;
    margin-bottom: 100px;
    text-align: center;
}
.pages > div {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 38px;
    color: #666;
    margin: 0 auto;
}
.pages a:first-child {
    margin-left: 0;
}
.pages div a {
    margin-left: 5px;
}
.pages a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #D9E4EC;
    background-color: #fff;
    color: #666666;
    font-size: 12px;
}
.pages a.prev {
    width: 68px;
}
.prev {
    left: 0;
    top: 225px;
}
.pages .current {
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
}
.pages .current {
    border: none;
    width: 38px;
    height: 38px;
    font-size: 14px;
}
.pages a.next {
    width: 68px;
}
/*底部立刻体验*/
.experience{
    text-align: center;
    margin-bottom: 60px;
}
.experience .by {
    width: 140px;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
    background: #FF4C4F;
    border-radius: 30px;
    padding: 10px 30px;
    margin-bottom: 20px;
    color: #fff;
}
.linkJoin{display: none !important;}