@charset "UTF-8";

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    transition: all .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFF;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    z-index: 999;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    transition: width .4s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 28px;
    background: #FFF
}

.body {
    background-size: 100%;
    background-color: #e7f7fe;
}


.header {
    height: 330px;
    background: url(../image/20/banner20.jpg) no-repeat;
    background-position:0 45px;
}



.header .toptool {
    width: 100%;
    height: 44px;
    position: relative;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    display: flex;
    align-items: center
}

.header .toptool .container {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.header .logobox {
    padding-top: 60px
}

.header .net-info {
    display: flex;
    flex: 3
}

.header .search-bar {
    width: 290px
}

.header .search-bar .form {
    display: flex;
    align-items: center;
    border: 2px solid #CC9652;
    border-radius: 6px
}

.header .search-btn {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    border: none;
    background: #700C00;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 5px;
    width: 78px
}

.header .search-btn .icon-sousuo {
    font-size: 24px;
    padding-right: 5px
}

.header .form-input {
    outline: none;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    font-size: 14px;
    color: #333;
    width: 212px
}

.header .site {
    float: left;
    position: relative;
    margin-left: 28px
}

.header .site:before {
    content: '';
    width: 2px;
    height: 18px;
    position: absolute;
    left: -14px;
    top: 5px;
    background: #333
}

.header .logo {
    width: 0px;
    height: 0px;
}

.header .logo a {
    height: 0px;
    display: block;
    text-indent: -999em
}

.main {
    background-image: url("../image/20/20bg-1.png"); linear-gradient(to bottom, #dce9fa 0%, #eaf4fb, #e2f0fe 100%);
    background-repeat: no-repeat;
}

.main-tool {
    background-color: #fff;
    padding-bottom: 5px
}

.main-tool .group-hd {
    overflow: hidden
}

.main-tool .tool-hd .netgroup {
    width: 121px;
    height: 35px;
    line-height: 35px;
    background-image: linear-gradient(to bottom, #cfe2f8, #eaf0f6);
    float: left;
    font-size: 16px;
    color: #4a90e2;
    text-align: center
}

.main-tool .tool-hd .local {
    background-image: linear-gradient(to bottom, #eaf0f6, #cfe2f8)
}

.main-tool .tool-first .tool-list {
    border-bottom: 1px solid #acd4fa
}

.main-tool .tool-second {
    padding-left: 18px
}

.main-tool .tool-list {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.main-tool .tool-list li a {
    font-size: 16px;
    color: #4a90e2;
    line-height: 35px
}

.main-tool .tips-img {
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.main-tool .tips-img img {
    text-align: center
}

.main-panel {
    background-color: #fff;
    padding: 0 10px
}

.main .topbar-box {
    height: 70px;
    line-height: 70px;
    background-color: #4a90e2;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px
}

.main .topbar-box .tip {
    display: flex;
    align-items: center
}

.main .topbar-box .label {
    display: flex;
    align-items: center;
    min-width: 130px
}

.main .topbar-box .label .title {
    font-size: 32px;
    color: #ffffff;
}

.main .topbar-box .label .icon-laba {
    font-size: 32px;
    margin-left: 10px
}

.main .notice-list {
    display: flex;
    align-items: center;
    padding: 0 20px
}

.main .notice-item {
    width: 360px
}

.main .notice-item a {
    word-break: keep-all;
    white-space: nowrap;
    display: inline-block;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 18px;
    color: #ffffff;
}

.main .study-entry {
    display: flex;
    justify-content: space-between
}

.main .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main .search-container {
    width: 200px
}

.main .search-container .form {
    display: flex;
    height: 42px;
    padding-left: 20px
}

.main .search-container .form-input {
    border: none;
    outline: none;
    background-color: #eaf4ff
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #4a90e2;
    margin: 1px -55px
}

.main .nav-item {
    padding: 13px 0
}

.main .nav-item-hd {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 600
}

.main .break-news {
    width: 740px;
    height: 460px;
    float: left;
    margin-right: 25px;
    position: relative;
    overflow: hidden
}

.main .slideTxtBox {
    overflow: hidden
}

.main .slideTxtBox .hd > ul {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.main .slideTxtBox .hd > ul > li {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    padding: 12px 0
}

.main .slideTxtBox .hd > ul > li.on {
    font-size: 20px;
    font-weight: bold
}

.main .slideTxtBox .bd > ul li a {
    font-size: 14px;
    line-height: 26px
}

.main .slideTxtBox .bd .main-top {
    position: relative
}

.main .slideTxtBox .bd .main-top h3 {
    font-size: 16px;
    color: #4a90e2;
    text-align: center;
    font-weight: 600;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.main .slideTxtBox .bd .main-top .content {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    position: relative;
    overflow: hidden;
    line-height: 26px;
    max-height: 52px;
    text-align: justify;
    padding-right: 0;
    margin: 10px 0;
    color: #666
}

.main .slideTxtBox .bd .main-top .content:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.5rem;
    display: inline-block;
    background: #fff
}

.main .slideTxtBox .bd .main-top .content:after {
    content: "";
    position: absolute;
    right: 0;
    margin-top: 0.2em;
    width: 2em;
    height: 1em;
    background: #fff
}

.main .slideTxtBox .bd .main-top .link {
    position: absolute;
    right: 5px;
    bottom: 0
}

.main .slideTxtBox .bd .line {
    border-top: 2px dashed #9eb0c4
}

.main .slideTxtBox .bd .line > ul {
    padding: 7px 0 0
}

.main .slideTxtBox .bd .line > ul > li {
    padding-left: 15px;
    position: relative
}

.main .slideTxtBox .bd .line > ul > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #4a4a4a;
    position: absolute;
    left: 0;
    top: 16px;
    border-radius: 50%
}

.main .slideTxtBox .bd .line > ul > li a {
    line-height: 36px;
    display: inline-block;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #666
}

.main .slideTxtBox .bd .unline {
    border: none
}

.news-banner {
    margin-bottom: 10px
}

.news-banner .party {
    margin-bottom: 10px
}

.news-banner .revolation {
    margin-bottom: 0
}

.banner-zffw {
    display: flex;
    justify-content: space-between;
    margin-top: 5px
}

.carousel-panel {
    position: relative;
    overflow: hidden;
    margin: 15px 0
}

.headline {
    height: 127px;
    display: flex;
    align-items: center;
    position: relative
}

.headline .headbd {
    height: 96px;
    width: 295px;
    background: url(../image/headline.png) no-repeat left bottom;
    position: absolute;
    left: 0;
    top: 6px
}

.headline .headnews {
    flex: 1;
    padding-left: 275px;
    z-index: 9
}

.headline .headnews .front {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    text-align: center;
    font-weight: 600;
    z-index: 9
}

.headline .headnews .news-list {
    padding-left: 10px
}

.headline .headnews .news-item {
    float: left;
    position: relative;
    margin: 10px 25px;
    color: #666;
    font-size: 16px
}

.headline .headnews .news-item:first-of-type {
    margin-left: 0
}

.headline .headnews .news-item:nth-of-type(2):before,
.headline .headnews .news-item:nth-of-type(3):before {
    content: '';
    width: 2px;
    height: 18px;
    position: absolute;
    left: -25px;
    top: 3px;
    background: #666
}

.map-box {
    position: relative
}

.map-box img {
    position: absolute;
    left: 0;
    top: 0
}

.home-carousel .owl-item.active {
    z-index: 1
}

.home-carousel .carousel-item {
    position: relative;
    height: 120px;
    background-size: cover !important
}

.home-carousel .carousel-item__link {
    display: block;
    position: relative
}

.home-carousel .carousel-item__figure-content {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 50%;
    padding: 15px;
    text-align: center;
    z-index: 2
}

.home-carousel .carousel-item__figure-roofline {
    padding: 5px 10px;
    line-height: 20px;
    font-size: 16px;
    background-color: #99cc33;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px
}

.home-carousel .carousel-item__figure-title {
    font-size: 28px;
    color: #fff
}

.home-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.home-carousel .owl-dots .owl-dot.active span {
    width: 40px
}

.home-carousel__nav__next,
.home-carousel__nav__prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 10%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    transition: background 0.3s ease
}

.home-carousel__nav__prev {
    left: 0;
    text-align: left
}

.home-carousel__nav__next {
    right: 0;
    text-align: right
}

.main-carousel-wrap {
    position: relative;
    overflow: hidden
}

.main-carousel .carousel-item {
    position: relative;
    height: 460px;
    background-size: cover !important
}

.main-carousel .carousel-item__link {
    display: block;
    position: relative
}

.main-carousel .carousel-link {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-indent: 24px;
    font-size: 18px;
    z-index: 9999;
    cursor: pointer
}

.main-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
    padding-right: 40px
}

.main-carousel .owl-dots .owl-dot.active span {
    width: 40px
}

.main-carousel__nav__next,
.main-carousel__nav__prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 10%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    transition: background 0.3s ease
}

.main-carousel__nav__prev {
    left: 0;
    text-align: left
}

.main-carousel__nav__next {
    right: 0;
    text-align: right
}

.announce-carousel {
    height: 120px
}

.panel-hd {
    height: 50px;
    background: url(../image/partbd.png) no-repeat center center
}

.panel-hd .title {
    font-size: 0;
    height: 50px;
    position: relative
}

.panel-hd .title:after {
    content: url(../image/arrowright.png);
    position: absolute;
    width: 19px;
    height: 15px;
    left: 180px;
    top: 17px
}

.panel-zfjj .title {
    background: url(../image/zfjj.png) no-repeat 45px center
}

.panel-dwjs .title {
    background: url(../image/dwjs.png) no-repeat 45px center
}

.panel-zfwq .title {
    background: url(../image/zfwq.png) no-repeat 45px center
}

.panel-xmtjz .title {
    background: url(../image/xmtjz.png) no-repeat 45px center
}

.panel-xmtjz .title:after {
    left: 210px
}

.panel-gcdt .title {
    font-size: 24px;
    line-height: 50px;
    color: #4387c2;
    padding-left: 45px;
    font-weight: bold
}

.panel-gcdt .title:after {
    left: unset;
    right: 10px;
    top: 0px
}

.model {
    float: left;
    margin-right: 25px
}

.model-left,
.model-middle {
    width: 400px
}

.model-right {
    width: 320px;
    margin-right: 0
}

.model-video {
    width: 835px
}

.model-zfjj {
    width: 330px;
    position: relative;
}

.model-zfjj .topsearch {
    position: absolute !important;
    right: 0;
    top: 10px
}

.model-zfwq {
    width: 330px
}

.model-zfwq .model-bd {
    padding-left: 10px
}

.model-hd {
    height: 50px;
    border-bottom: 3px solid #9bc7f8
}

.model-hd .caption {
    color: #666;
    position: relative;
    padding: 8px 0 0 50px;
    font-size: 22px;
    line-height: 34px;
    color: #333
}

.model-hd .caption:before {
    content: url(../image/arrowcol.png);
    position: absolute;
    left: 24px;
    top: 7px;
    width: 14px;
    height: 11px
}

.model-hd .caption:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 120px;
    height: 3px;
    background-color: #4a90e2
}

.model-hd .medium {
    padding: 10px 0 0 80px;
    float: left
}

.model-hd .medium:after {
    clear: both
}

.model-hd .medium-wechat:before {
    content: url(../image/wechat.png)
}

.model-hd .medium-weibo:before {
    content: url(../image/weibo.png)
}

.model-hd .medium-douyin:before {
    content: url(../image/douyin.png)
}

.model-hd .medium-app:before {
    content: url(../image/app.png)
}

.model-bd {
    padding-top: 20px
}

.model-bd .front-page {
    position: relative;
    height: 110px
}

.model-bd .front-page .channel {
    padding-right: 4px;
    color: #666
}

.model-bd .illustra {
    width: 180px;
    height: 110px;
    display: block;
    float: left;
    margin-right: 10px
}

.model-bd .channel {
    position: relative;
    overflow: hidden;
    line-height: 24px;
    max-height: 96px;
    text-align: justify;
    padding-right: 0
}

.model-bd .channel:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.5rem;
    display: inline-block;
    background: #fff
}

.model-bd .channel:after {
    content: "";
    position: absolute;
    right: 0;
    margin-top: 0.2em;
    width: 2em;
    height: 1em;
    background: #fff
}

.model-bd .link {
    position: absolute;
    right: 5px;
    bottom: 16px
}

.model-bd .back-page {
    padding-top: 10px
}

.model-bd .sort-list .item {
    color: #333;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    position: relative;
    display: block;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.model-bd .sort-list .item:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #4a4a4a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px
}

.model-bd .sort-list .item a {
    color: #666
}

.model-bd .safty-table {
    width: 130px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9;
    display: flex;
    align-items: center
}

.model-bd .safty-points {
    height: 280px
}

.model-map {
    position: relative
}

.model-map .sort-item {
    height: 24px;
    line-height: 24px;
    border-bottom: 1px dashed #999
}

.model-map .sort-list {
    overflow: hidden
}

.model-map .num {
    font-size: 16px;
    margin-right: 12px
}

.model-map .cityname {
    font-size: 14px;
    margin-right: 10px
}

.model-map .rule {
    font-size: 16px
}

.model-map .prece {
    color: #adf35f
}

.model-map .between {
    color: #f6ad34
}

.model-map .last {
    color: #f7102b
}

.model-map .prosort {
    width: 28px;
    text-align: center;
    background-image: linear-gradient(to bottom, #fff 0%, #d9ebfa, #fff 100%);
    margin-right: 5px
}

.model-can {
    padding-top: 0
}

.model-can .canned {
    width: 320px;
    height: 165px;
}

.model-can .tips {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    width: 100%;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    text-align: center;
    padding-top: 0px;
}

.model-can .magazine {
    margin-top: 20px;
    margin-left: 50px;
}

.model-group {
    width: 380px;
    margin-right: 20px
}

.model-group:last-of-type {
    margin-right: 0
}

.video-list {
    display: flex;
    justify-content: space-between;
}

.video-list .subtitle {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    width: 100%;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    text-align: center;
}

.video-item {
    padding: 0 34px;
    width: 288px
}

.video-item:last-of-type {
    padding-right: 0
}

.model-zfwq .topsearch {
    width: 162px;
    height: 34px;
    border: 3px solid #d8e9f9;
    position: relative
}

.model-zfwq .form-ipt {
    width: 120px;
    height: 28px;
    border: none;
    outline: none;
    text-indent: 4px
}

.model-zfwq .searchbtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 36px;
    background: #9bc7f8;
    border: none;
    cursor: pointer
}

.model-zfwq .searchbtn .ui-icon {
    font-size: 24px;
    color: #fff
}

.model-zfwq .msg-entry {
    display: block;
    margin-bottom: 12px
}

.rank-list {
    margin-top: 7px
}

.rank-list .rank-item {
    width: 95px;
    height: 35px;
    padding: 7px 10px;
    background: #d7e6f4;
    margin: 0 7px 7px 7px;
    display: flex;
    align-items: center
}

.rank-list .rank-item:nth-of-type(3n+1) {
    margin-left: 0
}

.rank-list .rank-item .sort {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #579ef1;
    font-size: 16px;
    margin-right: 12px
}

.rank-list .rank-item .city {
    color: #338cee;
    line-height: 35px
}

.rank-list .prioprty {
    background-color: #fff4d2
}

.rank-list .prioprty .sort {
    background-color: #f9c835;
    color: #fff
}

.media-group {
    margin-bottom: 25px
}

.content-xmtjz .model-hd {
    height: 60px;
    border-bottom: 2px dashed #eee;
    margin-top: 10px
}

.content-xmtjz .model-hd .caption:after {
    display: none
}

.content-xmtjz .model .more {
    font-size: 0;
    background: url(../image/arrowcol.png) no-repeat center center;
    display: inline-block;
    width: 14px;
    height: 11px;
    padding-top: 60px
}

.content-xmtjz .chat-item {
    width: 114px;
    height: 140px;
    background-image: linear-gradient(to bottom, #ecf3fa, #eaeaea);
    padding: 7px;
    margin: 3px 5px
}

.content-xmtjz .chat-item .tit {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #666
}

.content-xmtjz .chat-item .qrcode {
    margin: 10px auto 0
}

.content-xmtjz .elembm-item {
    height: 95px;
    margin-bottom: 5px
}

.content-xmtjz .elembm-item .inner {
    display: flex
}

.content-xmtjz .elembm-item .item-left {
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.content-xmtjz .elembm-item .item-right {
    overflow: hidden;
    width: 130px;
    float: right
}

.content-xmtjz .elembm-item .item-right .ele {
    font-size: 16px;
    color: #333;
    position: relative;
    display: inline;
    font-weight: 600
}

.content-xmtjz .elembm-item .item-right .ele:after {
    content: url(../image/vertify.png);
    width: 11px;
    height: 11px;
    position: absolute;
    top: -2px;
    left: 102%
}

.content-xmtjz .elembm-item .item-right .name {
    font-size: 12px;
    color: #666;
    max-height: 36px;
    overflow: hidden
}

.content-xmtjz .elembm-item .item-right .intro {
    font-size: 12px;
    color: #999;
    max-height: 36px;
    overflow: hidden
}

.content-xmtjz .douyin-list .elembm-item .item-left {
    width: 77px;
    height: 77px
}

.content-xmtjz .douyin-list .elembm-item .item-right {
    padding-top: 5px
}

.govement-group {
    padding-bottom: 15px
}

.govement-group .hd {
    border-bottom: 3px solid #9bc7f8
}

.govement-group .hd .depart-item {
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #333;
    float: left;
    background: #fff;
    font-weight: 600;
    margin-right: 10px
}

.govement-group .hd .depart-item.on {
    background: url(../image/flag.png)
}

.govement-group .bd {
    padding: 10px 20px
}

.govement-group .bd .commend {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #666;
    float: left;
    padding: 0 17px
}

.footer {
    background-color: #e2f0fe;
    background-image: linear-gradient(to bottom, #e2f0fe 0%, #ebf3fa, #ecf2f6 100%);
    display: block;
    padding-bottom: 100px
}

.footer .container {
    background-color: #d7e6f4
}

.footer .rightbox {
    width: 860px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #4a4a4a
}

.footer .vertify {
    margin-right: 25px
}

.footer .govright .organiza {
    font-size: 16px;
    color: #4a4a4a
}

.footer .frilink {
    font-size: 14px;
    color: #333;
    margin-right: 12px
}

.panel-fl {
    margin-top: 35px
}

.panel-pzfsp,
.panel-zxgx {
    background-image: none
}

.page-main .news-item {
    height: 46px;
    line-height: 46px;
    font-size: 19px;
    padding: 0 30px;
    position: relative
}

.page-main .news-item:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 18px;
    top: 21px;
    background-color: #4a4a4a
}

.page-main .news-item:nth-of-type(5n) {
    margin-bottom: 15px
}

.page-main .news-item:nth-of-type(5n):after {
    content: '';
    position: absolute;
    left: 18px;
    bottom: -9px;
    width: 835px;
    height: 1px;
    border-bottom: 2px dashed #9eafc4
}

.page-main .news-item .item {
    color: #666
}

.page-main .news-item time {
    color: #666;
    font-size: 19px;
    float: right
}

.page-main .model-bulletin {
    padding-top: 0
}

.page-main .bulletin {
    margin-bottom: 10px
}

.page-main .bulletin-list {
    background: #f1f1f1;
    height: 320px;
    padding: 10px 15px
}

.page-main .bulletin .caption {
    display: inline-block;
    text-indent: 1em;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.page-main .bulletin .time {
    font-size: 18px;
    line-height: 30px;
    color: #666
}

.page-main .line-qzlx {
    text-align: right;
    margin-bottom: 20px
}

.page-main .photo-line {
    display: block;
    margin-bottom: 6px
}

.page-main .media-zfsp {
    display: block;
    text-align: center
}

.breadcrumb-item {
    font-size: 18px;
    color: #474747;
    line-height: 32px
}

.breadcrumb-item-home {
    padding-left: 0
}

.article-hd {
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #333333;
    background-color: #eef7ff;
    font-weight: bold
}

.article-hd h3 {
    padding: 10px 0;
    line-height: 40px
}

.article-info {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding: 20px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.article .toolbar {
    margin: 0 15px
}

.article-bd {
    padding-top: 25px
}

.article-bd .section {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
    margin-bottom: 10px;
    padding: 0 20px
}

.itemtool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 0 40px 40px
}

.itemtool .wechat .imgs {
    width: 30px;
    height: 30px;
    margin-left: 10px
}

.itemtool .share {
    color: #6e6c6f;
    font-size: 17px
}

.group-ft {
    padding-bottom: 40px
}

.group-ft .headtit {
    text-align: left;
    padding-left: 45px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal
}

.group-ft .front-list {
    padding: 0 45px;
    display: block
}

.group-ft .front-item {
    position: relative
}

.group-ft .link {
    font-size: 14px;
    color: #666;
    line-height: 34px
}

.group-ft time {
    float: right
}

.paginationjs {
    float: left;
    padding-left: 70px
}

.paginationjs .paginationjs-nav {
    font-weight: bold;
    color: #4a4a4a
}

.guide-container-right {
    position: fixed;
    right: 10px;
    top: 330px;
}

.guide-container-right h4 {
    width: 100%;
    height: 20px;
    text-align: center;
    background-color: #fff;
    line-height: 20px;
}

.guide-container-left{
    position: fixed;
    left: 10px;
    top: 330px;
}

.guide-container-left h4 {
    width: 100%;
    height: 20px;
    text-align: center;
    background-color: #fff;
    line-height: 20px;
}

/*# sourceMappingURL=index.css.map */
