@charset "utf-8";
.clear::after {
    display: block;
    content: '';
    clear: both;
}
.float{
    float: left;
}
.container {
    padding-bottom: 80px;
}

.container_warp{
    width: 1520px;
    margin: 0 auto;
}

.container_warp .list_warp h3{
    background: url('https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/zhanxiang.png') center no-repeat;
    font-size: 36px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    color: #008aff;
    margin: 50px 0 50px;
}

.container_warp .list_warp h3::after{
    display: block;
    content: '';
    width: 62px;
    height: 6px;
    background: #008aff;
    margin: 20px auto;
}

.container_warp .list_warp .text {
    margin-bottom: 50px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.container_warp .list_warp .contents_warp ul li {
    float: left;
    width: 288px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.container_warp .list_warp .contents_warp ul li .img{
    border-radius: 5px 5px 0 0;
    width: 288px;
    height: 180px;
    overflow: hidden;
}

.container_warp .list_warp .contents_warp ul li .img img{
    width: 288px;
}

.container_warp .list_warp .contents_warp ul li .pic img{
    width: 144px;
    float: left;
}

.container_warp .list_warp .contents_warp ul li .warp {
    border: 1px #ccc solid;
    border-top: 0;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.container_warp .list_warp .contents_warp ul li .warp h4{
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
}

.container_warp .list_warp .contents_warp ul li .warp h4::before{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background: #ffa200;
    margin: 0 10px 2px 0;
}

.container_warp .list_warp .contents_warp ul li .warp h4::after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background: #ffa200;
    margin: 0 0 2px 10px;
}

.container_warp .list_warp .contents_warp ul li .warp p {
    margin: 0 15px;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    margin-bottom: 24px;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.container_warp .list_warp .contents_warp ul li:nth-of-type(5n) {
    margin-right: 0;
}

.container_warp .list_warp .contents_warp ul li:hover{
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
}

.container_warp .list_warp .more {
    margin: 20px 0 50px;
    cursor: pointer;
}

.container_warp .list_warp .more p {
    width: 220px;
    height: 60px;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #505050;
}

.container_warp .list_warp .more p img{
    margin-left: 10px;
}

.container_warp .list_warp2 {
    margin-bottom: 20px;
}

.container_warp .list_warp2 .contents_warp2 ul li {
    width: 480px;
    margin-right: 40px;
}

.container_warp .list_warp2 .contents_warp2 ul li .img{
    height: 300px;
    width: 480px;
}

.container_warp .list_warp2 .contents_warp2 ul li .img img{
    height: 100%;
    width: 100%;
}

.container_warp .list_warp2 .contents_warp2 ul li .pic img{
    width: 50%;
}

.container_warp .list_warp2 .contents_warp2 ul li:nth-of-type(3) {
    margin-right: 0;
}

.container_warp .list_warp2 .contents_warp2 ul li .warp{
    height: 167px;
    text-align: center;
}

.container_warp .list_warp2 .contents_warp2 ul li .warp h4{
    color: #000;
    font-size: 28px;
    margin: 20px 0;
}

.container_warp .list_warp2 .contents_warp ul li .warp h4::before{
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: #ffa200;
    margin: 0 10px 2px 0;
}

.container_warp .list_warp2 .contents_warp ul li .warp h4::after{
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: #ffa200;
    margin: 0 0 2px 10px;
}

.container_warp .list_warp2 .contents_warp2 ul li .warp span{
    font-size: 22px;
    color: #666;
    line-height: 30px;
    margin: 0 10px;
    overflow: inherit;
}

.list_warp_container{
    background: #f7f7f7;
    padding: 40px 0;
}

.list_warp_container .list_container h3{
    background: url('https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/zhanxiang.png') center no-repeat;
    font-size: 36px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    color: #008aff;
    margin: 0 0 50px;
}

.list_warp_container .list_container h3::after{
    display: block;
    content: '';
    width: 62px;
    height: 6px;
    background: #008aff;
    margin: 20px auto;
}

.list_warp_container .list_container .text {
    margin-bottom: 80px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.list_warp3 .list_container .image{
    text-align: center;
}

.list_warp3 .list_container .image img{
    margin-right: 40px;
}

.list_warp4 {
    background: #fff;
}

.list_warp4 .list_container h3{
    background-size: 350px 100%;
}

.list_warp4 .content{
    padding-left: 30px;
    margin-bottom: 60px;
}

.list_warp4 .content .left{
    margin-right: 96px;
}

.list_warp4 .content .left .left_warp h5{
    color: #3b3b3b;
    font-size: 51px;
    margin-right: 30px;
    float: left;
    line-height: 166px;
}

.list_warp4 .content .left .left_warp p{
    float: left;
    width: 280px;
    color: #3b3b3b;
    font-size: 24px;
    text-align: center;
    background: #f7f7f7;
    height: 166px;
    margin-bottom: 25px;
    text-align: center;
    padding: 50px 40px 0;
    box-sizing: border-box;
    line-height: 30px;
}

.list_warp4 .content .left .left-b p{
    margin-bottom: 0;
    line-height: 166px;
    padding-top: 0;
}

.list_warp4 .content .center{
    width: 518px;
    height: 358px;
    margin-right: 96px;
}

.list_warp4 .content .center img{
    width: 100%;
    height: 100%;
}

.list_warp4 .content .rig h5{
    color: #3b3b3b;
    font-size: 51px;
    margin-left: 30px;
    float: left;
    line-height: 358px;
}

.list_warp4 .content .rig .li{
    width: 280px;
    height: 358px;
    background: #f7f7f7;
    float: left;
}

.list_warp4 .content .rig .li h4{
    font-size: 28px;
    color: #3b3b3b;
    text-align: center;
    margin: 30px 0;
}

.list_warp4 .content .rig .li p{
    font-size: 20px;
    color: #3b3b3b;
    margin-bottom: 20px;
    position: relative;
    margin-left: 80px;
}

.list_warp4 .content .rig .li p::before{
    position: absolute;
    left: -30px;
    top: 8px;
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: #ffa200;
    border-radius: 50%;
}

.list_warp5 .text{
   line-height: 35px;
}

.list_warp5 .txt_warp{
    width: 480px;
    height: 400px;
    margin-right: 40px;
}

.list_warp5 .content{
    margin-bottom: 40px;
}

.list_warp5 .rig{
    margin-right: 0;
}

.list_warp5 .txt_warp h4{
    background: #deedff;
    color: #000;
    font-size: 20px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.list_warp5 .txt_warp .txt{
    background: #fff;
    padding: 0 38px;
    overflow: hidden;
    height: 330px;
}

.list_warp5 .txt_warp .txt .pic{
    margin: 24px 0;
    text-align: center;
}

.list_warp5 .txt_warp .txt p{
    text-indent: 32px;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}