.topicCover {
    height: 300px;
}

.ctx .tap {
    text-align: center;
}

.ctx .tap a {
    width: 19%;
    margin: 0 0.5%;
    padding: 15px 30px;
    box-sizing: border-box;
    display: inline-block;
    border-left: solid 7px #b0b0b0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #b0b0b0;
    background: #e8e8e8;
}

.ctx .tap a:nth-child(2) {
    width: 45%;
}

.ctx .tap .active {
    border-left: solid 7px #0066bc;
    color: #0066bc;
    background: rgb(210, 235, 255);
}

.ctx .interestedList {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.ctx .interestedList li {
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
    float: left;
    transition: 0.3s box-shadow;
}

.ctx .interestedList li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.ctx .interestedList li .icon {
    width: 50px;
    height: 250px;
    display: inline-block;
    float: left;
    text-align: center;
    background: rgba(0, 102, 188, 0.1);
}

.ctx .interestedList li .icon:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ctx .interestedList li .icon i {
    vertical-align: middle;
    font-size: 28px;
    color: #008aff;
    transition: 0.3s transform;
}

.ctx .interestedList li:hover .icon i {
    transform: scale(1.2);
}

.ctx .interestedList li .cont {
    width: 89%;
    height: 250px;
    padding: 15px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    border: dashed 1px #e0e0e0;
    border-left: dashed 1px transparent;
    color: #808080;
}

.ctx .interestedList li:hover .cont {
    border: dashed 1px transparent;
}

.ctx .interestedList li .cont .bewrite {
    height: 65px;
    margin: 15px 0;
}

.ctx .interestedList li .cont table tr td:first-child {
    width: 25px;
    vertical-align: top;
    font-weight: bold;
}

.ctx .interestedList li .cont table tr td:first-child i {
    font-size: 20px;
    vertical-align: bottom;
}

.ctx .interestedList li .cont table tr td:nth-child(2) {
    font-size: 14px;
}

.director {
    width: 98%;
    font-size: 14px;
}

.director tr th:nth-child(1) {
    width: 80px;
}

.director tr th:nth-child(2) {
    width: 150px;
}

.director tr th:nth-child(3) {
    width: 150px;
}

.director tr th:nth-child(4) {
    width: 250px;
}

.director tr th:nth-child(6) {
    width: 150px;
}

.director tr td {
    text-align: left !important;
}

.director tr td:nth-child(1) {
    text-align: center !important;
}

.director tr td ul {
    padding: 0 0 0 20px;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .ctx .tap {
        display: none;
    }

    .ctx .interestedList li {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }
    
    .ctx .interestedList li .icon {
        width: 100%;
        height: 50px;
        float: none;
    }
    
    .ctx .interestedList li .cont {
        width: 100%;
        height: auto;
        float: none;
        border-left: dashed 1px #e0e0e0;
        font-size: 14px;
    }
    
    .ctx .interestedList li .cont .bewrite {
        height: auto;
    }
}