.center{
    padding:30px 0;
}

.center-content {
    overflow:hidden;
}

.information-con {
    width:890px;
    background-color: #fff;
    float:left;
}

.partners {
    width: 260px;
    background-color: #fff;
    float:right;
}

.pull-left {
    float: left;
}

.pull-right {
    float:right;
}

.p-t-10 {
    padding-top:10px;
}

.project {
    padding-top: 40px;
    height: 500px;
}

.pro_recommend {
    width: 920px;
}

.pro_title {
    border-bottom:1px solid #eee;
}

.pro_title_cn {
    font-size: 22px;
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    position: relative;
}

.pro_title_cn:before{
    content:"";
    width:4px;
    height: 1em;
    background-color: #b71c22;
    position: absolute;
    left:0;
    top:3px;
}

.pro_title_en {
    font-size: 16px;
    color:#cccccc;
    margin-left: 10px;
}

.partners_list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px;
}

.partners_list li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.partners_list li::before {
    counter-increment: count;
    content:'';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #a3a3a3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.partners_list li:last-child {
    border-bottom:none;
}

.partners_list li a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666666;
    padding-left:15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float:left;
}

.partners_list li:hover a {
    color:#b71c22;
}

.partners_list li span{
    float:right;
    color: #999;
    display: none;
}

.information-head {
    margin: 30px 40px 0px 40px;
    border-bottom:1px dashed #eee;
}

.information-head h3 {
    font-size:26px;
    font-weight:500;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
}

.information-intor {
    height:40px;
    line-height:40px;
    color:#888;
    margin-bottom: 20px;
}

.information-intor span {
    padding-right: 30px;
}

.information-p {
    padding: 20px 40px;
}

.information-p img {
    max-width: 100%;
}

.download {
    margin-top:20px;
    margin-bottom:40px;
}

.download>p {
    font-size:16px;
}

.download>ol>li {
    margin-top:5px;
    margin-left:30px;
    text-decoration:underline;
    list-style: decimal;
}

.download>ol>li>a:hover{
    color:#b71c22;
}

.information-head h3 .toJoin {
    border: 1px solid #f89406;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 5px 12px;
    dispaly:inline-block;
    font-size:15px;
}

/*移动端相关样式*/
.breadNav{
    margin:0 0 30px;
    display: none;
}

.breadNav>li{
    display: inline-block;
    color:#999;
    margin-right: 2px;
}

.information-intor span.mobileIntor{
    font-size: 12px;
    color: #999;
    padding:0;
    margin:0 8px;
    display: none;
}

@media screen and (max-width: 1200px) {
    .information-con, .partners{
        float: none;
        width: 100%;
        overflow: hidden;
    }
    
    .information-con{
        margin-bottom: 20px;
    }
    
    .partners_list li a{
        width: 85%;
    }
    
    .partners_list li span{
        display: block;
    }
}

@media screen and (max-width: 720px){
    .center{
        background-color: #fff;
        padding:20px 0;
    }
    
    .breadNav{
        display: block;
    }
    
    .information-con{
        background-color: transparent;
    }
    
    .information-head{
        margin:0;
        border:0;
        text-align: center;
    }
    
    .information-head h3{
        font-size: 18px;
        line-height: normal;
    }
    
    .information-intor{
        height: auto;
        line-height: normal;
        margin: 6px 0 0;
    }
    
    .information-intor span{
        display: none;
    }
    
    .information-intor span.mobileIntor{
        display: inline-block;
    }
    
    .information-p{
        padding:0;
        margin: 10px 0;
    }
    
    .pro_title_cn{
        font-size: 16px;
        color: #26211e;
        margin:0;
    }
    
    .pro_title_cn:before{
        top:2px;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
    }
    
    .partners_list{
        margin:12px 0 0;
        padding:0;
    }
    
    .partners_list li{
        border:0;
        height: 33px;
        line-height: 33px;
    }
    
    .partners_list li::before{
        display: none;
    }
    
    .partners_list li a{
        width: 75%;
        padding:0;
    }
}
