
.link-wrap{
    border: 1px solid #e5e5e5;
    padding: 30px 10px;
    display: block;
    height: 80px;
    font-size: 14px;
    margin-top: 40px;
}

.link-wrap a:nth-child(1){
    float: left;
}
.link-wrap a:nth-child(2){
    float: right;
}

.news-detailcon{
    line-height: 30px;
    padding-bottom: 25px;
}
.news-detailcon h1{
    font-size: 24px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}




/* news 新闻中心 */
.news-wrap {
    padding-top: 58px;
    background: url("../images/news-bg.jpg") no-repeat ;
    padding-bottom: 10px;
    background-size: cover;
}
.news-wrap .text{
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 40px 60px 40px 40px;
    line-height: 28px;
}

.news-wrap .text::after{
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -33px;
    margin-right: -33px;
    background: url("../images/icon-circle.png") no-repeat center;
}

.news-wrap .text h2{
    font-size: 24px;
    margin-bottom: 28px;
    max-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.news-wrap .text p{
    color: #666;
    max-height: 90px;
    overflow: hidden;

}

.news-wrap .text a{

    color: #1a74cb;
    margin-top: 15px;
    display: block;
    background: url("../images/arrow-right-blue2.jpg") no-repeat left center;
    padding-left: 43px;
}


.news-wrap .left{
    color: #737373;
    width: 200px;
    float: left;
    padding-left: 47px;

}
.news-wrap .left h3{
    font-size: 24px;
    padding-top: 30px;
    position: relative;
    margin-bottom: 28px;
}
.news-wrap .left h3::after{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #1a74cb;
    position: absolute;
    left: 0;
    bottom: -15px;

}





.news-wrap .layui-row{
    margin-bottom: 30px;
}
.news-wrap .layui-row:hover img{
    transform: scale(1.2);
}

.news-wrap .right{
    float: right;
    width: 218px;
    height: 133px;
    overflow: hidden;
}
.news-wrap .right img{
    transition: all .4s ease;;
}
.news-wrap .left,
.news-wrap .right{
    display: inline-block;
}

.news-wrap .layui-row .layui-col-xs6:nth-child(2){
    padding-top: 58px;
    padding-right: 160px;
}
/* 第二行 */
.news-wrap .layui-row:nth-child(even) .layui-col-xs6:nth-child(1){
    float: right;
}
.news-wrap .layui-row:nth-child(even) .layui-col-xs6:nth-child(2){
    float: left;
    padding-left: 160px;
    padding-right: 0;
}

.news-wrap .layui-row:nth-child(even) .layui-col-xs6:nth-child(2) .left{
    float: right;
    text-align: right;
    padding-right: 47px;
    padding-left: 0;

}
.news-wrap .layui-row:nth-child(even) .layui-col-xs6:nth-child(2) .left h3:after{
    right: 0;
    left: auto;
}
.news-wrap .layui-row:nth-child(even) .layui-col-xs6:nth-child(2) .right{
    float: left;
}
.news-wrap .layui-row:nth-child(even) .layui-col-xs6:nth-child(1) .text::after{
    left: 0;
    right: auto;
    margin-left: -33px;
}
.news-wrap .layui-row:hover .text h2{
    color: #1a74cb;

}



