/* ÐÂÎÅ×ÊÑ¶ & ¹ØÓÚ×ðÁú¿­Ê± ¹«¹²ÑùÊ½ */

.news-content {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

.news-left {
    display: flex;
    flex-direction: column;
    width: 212px;
}

.news-left .btn-news {
    font-size: 14px;
    color: #5B6572;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid #ACB5C2;
    margin-bottom: 20px;
}

.news-left .btn-news:hover {
    border: 1px solid #0491FF;
}

.news-left .btn-news.current {
    border: 0px;
    background-color: #0491FF;
    color: #fff;
}

/* ²úÆ·¼Æ»®×ÓÒ³Ãæ */

.news-left .hot-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-tags a {
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    color: #5B6572;
    /* opacity: 0.1; */
    background: #0492ff21;
    margin-bottom: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.news-right-sub .sub-img {
    text-align: center;
}

.news-right-sub .daxue-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-right-sub .daxue-list .daxue-item {
    width: 33.33%;
    margin-bottom: 40px;
}

.news-right-sub .sub-zxfw {
    padding-bottom: 30px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
}

.sub-zxfw-left img {
    width: 182px;
    height: 130px;
}

.sub-zxfw-center {
    height: 130px;
    padding-left: 24px;
    padding-right: 76px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.sub-zxfw-center .div-1 span {
    display: inline-block;
    vertical-align: middle;
}

.sub-zxfw-center .zxfw-tag {
    margin-left: 30px;
    font-size: 12px;
    color: #0491FF;
    padding: 2px 5px;
    border: 1px solid #0491FF;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.sub-zxfw-center p b {
    font-size: 22px;
    font-weight: 600;
    color: rgb(230, 22, 22)
}

.sub-zxfw-right {
    text-align: center;
    height: 100px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sub-zxfw-right a {
    display: block;
    width: 128px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #FF882D;
}

.news-right-sub .btn-jrswssws {
    display: inline-block;
    padding:20px 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background: #FF882D;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.news-right-sub .zcxyy-item{
    display:flex;
    margin-bottom: 20px;
}
.zcxyy-item-left img{
    width:260px;
    height:156px;
}

.zcxyy-item-right{
    flex:1;
    background-color: #F7F8FB;
    padding: 15px 25px;
}


/* ²úÆ·¼Æ»®×ÓÒ³Ãæ */

.news-right {
    padding-left: 60px;
    flex: 1;
}

.news-item {
    margin-bottom: 40px;
}

.news-item .p2 {
    margin-top: 10px;
}

.news-item .p2 span:first-child {
    margin-right: 20px;
}

/* ¹ØÓÚ×ðÁú¿­Ê±Ä£¿£¿éÑùÊ½ */

.news-right .tabCon p.f-14 {
    margin-bottom: 10px;
}

.tabCon-title {
    position: relative;
}

.tabCon-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background-color: #ff882d;
}

.gsjs-img img {
    width: 435px;
    height: 240px;
    margin-bottom: 10px;
}

.zhaopin-item {
    margin-bottom: 40px;
}

.zhaopin-content p {
    margin-bottom: 10px;
}

.dizhi p {
    margin-bottom: 10px;
}

/* ¹ØÓÚ×ðÁú¿­Ê±Ä£¿£¿éÑùÊ½ */

/* ÎÄÕÂÏêÇéÒ³ÑùÊ½ */

.article-info p {
    font-size: 14px;
}

.menu-nav {
    position: absolute;
    left: 20px;
    bottom: -50px;
}

/* ÎÄÕÂÏêÇéÒ³ÑùÊ½ */

@media (max-width: 767px) {
    .news-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-content {
        flex-direction: column;
    }
    .news-left {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }
    .news-left .btn-news {
        width: 46%;
    }
    .news-left .flex-blank {
        width: 46%;
    }
    .news-right {
        padding-left: 0px;
    }
    .menu-nav {
        bottom: -30px;
    }
    .news-right-sub .daxue-list .daxue-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .news-right-sub .sub-zxfw {
        flex-direction: column;
    }
    .sub-zxfw-center {
        padding: 0px;
    }
    .sub-zxfw-right {
        padding-top: 20px;
        height: 60px;
    }
    .news-right-sub .btn-jrswssws {
        font-size: 18px;
        padding:5px 20px;
    }
    .news-right-sub .zcxyy-item {
        flex-direction: column;
    }
    .zcxyy-item-left img {
        width:auto;
        height:auto
    }
}<!--ºÄÊ±1774188208.058Ãë-->