.main{
   /*width:1400px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   margin:60px 0px;
}
.main .title{
   text-align: center;
}
.main .en{
   color:#5B5E66;
   font-size: 24px;
}
.main .tit{
   color:#03883E;
   font-size: 30px;
   margin-top:10px;
}


#banner{
    width: 100%;
    height: 60vh;
    background: url(/themes/images1/news_banner.jpg) 100% 100% no-repeat;
    background-size: cover;
    /*padding: 80px 0 0 100px;*/
    cursor: default;
}

.news_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10%;
}

.banner_title{
   font-size: 80px;
   font-weight: 700;
   color: #ffffff;
   margin-bottom:0px;
   cursor:pointer;
   background-image:-webkit-linear-gradient(bottom,#ffffff,#ffffff,#3E9769);
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   cursor:default;
}
.banner_titles{
   width: 630px;
   /*height: 167px;*/
   color: #ffffff;
   border: 2px #ffffff solid;
   padding: 15px;
   text-align: center;
   margin-left: 45px;
   cursor:default;
}
.banner_titles p:nth-child(1){
   font-size: 28px;
   cursor:default;
}
.banner_titles p:nth-child(2){
   font-size: 14px;
   cursor:default;
}
.tabs_box{
   float: left;
   width:20%;
}
.tab-content{
   width:75%;
   float: left;
   margin-left:5%;
}
.tabs_box .tab_head{
   width:100%;
   height:210px;
   background:#33A56D;
   position: relative;
   overflow: hidden;
}
.tabs_box .tab_head::before{
   content: 'ON';
   font-size: 150px;
   color:#5CB78A;
   position: absolute;
   bottom:-66px;
   left:-60px;
}
.tabs_box .tab_head::after{
   content: 'NE';
   font-size: 150px;
   color:#5CB78A;
   position: absolute;
   top:-90px;
   right:-8px;
}
.tabs_main li a{
   width: 100%;
   height:86px;
   line-height: 65px;
   text-align: center;
   background:#F6F8FD;
   color:#008F48;
   border:none;
   font-size:22px ;
   border-bottom:1px solid #fff;
   border-radius: 0;
}
.tabs_main li.active>a,
.tabs_main li.active>a:hover,
.tabs_main li.active>a:focus
{
   border:none;
   background:#9BE6C1;
   color:#008F48;
}
.tab-content .content .title{
   text-align: center;
}
.news_list{
   margin-top:80px;
}
.news_list li{
   margin-bottom:70px;
}
.news_list .image{
   width:374px;
   height:264px;
   margin-right:43px;
   float: left;
}
.list_right{
   height:264px;
   /*display: inline-block;*/
   /*width:500px;*/
   font-size: 15px;
   text-align: left;
}
.content .list_right .title{
   color:#070707;
   font-size: 30px;
   text-align: left;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.list_right .time{
   color:#333333;
   margin:30px 0 20px;
}
.list_right .detail{
   color:#777373;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   -webkit-line-clamp: 7;
   overflow: hidden;
}