/* banner */
.pageBanner {
    width: 100%;
    height: 520px;
    position: relative;
    margin: auto;
}

.pageBanner .yy {
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 2;
}

.pageBanner h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding-top: 0;
    width: 100%;
    margin-top: 230px;
    box-sizing: border-box;
    position: relative;
    z-index: 99999;
}

.pageBanner p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: Novah;
    text-transform: uppercase;
    margin-top: 5px;
}
.pageNav {
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #eee;
}
.pageNav ul {
    width: 100%;
    text-align: center;
    display: table;
    word-spacing: normal;
}
.pageNav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 20px;
    line-height: 20px;
}
/* 新闻主题 */
.pageNews {
    width: 100%;
    padding: 55px 0;
}
.pageNews ul {
    width: 1230px;
    margin: 0 -15px;
    text-align: left;
    display: table;
    word-spacing: 0;
}
.pageNews ul li {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin: 15px;
}
.pageNews ul li .img {
    position: relative;
    width: 380px;
    height: 190px;
    overflow: hidden;
}
.pageNews ul li .img img {
    width: 380px;
    height: 190px;
    position: relative;
    z-index: 1;
    transition: all 0.8s ease;
}
.pageNews ul li .img .time {
    width: 70px;
    height: 70px;
    background-color: rgba(1,104,37, 0.8);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
}
.pageNews ul li .img .time p {
    font-size: 18px;
    margin-top: 10px;
}
.pageNews ul li .img .time span {
    font-size: 14px;
}
.pageNews ul li .info {
    width: 380px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.06);
    box-shadow: 0 0 15px rgb(0 0 0 / 6%);
}
/* 在元素之前插入高度为100%的背景色 */
.pageNews ul li .info::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(1,104,37,0.8);
    z-index: 1;
    transform: translateY(100%);
    transition: all 0.6s ease;
}
/* 之后插入一个高度为8的背景色 */
.pageNews ul li .info::before {
    content: '';
    width: 100%;
    height: 8px;
    background-color: rgba(1,104,37,1);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: translateY(100%);
    transition: all 0.6s ease;
}
.pageNews ul li .info .name {
    font-size: 20px;
    color: #333;
    position: relative;
    z-index: 3;
    transition: all 0.8s ease;
}
.pageNews ul li .info .con {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin: 10px 0;
    position: relative;
    z-index: 3;
    transition: all 0.8s ease;
}


.pageNews ul li:hover .info::after, .pageNews ul li:hover .info::before {
    transform: translateY(0);
}
.pageNews ul li:hover .con {
    color: #fff;
}
.pageNews ul li:hover .name {
    color: #fff;
}
/* 页码 */
.pages {
    margin: 40px 0 0;
    font-size: 14px;
    text-align: center;
}
.pages a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    color: #333;
    padding: 0 12px;
    margin: 0 2px;
}
.pages span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #016825;
    color: #fff;
    text-align: center;
    padding: 0 14px;
    margin: 0 2px;
}
/*页码*/
 .link {
    /*width: 100%;*/
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
}
 .link .left,.right{
    line-height: 40px;
    margin: 20px 0;
    font-size: 16px;
}
.weixin {
    position: absolute;
    right: 0px !important;
    top: -35px !important;
    bottom: 0px!important;
}