﻿/*隐藏轮播图*/
.zyt_banner {
    display: none;
}

.g-main{ width: 100%;
   
    background-repeat: no-repeat;
    background-size: 100% 100%; background-image: url(../picture/body_bg.jpg);}

/*文章列表开始*/
.zyt_main {
    width: 100%;
   
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner_img {
    width: 100%;
 
}

.banner_img img {
    max-width: 100%;
    height: auto;
}

/*资讯新闻*/
.Information {
    width: 100%;
}

.InformationBox {
    width: 70vw;
    margin: auto;
}

.infoTop {
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    color: #000;
    font-weight: bold;
    padding: 2.5vw 0;
}

.infoCoent {
    width: 100%;
}

.infoList {
    width: 100%;
    height: 15vw;
    background-color: #ffffff80;
    margin-bottom: 2vw;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    border-radius: 4px;
}

.infoList:hover {
    transform: translateX(5px);
}

.infoList a {
    width: 100%;
    display: flex;
    align-items: center;
}

.info_left {
    width: 63%;
    height: 15vw;
    background-color: #d19544;
    border-radius: 4px;
}
.info_left img{
    width: 100%;
    height: 15vw;
    object-fit: cover;
    border-radius: 4px;}

.info_left_sun {
    font-size: 1.5vw;
    text-align: center;
    font-weight: bold;
    margin-top: 2.5vw;
}

.info_left_years {
    font-size: 1.2vw;
    text-align: center;
    margin-top: 0.5vw;
}

.info_right {
    width: 35%;
    padding: 1vw;
    box-sizing: border-box;
}

.info_right {
    width: 100%;
    display: block;
}

.info_right_name {
    font-size: 1.5vw;
    color: #000000;
}

.info_right_brief {
    font-size: 1vw;
    color: #000000;
    margin-top: 1vw;
    line-height: 2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.info_right_date{
    font-size: 1vw;
    margin: 10px auto 0;
    float: right;
}
.infoBottom {
    width: 100%;
    margin-bottom: 2vw;
}
a:hover {
    color: inherit !important;
}
.layui-laypage {
    width: 100%;
    text-align: center;
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #d19544 !important;
}

.layui-laypage a:hover {
    color: #d19544 !important;
}

.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
    border-radius: 0 !important;
}
