
* {
    margin: 0;
    padding: 0;
    border: 0
}

html body {
    overflow: visible
}

html frame,html iframe {
    overflow: auto
}

html frameset {
    overflow: hidden
}

::-moz-selection,::selection {
    background: #2888e8;
    color: #fff
}

body {
    background: #e2f0fd;
    text-align: left;
    font-size: 16px;
    font-family: PingFang SC,Microsoft YaHei,arial,Hiragino Sans GB,Hiragino Sans GB W3
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    padding: 1px;
    vertical-align: middle;
    line-height: normal
}

button,input,textarea {
    margin: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    font-family: Microsoft Yahei;
    resize: none
}

fieldset,img {
    border: 0
}

address,caption,cite,code,em,strong,th,var {
    font-weight: 400;
    font-style: normal
}

li,ol,ul {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-size: 100%
}

a {
    color: #303047
}

a,a:active,a:hover {
    text-decoration: none
}

a:active,a:hover {
    border: none;
    color: #2888e8
}

b,strong {
    font-weight: 700
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0
}

.clear:after {
    content: "."
}

.clear:after,.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0
}

.clearfix:after {
    content: " ";
    font-size: 0
}

@keyframes load {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes load {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.alert {
    position: fixed;
    top: 35%;
    left: 50%;
    z-index: 99999;
    display: none;
    padding: 1rem .75rem;
    max-width: 250px;
    min-width: 180px;
    border-radius: .75rem;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    opacity: .7;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.wrapper {
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: 1200px
}

.main-left {
    float: left;
    width: 844px;
    min-height: 300px
}

.main-right {
    float: right;
    width: 340px
}

.main-right .index-top-right {
    margin-bottom: 16px
}

.main-right .sidefixed {
    position: relative;
    float: right;
    width: 340px
}

.header {
    overflow: hidden;
    width: 100%;
    background: #fff
}

.header .header-box {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px
}

.header .logo {
    float: left;
    display: block;
    overflow: hidden;
    padding: 24px 0
}

.header .logo .logo-img {
    width: auto;
    height: 58px;
    vertical-align: middle
}

.header .logo .logo-title {
    margin-left: 10px;
    width: auto;
    height: 42px;
    vertical-align: middle
}

.header .search {
    position: relative;
    float: right;
    margin-top: 32px;
    margin-left: 15px;
    height: 38px;
    border: 2px solid #2888e8;
    border-radius: 50px
}

.header .search input {
    float: left;
    padding: 6px 18px;
    width: 240px;
    height: 26px;
    font-size: 15px;
    line-height: 26px
}

.header .search button {
    float: left;
    margin: 3px 3px 0 0;
    width: 77px;
    border-radius: 50px;
    background: #2888e8;
    background: linear-gradient(to bottom,#3fadff,#2888e8);
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    opacity: .8;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -ms-transition: .3s ease
}

.header .search .iconfont {
    margin-right: 4px;
    font-size: 18px
}

.header .search button:hover {
    opacity: 1
}

.nav {
    position: relative;
    width: 100%;
    height: 50px;
    background: #2888e8;
    background: linear-gradient(to bottom,#3fadff,#2888e8)
}

.nav * {
    box-sizing: border-box
}

.nav .ul-list {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    min-width: 960px
}

.nav .ul-list li {
    position: relative;
    flex: 1
}

.nav .ul-list li:last-child {
    border-right: none
}

.nav .ul-list li a {
    text-decoration: none;
    font-size: 18px
}

.nav .ul-list li a,.nav .ul-list li span {
    display: flex;
    height: 50px;
    color: #fff;
    align-items: center;
    justify-content: center
}

.nav .ul-list li span {
    background: #222;
    font-size: 16px
}

.nav .ul-list li:hover .ol-list {
    display: block
}

.active,.nav .ul-list li a:hover {
    background: #3fadff;
    background: linear-gradient(to bottom,#2888e8,#3fadff);
    color: #fff
}

.nav .ul-list li:before {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 3px;
    background: #fff;
    content: "";
    transition: .12s all linear
}

.nav .ul-list li:hover:before {
    bottom: 0;
    left: 0;
    width: 100%;
    transition-delay: .12s
}

.nav .ul-list li:hover~li:before {
    left: 0
}

.nav .ul-list li:hover {
    background: #2888e8;
    color: #fff
}

.nav .ul-list li:active {
    background: rgba(0,0,0,.1);
    color: #fff
}

.nav .ol-list {
    position: absolute;
    top: 50px;
    left: -90px;
    z-index: 999;
    display: none;
    padding: 10px 5px;
    width: 300px;
    border-radius: 10px;
    background: #000;
    opacity: .8
}

.nav .ol-list:before {
    position: absolute;
    top: -10px;
    right: 50%;
    margin-right: -4px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
    background-color: transparent;
    content: "";
    transform: rotate(-90deg)
}

.nav .ol-list li {
    float: left;
    width: 33.333333%
}

.nav .ol-list li a {
    height: 38px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    align-items: center;
    justify-content: center
}

.nav .ol-list li a:hover {
    background: #000;
    color: #2888e8;
    opacity: 1
}

.nav .ol-list li:before {
    display: none
}

.index-top-box {
    float: left;
    margin-bottom: 15px;
    width: 100%
}

.index-top-left {
    position: relative;
    z-index: 0;
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 400px;
    border-top: 2px solid #2888e8;
    border-radius: 10px;
    background: #fff
}

.index-top-left li {
    position: relative;
    float: left;
    width: 193px
}

.index-top-left li:nth-child(2) {
    float: right
}

.index-top-left .index-top-img {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff
}

.index-top-left .index-top-img img {
    float: left;
    width: 193px;
    height: 127px;
    opacity: .7;
    transition: all .3s linear
}

.index-top-left .index-top-img:hover img {
    opacity: 1
}

.index-top-left .index-top-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,.54);
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px
}

.index-top-swiper {
    float: left;
    margin-bottom: 30px;
    width: 400px
}

.index-top-swiper .icon-tuijian {
    position: absolute;
    top: 11px;
    top: 9px;
    left: 10px;
    left: 11px;
    z-index: 2;
    display: block;
    color: #2888e8;
    font-size: 60px!important
}

.index-top-swiper .icon-tuijian:before {
    position: relative;
    z-index: 3
}

.index-top-swiper .icon-tuijian:after {
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 1;
    display: block;
    width: 50px;
    height: 18px;
    background: #fff;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 264px
}

.swiper-wrapper li img {
    display: block;
    width: 100%;
    height: auto
}

.swiper-wrapper li span {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    width: 100%;
    height: 38px;
    background: rgba(0,0,0,.54);
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px
}

.swiper-pagination {
    position: absolute;
    left: 0;
    margin-top: 2px;
    width: 100%;
    text-align: center
}

.swiper-pagination-bullet {
    margin-left: 5px!important;
    width: 15px!important;
    height: 6px!important;
    border: 1px solid #fff;
    border-radius: 4px!important;
    background-color: transparent;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #2888e8!important
}

.index-top-middle {
    float: left;
    margin-left: 15px;
    padding: 15px;
    width: 350px;
    border-top: 2px solid #2888e8;
    border-radius: 10px;
    background: #fff
}

.index-top-middle ul {
    float: left;
    width: 100%
}

.index-top-middle ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px
}

.index-top-middle ul li .type {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    padding: 0 5px;
    height: 20px;
    border: 1px solid #2888e8;
    border-radius: 3px;
    color: #2888e8;
    text-align: center;
    font-size: 12px;
    line-height: 20px
}

.index-top-middle ul li .type a {
    color: #2888e8
}

.index-top-middle ul li .art {
    overflow: hidden;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px
}

.index-top-middle-hot {
    float: left;
    width: 100%;
    text-align: center
}

.index-top-middle-hot h2 {
    overflow: hidden;
    height: 30px;
    color: #2888e8;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px
}

.index-top-middle-hot p {
    float: left;
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0 8px;
    height: 48px;
    color: #868686;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.index-top-right {
    float: right;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    background: #fff;
    min-height: 300px
}

.index-top-right span {
    float: left;
    padding-bottom: 5px;
    width: 300px;
    height: 32px;
    color: #2888e8;
    font-size: 18px;
    line-height: 32px
}

.index-top-right span i {
    box-sizing: border-box;
    margin-right: 8px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

.index-top-right ul {
    float: left;
    width: 300px
}

.index-top-right ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 32px;
    font-size: 16px;
    line-height: 32px
}

.index-top-right ul li a {
    color: #666;
    font-size: 15px;
    line-height: 32px
}

.index-top-right ul li a:hover {
    color: #2888e8
}

.index-top-right ul li em {
    position: relative;
    top: 50%;
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 7px;
    background-color: #cecece;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-size: 12px;
    line-height: 18px;
    transform: translateY(-50%)
}

.index-top-right ul li:first-child em {
    background: #39a0ff;
    color: #fff
}

.index-top-right ul li:nth-child(2) em {
    background: #42c666;
    color: #fff
}

.index-top-right ul li:nth-child(3) em {
    background: #d9a606;
    color: #fff
}

.list-box {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
    margin-right: 16px;
    padding: 20px;
    width: 389px;
    min-height: 470px;
    border-radius: 10px;
    background: #fff
}

.list-box:nth-child(3n+2) {
    margin-right: 0
}

.list-box .list-box-title {
    float: left;
    padding-bottom: 10px;
    width: 100%;
    height: 30px;
    color: #2888e8;
    font-size: 18px;
    line-height: 30px
}

.list-box .list-box-title a {
    color: #2888e8
}

.list-box .list-box-title i {
    box-sizing: border-box;
    margin-right: 8px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

.list-box .list-box-img {
    float: left;
    overflow: hidden;
    width: 100%
}

.list-box .list-box-img img {
    margin: 0 auto;
    height: 140px;
    max-width: 349px;
    border-radius: 10px;
    vertical-align: middle;
    opacity: .7;
    transition: all .3s linear
}

.list-box .list-box-img:hover img {
    opacity: 1
}

.list-box ul {
    float: left;
    margin-top: 15px;
    width: 100%
}

.list-box ul li {
    float: left;
    width: 100%;
    height: 36px;
    font-size: 15px;
    line-height: 36px
}

.list-box ul li:before {
    position: relative;
    top: 50%;
    float: left;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cecece;
    content: "";
    transform: translateY(-50%)
}

.list-box ul li:hover:before {
    background-color: #2888e8
}

.list-box ul li a {
    float: left;
    display: block;
    overflow: hidden;
    width: 285px;
    height: 36px
}

.list-box ul li span,.list-box ul li time {
    float: right;
    color: #999;
    font-size: 12px
}

.crumbs {
    overflow: hidden;
    padding: 0 0 6px;
    height: 28px;
    border-bottom: 2px solid #f1f1f1;
    color: #686868;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px
}

.crumbs .icon-home {
    position: relative;
    top: 1px;
    margin-right: 2px;
    color: #2888e8;
    font-size: 18px
}

.crumbs .icon-logo {
    display: none
}

.crumbs a {
    color: #686868;
    font-size: 14px
}

.crumbs a:hover {
    color: #2888e8
}

.crumbs a:hover:after {
    color: #686868
}

.crumbs a:after {
    padding: 0 3px;
    content: "\e633";
    font-size: 14px
}

.crumbs span {
    float: right;
    font-style: normal;
    font-size: 12px
}

.crumbs .more {
    float: right;
    color: #989898;
    font-size: 12px;
    cursor: pointer
}

.crumbs .more i {
    box-sizing: border-box;
    margin-right: 5px;
    color: #989898;
    vertical-align: middle;
    font-weight: 400;
    font-size: 28px
}

.list-news {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #fff
}

.list-news .list-box-title {
    margin-bottom: 5px
}

.list-news .list-news-ul {
    float: left;
    width: 100%;
    min-height: 1142px
}

.list-news .list-news-ul li {
    position: relative;
    float: left;
    display: -webkit-box;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #ccc
}

.list-news .list-news-ul li .item {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: auto;
    -webkit-box-flex: 1
}

.list-news .list-news-ul li h2 {
    float: left;
    display: -webkit-box;
    overflow: hidden;
    width: 80%;
    height: 32px;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.list-news .list-news-ul li a:hover {
    color: #2888e8;
    transition: all .2s linear
}

.list-news .list-news-ul li p {
    float: left;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 52px;
    color: #999;
    text-overflow: ellipsis;
    word-wrap: break-word;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 26px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.list-news .list-news-ul li p.pic {
    height: 78px!important;
    -webkit-line-clamp: 3!important
}

.list-news .list-news-ul li p.pic:after {
    position: relative;
    content: "..."
}

.list-news .list-news-ul li a img {
    display: block;
    margin-right: 15px;
    width: 172px;
    height: 114px;
    border-radius: 6px;
    opacity: .7;
    transition: all .4s linear
}

.list-news .list-news-ul li a:hover img {
    opacity: 1
}

.list-news .list-news-ul li .time {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    margin-top: 15px;
    color: #999;
    font-size: 14px;
    /*font-family: Georgia,serif;*/
    line-height: 32px
}

.pagelist {
    clear: both;
    display: table;
    margin: 0 auto;
    padding: 0 15px 10px
}

.pagelist li {
    float: left;
    margin-right: 10px
}

.pagelist li:last-child {
    margin-bottom: 0
}

.pagelist li a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #bbb;
    border-radius: 8px;
    color: #999;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    transition: all .3s linear
}

.pagelist li a:hover,.pagelist li.current,.pagelist li.current a {
    border: 1px solid #2888e8;
    background: #2888e8;
    background: linear-gradient(to bottom,#3fadff,#2888e8);
    color: #fff
}

.pagelist li.current,.pagelist li.current a {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px
}

.article {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #fff
}

.article .title {
    padding-top: 20px;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px
}

.article .info {
    float: left;
    overflow: hidden;
    padding: 15px 0 10px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    color: #999;
    text-align: center;
    font-size: 13px;
    line-height: 24px
}

.article .info span {
    margin-left: 0;
    margin-right: 10px
}

.article .info span i {
    box-sizing: border-box;
    padding-right: 2px;
    vertical-align: -2px;
    font-size: 20px;
    line-height: 24px
}

.article .info a {
    color: #868686
}

.article .info code {
    font-family: Microsoft Yahei,Verdana,Arial,Helvetica,sans-serif
}

.article .info code b {
    padding: 0 2px;
    color: #666;
    font-weight: 700;
    font-size: 14px
}

.article .info code i {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #2888e8;
    -webkit-animation: load 1.04s ease infinite
}

.article .info code i:first-child {
    -webkit-animation-delay: .13s
}

.article .info code i:nth-child(2) {
    -webkit-animation-delay: .26s
}

.article .info code i:nth-child(3) {
    -webkit-animation-delay: .39s
}

.content {
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 0;
    width: 100%;
    text-align: justify;
    word-wrap: break-word;
    line-height: 26px
}

.content p {
    padding-bottom: 15px;
    line-height: 26px
}

.content p:last-child {
    padding-bottom: 0
}

.content h2 {
    padding-bottom: 15px;
    color: #c00;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.content.fanwen h2,.content.fanwen p {
    text-indent: 2em
}

.content br {
    line-height: 26px
}

.content img {
    height: auto;
    max-width: 100%
}

.article-tag {
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    background: #fff;
    color: #666;
    font-size: 16px
}

.article-tag span {
    color: #161616;
    font-weight: 700
}

.article-tag span .iconfont {
    margin-right: 2px;
    font-weight: 400;
    font-size: 18px
}

.article-tag a {
    margin-right: 10px
}

.article-tag a:hover {
    color: #2888e8;
    text-decoration: underline
}

.pages {
    display: table;
    margin: 0 auto
}

.pages li {
    float: left;
    margin: 15px 5px 0
}

.pages li:last-child {
    margin-bottom: 0
}

.pages li a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #2888e8;
    border-radius: 3px;
    color: #2888e8;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    transition: all .3s linear
}

.pages li a:hover,.pages li.current,.pages li.current a {
    border: 1px solid #2888e8;
    background: #2888e8;
    color: #fff
}

.pages li.current,.pages li.current a {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px
}

.more-search {
    margin: 20px 0;
    text-align: center
}

.more-search a {
    display: inline-block;
    padding: 0 25px;
    height: 38px;
    border-radius: 20px;
    background: #eee;
    color: #333;
    font-size: 14px;
    line-height: 38px
}

.more-search a .iconfont {
    margin-right: 4px
}

.more-search a:hover {
    background: #2888e8;
    color: #fff
}

.more-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: -100px 0 20px;
    width: 100%;
    text-align: center
}

.more-content .more-content-mask {
    height: 100px;
    background: -moz-linear-gradient(bottom,hsla(0,0%,100%,.1),hsla(0,0%,100%,0));
    background: -webkit-gradient(linear,0 top,0 bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: -o-linear-gradient(bottom,hsla(0,0%,100%,.1),hsla(0,0%,100%,0))
}

.more-content .more-content-text {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 40px;
    border-radius: 50px;
    background: #2888e8;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer
}

.more-content .more-content-mask:after {
    display: inline-block;
    margin-top: 66px;
    width: 24px;
    height: 24px;
    color: #2888e8;
    content: "\e604";
    font-size: 22px
}

.prev-next {
    float: left;
    display: none;
    width: 100%
}

.prev-next div {
    position: relative;
    width: 44%;
    font-size: 14px
}

.prev-next div,.prev-next div span {
    display: block;
    color: #999
}

.prev-next div a:after {
    position: absolute;
    top: 34%;
    margin-top: -2px;
    height: 22px;
    color: #ccc;
    font-size: 36px;
    line-height: 22px
}

.prev-next div a:hover,.prev-next div a:hover:after {
    color: #2888e8
}

.prev {
    float: left;
    padding-left: 40px
}

.next {
    float: right;
    padding-right: 40px;
    text-align: right
}

.next,.prev {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.prev-next .prev a:after {
    left: 0;
    content: "\e605"
}

.prev-next .next a:after {
    right: 0;
    content: "\e606"
}

.related {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #fff
}

.related .related-title {
    float: left;
    padding-bottom: 10px;
    width: 100%;
    height: 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px
}

.related .related-title i {
    box-sizing: border-box;
    margin-right: 6px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

.related ul {
    float: left;
    width: 100%
}

.related ul li {
    float: left;
    overflow: hidden;
    height: 36px;
    text-align: left;
    font-size: 14px;
    line-height: 36px;
    margin-right: 2%;
    margin-top: 10px;
    width: 32%;
    border-radius: 8px;
    background: #f5f6f9;
    color: #1e1f24
}

.related ul li:nth-child(3n+0) {
    margin-right: 0
}

.related ul li a {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.related ul li a:hover {
    color: #2888e8;
    background: #e2f0fd;
    border-radius: 8px
}

.update {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 10px;
    background: #fff
}

.update,.update ul {
    float: left;
    width: 100%
}

.update ul {
    position: relative;
    padding-top: 10px
}

.update ul li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 49%;
    height: 40px;
    line-height: 40px
}

.update ul li:nth-child(2n) {
    float: right
}

.update ul li:before {
    position: relative;
    top: 50%;
    float: left;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cecece;
    content: "";
    transform: translateY(-50%)
}

.update ul li:after {
    position: absolute;
    top: 19px;
    left: 30px;
    z-index: 0;
    display: block;
    width: 80%;
    height: 1px;
    border-bottom: 1px dashed #cecece;
    content: ""
}

.update ul li:hover:before {
    background-color: #2888e8
}

.update ul li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    padding-right: 8px;
    height: 40px;
    max-width: 85%;
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 40px
}

.update ul li span {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    float: right;
    padding-left: 10px;
    background: #fff;
    color: #999;
    font-size: 12px
}

.sitemap {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #fff
}

.sitemap .crumbs,.sitemap .map-box,.sitemap h3 {
    margin-bottom: 16px
}

.sitemap .map-box {
    float: left;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #eee
}

.sitemap .map-box h2 {
    float: left;
    margin-right: 20px;
    height: 30px;
    color: #2888e8;
    text-align: center;
    font-size: 20px;
    line-height: 30px
}

.sitemap .map-box h2 a {
    color: #2888e8
}

.sitemap .map-box h2 .iconfont {
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 3px;
    color: #2888e8;
    vertical-align: middle;
    font-size: 24px
}

.sitemap .map-box ul {
    overflow: hidden
}

.sitemap .map-box:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.sitemap .map-box ul li {
    float: left;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    line-height: 30px
}

.sitemap .map-box ul li a {
    display: block;
    color: #666;
    font-size: 14px
}

.sitemap .map-box ul li a:hover {
    color: #2888e8
}

.tag-item {
    margin: 0 auto 15px;
    padding: 15px 20px;
    background: #f4f4f4
}

.tag-item:last-child {
    margin-bottom: 0
}

.tag-item dt {
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px
}

.tag-item dt span {
    color: #161616;
    font-weight: 700;
    font-size: 18px
}

.tag-item dd {
    display: inline-block;
    overflow: hidden
}

.tag-item dd a {
    margin-right: 26px;
    color: #999;
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px
}

.tag-item dd a:hover {
    color: #000
}

.tag-item dd .c1 {
    color: #ff3232
}

.tag-item dd .c2 {
    color: #ff9632
}

.tag-item dd .c3 {
    color: #77ba00
}

.tag-item dd .c4 {
    color: #00baa2
}

.tag-item dd .c5 {
    color: #0077ba
}

.tag-item dd .c6 {
    color: #9055fe
}

.tag-item dd .c7 {
    color: #b755fe
}

.tag-item dd .c8 {
    color: #fe558d
}

.tag-item dd .c9 {
    color: #700e18
}

.tag-item dd .c10 {
    color: #0f635a
}

.tag-item dd .c11 {
    color: #161616
}

.tag-item dd .c12 {
    color: #ff1ae6
}

.tag-item dd .c13 {
    color: #0051ec
}

.content .AboutUs,.content .ComeFrom,.content .CopyRights,.content .DoMain,.content .HomeLink,.content .HotLink,.content .OriGin,.content .ProveNance,.content .SouRces,.content .WebSite,.content .aboutus,.content .comefrom,.content .copyrights,.content .domain,.content .homelink,.content .hotlink,.content .origin,.content .provenance,.content .sources,.content .website {
    position: absolute;
    top: -999em;
    left: -999em
}

.pagelist li a.next {
    padding: 0 15px;
    width: auto
}

.index-search-button,.more-search a:hover,.wenku-wrap ul li em {
    background: linear-gradient(to bottom,#3fadff,#2888e8)
}

.toolbar {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 36px;
    background: #e3e3e3;
    background: linear-gradient(to bottom,#f8f8f8,#e3e3e3);
    color: #666
}

.toolbar .iconfont {
    position: relative;
    top: 1px;
    padding-right: 4px;
    line-height: 34px
}

.toolbar .toolbar-left {
    float: left;
    width: auto;
    color: #fff;
    font-size: 14px;
    line-height: 34px
}

.toolbar .toolbar-right {
    float: right;
    display: block;
    height: 36px;
    color: #2888e8;
    font-size: 14px;
    line-height: 34px
}

.toolbar .toolbar-right a {
    padding-right: 10px;
    color: #fff
}

.toolbar .toolbar-right a:last-child {
    padding-right: 0
}

.toolbar .toolbar-right a .iconfont {
    position: relative;
    top: 1px;
    padding-right: 1px;
    line-height: 34px
}

.toolbar-box {
    margin: 0 auto;
    width: 1200px
}

.toolbar-box .toolbar-left,.toolbar-box .toolbar-right a {
    color: #666!important
}

.toolbar-box .toolbar-right a:hover {
    color: #2888e8!important
}

.nav-box {
    margin: auto;
    width: 1200px
}

.nav-box li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    transition: .1s all linear
}

.nav-box li:last-child {
    margin-right: 0
}

.nav-box li a {
    display: block;
    color: #fff
}

.nav-box li:before {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 3px;
    background: #fff;
    content: "";
    transition: .12s all linear
}

.nav-box li:hover:before {
    bottom: 0;
    left: 0;
    width: 100%;
    transition-delay: .12s
}

.nav-box li:hover~li:before {
    left: 0
}

.nav-box li:hover {
    background: #3fadff;
    background: linear-gradient(to bottom,#2888e8,#3fadff);
    color: #fff;
    color: #fff
}

.nav-box li:active {
    background: rgba(0,0,0,.1);
    color: #fff
}

.fink-box {
    float: left;
    margin: 16px auto 0 auto;
    padding: 20px;
    width: 1160px;
    border-radius: 10px;
    background: #fff
}

.fink-box-title {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    height: 36px;
    line-height: 36px
}

.fink-box ul {
    float: left;
    display: block;
    line-height: 26px
}

.fink-box ul a {
    float: left;
    display: block;
    margin-left: 15px;
    height: 26px;
    color: #999;
    font-size: 14px;
    line-height: 26px
}

.fink-box ul a:first-child {
    margin-left: 0
}

.fink-box ul a:hover {
    color: #2888e8;
    text-decoration: underline
}

.footer {
    position: relative;
    float: left;
    margin-top: 18px;
    padding: 30px 0;
    width: 100%;
    background: #232830;
    text-align: center;
    color: #aaa;
    text-align: center;
    font-size: 14px;
    line-height: 26px
}

.footer p {

}

.footer a {
    color: #aaa;
}

.footer .icon-police {
    display: inline-block;
    margin-top: -4px;
    margin-right: 2px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23aaaaaa' d='M778.24 163.84c-76.8-40.96-165.888-61.44-269.312-61.44s-192.512 20.48-269.312 61.44h-133.12l23.552 337.92c8.192 113.664 67.584 217.088 162.816 280.576l215.04 144.384 215.04-144.384c96.256-63.488 155.648-166.912 163.84-280.576l23.552-337.92H778.24z m47.104 333.824c-7.168 94.208-56.32 181.248-135.168 233.472l-181.248 120.832L327.68 731.136c-78.848-53.248-129.024-139.264-135.168-233.472L173.056 225.28h136.192v-26.624c58.368-23.552 124.928-34.816 199.68-34.816s141.312 12.288 199.68 34.816V225.28H844.8l-19.456 272.384z'\/%3E%3Cpath fill='%23aaaaaa' d='M685.056 328.704v-46.08H455.68c2.048-4.096 6.144-9.216 11.264-15.36 5.12-7.168 9.216-12.288 11.264-15.36L419.84 240.64c-31.744 46.08-75.776 87.04-133.12 123.904 4.096 4.096 10.24 11.264 18.432 21.504l17.408 17.408c23.552-15.36 45.056-31.744 63.488-50.176 26.624 25.6 49.152 43.008 67.584 51.2-46.08 15.36-104.448 27.648-175.104 35.84 2.048 5.12 6.144 13.312 9.216 24.576 4.096 11.264 6.144 19.456 7.168 24.576l39.936-7.168v218.112H389.12V680.96h238.592v19.456h54.272V481.28H348.16c60.416-12.288 114.688-27.648 163.84-46.08 49.152 19.456 118.784 34.816 210.944 46.08 5.12-17.408 10.24-34.816 17.408-51.2-62.464-4.096-116.736-12.288-161.792-24.576 38.912-20.48 74.752-46.08 106.496-76.8z m-150.528 194.56h94.208v41.984h-94.208v-41.984z m0 78.848h94.208v41.984h-94.208v-41.984z m-144.384-78.848h94.208v41.984H390.144v-41.984z m0 78.848h94.208v41.984H390.144v-41.984zM424.96 326.656h182.272c-26.624 22.528-57.344 41.984-94.208 57.344-31.744-15.36-61.44-34.816-88.064-57.344z'\/%3E%3C/svg%3E") no-repeat center center/24px;
    vertical-align: middle
}

.footer a:hover {
    color: #2888e8;
    text-decoration: underline
}

.footer_nav {
    position: relative;
    padding-bottom: 28px;
    height: 26px;
    line-height: 26px
}

.footer_nav a {
    margin: 0 10px;
    color: #ccc
}

.footer_nav a:hover {
    color: #2888e8;
    text-decoration: none
}

.footer_nav:before {
    position: absolute;
    top: 40px;
    left: 50%;
    display: block;
    width: 20px;
    height: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #999;
    content: ""
}

.footer_nav:after {
    position: absolute;
    top: 40px;
    right: 50%;
    display: block;
    width: 20px;
    height: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #2888e8;
    content: ""
}

#back-to-top {
    position: fixed;
    right: 10px;
    bottom: 125px;
    z-index: 99998;
    display: none;
    width: 50px;
    text-align: center;
    line-height: 50px
}

#back-to-top a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #a6a6a6;
    background: linear-gradient(to bottom,#ccc,#a6a6a6)
}

#back-to-top a:hover {
    background: #868686;
    background: linear-gradient(to bottom,#bbb,#868686)
}

#back-to-top span {
    display: block;
    width: 50px;
    height: 50px
}

#back-to-top a.stop span {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='10553' width='32' height='32' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M468.906 235.159L81.472 622.712C59.125 645 49.488 671.624 71.835 693.911c22.407 22.287 48.971 12.77 71.198-9.638L468.605 358.76v586.15c0 29.154 12.65 52.706 41.743 52.706 29.154 0 45.417-23.552 45.417-52.706v-586.15l325.27 325.09c22.288 22.287 48.189 32.527 70.597 10.24 22.407-22.347 13.432-49.573-8.976-71.8L555.103 234.737s-23.191-26.504-40.78-26.504c-20.962 0-45.417 26.926-45.417 26.926zM118.216 123.12h787.155c36.322 0 57.223-11.083 57.223-42.707 0-31.563-18.07-44.454-57.223-44.454H118.216c-36.141 0-57.224 12.108-57.224 43.61 0 31.504 21.685 43.55 57.224 43.55z'\/%3E%3C/svg%3E") no-repeat center center/28px
}

.position {
    overflow: hidden;
    margin: 8px auto;
    height: 36px;
    color: #686868;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px
}

.position .icon-location {
    position: relative;
    top: 1px;
    margin-right: 6px;
    color: #686868;
    font-size: 18px
}

.position a {
    color: #686868;
    font-size: 14px
}

.position a:hover {
    color: #2888e8
}

.position a:after {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='10553' width='32' height='32' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23686868' d='M759.466667 533.333333L469.333333 243.2l29.866667-29.866667 320 320-320 320-29.866667-29.866666 290.133334-290.133334z m-298.666667 0L170.666667 243.2l29.866666-29.866667 320 320L200.533333 853.333333l-29.866666-29.866666 290.133333-290.133334z'\/%3E%3C/svg%3E") no-repeat center center/18px;
    content: ""
}

.position span {
    float: right;
    font-style: normal;
    font-size: 12px
}

.main {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1200px
}

h3 {
    float: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px
}

h3 .iconfont {
    box-sizing: border-box;
    margin-right: 8px;
    color: #2888e8;
    vertical-align: middle;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px
}

h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

h4 .iconfont {
    box-sizing: border-box;
    margin-right: 8px;
    color: #2888e8;
    vertical-align: middle;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

.english {
    float: right;
    margin-left: 20px;
    color: #ccc;
    text-transform: uppercase;
    font-size: 14px
}

.index-header {
    position: relative;
    height: 400px;
    background: #32a2ed
}

.index-header-box {
    margin: 64px auto 0;
    width: 1200px;
    height: 120px
}

.index-logo {
    float: left
}

.index-logo img {
    margin-top: 0
}

.index-toolbar {
    margin: 0 auto;
    width: 1200px!important;
    background: 0 0!important
}

.index-toolbar .toolbar-right a:hover {
    color: #333
}

.index-search {
    float: left;
    margin-left: 20px
}

.index-search-box {
    position: relative;
    overflow: hidden;
    width: 475px;
    height: 48px;
    border-radius: 100px;
    background: #fff
}

.index-search-box i {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #2888e8;
    font-weight: 400;
    font-size: 24px;
    opacity: .5;
    transition: all .3s linear
}

.index-search-keyword {
    float: left;
    padding: 0 10px 0 46px;
    width: 312px;
    height: 48px;
    border: 0;
    font-size: 16px;
    line-height: 48px
}

.index-search-button {
    float: right;
    margin: 4px 4px;
    padding: 0;
    width: 98px;
    height: 40px;
    border: 0;
    border-radius: 50px;
    background: #2888e8;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    opacity: .8;
    cursor: pointer;
    transition: all .3s linear
}

.index-search-button:hover {
    opacity: 1
}

.index-search-hot {
    overflow: hidden;
    margin: 10px auto;
    width: 480px;
    height: 30px;
    font-size: 12px;
    line-height: 30px
}

.index-search-hot a {
    margin-left: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    background: rgb(0,0,0,.1);
    color: #fff;
    opacity: .8
}

.index-search-hot a:hover {
    background: rgb(0,0,0,.2);
    opacity: 1
}

.index-wrapper {
    /*position: relative;*/
    display: block;
    margin: 0 auto;
    /*padding-top: 495px;*/
    width: 1200px
}

.index-banner {
    /*position: absolute;*/
    /*top: -106px;*/
    margin: 0 auto;
    width: 1200px
}

.index-banner-left {
    float: left;
    padding: 30px;
    width: 820px;
    height: 366px;
    border-radius: 10px;
    background: #fff
}

.index-banner-right {
    float: right;
    padding: 20px;
    width: 265px;
    height: 386px;
    border-radius: 10px;
    background: #fff
}

.index-banner-picture {
    float: left;
    width: 532px
}

.index-banner-swiper {
    position: relative;
    width: 532px;
    border-radius: 10px
}

.index-banner-swiper .swiper-pagination {
    position: absolute;
    right: 10px;
    bottom: 9px;
    z-index: 3;
    text-align: center
}

.wenan-top {
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 16px;
    padding: 20px;
    width: 1200px;
    border-radius: 10px;
    background: #fff
}

.wenan-top a:hover {
    color: #2888e8
}

.wenan-top img:hover {
    opacity: 1
}

.wenan-top-left {
    float: left;
    margin-top: 5px;
    width: 326px
}

.wenan-top-middle {
    float: left;
    margin-left: 20px;
    width: 490px
}

.wenan-top-right {
    float: right;
    margin-left: 20px;
    width: 300px
}

.wenan-top-left-pic {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 10px
}

.wenan-top-left-pic a {
    position: relative;
    float: left;
    width: 100%;
    height: 200px
}

.wenan-top-left-pic img {
    float: left;
    width: 100%;
    height: 200px;
    opacity: .8;
    transition: all .3s linear
}

.wenan-top-left-pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,.54);
    color: #fff;
    text-align: center;
    line-height: 30px
}

.wenan-top-left-list {
    float: left;
    margin-top: 15px;
    width: 100%
}

.wenan-top-left-list h4 {
    margin-top: 10px
}

.wenan-top-left-list li {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 36px;
    height: 38px;
    line-height: 38px
}

.wenan-top-left-list li a {
    float: left;
    max-width: 260px;
    color: #333;
    font-size: 15px
}

.wenan-top-left-list li a:before {
    float: left;
    margin-top: 16px;
    margin-right: 9px;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #cecece;
    content: ""
}

.wenan-top-left-list li a:hover:before {
    background: #2888e8
}

.wenan-top-left-list li code {
    float: right;
    max-width: 60px;
    color: #2888e8;
    font-size: 12px;
    font-family: initial
}

.wenan-top-middle-news {
    float: left;
    width: 100%
}

.wenan-top-middle-news h2 {
    float: left;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px
}

.wenan-top-middle-news h2 a {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 26px;
    color: #2888e8;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.wenan-top-middle-news h2 a:hover {
    color: #333
}

.wenan-top-middle-news p {
    float: left;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
    height: 50px;
    color: #9b9b9b;
    text-indent: 2em;
    font-size: 14px;
    line-height: 25px
}

.wenan-top-middle-list {
    float: left;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
}

.wenan-top-middle-list li {
    float: left;
    overflow: hidden;
    margin-top: 10px;
    width: 50%;
    height: 32px;
    line-height: 32px
}

.wenan-top-middle-list li span {
    padding: 4px 8px;
    border-radius: 10px;
    background: #f4f4f4;
    color: #999;
    font-size: 12px;
    line-height: 32px
}

.wenan-top-middle-list li a {
    overflow: hidden;
    margin-left: 5px;
    color: #333;
    font-size: 15px
}

.wenan-top-middle-list li:nth-child(2n) {
    float: right
}

.wenan-top-middle-pic {
    float: left;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 5px;
    padding-top: 10px;
    width: 100%;
    height: 126px;
    border-top: 1px dashed #cecece;
    text-align: center;
    justify-content: space-between
}

.wenan-top-middle-pic li {
    float: left;
    display: inline-block;
    margin: 5px 12px 0 0;
    width: 143px
}

.wenan-top-middle-pic img {
    float: left;
    margin-bottom: 6px;
    width: 100%;
    height: 95px;
    border-radius: 10px;
    opacity: .8;
    transition: all .3s linear
}

.wenan-top-middle-pic a {
    float: left;
    overflow: hidden;
    color: #333;
    font-size: 14px
}

.wenan-top-right h4 {
    margin-bottom: 15px
}

.wenan-top-right-pic {
    float: left;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
}

.wenan-top-right-pic a {
    width: 47%;
    text-align: center
}

.wenan-top-right-pic span {
    display: inline-block;
    overflow: hidden;
    width: 141px;
    height: 34px;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 34px
}

.wenan-top-right-pic img {
    width: 141px;
    height: 93px;
    border-radius: 10px;
    opacity: .8;
    transition: all .3s linear
}

.wenan-top-right-pic span:hover {
    color: #2888e8
}

.wenan-top-right-list {
    float: left;
    margin-top: 4px;
    width: 100%
}

.wenan-top-right-list li {
    float: left;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.wenan-top-right-list li a {
    float: left;
    overflow: hidden;
    width: 270px;
    height: 40px;
    color: #333;
    font-size: 15px;
    line-height: 40px
}

.wenan-top-right-list li em {
    position: relative;
    top: 50%;
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 7px;
    background-color: #cecece;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-size: 12px;
    line-height: 18px;
    transform: translateY(-50%)
}

.wenan-top-right-list li:nth-child(1) em {
    background: #39a0ff;
    color: #fff
}

.wenan-top-right-list li:nth-child(2) em {
    background: #42c666;
    color: #fff
}

.wenan-top-right-list li:nth-child(3) em {
    background: #d9a606;
    color: #fff
}

.wenku-wrap {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
    width: 100%;
    border-radius: 10px;
    background: #fff
}

.wenku-wrap-title {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    height: 36px;
    line-height: 36px
}

.wenku-wrap ul {
    float: left;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.wenku-wrap ul li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 200px;
    text-align: center
}

.wenku-wrap ul li a:hover span {
    text-decoration: underline
}

.wenku-wrap ul li a img {
    float: left;
    width: 100%;
    height: 150px;
    border: 1px solid #e3e3e3;
    border-radius: 5px
}

.wenku-wrap ul img:hover {
    border: 1px solid #2888e8
}

.wenku-wrap ul li a span {
    float: left;
    overflow: hidden;
    margin-top: 8px;
    width: 99%;
    height: 24px;
    color: #484848;
    text-align: center;
    font-size: 15px;
    line-height: 24px
}

.wenku-wrap ul li em {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #2888e8;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px
}

.wenku-wrap ul li p {
    display: inline-block;
    overflow: hidden;
    margin-top: 11px;
    margin-right: 3px;
    padding: 0 13px;
    height: 24px;
    border-radius: 13px;
    background: #f4f4f4;
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 24px
}

.subnav-wrap {
    float: left;
    display: block;
    overflow: hidden;
    margin-top: 16px;
    width: 1200px
}

.subnav-wrap li {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 16px;
    width: 288px;
    height: 150px;
    border-radius: 10px;
    background: #fff
}

.subnav-wrap li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#bbdbec 100%);
    content: ""
}

.subnav-wrap li:nth-child(1) h3 {
    color: #45597d
}

.subnav-wrap li:nth-child(2) h3 {
    color: #002e84
}

.subnav-wrap li:nth-child(3) h3 {
    color: #1c715d
}

.subnav-wrap li:nth-child(4) h3 {
    color: #664d30
}

.subnav-wrap li:nth-child(1) span {
    color: #45597d
}

.subnav-wrap li:nth-child(2) span {
    color: #002e84
}

.subnav-wrap li:nth-child(3) span {
    color: #218865
}

.subnav-wrap li:nth-child(4) span {
    color: #664d30
}

.subnav-wrap li:nth-child(1):after {
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#bbdbec 100%)
}

.subnav-wrap li:nth-child(2):after {
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#c5d5f7 100%)
}

.subnav-wrap li:nth-child(3):after {
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#c6f2cf 100%)
}

.subnav-wrap li:nth-child(4):after {
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fdefe2 100%)
}

.subnav-wrap li:last-child,.subnav-wrap li:nth-child(4n+0) {
    margin-right: 0
}

.subnav-wrap li a {
    display: block;
    width: 100%;
    height: 100%
}

.subnav-wrap li h3 {
    position: absolute;
    top: 42px;
    left: 23px;
    color: #2888e8;
    font-size: 24px
}

.subnav-wrap li span {
    position: absolute;
    top: 83px;
    left: 23px;
    color: #ccc;
    text-transform: capitalize;
    font-size: 14px
}

.subnav-wrap li .icon {
    position: absolute;
    top: 15px;
    right: 20px;
    height: 120px;
    text-align: center
}

.subnav-wrap li .icon img {
    position: relative;
    z-index: 1;
    height: 120px
}

.index-list {
    position: relative;
    float: left;
    margin-top: 16px;
    padding: 25px 25px 20px;
    width: 1150px;
    border-radius: 10px;
    background: #fff
}

.list-left-icon-word .list-images img {
    width: 105px;
    height: 150px;
    opacity: 1
}

.list-left-icon-word .list-images h2,.list-left-icon-word .list-images p {
    width: 275px
}

.list-left-icon-word .list-images:before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #2888e8;
    color: #fff;
    content: "w";
    text-align: center;
    font-weight: 400;
    font-size: 12px
}

.list-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f1f1f1
}

.list-title span {
    float: right;
    padding: 0 5px;
    color: #999;
    font-size: 15px;
    line-height: 40px
}

.list-title .list-more {
    position: absolute;
    right: 0;
    z-index: 1;
    float: right;
    padding-left: 20px;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    line-height: 40px
}

.list-title .list-line {
    position: relative;
    float: right;
    line-height: 30px
}

.list-title .list-line a {
    float: left;
    display: block;
    margin-top: 2px;
    margin-left: 10px;
    padding: 0 15px;
    border-radius: 15px;
    background: #f4f4f4;
    color: #666;
    font-size: 12px
}

.list-title .list-line a:hover {
    background: #2888e8;
    background: linear-gradient(to bottom,#3fadff,#2888e8);
    color: #fff
}

.list-news .list-title {
    margin-bottom: 0
}

.list-middle {
    float: left;
    width: 817px
}

.list-middle ul {
    float: left;
    margin-top: 10px;
    width: 100%
}

.list-middle ul li {
    position: relative;
    float: left;
    margin-right: 3%;
    width: 48.5%;
    height: 40px;
    font-style: normal;
    font-size: 14px;
    line-height: 40px
}

.list-middle ul li:before {
    position: relative;
    top: 50%;
    float: left;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cecece;
    content: "";
    transform: translateY(-50%)
}

.list-middle ul li:hover:before {
    background-color: #2888e8
}

.list-middle ul li:after {
    position: absolute;
    top: 19px;
    left: 30px;
    z-index: 0;
    display: block;
    width: 80%;
    height: 1px;
    border-bottom: 1px dashed #cecece;
    content: ""
}

.list-middle ul li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    padding-right: 8px;
    height: 40px;
    max-width: 85%;
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 40px
}

.list-middle ul li span {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    float: right;
    padding-left: 10px;
    background: #fff;
    color: #999;
    font-size: 12px
}

.list-images {
    position: relative;
    float: left;
    margin-right: 3%;
    width: 48.5%;
    min-height: 132px
}

.list-images:nth-child(2n),.list-middle ul li:nth-child(2n) {
    margin-right: 0
}

.list-images img {
    float: left;
    margin-right: 14px;
    width: 160px;
    height: 105px;
    border: 1px solid #cecece;
    border-radius: 4px;
    opacity: .8;
    transition: all .3s linear
}

.list-images img:hover {
    opacity: 1
}

.list-images h2 {
    float: left;
    overflow: hidden;
    margin-bottom: 6px;
    width: 220px;
    height: 32px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px
}

.list-images p {
    float: left;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    width: 220px;
    height: 66px;
    color: #8c8c8c;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.list-images span {
    float: left;
    margin-top: 8px;
    padding: 0 15px;
    height: 24px;
    border-radius: 15px;
    background: #f4f4f4;
    color: #999;
    font-size: 13px;
    line-height: 24px
}

.list-images span a {
    color: #999
}

.list-images span a:hover {
    color: #2888e8
}

.list-images time {
    float: right;
    margin-top: 4px;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 24px
}

.list-images a:hover h2 {
    text-decoration: underline
}

.list-images a:hover img {
    border: 1px solid #2888e8
}

.list-right {
    float: right;
    padding: 20px 20px 15px;
    width: 268px;
    border-radius: 10px;
    background-color: #f7f7f7
}

.list-right span i {
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.list-right ul li {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px
}

.list-right ul li:last-child {
    border-bottom: none
}

.list-right ul li em {
    position: relative;
    top: 50%;
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 7px;
    background-color: #cecece;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-size: 12px;
    line-height: 18px;
    transform: translateY(-50%)
}

.list-right ul li:first-child em {
    background: #39a0ff
}

.list-right ul li:nth-child(2) em {
    background: #42c666
}

.list-right ul li:nth-child(3) em {
    background: #d9a606
}

.list-right ul li a {
    display: block;
    overflow: hidden;
    height: 32px;
    font-size: 14px
}

.index-article-box {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    min-width: 1200px
}

.index-article-box .list-title {
    margin-bottom: 15px
}

.index-article-box ul {
    float: left;
    display: block;
    width: 100%
}

.index-article-box ul li {
    float: left;
    margin-right: 2%;
    width: 32%;
    height: 38px;
    font-size: 15px;
    line-height: 38px
}

.index-article-box ul li:nth-child(3n+0) {
    margin-right: 0
}

.index-article-box ul li:before {
    position: relative;
    top: 50%;
    float: left;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cecece;
    content: "";
    transform: translateY(-50%)
}

.index-article-box ul li:hover:before {
    background-color: #2888e8
}

.index-article-box ul li a {
    float: left;
    display: block;
    overflow: hidden;
    height: 38px;
    max-width: 290px;
    color: #333;
    font-size: 15px;
    line-height: 38px
}

.index-article-box ul li a:hover {
    color: #2888e8
}

.index-article-box ul li span {
    float: right;
    max-width: 66px;
    color: #2888e8;
    font-size: 12px;
    font-family: initial
}

.list-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
    margin-right: 16px;
    padding: 20px;
    width: 592px;
    border-radius: 10px;
    background: #fff;
    min-height: 300px
}

.list-item:nth-child(2n+0) {
    margin-right: 0
}

.list-item .list-item-box {
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px
}

.list-item .list-item-left {
    float: left;
    margin-top: 4px;
    width: 170px
}

.list-item .list-item-left a {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    background: #f8f8f8;
    text-align: center
}

.list-item .list-item-left a:last-child {
    margin-bottom: 0
}

.list-item .list-item-left a span {
    display: block;
    overflow: hidden;
    padding: 0 4px;
    height: 36px;
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 36px
}

.list-item .list-item-left a:hover span {
    color: #2888e8
}

.list-item .list-item-left img {
    display: block;
    width: 170px;
    height: 110px;
    border-radius: 8px;
    opacity: .7;
    transition: all .3s linear
}

.list-item .list-item-left img:hover {
    opacity: 1
}

.list-item .list-item-right {
    float: right;
    margin-top: -2px;
    width: 360px
}

.list-item .list-item-right li {
    float: left;
    width: 100%;
    height: 36px;
    font-size: 15px;
    line-height: 36px
}

.list-item .list-item-right li:before {
    position: relative;
    top: 50%;
    float: left;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #cecece;
    content: "";
    transform: translateY(-50%)
}

.list-item .list-item-right li:hover:before {
    background-color: #2888e8
}

.list-item .list-item-right li a {
    float: left;
    display: block;
    overflow: hidden;
    width: 290px;
    height: 36px
}

.list-item .list-item-right li time {
    float: right;
    color: #999;
    font-size: 12px
}

.main-list-news {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    min-height: 450px
}

.main-list-news .list-title {
    margin-bottom: 0
}

.main-list-news .list-news-ul {
    float: left;
    padding-top: 10px;
    width: 100%
}

.main-list-news .list-news-ul li {
    position: relative;
    margin-bottom: 5px;
    padding: 0 100px 0 20px;
    min-height: 40px;
    line-height: 40px
}

.main-list-news .list-news-ul li:after {
    position: absolute;
    top: 20px;
    z-index: 0;
    display: block;
    width: 86%;
    border-bottom: 1px dashed #cecece;
    content: ""
}

.main-list-news .list-news-ul li:before {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 2;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #cecece;
    content: ""
}

.main-list-news .list-news-ul li a {
    position: absolute;
    z-index: 1;
    padding-right: 15px;
    background-color: #fff;
    font-size: 16px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -ms-transition: .3s ease
}

.main-list-news .list-news-ul li a:hover {
    padding-left: 5px;
    color: #2888e8;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -ms-transition: .3s ease
}

.main-list-news .list-news-ul li:hover:before {
    background-color: #2888e8;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -ms-transition: .3s ease
}

.main-list-news .list-news-ul li time {
    position: absolute;
    right: 0;
    z-index: 1;
    padding-left: 10px;
    background-color: #fff;
    color: #999;
    font-size: 12px
}

.main-list-news .list-news-ul li:nth-child(5n) {
    margin-bottom: 30px
}

.index-column {
    display: block;
    overflow: hidden;
    width: 1200px
}

.index-column li {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    margin-top: 16px;
    margin-right: 15px;
    width: 228px;
    height: 114px;
    border-radius: 10px;
    background: #fff
}

.index-column li:last-child,.index-column li:nth-child(5n+0) {
    margin-right: 0
}

.index-column li a {
    display: block;
    width: 228px;
    height: 114px
}

.index-column li h3 {
    position: absolute;
    top: 23px;
    left: 23px;
    color: #2888e8;
    font-size: 24px
}

.index-column li span {
    position: absolute;
    top: 67px;
    left: 23px;
    color: #ccc;
    font-size: 13px
}

.index-column li .icon {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #e2f0fd;
    text-align: center
}

.index-column li .iconfont {
    position: relative;
    background-image: -webkit-linear-gradient(bottom,#2888e8,#43a2f7,#3fadff);
    background-image: -o-linear-gradient(bottom,#2888e8,#43a2f7,#3fadff);
    background-image: -moz-linear-gradient(bottom,#2888e8,#43a2f7,#3fadff);
    background-image: linear-gradient(bottom,#2888e8,#43a2f7,#3fadff);
    color: #2888e8;
    font-size: 46px;
    line-height: 70px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}






.row1 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.row2 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row3 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.row4 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.row5 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}

.pagination li {
    list-style: none;
    background: none!important;
}

.pagination li a {
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}

.pagination span {
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a {
    background: #e3e3e3;
    color: #333;
}

.pagination li:first-child a {
    background: #e3e3e3;
    color: #333;
}

.disabled span {
    background: #e3e3e3;
    color: #333;
}

.pagination .active span {
    background: #2888e8;
    color: #fff;
}


.selhover {
    color: #fff !important;
    background-color: #2888e8;
}

.listnav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.2rem;
    /*background: #fff;*/
    /*padding-left: 20px;*/

}

.listnav a {
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 16px;
}
