
/*新闻资讯right-one*/
.news-right-one-zont4{
    line-height: 45px;
    height: 45px;
    background: #f2f2f2;
    margin-bottom: 25px;
}
.news-right-one-zont41{
    display: inline-block;
    background: #53d1a3;
    height: 45px;
    width: 145px;
    color: #fff;
    font-size: 18px;
    padding-left: 16px ;
    position:relative;
    box-sizing: border-box;
    overflow: hidden;

}
.news-right-one-zont41:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    content: '';
    display: block;
    height: 0;
    border-bottom: 45px solid #f2f2f2;
    border-left: 18px solid transparent;
}
.news-right-one-news>ul>li{
    height: 185px;
    overflow: hidden;
    border-bottom: dashed 1px #ddd;
    padding: 15px 0;

    transform: translateX(0px);
    transition: all 0.3s ease-out;
}

.news-right-one-news1{
    overflow: hidden;
    height: 185px;
    float: left;
    width: 250px;
}
.news-right-one-news1 img{
    width: 100%;
    height: 185px;
    transform: scale(1);
    transition: all 0.3s ease-out;
}
.news-right-one-news2{


    margin-left: 270px;
    box-sizing: border-box;
    padding: 15px 20px;

    transition: all 0.3s ease-out;

}
.news-right-one-news3{
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}
.news-right-one-news3:after{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 60px;
    height: 2px ;
    background: #53d1a3;
    content: '';
    display: block;
}
.news-right-one-news3 a{
    color: #333;
}
.news-right-one-news4{
    color: #888;
    height: 60px;
    line-height:30px;
    overflow: hidden;
}
.news-right-one-news4 img{
    display: none;
}
.news-right-one-news5 a{
    display: inline-block;
    width: 120px;
    height: 30px;
    background: #ccc;
    color: #666;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin-top:  15px;
    transition: .5s;
}
.news-right-one-news5 span{
    color: #999;
    float: right;
    font-size: 13px;
    background: url("../../backimages/sj.png") no-repeat left center;
    background-size: 15px auto;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.news-right-one-news>ul>li:hover{
    transform: translateX(10px);
}
.news-right-one-news>ul>li:hover .news-right-one-news1 img{
    transform: scale(1.1);
}
.news-right-one-news>ul>li:hover .news-right-one-news2{
    bottom: 0;
    opacity: 1;
}
.news-right-one-news-info-tit{
    text-align: center;
    font-size: 23px;
    margin-top: 45px;
    line-height: 30px;
}
.news-right-one-news-info-span{
    text-align: center;
}
.news-right-one-news-info-span span{
    display: inline-block;
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-bottom: 25px;
    margin: 15px 10px;
}
.news-right-one-news-info-contact{
    text-align: justify;
    line-height: 30px;
    color: #888;

    text-indent: 2em;
}
.news-right-one-news-info-contact img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

.news-right-one-news>ul>li:hover .news-right-one-news3 a{
    color: #53d1a3;
}
.news-right-one-news>ul>li:hover .news-right-one-news5 a{
    color: #fff;
    background: #53d1a3;
}