@charset "utf-8";
/* CSS Document */
.bg3 {
	background-color:#f5f5f5;
    background-size: 100% 100%;
}
.content-block.developer-operation-block {
    padding: 50px 0 10px 0;
    max-width: 1180px;
}
.newcomer-block {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}
.text-block{
    overflow: hidden;
    padding: 0 0px 40px 0px;
}
.text-block .text-box{
    position: relative;
    cursor: pointer;
}
.text-block .text-box .title{
    border-left: 0;
    font-size:18px;
    color:#252b3a;
    line-height:22px;
    text-align:left;
    padding-left: 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-block .text-box:hover{
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.10);
}
.text-block .text-box:hover:before {
    width: 100%;
}
.text-block .text-box:before{
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: rgba(21,0,255,0.10);
    background-image: url(../imgs/down/liner.png);
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-252deg, rgba(1,78,204,0.80) 0%, rgba(1,182,201,0.50) 98%);
    background-image: -moz-linear-gradient(-252deg, rgba(1,78,204,0.80) 0%, rgba(1,182,201,0.50) 98%);
    background-image: -o-linear-gradient(-252deg, rgba(1,78,204,0.80) 0%, rgba(1,182,201,0.50) 98%);
    background-image: linear-gradient(-252deg, rgba(1,78,204,0.80) 0%, rgba(1,182,201,0.50) 98%);
}
.text-block .text-box{
    width: 100%;
    float: left;
    margin-right: 20px;
    background: #fff;
    padding: 30px;
}
.text-block .text-box:last-child{
    margin-right: 0;
}
.text-block .text-box .detail{
    height: 66px;
    font-size:12px;
    color:#a0a2a8;
    text-align:justify;
    line-height:22px;
	display:-webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;

}
.text-block .text-box .layer-btn{
    width: 87px;
	margin-top: 20px;
    border:1px solid #3b516a;
    border-radius:1px;
    font-size: 12px;
    color:#252b3a;
    display: inline-block;
    cursor: pointer;
    float: left;
    text-align: center;
}
.text-block .text-box .layer-btn p{
    line-height: 30px;
    height: 30px;
}
.text-block .text-box .layer-btn:hover{
    color: #fff;
    border:1px solid #325cd6;
    border-radius:1px;
}
.text-block .text-box .data-tag {font-size: 12px;text-align:left;color: #808080; margin-bottom:6px;}
.text-block .text-box .data-tag span {margin-left: 0; }