.web_main {
    position: relative;
    width: 100%;
    margin-top: -19%;
    margin-bottom: -15%;
}
.head_nav>li>a {
    color: #FFF;
}
.web_head .btn--search:before{
    background-image: url(../img/Vecto1r.png) !important;
}
.fixed.web_head .btn--search:before {
    background-image: url(../img/Vector.png) !important;
}
.web_main_wrap {
    z-index: 999;
    width: 100%;
    padding: 20% 0;

}

.main_wrap {
    justify-content: space-between;
}

.web_main_wrap .title {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #333333;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}
@media (max-width:1366px) {
    .web_main_wrap .title{
        font-size: 55px;
        line-height: 60px;
    }
    @media (max-width:1024px) {
        .web_main_wrap .title{
            font-size: 45px;
            line-height: 50px;
        }
    }
}

.main_wrap .news_left {
    width: 38%;
    background-color: #FFF;
    padding: 24px;
    border-radius: 12px 12px 12px 12px;
    height: 675px;
}

.main_wrap .news_left .news_image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 82%;
    z-index:1;
    
	-webkit-transition:all 150ms ease-out 0ms;
	-moz-transition:all 150ms ease-out 0ms;
	-o-transition:all 150ms ease-out 0ms;
	transition:all 150ms ease-out 0ms;
}

.main_wrap .news_left .news_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.main_wrap .news_left .news_image:hover img{
    -webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	opacity:1;
	z-index:20;
}
.main_wrap .news_left .news_title{
    margin-top: 2%;
}
.main_wrap .news_left .news_title a {
    display: inline-block;
    position: relative;
    font-family: 'Times-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 15px;
}

.main_wrap .news_left .news_title a:hover {
    color: #FFA30E;
}

.main_wrap .news_left .news_title a::after {
    position: absolute;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 73px;
    height: 6px;
    background: #025A00;
    border-radius: 4px 4px 4px 4px;
}

.main_wrap .news_left .news_info {
    margin-top: 15px;
}

.main_wrap .news_left .news_info p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 146px;
    overflow: hidden;
}
.main_wrap .news_left .news_info a p:hover{
    color: #FFA30E;
}

.main_wrap .news_list {
    width: 60%;
}

.main_wrap .news_list .newsList li {
    background: #FFFFFF;
    box-shadow: 2px 3px 15px 0px rgba(1, 103, 64, 0.08);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DCDCDC;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 30px;
}

.main_wrap .news_list .newsList li .news_image {
    width: 25%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 17%;
    -webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	opacity:1;
	z-index:20;
}

.main_wrap .news_list .newsList li .news_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.main_wrap .news_list .newsList li .news_image:hover img{
    -webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	opacity:1;
	z-index:20;
}
.main_wrap .news_list .newsList li .news_content {
    width: 73%;
}

.main_wrap .news_list .newsList li .news_title a {
    display: inline-block;
    position: relative;
    font-family: 'Times-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 15px;
}

.main_wrap .news_list .newsList li .news_title a:hover {
    color: #FFA30E;
}

.main_wrap .news_list .newsList li .news_title a::after {
    position: absolute;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 73px;
    height: 6px;
    background: #025A00;
    border-radius: 4px 4px 4px 4px;
}

.main_wrap .news_list .newsList li .news_info {
    margin-top: 30px;
}

.main_wrap .news_list .newsList li .news_info p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 77px;
    overflow: hidden;
}
@media (max-width:1200px) {
    .pdfList .list li .yunpan_down{
        margin-left: 15px;
    }
}
@media (max-width:950px) {
     .head_nav>li>a {
        color: #000;
    }
    .web_main_wrap {
        /* top: -10%; */
        padding-top: 20%;
    }

    .main_wrap .news_list .newsList li .news_image{  padding-bottom: 70%;}
.main_wrap .news_list .newsList li{  flex-wrap: wrap;}
   
        .web_main_wrap  .news_image{  width: 100% !important;}
       .web_main_wrap   .news_content{  width: 100% !important; margin-top: 20px !important;}
    .web_main_wrap .title{
        font-size: 24px;
        line-height: 40px;
    }
    .main_wrap{
        flex-wrap: wrap;
    }
    .main_wrap .news_left{
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }
    .main_wrap .news_list{
        width: 100%;
    }
}