.cp-list .dt-title{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.myboxs{
    text-align: left;
}
.dt-title .search{
    width: 28.08%;
    position: relative;
}
.search input{
    width: 100%;
    height: 45px;
	background-color: #f3f3f3;
    outline: none;
    padding-left: 49px;
}
.dt-title .search img{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.pro-tabs .desc{
    width: 46.6%;
}
.pro-tabs .desc h3{
    font-size: 24px;
	line-height: 25px;
	color: #333333;
}
.pro-tabs .desc p{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}
.pro-tabs .init-boxs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 50px 63px;
    margin-top: 30px;
}
.pro-tabs .propic{
    width: 39.5%;
}
.pro-tabs .desc .more{
    width: 128px;
	height: 46px;
	background-color: #002fa7;
    color: #fff;
    margin-top: 58px;
}
.pro-tabs .desc .more a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .pro-tabs .init-boxs {
        padding: 35px 50px;
        margin-top: 30px;
    }
    .pro-tabs .desc p {
        font-size: 14px;
        line-height: 28px;
        margin-top: 18px;
    }
    .pro-tabs .desc .more {
        width: 120px;
        height: 40px;
        margin-top: 40px;
    }
    .cp-list .dt-title{
        margin-top: 60px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .pro-tabs .init-boxs {
        padding: 25px 35px;
        margin-top: 25px;
    }
    .pro-tabs .desc p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 15px;
    }
    .pro-tabs .desc .more {
        width: 100px;
        height: 35px;
        margin-top: 35px;
    }
    .dt-title .search {
        width: 32%;
        position: relative;
    }
    .search input {
        width: 100%;
        height: 35px;
        background-color: #f3f3f3;
        outline: none;
        padding-left: 40px;
    }
    .pro-tabs .desc h3 {
        font-size: 20px;
        line-height: 21px;
        color: #333333;
    }
    .cp-list .dt-title{
        margin-top: 45px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .pro-tabs .init-boxs {
        flex-wrap: wrap;
        padding: 20px;
        margin-top: 20px;
    }
    .pro-tabs .desc p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .pro-tabs .desc .more {
        width: 100px;
        height: 35px;
        margin-top: 30px;
    }
    .dt-title .search {
        width: 40%;
    }
    .search input {
        width: 100%;
        height: 35px;
        background-color: #f3f3f3;
        outline: none;
        padding-left: 40px;
    }
    .pro-tabs .desc h3 {
        font-size: 20px;
        line-height: 21px;
        color: #333333;
    }
    .cp-list .dt-title{
        margin-top: 30px;
    }
    .dt-title .search img {
        left: 10px;
    }
    .pro-tabs .desc {
        width: 100%;
    }
    .pro-tabs .propic {
        width: 100%;
        height: 200px;
        margin-top: 20px;
    }
    .pro-tabs .propic img{
        height: 100%;
    }
}