.cpc_intro_left{
    float: left;
    width:68%;
}
.cpc_intro_right{
    float: left;
    width:32%;
}
.cpc_title{
    margin:20px 0px 10px 0px;
    /*background:url(./../image/cpc_title_bg.png) repeat-x 143px 12px;*/
}
.cpc_title_bn{
    background:none;
}
.cpc_title_content, .cpc_title_c{
    width:143px;
    background:#fff;
    overflow: hidden;
}
.cpc_title_c{
    width:120px;
}
.cpc_title_c i{
    vertical-align:middle;
}
.icon_cpc_intro{
    background:url(./../image/icon_cpcintro.png) no-repeat center;
    display: block;
    width:23px;
    height:25px;
    background-size:100%;
}
.cpc_title_text{
    color:#FF0000;
    height:25px;
    line-height: 25px;
    font-size:20px;
    font-weight: 600;
    padding-left:10px;
}
.cpc_intro_img{
    width:278px;
    height:166px;
    padding-right:10px;
}
.cpc_intro_text{
    line-height:26px;
    margin-bottom:13px;
}
.cpc_intro_right ul{
    overflow: hidden;
}
.cpc_intro_link{
    padding:5px 5px 5px 10px;
}
.cpc_intro_link a{
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #FF0000;
    -webkit-box-shadow:0px 0px 5px #FF0000;
    height:94px;
    background-color:#FF0000;
    color:#fff;
    text-align: center;
    font-size:20px;
    font-weight: 600;
    line-height: 94px;
}
.cpc_intro_icon1{
    background:url(./../image/cpc_icon_01.png) no-repeat center;
    width:22px;
    height:25px;
    line-height: 22px;

}
.cpc_intro_icon2{
    background:url(./../image/cpc_icon_02.png) no-repeat center;
    width:22px;
    height:25px;
    line-height: 22px;    
}
.cpc_intro_icon3{
    background:url(./../image/cpc_icon_03.png) no-repeat center;
    width:22px;
    height:22px;
    line-height: 22px;
}
.cpc_intro_link1{
    background-image:url(./../image/cpc_link_1.png);
    background-position: right bottom;
    background-repeat: no-repeat; 
}
.cpc_intro_link2{
    background-image:url(./../image/cpc_link_2.png);
    background-position: right bottom;
    background-repeat: no-repeat 
}
.cpc_intro_link3{
    background-image:url(./../image/cpc_link_3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.cpc_more{
    text-align: right;
}
.cpc_more a{
    font-size:16px;
    color:#ff0000;
    height:30px;
    line-height: 30px;
}
.icon_cpc_special{
    background:url(./../image/icon_cpcspecial.png) no-repeat center;
    display: block;
    width:21px;
    height:25px;
    background-size:100%;
}
.cpc_list ul{
    height:155px;
}
.cpc_list ul li{
    line-height:30px;
}
.cpc_list ul li a{
    display: block;
    line-height:30px;
    height:30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#333333;
    position: relative;
    padding-left:15px;
}
.cpc_list ul li a:after {
    content: '';
    position: absolute;
    background: #FE0000;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    left: 0px;
    top: 50%;
    margin-top:-3px;
}
.silder_special{
    background:#fff;
    margin-left:-10px;
    margin-right:-10px;
    margin-top:20px;
    height:272px;
    overflow: hidden;
}
.silder_special h5{
    line-height:30px;
    padding-top:2px;
}
.icon_cpc_file{
    background:url(./../image/icon_cpcfile.png) no-repeat center;
    display: block;
    width:26px;
    height:25px;
    background-size:100%;
}
.silder_special img{
    display: block;
    width:100%;
    height:238px;
}
.silder_special .swiper-slide div{
    padding:0px 10px;
    /* height:272px; */
}
.silder_special .swiper-slide a{
    display: block;
}
.icon_cpc_system{
    background:url(./../image/icon_cpcsystem.png) no-repeat center;
    display: block;
    width:24px;
    height:25px;
    background-size:100%;
}
.icon_cpc_dynamic{
    background:url(./../image/icon_cpcdynamic.png) no-repeat center;
    display: block;
    width:23px;
    height:25px;
    background-size:100%;
}
.icon_cpc_supervise{
    background:url(./../image/icon_cpcsupervise.png) no-repeat center;
    display: block;
    width:28px;
    height:25px;
    background-size:100%;
}
.supervise_content{
    text-align: center;
    padding-top:30px;
}
.supervise_content a{
    margin-left:10px;
    color:#ff0000;
    text-align: center;
    font-size:17px;
    border:1px solid #ff0000;
    border-radius: 3px;
    padding:2px 24px 2px 8px;
    background:url(./../image/icon_cpcupload.png) no-repeat 82px center;
}
.supervise_email{
    padding-top:20px;
}
.supervise_email span{
    color:#ff0000;
}
/* @media (max-width: 1440px){ */
    .silder_special img{
        height:210px;
    }
   .silder_special, .silder_special .swiper-slide{
       height:240px;
   }
/* } */
@media (max-width: 1279px){
    .silder_special img{
        height:168px;
    }
   .silder_special, .silder_special .swiper-slide{
       height:200px;
   }
}