#news{
    margin-top: 50px;
}
.news_left{
    width: 200px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: block;
}
.news_left h1{
    height: 50px;
    background: #F7F7F7;
    border-bottom: 2px solid #4FB149;
    font-size: 22px;
    font-weight: 400;
    color: #164545;
    line-height: 50px;
    text-align: center;
}
.nav-tabs{
    border: none;
}
.nav-tabs>li{
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.nav-tabs>li>a{
    border: none;
    cursor: pointer;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
    border-bottom: 1px solid #C4C4C4;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
    border: none;
    border-bottom: 1px solid #C4C4C4;
    background-color: transparent;
    color: #4FB149 !important;
}
.nav>li>a:hover,
.nav>li>a:focus{
    border: none;
    border-bottom: 1px solid #c4c4c4;
    background-color: transparent;
    color: #4FB149;
}
.nav-tabs>li:last-child>a {
    border: none;
}
.news_right{
    width: 830px;
    display: block;
}
.nav-tabs>li:last-child.active>a,
.nav-tabs>li:last-child.active>a:hover,
.nav-tabs>li:last-child.active>a:focus{
    border: none;
}
.newscontent{
    border: 1px solid #C4C4C4;
    overflow: hidden;
    background-color: white;
}
.title{
    background-color: #F7F7F7;
    line-height: 50px;
    border-bottom: 2px solid #4FB149;
    font-size: 22px;
    font-weight: 400;
    color: #164545;
    padding: 0 20px;
}
.publicContent{
    padding: 30px;
}
.publicContent>li>a{
    border-bottom: 1px solid #C4C4C4;
    padding: 0 0 20px 230px;
    height: 160px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.publicContent>li:last-child>a{
    margin-bottom: 0;
}
.publicContent>li>a>.news_img{
    width: 200px;
    height: 130px;
    overflow: hidden;
    top: 0;
    left: 0;
}
.publicContent>li>a>.news_img>img{
    transition: all .5s ease-in-out;
}
.publicContent>li>a>div>h1{
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    padding-right: 110px;
    line-height: 30px;
    width: 100%;
}
.publicContent>li>a>div>h1>span{
    top: 0;
    right: 0;
    line-height: 30px;
    display: block;
}
.publicContent>li>a p{
     -webkit-line-clamp: 2;
     font-size: 14px;
     margin-top: 20px;
     color: #898989;
     line-height: 25px;
     padding-right: 110px;
}
.publicContent>li>a p>i{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    background: url('../image/Right3.png') center no-repeat; 
    background-size: cover;
}

.publicContent>li:hover img{
    transform: scale(1.1);
}
.publicContent>li:hover h1{
    color: #4FB149;
}
.pagination{
    margin-top: 0;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.pagination>li>a,
.pagination>li>span{
    color:#898989
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus{
    color: white;
    background: #164545;
    border-color: #164545;
}
.pagination>li{
    margin: 0 3px;
}
.pagination>li.current>a{
    background: #164545;
    color: white;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

/*----------------project-----------------*/

.project{
    margin-top: 50px;
    border:1px solid #C4C4C4;
    background: white;
}
.projectcontent{
    padding: 30px;
}
.projectcontent .col-xs-4{
    border-bottom: 1px solid #F0F0F0;
    padding-top: 15px;
    margin-bottom: 15px;
}
.project_img{
    overflow: hidden;
}
.project_img img{
    transition: all .5s ease-in-out;
    width: 100%;
}
.projectcontent a{
    padding-bottom: 15px;
    display: block;
}
.projectcontent a h1{
    font-size: 16px;
    color: #434343;
    margin:15px 0;
}
.projectcontent a p{
    -webkit-line-clamp: 2;
    line-height: 25px;
    height: 50px;
    font-size: 13px;
    color: #898989;
}
.moretxt{
    margin-top: 15px;
    color: #898989;
    font-size: 13px;
}
.projectcontent .col-xs-4:hover img{
    transform: scale(1.1);
}
.projectcontent .col-xs-4:hover {
    background: #F0F0F0;
}