.header {
      padding-top: 0px;
    height: 415px;
}

.header,.content,.footer{
  margin:0 auto;
  position:relative
}
.header .inner {
    padding-top: 110px;
    width: 1200px;
    position: relative;
}
.row{
  margin-left:-15px;
  margin-right:-15px
}
.content {
    padding: 10px 0;
    background-image: unset;
    background-color: unset;
}
.grid{
  position:relative
}
.panel-more{
  display:none
}
.wrap {
  background: linear-gradient(to bottom, #ebe7d6, #fff);
}

.header div.site-logo a{
  position: absolute;
  left: 0;
  top: 10px;
  width: 400px;
  height: 65px;
  background: url(/material/images/2024/zzqc2024/logo.png) 0 50% no-repeat;
  background-size: 75%;
}



.wrap{
    background: url("/material/images/zjg-header_bg.png") top center no-repeat;
}
.header{
    background: none;
}
.banner{
    background: none;
    height: auto;
}
.banner img{
    display: block;
    margin: 0 auto;
}

.grid{
    padding: 0;
    background: transparent;
}
.grid_p1 li>div {
    border: 1px solid #e8ddbb;
    border-radius: 6px;
    background-size: 100% 100%;
    position: relative;
    padding: 20px 30px 22px 105px;
    background: #fffaf5;
    display: flex;
    align-items: center;
}
.grid_p1 li{
    margin-bottom: 20px;
}


.grid_p1 li a .p1_title{
    font-size: 20px;
    line-height: 44px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: justify;
}
.grid_p1 li a .p1_text{
    font-size: 16px;
    line-height: 24px;
    color: #7d7d7d;
    text-align: justify;
}
.grid_p1 li .date {
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    border-radius: 6px;
    background: #cf0015;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.grid_p1 li .date b {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 3px;
}
@media (max-width: 1200px) {
    .banner{
        width: 90%;
    }
    .banner img,.header .inner{
        width: 100%;
    }
    .content{
        background: none;
    }
}
@media (max-width: 768px) {
    .banner{
        width: 90%;
        padding-top: 30px;
    }
}
@media (max-width: 480px) {
    .header{
        height: 200px;
    }
    .banner{
        padding-top: 10px;
    }
    .grid_p1 li>div{
        padding: 15px 20px;
    }
    .grid_p1 li a .p1_title{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .grid_p1 li .date{
        display: none;
    }
    .grid_p1 li a .p1_text{
        font-size: 14px;
        line-height: 24px;
    }
	.header div.site-logo a {
		top: 10px;
    width: 215px;
    height: 39px;
	}
	.header .inner {
    padding-top: 49px;
}
}