        html,
        body {
            height: 100%;
            background-color: #e7ecf6;
        }
        
        container {
            display: block;
            margin: 75px auto;
        }
        
        .top {
            height: 210px;
        }
        
        .top img {
            height: 100%;
            width: 100%;
        }
        
        .banner {
            height: 210px;
            width: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
            background: url(../images/online.png);
        }
        
        .banner h2 {
            font-size: 24px;
            color: #fff;
        }
        
        .detail_wrap {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .detail_wrap .nav {
            height: 50px;
            line-height: 50px;
        }
        
        .detail_wrap .nav a {
            color: #333;
            font-weight: bolder;
        }
        
        .detail_wrap .detail {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .detail_wrap .detail {
            background: #fff;
            padding: 10px 25px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            margin-bottom: 20px;
        }
        
        .detail_wrap .detail h3.title {
            font-size: 16px;
            margin-bottom: 10px;
            border-left: 4px solid #0033a2;
            padding-left: 7px;
            margin-top: 20px;
            color: #333;
            background: linear-gradient(to right, #eee, #f3f5fa);
            font-weight: bolder;
        }
        
        .detail_wrap .detail .des p {
            line-height: 27px;
            text-indent: 25px;
            font-size: 14px;
            padding: 0 75px;
        }
        
        .vip p {
            margin-left: 20px;
        }
        
        .tab_box ul {
            display: flex;
            border-bottom: 1px solid #ccc;
        }
        
        .tab_box ul li {
            padding: 10px;
            font-size: 16px;
            cursor: pointer;
            color: #405275;
            font-weight: bolder;
        }
        
        .tab_box ul li.active {
            border-bottom: 3px solid #405275;
            margin-left: 7px;
            font-size: 17px;
        }
        
        .subject,
        .professional,
        .working {
            display: none;
        }
        
        ul li {
            font-size: 15px;
            line-height: 36px;
            padding-left: 30px;
        }
        
        ul.comm_list li::before {
            content: "";
            margin-right: 10px;
            margin-bottom: 2px;
            font-weight: bold;
            font-size: 17px;
            display: inline-block;
            height: 3px;
            width: 3px;
            border: 1px solid #a9a4a4;
            border-radius: 50%;
            text-align: center;
            line-height: 17px;
            background-color: #0033a2;
        }
        
        .comm_info a {
            color: #073fc3;
            font-weight: bolder;
        }
        
        .comm ul {
            padding: 0 45px;
        }
        
        ul li label {
            min-width: 65px;
            color: #333;
        }
        
        ul li span {
            color: #999;
        }
        
        .comm_list {
            margin-top: 10px;
        }
        
        .basic {
            width: 100%;
        }
        
        .detail .right .con_box .journal_list li {
            border: none;
            padding: 10px 0;
        }
        
        .detail_wrap .tip {
            color: #999;
            padding: 0 10px;
            margin-bottom: 30px;
            float: right;
        }
        
        .detail .i_org {
            margin-left: 75px;
        }
        
        .btn_b {
            display: inline-block;
            border: 2px solid #5885b5;
            background: #2163a4;
            padding: 4px;
            margin-right: 10px;
            margin-bottom: 7px;
            color: #fff;
        }
        
        .btn_o {
            display: inline-block;
            border: 2px solid #f8ac59;
            background: #f8ac5970;
            padding: 4px;
            margin-right: 10px;
            margin-bottom: 7px;
        }
        
        .new_media {
            display: flex;
            justify-content: right;
        }
        
        .new_media li {
            width: 18%;
            text-align: center;
            margin: 0 5px;
            height: 120px;
        }
        
        .new_media li img {
            width: 95px;
            height: 95px;
        }
        
        .person {
            padding-left: 45px;
        }
        
        .ellipsis {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .conf_top .to_top_icon {
            background: url('../images/index_sprites.png')-10px -10px;
            display: inline-block;
            width: 36px;
            height: 36px;
            position: fixed;
            bottom: 15%;
            right: 20px;
            display: none;
            z-index: 1000;
        }
        
        .page_pop {
            text-align: center;
        }
        
        .page_pop span {
            cursor: pointer;
        }
        
        .th_w {
            width: 170px;
        }
        
        .flag {
            color: #073fc3;
            cursor: pointer;
        }
        
        @media screen and (max-width: 900px) {
            container {
                margin: 110px auto;
                display: block;
                width: auto;
                padding: 1%;
            }
            .detail_wrap {
                max-width: 100%;
            }
            .detail_wrap .detail .right {
                display: none;
            }
            .detail_wrap .nav {
                height: 40px;
                line-height: 40px;
                font-size: 11px;
            }
            .detail_wrap .detail .left .des p {
                line-height: 27px;
                text-indent: 25px;
                font-size: 13px;
                padding: 0 15px;
            }
            .comm .comm_info {
                padding: 0 15px;
            }
            ul li {
                font-size: 13px;
                line-height: 25px;
                padding-left: 5px;
            }
            .person {
                padding-left: 15px;
            }
            .th_w {
                width: 70px;
            }
            .comm ul,
            p {
                margin-left: 10px;
            }
            .banner {
                height: 100px;
                width: 100%;
                padding-top: 0;
            }
            .top {
                height: 100px;
            }
            .banner h2 {
                font-size: 16px;
            }
            .detail_wrap .tip {
                font-size: 11px;
            }
            .detail_wrap .detail .des p {
                line-height: 27px;
                text-indent: 25px;
                font-size: 12px;
                padding: 0 10px;
            }
        }