body {
    font-size: 14px;
    min-width: 1020px;
}

/*banner*/
.head_swiper {
    width: 1000px;
    height: 310px;
}

@media (min-width: 1280px) {
    .head_swiper {
    width: 1100px !important;
    height: 310px;
    }
}

.head_swiper .swiper-slide img {
    width: 100%;
    display: block;
    height: 310px;
}

.swiper-container .swiper-wrapper {
    height: 100% !important;
}

.swiper-container .swiper-slide {
    height: 100%;
}

.cooperative-article {
    margin-top: 10px;
}

.cooperative-article .swiper-container {
    width: 330px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.cooperative-article .article-flex-left {
    width: 100%;
    border: 1px solid rgba(151, 151, 151, 0.3);
}

.article-cover-wrap {
    height: 230px;
    overflow: hidden;
}

.article-flex-left .article-cover {
    display: block;
    width: 100%;
}

.article-flex-left .article-msg {
    padding: 10px;
}

.article-flex-left .article-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    height: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-flex-left .article-content {
    color: #373737;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.article-flex-left .article-left-footer {
    font-size: 12px;
    margin-top: 10px;
    color: rgba(55, 55, 55, 0.7);
}

.article-left-footer .time img {
    width: 15px;
    margin-right: 4px;
}

.article-left-footer .see {
    margin-left: 20px;
}

.article-left-footer .see img {
    width: 15px;
    margin-right: 4px;
}

.article-flex-right {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 20px;
}

.article-flex-right .article-right-nav {
    height: 40px;
    border: 1px solid rgba(0, 79, 189, 0.1);
}

.article-flex-right .article-right-nav .article-nav-name {
    width: 136px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid rgba(0, 79, 189, 0.1);
    font-weight: 500;
    color: #373737;
    cursor: pointer;
}

.article-flex-right .article-right-nav .article-nav-name.active {
    color: #FFFFFF;
    background: linear-gradient(180deg, #1a70d2, #1276e9);
    background: -webkit-linear-gradient(180deg, #1a70d2, #1276e9);
}

.article-right-nav .article-nav-more {
    font-size: 12px;
    color: rgba(55, 55, 55, 0.7);
    margin-left: auto;
    margin-right: 0;
    width: 100px;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    -webkit-justify-content: center;
}

.article-right-nav .article-nav-more .icon {
    margin-left: 6px;
}

.article-listbox {
    padding: 0 12px;
}

.article-list-ul .active-list-item {
    margin-top: 12px;
}

.active-list-item .list-icon {
    width: 10px;
    margin-right: 6px;
}

.active-list-item .active-list-item-title {
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-weight: 400;
}

.cooperative-article .active-list-item .active-list-item-title {
    width: 500px;
}

.active-list-item .active-list-item-time {
    color: rgba(55, 55, 55, 0.7);
    margin-left: auto;
    margin-right: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.follow_focus {
    margin-top: 50px;
}

.follow_focus .title {
    color: #0458b7;
    font-weight: bold;
    position: relative;
    justify-content: center;
    font-size: 20px;
}

.follow_focus .title .more {
    position: absolute;
    right: 0;
    font-weight: normal;
    font-size: 12px;
    color: rgba(55, 55, 55, 0.7);
    top: 6px;
}

.follow_focus .title .more img {
    margin-left: 6px;
}

.follow_focus .title-line {
    margin-top: 10px;
}

.title-line {
    height: 1px;
    background-image: linear-gradient(90deg, #0037a8, rgba(0, 55, 168, 0));
    margin-top: 4px;
}

.follow_focus_list {
    margin-top: 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.follow_focus_list .article-flex-left {
    width: 320px;
    border: 1px solid rgba(151, 151, 151, 0.3);
}

.follow_focus_padd {
    padding: 0 20px;
}

.epidemic {
    margin-top: 40px;
}

.epidemic_flexbox {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.epidemic .epidemic-msgbox {
    width: 48%;
}

.epidemic .epidemic-title .icon1 {
    width: 6px;
    margin-right: 6px;
}

.epidemic .epidemic-title .txt1 {
    color: #0458b7;
    font-size: 20px;
    font-weight: bold;
}

.epidemic .epidemic-title .txt2 {
    color: #0238A5;
    opacity: 0.5;
    font-size: 12px;
}

.epidemic .epidemic-title .more {
    margin-left: auto;
    margin-right: 0;
    color: rgba(55, 55, 55, 0.7);
    font-size: 12px;
}

.epidemic .epidemic-title img {
    margin-left: 6px;
}

.padd {
    padding: 0 6px;
}

.campus-box .campus-box-flex {
    justify-content: space-between;
    margin-top: 20px;
    -webkit-justify-content: space-between;
}

.campus-box-left {
    width: 530px;
    height: 320px;
}

.campus-box-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.campus-box-right {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 15px;
}

.campus-box .campus-right-n1 {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.campus-box .campus-right-n1 img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}

.campus-right-n1.margin {
    margin-top: 15px;
}

.othersbox-item.item1 {
    width: 330px;
}

.othersbox-item-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
}

.othersbox-item-list .othersbox-listitem {
    width: 72px;
    height: 72px;
    border-radius: 6px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: 15px;
}

.othersbox-item-list .othersbox-listitem img {
    width: 28px;
    height: 28px;
}

.othersbox-item-list .othersbox-listitem .txt {
    color: #FFFFFF;
    margin-top: 6px;
}

.othersbox-item.item2 {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 30px;
}

.other-item2-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.other-item2-list .cover {
    width: 150px;
    height: 72px;
    margin-top: 15px;
    position: relative;
}

.other-item2-list .cover-img {
    width: 150px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
}

.other-item2-list .txt {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .container {
        width: 1000px;
    }
}

.consultation {
    position: absolute;
    width: 150px;
    background: #ffffff;
    z-index: 10000;
    box-shadow: 0 2px 5px 0 rgba(58, 119, 183, 0.3);
}

.consultation-n1 {
    height: 50px;
    background: #22559b;
    font-size: 14px;
    color: #FFFFFF;
    justify-content: center;
    -webkit-justify-content: center;
}

.consultation-n1 img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.consultation-n2 {
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
    color: #22559B;
}

.consultation .signup {
    width: 96px;
    height: 32px;
    background: linear-gradient(180deg, #478ecb, #22559b);
    border-radius: 3px;
    margin: 10px auto;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer;
}

.consultation .consultation-n3 {
    text-align: center;
    font-size: 12px;
    color: #255a9f;
    line-height: 17px;
    margin: 4px 0 0 0;
}

.consultation-n3 p {
    font-weight: 500;
}

.consultation-n3 .call-icon {
    width: 100%;
    height: 100%;
}


/*column*/
.column {
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    /*border-top: none;*/
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px #f2f2f2;
    box-shadow: 0 2px 2px #f2f2f2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff
}

/*左边焦点新闻 */
#focusNews {
    float: left;
    /*width: 340px;*/ 
}
.focusNewswt {
    width: 240px !important;
}
@media (min-width: 1280px) {
   .focusNewswt {
    width: 340px !important;
}
}
#focusNews .bd .pic img {
    width: 100%;
    height: 225px;
}

#focusNews .bd .con .bg {
    display: none;
}

#focusNews .bd .con {
    position: relative;
    height: 100px;
}

#focusNews .bd .con .title {
    position: relative;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#focusNews .bd .con .title a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 0;
}

#focusNews .bd .con .txt {
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

#focusNews .hd {
    bottom: 0;
    right: 40%;
}

#focusNews .hd ul li {
    height: 13px;
    width: 13px;
    background: #dcdcdc;
    border-radius: 13px;
}

#focusNews .hd ul li.on {
    background: #007ab9;
}


/*中间 */
#News {
    margin-left: 15px;
    width: 360px;
    float: left;
}

#kxun li.first a {
    color: #c80406;
    font-weight: bold;
}

/*box */
.column .boxB .hd {
    height: 40px;
    line-height: 40px;
    background: #0c92d1;
    position: relative;
    overflow: hidden;
}

.column .boxB .hd ul {
    margin-left: 10px;
}

.column .boxB .hd li {
    float: left;
    padding: 0 10px;
    position: relative;
}

.column .boxB .hd li a {
    font-size: 16px;
    color: #fff;
}

.column .boxB .hd li.on {
    background: #fff;
    margin-top: 5px;
    height: 35px;
    line-height: 32px;
}

.column .boxB .hd li.on a {
    color: #0c92d1;
    font-weight: bold;
}

.column .boxB .hd .more {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 12px;
}

.column .boxB .hd .more a {
    color: #fff;
}

.column .boxB .bd {
    padding: 10px 0;
}

/*右边 */
#Notice {
    float: right;
    width: 330px;
}

#Notice .hd {
    background: #169fa5;
}

#Notice .hd li.on a {
    color: #169fa5;
}


/*底部快捷导航*/
.quickNav {
    margin-top: 10px;
    height: 20px;
    position: relative;
    line-height: 20px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    color: #e0e0e0;
    overflow: hidden;
}

.quickNav .prev {
    position: absolute;
    top: 20px;
    left: 16px;
    display: block;
    /*background: url(/theme/xi/css/images/btnprev.png) no-repeat;*/
    width: 8px;
    height: 13px;
    cursor: pointer;
}

.quickNav .next {
    position: absolute;
    top: 20px;
    right: 16px;
    display: block;
    /*background: url(/theme/xi/css/images/btnnext.png) no-repeat;*/
    width: 8px;
    height: 13px;
    cursor: pointer;
}

.tempWrap {
    width: 1000px !important;
}

.quickNav .bd {
    margin-left: 60px;
}

.quickNav li.last {
    border: 0;
}

.quickNav li {
    border-right: 1px solid #e0e0e0;
    height: 20px;
    line-height: 20px;
    color: #666;
    padding: 0 5px;
    _margin: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.quickNav a:hover {
    color: #013983;
}

.quickNav em.icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: block;
    background: url(/theme/xi/css/images/emicons.png) 0 0 no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.quickNav .li1:hover .icon {
    background-position: -21px 0;
}

.quickNav .li2 em.icon {
    background-position: 0 -20px;
}

.quickNav .li2:hover em.icon {
    background-position: -21px -20px;
}

.quickNav .li3 em.icon {
    background-position: 0 -40px;
}

.quickNav .li3:hover em.icon {
    background-position: -21px -40px;
}

.quickNav .li4 em.icon {
    background-position: 0 -60px;
}

.quickNav .li4:hover em.icon {
    background-position: -21px -60px;
}

.quickNav .li5 em.icon {
    background-position: 0 -80px;
}

.quickNav .li5:hover em.icon {
    background-position: -21px -80px;
}

.quickNav .li6 em.icon {
    background-position: 0 -100px;
}

.quickNav .li6:hover em.icon {
    background-position: -21px -100px;
}

.quickNav .li7 em.icon {
    background-position: 0 -120px;
}

.quickNav .li7:hover em.icon {
    background-position: -21px -120px;
}

.quickNav .li8 em.icon {
    background-position: 0 -140px;
}

.quickNav .li8:hover em.icon {
    background-position: -21px -140px;
}

.quickNav .li9 em.icon {
    background-position: 0 -158px;
}

.quickNav .li9:hover em.icon {
    background-position: -21px -158px;
}

.quickNav .li10 em.icon {
    background-position: 0 -158px;
}

.quickNav .li10:hover em.icon {
    background-position: -21px -158px;
}

.quickNav .li11 em.icon {
    background-position: 0 -158px;
}

.quickNav .li11:hover em.icon {
    background-position: -21px -158px;
}