.topicCover {
    height: 750px;
    background: url(img/cover.jpg) center 30% no-repeat;
    background-size: cover;
}

.topicCover .caption {
    width: 250px;
    height: 100px;
    top: 60px;
    left: 30%;
    background: url(img/tccTalkLogo.png) center no-repeat;
    background-size: contain;
}

.articleTitle {
    width: 100%;
    margin: 50px 0 0;
    padding: 30px 0;
    position: relative;
    border-bottom: solid 5px #b00000;
    text-align: center;
    font-size: 36px;
    color: #fff;
    background: #808080;
}

.articleTitle .rect {
    width: 107px;
    height: 107px;
    position: absolute;
    top: 0;
    background: #c0c0c0;
}

.articleTitle h1 {
    margin: 0;
    display: inline-block;
    font-weight: normal;
    font-size: inherit;
}

.article {
    position: relative;
    margin: 10px 0 0;
    background: #f8f8f8;
}

.article p {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.article .author {
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
}

.article .section {
    margin: 50px 0;
    position: relative;
    /* background: #ccc; */
}

.article .section .left {
    width: 50%;
    float: left;
}

.article .section .right {
    width: 50%;
    float: right;
}

.article .section .endSign {
    width: 30px;
    height: 5px;
    display: inline-block;
    background: #b00000;
}



.article .section1 {
    padding: 0 100px 0;
}

.article .section1 .sign1 {
    width: 25px;
    position: absolute;
    top: 50px;
    left: 120px;
}

.article .section1 .sign2 {
    width: 25px;
    position: absolute;
    top: 50px;
    right: 120px;
}

.article .section1 .center {
    width: 65%;
    height: 300px;
    margin: 0 auto;
    padding: 140px 0 0;
    text-align: center;
    color: #fff;
    background: url(img/pic_01.jpg) center 0 no-repeat;
    background-size: contain;
}

.article .section1 .center .txt {
    padding: 30px 10px;
    color: #303030;
    background: #e8e8e8;
}

.article .section1 .sideLogo {
    width: 15px;
    position: absolute;
    left: 20px;
    top: 220px;
}

.article .section2 {
    padding: 0 100px 0;
}

.article .section2 .left {
    width: 18.1%;
}

.article .section2 .left img {
    width: 100%;
    margin: 0 0 10px;
}

.article .section2 .right {
    width: 80%;
    padding: 10px 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
}

.article .section2 .right .txt {
    padding: 20px 0 37px;
}

.article .section2 .right .picForPhone{
    width: 100%;
    display: none;
}

.article .section2 .center {
    padding: 50px 0;
    text-align: center;
}

.article .section2 .sideLogo {
    width: 15px;
    position: absolute;
    left: 20px;
    top: 900px;
}

.article .section4 .right {
    padding: 0 0 150px;
}

.article .section4 .left {
    padding: 0 0 50px;
    text-align: right;
}

.article .section4 .sign3 {
    width: 120px;
    position: absolute;
    top: -30px;
    left: 290px;
}

.article .section4 .sign4 {
    width: 20px;
    position: absolute;
    top: 110px;
    left: 120px;
}

.article .section4 .sign5 {
    width: 150px;
    position: absolute;
    top: 420px;
    right: 290px;
}

.article .section4 .pic14 {
    width: 15%;
    position: absolute;
    top: 20px;
    left: 350px;
}

.article .section4 .pic15 {
    width: 15%;
    position: absolute;
    top: 250px;
    right: 350px;
}

.article .section4 .center {
    padding: 50px 0 0;
    text-align: center;
}

.article .section4 .sideLogo {
    width: 15px;
    position: absolute;
    left: 20px;
    top: 600px;
} 

.article .section5 {
    margin: 550px 0 0;    
}

.article .section5 .center {
    width: 580px;
    height: 580px;
    margin: auto;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: -450px;
    border-radius: 100%;
    line-height: 1.6em;
    text-align: center;
    background: #fff;
}

.article .section5 .center p:first-child {
    margin: 110px 0 0;
}

.article .section5 .sign6 {
    width: 200px;
    margin: auto;
    position: absolute;
    left: auto;
    left: 240px;
    top: -480px;
    bottom: auto;
}

.article .section5 .sign7 {
    width: 25px;
    margin: auto;
    position: absolute;
    left: auto;
    right: 120px;
    top: -300px;
}

.article .section5 .sign8 {
    width: 350px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

.article .section5 .pic16 {
    width: 100%;
    height: 600px;
    background: url(img/pic_16.jpg) center 0% no-repeat;
    background-size: cover;
}


@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .topicCover {
        height: 450px;
    }

    .topicCover .caption {
        top: 40px;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 767px) {
    .topicCover {
        height: 500px;
        background: url(img/cover.jpg) 75% bottom no-repeat;
        background-size: cover;
    }

    .topicCover .caption {
        width: 150px;
        height: 50px;
        top: 10px;
        left: 10px;
        background: url(img/tccTalkLogo.png) center no-repeat;
        background-size: contain;
    }

    .articleTitle {
        font-size: 24px;
    }
    
    .articleTitle .rect {
        width: 10px;
        height: 90px;
    }

    .article {
        background: #fff;
    }

    .article .section .left {
        width: 100%;
        float: none;
    }
    
    .article .section .right {
        width: 100%;
        float: none;
    }

    .article .section1 {
        padding: 0;
    }
    
    .article .section1 .sign1 {
        display: none;
    }
    
    .article .section1 .sign2 {
        display: none;
    }
    
    .article .section1 .center {
        width: 100%;
        height: 300px;
        padding: 100px 0 0;
        background: url(img/pic_01.jpg) center 0 no-repeat;
        background-size: 150%;
    }
    
    .article .section1 .center .txt {
        padding: 10px;
    }
    
    .article .section1 .sideLogo {
        display: none;
    }
    
    .article .section2 {
        padding: 0;
    }
    
    .article .section2 .left {
        display: none;
    }
    
    .article .section2 .right {
        width: 100%;
        padding: 10px 0;
    }
    
    .article .section2 .right .txt {
        padding: 20px 0;
    }
    
    .article .section2 .right .picForPhone{        
        display: block;
    }
    
    .article .section2 .center {
        padding: 0 0 50px;
        text-align: center;
    }
    
    .article .section2 .sideLogo {
        display: none;
    }
    
    .article .section4 .right {
        padding: 0 0 50px;
    }
    
    .article .section4 .left {
        padding: 0;
        text-align: left;
    }
    
    .article .section4 .sign3 {
        display: none;
    }
    
    .article .section4 .sign4 {
        display: none;
    }
    
    .article .section4 .sign5 {
        display: none;
    }
    
    .article .section4 .pic14 {
        width: 100%;
        position: static;
    }
    
    .article .section4 .pic15 {
        width: 100%;
        position: static;
    }
    
    .article .section4 .center {
        padding: 20px 0 0;
        text-align: center;
    }
    
    .article .section4 .sideLogo {
        display: none;
    }

    .article .section5 {
        margin: 0;
    }
    
    .article .section5 .center {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        padding: 30px 20px;
        position: static;
        border-radius: 0;
        text-align: center;
        background: #f8f8f8;
    }
    
    .article .section5 .center p:first-child {
        margin: 0;
    }
    
    .article .section5 .sign6 {
        display: none;
    }
    
    .article .section5 .sign7 {
        display: none;
    }
    
    .article .section5 .sign8 {
        display: none;
    }
    
    .article .section5 .pic16 {
        width: 100%;
        height: 400px;
        background: url(img/pic_16.jpg) center 0% no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 320px) {
}