﻿#navBar {
    height: unset!important;
}
.sticky-container .sticky .columns {
    background: rgba(0,0,0,0.3)!important;
}
.paddingBtom{
    padding:30px 0;
}
.fl {
    float: left;
}
.modelbox {
    width: 33.33%;
    padding-right: 1.9rem;
    margin-top: 20px;
}

.model_title {
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}
    .model_title .model_more{
        float:right;
    }
    .clearfix {
        clear: both;
    }
.model_title_tab_text {
    font-size: 20px;
    padding: 0 10px 10px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}
    .model_title_text, .model_title_tab_text.active {
        font-size: 20px;
        color: #2b79b4;
        border-bottom: 3px solid #2b79b4;
        padding: 0 20px 10px;
        font-weight: 600;
    }
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.model_more a {
    color: #a6a6a6;
    line-height: 36px;
    padding-right: 10px;
    font-size: 14px;
}
.model_text_content {
    position: relative;
}
.model_text_content_t {
    display: block;
}
.model_pic_top {
    margin-top: 15px;
}
    .model_pic_top .kplist {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
    .model_pic_top img {
        width: 100%;
        margin-right: 10px;
    }
.model_pic_title {
    width: 50%;
    height: 110px;
    padding-right: 10px;
    position: relative;
}
.model_pic_title_text {
    font-size: 1.13rem;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.model_pic_title_bottom {
    font-size: 14px;
    color: #9ca7b3;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.model_pic_title_bottom {
    font-size: 0.88rem;
    color: #9ca7b3;
    position: absolute;
    left: 0;
    bottom: 5px;
}
    .model_pic_title_bottom span {
        margin-right: 15px;
    }
.model_time {
    font-size: 0.75rem;
    margin-left: 10px;
}
.model_text_list {
    margin-top: 20px;
    overflow: hidden;
}
    .model_text_list li a {
        color: #333;
        display: block;
        width: 100%;
        line-height: 35px;
        height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1rem;
    }
        .model_text_list li a:hover {
            color: #2b79b4;
        }
            .model_text_list li a:hover .weilei:before {
                background: #2b79b4;
            }
            .model_text_list li .weilei:before {
                content: "";
                width: 5px;
                height: 5px;
                display: inline-block;
                background: #d8d8d8;
                margin-right: 10px;
                position: relative;
                top: -2px;
            }
.train_content_area {
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: rgba(0,0,0,1);
    line-height: 36px;
    opacity: 0.9;
}
.train_Title {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #006eab;
    color: #fff;
    font-size: 1.13rem;
    position: relative;
}
    .train_Title:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px;
        border-color: #006eab transparent transparent transparent;
        position: absolute;
        right: 35px;
        bottom: -20px;
    }
.attsveGg img {
    width: 370px;
    height: 220px;
}
.train_content ul {
    margin-top: 15px;
}
    .train_content ul li {
        cursor: pointer;
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        box-sizing: border-box;
        font-size: 0.88rem;
    }
        .train_content ul li.active, .train_content ul li:hover {
            border-bottom: 2px solid #33b4ff;
            color: #33b4ff;
        }
.indexFrontpage .top h1 a {
    display: block;
    text-align: center;
    font-size: 2.38rem;
    color: #015293;
    font-weight: 600;
    margin-top: 2.2rem;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.train_content_keywords .clearfix {
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: rgba(0,0,0,1);
    line-height: 36px;
    opacity: 0.9;
}
.indexFrontpage .top > ul {
    text-align: center;
}
    .indexFrontpage .top > ul li {
        display: inline-block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        font-family: SimSun;
        font-weight: 400;
        color: rgba(78, 78, 78, 1);
    }
    .indexFrontpage .top > ul a {
        display: inline-block;
        color: #4e4e4e;
        height: 30px;
        line-height: 30px;
        font-size: 0.88rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 240px;
        vertical-align: top;
        margin: 0 5px;
    }
@media screen and (max-width:1200px) {
    .modelbox {
        width: 50%;
    }

    .indexFrontpage .top h1 a {
        font-size: 1.38rem;
    }

    .indexFrontpage .top > ul a {
        font-size: 0.58rem;
    }

    .model_pic_title_text {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:768px) {
    .modelbox {
        width: 100%;
    }

    .model_pic_title_text {
        font-size: 0.9rem;
    }

    .model_text_list li a {
        line-height: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
    .attsveGg img {
        margin: auto;
        display: block;
    }

}
@media screen and (max-width:425px) {
    .attsveGg img {
        width: 100%;
        height: auto;
    }

}
