#pilot {
    /*position: absolute;*/
    /*top: 5vw;*/
    width: 100%;
    position: relative;
}

.top_img {
    background-image: url("./../../../../static/img/online/1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 318px;
    /*position: relative;*/
    margin-top: 88px;
}

#middle {
    margin: 0 auto;
    width: 100%;
    padding: 0px 0px 50px;
    /*background-color: #f4f4f4;*/
}
.content{
    margin: 0 auto;
    width: 1180px;
}
@media (max-width: 1300px) {
    .content {
        width: 980px;
    }
}
@media (max-width: 1200px) {
    .content {
        width: 880px;
    }
}
@media (max-width: 980px) {
    .content {
        width: 100%;
        padding: 0px 50px;
    }
}
.content:after {
    clear: both;
    display: table;
    content: "";
}
.content>div:last-child{
    display: flex;
    justify-content: space-between;
}
.content_left {
    /*float: left;*/
    width: 220px;
}

.content_left_top {
    background-color: #00465e;
    text-align: center;
    padding: 30px 0px;
    /*margin: 0px 20px;*/
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    animation: example1 1s ease-out 0.5s backwards;
    color: white;
}

@keyframes example1 {
    0% {
        transform: translate(-100px);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.content_left_top_top {
    font-size: 30px;
    color: white;
}

.content_left_top_bottom {
    font-size: 12px;
}

.content_left_bottom {
    background-color: white;
    text-align: center;
    padding: 20px 20px 20px;
    margin: 20px 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    animation: example2 1s ease-out 0.5s backwards
}

@keyframes example2 {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    /*50% {*/
    /*    transform:translateY(50px);*/
    /*    opacity:.5;*/
    /*}*/
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav-stacked li {
    padding-bottom: 10px;
}

.nav-stacked>li a {
    text-align: left;
    color: #006f9e;
    /*height: 40px;*/
    background-color: #F5F5F5;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.nav-stacked>li a:after,
.nav-stacked>li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #F5F5F5;
    z-index: -2;
    /*border-radius: 4px;*/
}

.nav-stacked>li a:before {
    transition: .5s;
    background: #006f9e;
    z-index: -1;
}

.nav-stacked>li a:hover:after,
.nav-stacked>li a:hover:before {
    width: 100%;
}

.nav-pills>li>a:hover {
    z-index: 1;
    background: transparent;
    color: white;
}

.nav-pills>li.active>a {
    background-color: #006f9e;
}

.nav-stacked>li>a>div {
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.content_right {
    /*float: left;*/
    padding: 20px 30px;
    margin: 0px 0px 0px 40px;
    animation: example3 1s ease-out 0.5s backwards;
    /*width: 870px;*/
    background-color: white;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    flex: 1;
    overflow-y: auto;
}

@keyframes example3 {
    0% {
        transform: translate(100px);
        opacity: 0;
    }

    /*50% {*/
    /*    transform:translateY(50px);*/
    /*    opacity:.5;*/
    /*}*/
    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.content_right_top_title>div:first-child {
    width: 5px;
    height: 40px;
    line-height: 40px;
    background-color: #00465e;
    float: left;
    margin-right: 20px;
}

.content_right_top_title>div:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    float: left;
}

.content_right_top_title>div:last-child {
    clear: both;
}


#content>.show2>.title{
    font-size: 22px;
    font-weight: bold;
    color: #2e2e2e;
    border-left: 5px solid #2f3d7a;
    padding-left: 15px;
}
#content>.show2>.nav{
    font-size: 22px;
    font-weight: bold;
    display: flex;
    border-bottom: 1px solid #ccc;
}

#content>.show2>.nav>li>a{
    display: inline-block;
    color: #2e2e2e;
    padding-bottom: 10px;
}



#content>.show2>.nav>li>a:hover{
    background-color: white;
}
#content>.show2>.nav>li:nth-child(1)>a{
    border-bottom: 3px solid #0e719d;
}
.content_right_top_content {
    margin-top: 15px;
}

.content_right_top_content>.item {
    padding: 20px;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    background-color: white;
    cursor: pointer;
}
.content_right_top_content>.item:hover{
    text-decoration: none;
}

.content_right_top_content>.item>.left {
    width: 88px;
    height: 95px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 15px 0 0 ;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.content_right_top_content>.item>.left>span {
    font-size: 32px;
}

.content_right_top_content>.item>.center {
    flex: 1;
    height: 100%;
    /*margin: 0 10px;*/
    padding-left: 32px;
}

.content_right_top_content>.item:hover>.center>.center-title {
    color: #2162a5 !important;
}
.content_right_top_content>.item>.center>.center-title {
    font-size: 16px;
    /*font-family: Source Han Sans CN;*/
    font-weight: bold;
    color: rgb(40,40,40);
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 1;
}

.content_right_top_content>.item>.center>.center-text {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.content_right_top_content>.item>.center>.detail{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_right_top_content>.item>.center>.detail>.left{
    font-size: 20px;
    color:#838282;
}
.content_right_top_content>.item>.center>.detail>.left>.bj{
    display: inline-block;
    width: 24px;
    height: 10px;
    background: url('../../../../static/img/online/6-1.png');
}
.content_right_top_content>.item:hover>.center>.detail>.left>.bj{
    background: url('../../../../static/img/online/6-2.png');
}
.content_right_top_content>.item:hover>.center>.detail>.left{
    color: #2162a5;
}
.content_right_top_content>.item>.center>.detail>.right{
    width: 55px;
    height: 26px;
}
.content_right_top_content>.item>img {
    width: 300px;
    font-size: 14px;
    margin-left: 20px;
}


@media (max-width: 1400px) {
    .content_left {
        width: 180px;
    }
    .content_left_top_top{
        font-size: 22px;
    }
    .nav-stacked>li>a>div{
        font-size: 10px;
        height: 30px;
        line-height: 30px;
    }
    .content_right_top_title>div:first-child{
        height: 30px;
    }
    .content_right_top_title>div:nth-child(2){
        font-size: 15px;
        height: 30px;
        line-height: 30px;
    }
}
