@charset "utf-8";
/* CSS Document */


.center{width:1200px;margin:0 auto}

input,textarea,select{outline:none;font-family:"微软雅黑";}
img{
    border:none;
    display: block;
}
.cursor_pointer{
	cursor:pointer;
}
button{
	cursor:pointer;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.clear{
    clear:both
}

.youshi .list{
    padding-top: 38px;
    padding-bottom: 85px;
}
.youshi .list .img{
    width: 50%;
    height: 334px;
    overflow: hidden;
    position: relative;
}
.youshi .list .img img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
}
.youshi .list .text{
    width: 50%;
    height: 334px;
    background: #f6f7fb;
}
.youshi .list .text .xuhao{
    width: 65px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    border-width: 600;
    margin-left: 30px;
    margin-top: 39px;
    background: url("xuhao.png") top left no-repeat;
}
.youshi .list .text .neirong{
    width: calc(100% - 170px);
    margin-left: 30px;
    margin-top: 39px;
}
.youshi .list .text .neirong .title{
    font-size: 30px;
    color: #333333;
    line-height: 56px;
    padding-bottom: 10px;
    font-weight: 600;
    background: url("xian.png") bottom left no-repeat;
}
.youshi .list .text .neirong .title span{
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-left: 12px;
}
.youshi .list .text .neirong .p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 22px;
    padding-right: 8px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.youshi .list .text .neirong .more{
    display: block;
    width: 160px;
    height: 46px;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    background: #0953c0;
    margin-top: 20px;
    transition:all 0.3s ease-in-out;
}
.youshi .list .text .neirong .more:hover{
    background: #ff8400;
}
