.title{
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    margin-top: 100px;
}
.title a{
    color: #666666;
}
.title span{
    color: #0065c0;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.content .con-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-top: 25px;
}
.content .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
}
.content .con-line{
    width: 100%;
    height: 2px;
    background: #eeeeee;
    margin-top: 10px;
}
.content .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    margin-top: 36px;
    padding: 32px 58px;
    box-sizing: border-box;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    position: relative;
}
.con-name .con-img1{
    width: 54px;
    height: 51px;
    position: absolute;
    top: 0;
    left: 10px;
}
.con-name .con-img2{
    width: 54px;
    height: 51px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.content .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    /*text-indent: 2em;*/
    margin-bottom: 30px;
}

.con-btn{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    cursor:pointer;
    margin-bottom: 34px;
}
.con-li:hover{
    color: #0065c0;
}


.recommend{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.recommend .rec-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-top: 18px;
}
.rec-head span{
    font-size: 24px;
    color: #999999;
    margin-left: 10px;
    line-height: 40px;
    font-weight: 400;
}
.recommend .rec-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.rec-box .rec-item{
    width: 375px;
    height: 330px;
    float: left;
    margin-right: 40px;
    margin-top: 35px;
    cursor: pointer;
}
.rec-item:nth-of-type(3n){
    margin-right: 0;
}

.rec-item:last-child {
    margin-bottom: 40px;
}
.rec-item .rec-img{
    width: 375px;
    height: 250px;
}
.rec-item .rec-con{
    width: 100%;
    height: 80px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f8f8f8;
    overflow: hidden;
}
.rec-con .rec-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    margin-top: 17px;
}
.rec-con .rec-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 5px;
}
