.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.w-1300{
    width: 1300px;
    height: auto;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 250px;
    background: url(../images/new_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.title{
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
.title .w-1200{
    display: flex;
}
.title .title-item{
    width: 100px;
    height: 60px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    /*margin-right: 40px;*/
    cursor:pointer;
}
.title-item.active{
    background: #113496;
    color: #ffffff;
}


.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 50px;
    box-sizing: border-box;
}
.con-box .con-item{
    width: 375px;
    height: 438px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    cursor:pointer;
    transition: all 0.3s ease-out;
}
.con-item:nth-of-type(3n){
    margin-right: 0;
}
.con-item:last-child{
    margin-bottom: 40px;
}
.con-item:hover{
    /*margin-top: 20px;*/
    box-shadow: 0px 0px 10px #113496;
}
.con-item .con-img{
    width: 100%;
    height: 282px;
}
.con-item .con-on{
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 28px;
    margin-top: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con-on .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.con-on .con-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px dashed #eeeeee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
    line-height: 42px;
    margin-top: 15px;
}

.page{
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
