﻿.pg{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: #faf9f7;
    min-width: 1400px;
}
.news_pg_top{
    min-width: 1280px;
    height: 411px;
    position: relative;
    overflow-x: hidden;
}
.news_pg_top img{
    width: 1920px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
}
.news_pg_bg{
    height: auto;
    background: url("../images/news_bottom_bg.png") no-repeat center;
}
.news_pg_mid{
    border-bottom: 1px solid #ebebeb;
    padding: 40px 0;
}
.news_pg_inner{
    width: 1280px;
    margin: 0 auto;
}
.news_pg_title{
    width: 206px;
    height: 48px;
	color:#333;
    margin: 0 auto 20px;
	text-align:center;
	font-size:50px;
	line-height:48px;
	font-family:宋体;
	font-weight:bold;
}
.news_pg_nav{
    width:720px ;
    margin: 40px auto 0 auto;
}
.news_pg_nav ul{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}
.news_pg_nav li{
    width: 85px;
    height: 30px;
    list-style: none;
    line-height: 30px;
    text-align: center;
    margin:0 12px;
    cursor: pointer;
}
.news_pg_nav a{
    font-size: 18px;
    text-decoration: none;
    color:#4b5255;
    display: inline-block;
    width: 100%;
}
.news_pg_nav_active {
    background: #d5bb7e;
    border-radius: 15px;
}
.news_pg_nav_active a{
    color: #fff;
}
.news_pg_content{
    overflow: hidden;
    box-sizing: border-box;
}
.news_pg_content ul{
    overflow: hidden;
    box-sizing: border-box;
}
.news_pg_content li{
    width: 1920px;
    overflow: hidden;
    list-style: none;
    height: 170px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    padding-left: 130px;
}
.news_pg_content li:hover{
    background: url("../images/news_hover.png") no-repeat center;
}
.news_pg_content li:hover .news_pg_content_move{
    margin-left: -50px;
    margin-right: 50px;
}
.news_pg_content li:hover .news_pg_content_date{
    display: none;
}
.news_pg_content li:hover .news_pg_content_right{
   display: block;
}
.news_pg_content a{
    text-decoration: none;
    height: 100%;
    color:#4b5255;
    letter-spacing: 1px;
    font-weight: 400;
    width: 1280px;
    margin: 0 auto;
    display: block;
}
.news_pg_wrap{
    display: table;
    height: 100%;
}
.news_pg_left{
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.news_pg_right{
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.news_pg_content_move{
    display: inline-block;
    transition: all 0.5s;
}
.news_pg_content_type{
    float: left;
    background:#d5bb7e;
    border-radius:15px;
    color: #fff;
    width: 75px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin:0 12px;
    box-sizing: border-box;
}
.news_pg_content_in{
    display: inline-block;
    width: 780px;
}
.news_pg_content_title{
    font-size: 24px;
}
.news_pg_content_desc{
    padding-top: 5px;
    font-size: 16px;
}
.news_pg_content_date{
    display: inline-block;
    margin-left: 200px;
}

.news_pg_content_day{
    font-size: 40px;
    position: relative;
}
.news_pg_content_day:after{
    content: '';
    width: 20px;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_pg_content_right{
    margin-left: 200px;
    display: none;
    height: 64px;
}
.news_pagination{
    width: 590px;
    margin: 54px auto;
    display: flex;
    justify-items: center;
    align-items: center;
}
.news_pagination ul{
    display: flex;
    justify-items: center;
}
.news_pagination li{
    list-style: none;
    border: 1px solid #ebebeb;
    margin: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
}
.news_pagination a{
    color:#4b5255;
    text-decoration: none;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
.pagination .first{
    width: 45px;
}
.pagination .prev{
    width: 60px;
}
.pagination .next{
    width: 60px;
}
.news_pagination .active{
     background:#d5bb7e;
     color: #fff;
 }
.news_pagination .active a{
    color: #fff;
}
