@charset "UTF-8";

@import url("/css/animate.css");

.main {
    margin-bottom: 40px;
}

.main .container {
    display: flex;
    justify-content: space-between;
}

.main_left {
    min-height: 900px;
    width: 814px;
    /* flex: 1; */
    margin-right: 20px;
}

.left_list a:hover,
.right_list a:hover {
    color: rgb(79, 76, 212) !important;
}

/* 侧边导航 */
.main_left .left_nav {
    width: 100%;
    height: 82px;
    background-color: #fff;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 26px;
    padding-right: 0;
}

.main_left .left_nav h2 {
    font-size: 22px;
    font-weight: 700;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.main_left .left_nav ul {
    display: flex;
    margin-left: 10px;
    flex: 1;
}

.main_left .left_nav ul li {
    font-size: 16px;
    margin-right: 12px;
}

.main_left .left_nav ul li:last-child {
    margin-right: 0;
}

.main_left .left_nav ul li a.active {
    border-bottom: 3px solid #00BA6B;
    padding-bottom: 8px;
}

.main_left .left_nav ul li a:hover {
    border-bottom: 3px solid #00BA6B;
    padding-bottom: 8px;
}

/* .main_left {
    min-height: 900px;
    width: 814px;
    flex: 1;
    margin-right: 20px;
} */
.main_left{
    margin-bottom: 30px;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
}
.left_list a:hover,
.right_list a:hover {
    color: rgb(79, 76, 212) !important;
}

/* 侧边导航 */
.main_left .left_nav {
    width: 100%;
    height: 82px;
    background-color: #fff;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 26px;
    padding-right: 0;
}

.main_left .left_nav h2 {
    font-size: 22px;
    font-weight: 700;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.main_left .left_nav ul {
    display: flex;
    margin-left: 10px;
    flex: 1;
}

.main_left .left_nav ul li {
    font-size: 16px;
    margin-right: 12px;
}

.main_left .left_nav ul li:last-child {
    margin-right: 0;
}

.main_left .left_nav ul li a.active {
    border-bottom: 3px solid #00BA6B;
    padding-bottom: 8px;
}

.main_left .left_nav ul li a:hover {
    border-bottom: 3px solid #00BA6B;
    padding-bottom: 8px;
}


.fff_box{
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
    padding-bottom: 10px;
}
.hd_line1{
    display: flex;
    justify-content: space-between;
    /* background-color: #fff; */
}

.hd_line1 .left{
    width: 814px;
    /* height: 100px; */
}

/* 标题 */
.zx_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.zx_title h2{
    font-size: 22px;
    font-weight: 700;
    position: relative;

}
.zx_title h2::after{
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.zx_title i{
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}
/* 列表 */
.zx_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.zx_title h2{
    font-size: 22px;
    font-weight: 700;
    position: relative;

}
.zx_title h2::after{
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.zx_title i{
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}




.leibie{
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    display: inline-block;
    padding: 0px 4px;
}
.el-table--enable-row-transition .el-table__body td.el-table__cell{
    border-bottom: none;
}
.el-table a{
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    cursor: pointer;
}
.el-table a:hover{
    color: #4257CC;
}

.el-pagination{
    margin-top: 30px;
    margin-bottom: 20px;
}
.el-pagination.is-background .btn-prev,.el-pagination.is-background .btn-next{
    min-width: 60px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #4257CC;
}
.el-table thead tr th{
    padding: 10px 0 !important;
    font-size: 16px !important;
}
.el-table tbody tr td{
    padding: 16px 0 !important;
    font-size: 16px !important;
}

/* .el-pagination .el-pagination__total{
    margin: 0 10px;
} */
.hd_line1 .left_top{
    min-height: 375px;
    box-shadow: none;
    padding: 0 23px;
    overflow: hidden;
}

.hd_line1 .left_bottom{
    /* height: 64px; */
    /* box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09); */
    background-color: #fff;
    box-sizing: border-box;
    /* margin-top: 14px; */
    display: flex;
    align-items: center;
    padding: 24px;
}

.hd_line1 .left_bottom h2{
    font-size: 18px;
    display: block;
    font-weight: 700;
    width: 210px;
}
.hd_line1 .left_bottom .mail_input{
    width: 430px;
    margin-right: 14px;
}
.hd_line1 .left_bottom .code{
    width: 130px;
    margin-right: 14px;
}
#v_container{
    height: 30px;
    margin-right: 14px;
}
.hd_line1 .left_bottom .search_btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #4257CC;
    display: block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.hd_line1 .right{
    width: 210px;
    /* height: 100px; */
    background-color: #fff;
}
.hd_line1 .right_top{
    height: 350px;
    background: url(../images/hd_bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-shadow: none;
    margin-top: 24px;
    margin-right: 12px;
    padding: 16px;
}
.hd_line1 .right_top h2{
    color: #fff;
    font-size: 22px;
    /* font-weight: 700; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.hd_line1 .right_top ul li{
    display: flex;
    height: 54px;
    margin-bottom: 6px;
    background-color: #fff;
    align-items: center;
    justify-content: space-evenly;
    font-size: 16px;
    cursor: pointer;
}
.hd_line1 .right_top ul li img{
    width: 28px;
}
.hd_line1 .right_top ul li:hover p{
    color: #4257CC;
}
.hd_line1 .right_top ul li:hover img{
    animation: tada 1s;
}
.hd_line1 .right_bottom{
    height: 64px;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 14px;
    display: flex;
    padding: 10px 0;
}
.hd_line1 .right_bottom a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.hd_line1 .right_bottom a img{
    width: 44px;
    margin-right: 10px;
}
.hd_line1 .right_bottom a p{
    font-size: 18px;
    font-weight: 700;
    color: #4257CC;
    font-style: italic;
}

.main_right {
    width: 366px;
    height: 900px;
}

.right_title {
    height: 70px;
    box-sizing: border-box;
    padding: 34px 18px 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #EAEAEC;
}

.right_title h2 {
    font-size: 22px;
    font-weight: 700;
}

.right_title a {
    color: #ADADAD;
}

.main_right .right_tag {
    width: 100%;
    height: 330px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    margin-bottom: 10px;
    padding: 0 3px;
}

.main_right .right_article {
    width: 100%;
    height: 560px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
}

.right_list {
    padding: 26px 18px 0 20px;
}

.right_list ul li {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEAEC;
}

.right_list ul li .list_pic {
    height: 60px;
    width: 60px;
    background-color: #4257CC;

}

.right_list ul li .list_pic img {
    width: 100%;
    height: 100%;
}

.right_list ul li a {
    font-size: 14px;
    display: block;
    flex: 1;
    margin-left: 20px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 标签云 */
.right_main {
    height: 260px;
}

.tagcloud {
    width: 96%;
    height: 100%;
    overflow: hidden;
}

.tagcloud a.bold {
    font-weight: bold;
}

.tagcloud a.big {
    font-size: 40px !important;
}

.tagcloud a.middile {
    font-size: 28px !important;
}

.tagcloud a.small {
    font-size: 14px !important;
}

.tagcloud>* {
    display: inline;
    white-space: nowrap;
}


@media screen and (max-width: 768px){
    .fff_box{
        padding: 16px 14px;
    }
    .zx_title h2{
        font-size: 1.375rem;
    }
    .hd_line1{
        flex-direction: column;
    }
    .hd_line1 .left,
    .hd_line1 .right,
    .hd_line1 .left_top,
    .hd_line1 .left_bottom{
        width: 100%;
        height: auto;
    }
    .hd_line1 .left{
        margin-bottom: 14px;
    }
    .hd_line1 .left_bottom{
        padding: 16px 14px;
        flex-wrap: wrap;
    }
    .hd_line1 .left_bottom h2,
    .hd_line1 .left_bottom .mail_input{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .hd_line1 .left_bottom .code{
        width: 49%;
        margin-right: 1%;
    }

    #v_container{
        margin-right: 0;
        width: 25%;
    }
    .hd_line1 .left_bottom .search_btn{
        width: 25%;
    }
    .hd_line1 .right_top{
        height: auto;
    }
    .hd_line1 .right_top h2{
        justify-content: center;
    }
    .hd_line1 .right_top h2 img {
        margin-right: 20px;
    }
    .hd_line1 .right_top ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hd_line1 .right_top ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .hd_line1 .right_bottom{
        padding: 20px 0;
        height: auto;
    }
    .hd_line1 .right_bottom a img{
        margin-right: 20px;
    }

    .main .container {
        display: block;
    }

    .main_left,
    .main_right {
        width: 100%;
        min-height: auto;
        margin-bottom: 14px;
    }

    .main_left .left_nav ul {
        flex-wrap: wrap;
    }

    .main_left .left_nav ul li {
        margin-bottom: 10px;
    }

    .main_left .left_nav ul li a.active {
        padding-bottom: 4px;
    }

    .main_left .left_nav ul li a:hover {
        border-bottom: none;
        padding: 8px 0;
    }

    .main_left .left_nav h2 {
        padding-right: 10px;
        margin-right: 10px;
    }

    .el-pagination{
        /* overflow-x: scroll; */
    }
    .el-pagination .el-pager .number,
        .el-pagination .el-pager .el-icon-more{
        display: none;
    }
    .el-pagination .el-pagination__total{
        display: none !important;
    }
    .el-pagination .el-pager .active{
        display: block;
    }
    .el-table tbody tr td{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .el-table thead tr th{
        padding: 6px 0 !important;
        font-size: 1rem !important;
    }
    .el-table tbody tr td{
        padding: 10px 0 !important;
        font-size: 0.875rem !important;
    }

}