* {
    word-wrap: break-word;
}

body {
    /*background: #f7f9fa!important;*/
    /*word-wrap: break-word;*/
    /*word-break: break-word;*/
    background: #f7f9fa;
}

body, input, button, select, textarea {
    font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    color: #444;
}

textarea {
    resize: none;
}

body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc {
    margin: 0;
    padding: 0;
}

table {
    empty-cells: show;
    border-collapse: collapse;
}

caption, th {
    text-align: left;
    font-weight: 400;
}

ul li, .xl li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

em, cite, i {
    font-style: normal;
}

a {
    color:#18191a;
    text-decoration: none;
}

a:hover {

    color: #2d8cf0;
}

a img {
    border: none;
}

.home {
    position: relative;
    margin-top: -8px;
    box-shadow: none;
}
.home .home-content .news-nav-wrap {
    padding: 17px 24px;
    background: #fff;
    border-radius: 4px;
}
.home .home-content .news-nav-wrap .news-nav-item {
    text-align: center;
    display: inline-block;
    color: #797c80;
    margin-right: 32px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.titles{
    padding: 0 15px;
    height: 33px;
    background: #fff;
    border-radius: 4px;
    line-height: 33px;
    color: #333;
    display: inline-block;
}
.home .home-content .news-nav-wrap .news-nav .nuxt-link-active .titles {

    padding: 0 15px;
    height: 33px;
    background: #1a509c;
    border-radius: 4px;
    line-height: 33px;
    color: #fff!important;
    display: inline-block;
}
.home .home-content .news-nav-wrap .news-nav .nuxt-link-exact-active.nuxt-link-active {
    font-weight: 500;
    color: #1985ff;
}
.nuxt-link-active a{
    color: #fff;
}
.drop{
    margin-top: 0px;
    position: absolute;
    background: #fff;
    z-index: 111;
    padding: 20px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    display: none;
    white-space: nowrap;
}
.drop a{
    color: #333;
    font-size: 15px;
    margin-right: 30px;
}
.drop a:hover{
    text-decoration: underline;
    color: #0d93e2;
}
.drop a:last-child{
    margin-right: 0;
}

.news-nav-item:hover .drop{
    display: block;
}

.entry-left-list {
    float: left;
    width: 788px;
    border-radius: 4px;
    background: #fff;
}
.entry-left-list {
    float: left;
    width: 788px;
    border-radius: 4px;
}
.home .home-content .entry-left-list {
    float: left;
    background-color: #f7f9fa;
}
.news-list{
    margin-top: 12px;
}
.news-list .home-list-wrap .item{
    /*min-height: 174px;*/
    border-bottom: 1px solid #f5f6f7;
    cursor: default;
}
.news-list .home-list-wrap .special-list .item{
    border: none;
}
.item-content {
    height: 100%;
    overflow: hidden;
    padding: 20px 20px;
    display: flex;
    /*margin-bottom: 10px;*/
    background: #fff;
}
.item-content .left-wrap {
    position: relative;
    width: 200px;
    height: 134px;
    float: left;
    border-radius: 4px;
    background-color: rgba(240,243,245,.966);
    overflow: hidden;
    margin-right: 15px;
}
.item-content .left-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    transition: transform .5s ease;
}
.item-content .left-wrap img:hover {
    transform: scale(1.1);
}
.item-content .left-wrap .badge {
    top: 4px;
    left: 4px;
    position: absolute;
    height: 25px;
    background: #000;
    opacity: .7;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 25px;
}
.item-content .right-wrap {
    position: relative;
    /*min-height:113px;*/
    width: calc(100% - 224px);
    float: right;
    flex:1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.item-content .right-wrap .title-wrap .title {
    display: block;
    overflow: hidden;
    max-height: 56px;
    font-size: 19px;
    font-weight: 500;
    color: #18191a;
    line-height: 28px;
    cursor: pointer;
    padding: 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.item-content .right-wrap .desc-wrap {
    margin-top: 9px;

}
.item-content .right-wrap .desc-wrap .desc {
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #797c80;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.item-content .right-wrap .item-info {
     position: inherit;
    bottom: 0;
    height: 24px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #aaaeb3;
    margin-top: 20px;
}
.avatar {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    background-color: #f5f6f7;
}
.pointer {
    cursor: pointer;
}
.avatar.min {
    width: 24px;
    height: 24px;
}
.avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pointer {
    cursor: pointer;
}
.item-content .right-wrap .item-info .name {
    vertical-align: top;
    margin-right: 8px;
}
.item-content .right-wrap .item-info .time {
    vertical-align: top;
    margin-left: 24px;
}
.item-content .right-wrap .item-info .right {
    display: flex;
    float: right;
}
.item-content .right-wrap .item-info .right .item {
    display: flex;
    align-items: center;
    margin-left: 24px;
    border:none;
}
.home .home-content .entry-right-list {
    margin-top: 12px;
    float: right;
    top: 0;
    right: 0;
    width: 346px;
}
.leader-tit{
    padding:5px 0 15px 0;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    letter-spacing: 1px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    color: #1a509c;
    align-items: center;
}
.more{
    font-size: 12px;
    color: #999;
}
.leader{
    padding: 10px 0 0 0 ;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-bottom: 1px solid #eee;

}
.leader a{
    flex: 0 0 71px;
    margin-right: 10px;
    margin-bottom: 10px;

}
.leader a div{
    position: relative;
    height: 95px;
    overflow: hidden;
    border-radius: 5px;
}
.leader a img{
    width: 100%;
    height: 100%;
}
.leader a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(0,0,0,.5);
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:13px;
    width: 100%;
}
.leader p{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.area-leader {
    flex: 0 0 48%;
    margin-right: 4%;
}

.area-leader:nth-child(2n){
    margin-right: 0;
}
.two {
    /*padding-left: 10px;*/
}
.area-li {
    display: flex;
}
.leader-area {
    padding: 10px 0 0 0;
    background: #fff;
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.area {
    padding: 0 10px;
    background: #fff;
    border-left: 4px solid #1cbb9b;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
}
.more {
    margin-right:10px;
    color: #999;
    font-size: 12px
}
.two .leader {
    padding: 10px 0;
    justify-content: space-between;
}
.two .leader a:nth-child(2n) {
    margin-right: 0;
}
.today em{
    font-weight: bold;
    color: #1a509c;
}
.right-digest .today li a{
    margin-left: 0;
    overflow: inherit;
    max-height: inherit;
    line-height: 27px;
}
.poster-txt,.poster-txt1 {
    position: relative;
    overflow: hidden;
    transition: height 0.24s;
    height: 300px;
}
.poster-txt1 {
    position: relative;
    overflow: hidden;
    transition: height 0.24s;
    height: 450px;
}
.poster-txt.xg:after ,.poster-txt1.xg:after{
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
.poster-btn,.poster-btn1 {
    outline: none;
    display: block;
    /* width: 50%; */
    line-height: 2;
    margin: 10px auto;
    text-align: center;
    background: url(/static/pc/news/image/arrowposter.jpg) no-repeat center top;
    padding-top: 10px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
}
.current-menu,.current-menu1 {
    background: url(/static/pc/news/image/arrowposterhui.jpg) no-repeat center top;
    content: '';
    display: block;
}
.img-dec {
    display: flex;
    justify-content: space-between;
    height: 130px;
    overflow: hidden;
    margin-top: 10px;
}
.img-dec .pics {
    flex: 1;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    transition: transform .5s ease;
    display: block;
    background-position: center;
    background-size: cover;
}
.img-dec .pics:last-child {
    margin-right: 0;
}
.item-info span .icon{

    margin-top: 0;
}
#loading {
    text-align: center;
    color: #888;
    padding: 30px;
    font-size: 14px;
    display: none;
}
.load-more-btn {
    margin: 35px auto 35px;
    text-align: center;
    width: 104px;
    height: 36px;
    background-color: #fff;
    color: #1985ff;
    border: 1px solid #8ec2ff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition-duration: .4s;
    line-height: 36px;
}
.f-collapse{
    margin-top: 10px;
}
.f-collapse-header{
    height: 57px;
    line-height: 57px;
    padding-left: 15px;
    font-weight: bold;
    border-bottom: 1px solid #f7f9fa;
    background: #fff;
    margin-top: 15px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    color: #bc0000;
}
.jiantou{
    background: url(/static/pc/news/image/xs.png) no-repeat center;
    display: block;
    line-height: 50px;
    width: 32px;
    background-size: 100%;
    margin-right: 20px;
}
.jiantou.arrow {
    background: url(/static/pc/news/image/xx1.png) no-repeat center;
    display: block;
    line-height: 50px;
    width: 32px;
    background-size: 100%;
    margin-right: 20px;
}
.con{

}
.f-collapse-body{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 20px;
    background: #fff;

}
.f-collapse-body .items{
    flex:0 0 15.18%;
    margin-right: 1.78%;
    margin-bottom: 15px;
    box-shadow: 0 0 9px 1px rgba(98,124,153,0.1);
    border-radius: 5px;
}
.f-collapse-body .items:nth-child(6n){
    margin-right: 0;
}
.f-collapse-body .items .img{
    width: 100%;
    height: 180px;
    overflow: hidden;

}
.f-collapse-body .items .img img{
    width: 100%;
    transition: transform .5s ease;
}
.names{
    padding: 10px;
    text-align: center;
    font-weight:bold;
}
.post{
    font-size: 13px;
    text-align: center;
    color: #999;
    padding: 0 10px 15px;
}

.f-collapse-body .items .img img:hover {
    transform: scale(1.1);
}
.topic-info {
    width: 100%;
    /* height: 324px; */
    background-color: #fff;
    /* box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%); */
    border-radius: 4px;
    margin-bottom: 12px;
    position: relative;
    display: block;
    padding-top: 30px;
    margin-top: 13px;
}
.f-title{
    text-align: center;
    color: #333;
    font-size: 15px;
    margin: 5px auto;
}

.topic-info .follow-count {
    position: absolute;
    right: 0;
    top: 16px;
    background: #f5f6f7;
    border-radius: 15px 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #1a509c;
    line-height: 17px;
    padding: 6px 8px 6px 12px;
}
.topic-info .upper-part {
    position: relative;

    width: 100%;
}
.topic-info .upper-part .topic-avatar {
    /* position: absolute; */
    top: 36px;
    left: 50%;
    width: 82px;
    height: 82px;
    /* transform: translateX(-50%); */
    border-radius: 50%;
    background: #f7f9fa;
    margin: 0 auto;
}
.avatar {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    background-color: #f5f6f7;
}
.avatar.large {
    width: 82px;
    height: 82px;
}
.avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.topic-info .upper-part .title {

    margin-top: 10px;
    width: 100%;
    height: 28px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #18191a;
    line-height: 28px;
}
.topic-info .upper-part .des {

    padding: 0 28px;
    line-height: 21px;
    text-align: justify;
    font-size: 13px;
    color: #797c80;
    overflow: hidden;
}
.topic-info .next-part {
    height: 99px;
    width: 100%;
}
.topic-info .next-part .stat-box {
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
}
.topic-info .next-part .stat-box .item {
    width:50%;
    text-align: center;
}
.topic-info .next-part .stat-box .item:not(:last-child) {
    border-right: 1px solid #e6e8eb;
}
.topic-info .next-part .stat-box .item .title {
    font-weight: 400;
    font-size: 12px;
    color: #797c80;
}
.topic-info .next-part .stat-box .item .count {
    font-size: 20px;
    font-family: DIN-Medium;
    font-weight: 500;
    color: #18191a;
    margin-top: 5px;
}

.account-box{
    width:100%;
    background: #fff;
    /*box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.1);*/
    border-radius: 5px;
    overflow: hidden;
    padding:0;
    box-sizing: border-box;
}
.account-title{
    height:50px;
    display: flex;
}
.account-title .right{
    display: flex;
    flex:1;
}
.arrow{
    color: #333;
    width: 100px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-btn-jian i{
    transform: rotate(-135deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
}
.f-btn-jia i{
    font-size: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(
            45deg
    );
}
.f-riqi{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(0,0,0,0.8);
}
.f-rili-head{
    padding: 5px 0 10px;
    color: rgba(0,0,0,0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 5px;
    border-bottom: 1px solid #f7f9fa;
    font-size: 15px;
}
.f-rili-th{
    display: inline-block;
    text-align: center;
}
.f-tbody{
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
}
.f-td{
    list-style-type: none;
    width: 14.2%;
    padding: 1%;
    box-sizing: border-box;
    text-align: center;
    color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-td a{
    position: relative;
    /*width: 0.6rem;*/
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 15px;
}
.f-td.f-on a{
    font-weight: bold;
    background:#1a509c;
    border-radius: 50%;
    width: 30px;
    color: #fff;
    line-height: 30px;
}
.f-card .f-card-body{
    /*margin-top: 16px;*/
}
.hot-topic .hot-topic-list .item {
    display: flex;
}
.hot-topic .hot-topic-list .item:not(:last-child) {
    margin-bottom: 0;
}
.hot-topic .hot-topic-list .item .topic-avatar {
    cursor: pointer;
}
.avatar.sixty{
    width: 60px;
    height: 60px;
}
.hot-topic .hot-topic-list .item .topic-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
}
.hot-topic .hot-topic-list .item .topic-info .title {
    height: 21px;
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #494b4d;
    line-height: 21px;
    margin-bottom: 8px;
    cursor: pointer;
}
.hot-topic .hot-topic-list .item .topic-info .count {
    font-weight: 400;
    font-size: 13px;
    color: #797c80;
}
.hot-topic .hot-topic-list .item .topic-info .count .number {
    display: inline-block;
    margin-top: -1px;
    vertical-align: top;
}
.city{
    color: #1a509c;
    font-size: 13px;
    margin-right: 5px;
    border-right: 1px solid #b1b1b1;
    padding-right: 6px;
}
.special-recommend {
    margin-bottom: 20px;
}
.special-recommend .special-list-wrap .special-list-header {
    padding: 13px 24px;
    border: none;
    overflow: auto;
}
.flow-header .flow-title {
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #797c80;
    cursor: pointer;
}
.flow-header .flow-control {
    float: right;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #aaaeb3;
    line-height: 17px;
    cursor: pointer;
}
.special-recommend .special-list-wrap .special-list {
    display: flex;
    list-style: none;
    padding: 0 24px;
    justify-content: space-between;
}
.special-recommend .special-list-wrap .special-list .item .item-special {
    position: relative;
    /*width: 234px;*/
    /*height: 186px;*/
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
}
.special-recommend .special-list-wrap .special-list .item .item-special .mask-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 9;
}
.special-recommend .special-list-wrap .special-list .item .item-special .img-wrap {
    width: 100%;
    height: 100%;
}
.special-recommend .special-list-wrap .special-list .item .item-special .img-wrap img {
    width: 100%;
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    border-radius: 5px;
}
.special-recommend .special-list-wrap .special-list .item .item-special .img-wrap  img:hover {
    transform: scale(1.1);
}
.areas{
    width: 1150px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -575px;
}
.areas ul{
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
}
.areas ul li{
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
}
.areas ul li:hover{
    background: #a90000;

}
.areas ul li.on{
    background: #a90000;
}
.areas ul li a{
    color: #fff;
}
.areas ul li a:hover{
    color: #fff;
}
.t2_nav {
    height: 84px;
    margin-bottom: 10px;
    width: 1150px;
    margin: 0 auto;
}
.t2_nav img {
    float: left;
    margin: 25px 10px 0 0;
}
.t2_nav div {
    float: left;
    margin-top: 15px;
    width: 390px;
    line-height: 30px;
}
.t2_nav div.fr {
    float: right;
}
.t2_nav div p {
    padding-top: 15px;
    text-align: right;
    width: 390px;
}
.t2_nav_0219 div.fr p {
    padding-top: 0px;
}
.t2_nav div a {
    margin: 0 15px;
    color: #fff;
}
.t2_nav div p a {
    margin: 0 10px;
}
.newvip-sess5 {
    background-color: #F9F9F9;
    padding-top: 60px;
    padding-bottom: 60px;
}
.newvip-session .new-sess-center {
    width: 1150px;
    margin: 0 auto;
}
.newvip-session .new-sess-center .new-sess-head {
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.newvip-session .new-sess-center .new-sess-head span {
    font-size: 25px;
    color: #333;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newvip-session .new-sess-center .new-sess-head span:before {
    content: '';
    background-image: url(/static/pc/news/image/lefti.png);
    width: 37px;
    height: 29px;
    margin-right: 11px;
}
.newvip-session .new-sess-center .new-sess-head span:after {
    content: '';
    background-image: url(/static/pc/news/image/righti.png);
    width: 37px;
    height: 29px;
    margin-left: 11px;
}
.newvip-sess5 .daoshi-team {
    display: flex;
    margin-top:36px;
    flex-wrap: wrap;

}
.newvip-sess5 .daoshi-team li {
    width:175px;
    margin-bottom: 24px;
    /* height: 162px; */
    background: #ffffff;
    box-shadow: 0px 4px 13px 0px #e8edfc;
    border-radius: 4px;
    background-image: url(/static/pc/news/image/aa.png);
    background-position-y: bottom;
    background-repeat: no-repeat;
    word-break: break-all;
    /* padding: 0 16px; */
    box-sizing: border-box;
    /* padding-top: 27px; */
    margin-right: 20px;
}
.newvip-sess5 .daoshi-team li:nth-child(6n){
    margin-right: 0;
}
.newvip-sess5 .daoshi-team li img {
    width: 100%;
    /*height: 98px;*/

}
.newvip-sess5 .daoshi-team li div {
    font-size: 20px;
    color: #333;
}
.newvip-sess5 .daoshi-team li img + div {
    padding-top: 9px;
}
.newvip-sess5 .daoshi-team li div {
    font-size: 20px;
    color: #333;
}
.newvip-sess5 .daoshi-team li p {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    margin-top: 5px;
}
.itemimg{
    width:100%;
    height: 190px;
    overflow: hidden;
    /*border-radius: 100%;*/
    /*margin-right: 10px;*/

}
.newvip-sess5 .daoshi-team .infos{
    padding: 10px;
}
.customer-main {
    width: 100%;
    background-color: #F7F9FA;
    display: inline-block;
}
.customer-main .person-banner {
    width: 100%;
    height: 140px;
    background: url(/static/pc/news/image/cback.jpg) no-repeat;
    background-size: 100% 100%;
}
.customer-main .person-banner .banner-content {
    width:1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    align-items: center;
}
.customer-main .person-banner .person {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.customer-main .person-banner .person .touxiang {
    width: 118px;height: 118px;overflow: hidden; border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(99,124,171,0.54);
}
.customer-main .person-banner .person .touxiang img{
    width: 100%;
}
.customer-main .person-banner .person .person-txt {
    margin-left: 22px;
}
.customer-main .person-banner .pt1 {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
}
.customer-main .person-banner .pt2 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(224, 224, 224, 1);
    line-height: 14px;
}
.customer-main .person-banner .detail {
    display: flex;
    justify-content: flex-end;
}
.customer-main .person-banner .detail .item {
    margin-left: 50px;
    text-align: center;
}
.customer-main .person-banner .pt3 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
}
.customer-main .person-ta {
    width: 100%;
}
.customer-main .person-ta .ta-top {
    width: 100%;
    height: 80px;
    background-color: white;
}
.customer-main .person-ta .ta-top .tt-content {
    width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.customer-main .person-ta .ta-top .tt-content .tt-nav {
    display: flex;
    justify-content: flex-start;
}
.customer-main .person-ta .ta-top .tt-content .tt-nav li {
    font-size: 18px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    cursor: pointer;
}
.customer-main .person-ta .ta-top .tt-content .tt-nav li.act {
    font-weight: 600;
    color: rgb(209 25 23);
    padding-bottom: 23px;
    position: relative;
    /* border-bottom: 2px solid #406080; */
}
.customer-main .person-ta .ta-top .tt-content .tt-nav li.act:after {
    content: '';
    width: 27px;
    height: 2px;
    background: rgb(209 25 23);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#divContent {
    position: relative;
}
.customer-main .person-ta .ta-bottom {
    width: 1150px;
    margin: auto;
}
.customer-main .person-ta .ta-top .tt-content .tt-nav li+li {
    margin-left: 38px;
}
.viewport {
    margin-top: 10px;
}
.project {
    position: relative;
    padding: 0 0 10px 20px;
    border-left: 1px solid #e2e2e2;
    font-size: 15px;
}
.project .mark {
    position: absolute;
    left: -6px;
    top: 20px;
    width: 12px;
    height: 12px;
    border: 1px solid #777;
    border-radius: 50%;
    background: #f7f9fa;
}
.project .time-node {
    display: block;
    margin: 0 0 8px 0;
    font-size: 15px;

    padding-top: 16px;
}
.wrap{
    width: 1150px;
    border-radius: 4px;
    box-shadow: none;
    height: 100%;
}
.home-content{
    display: inline-block;
    width: 100%;
}
.post-detail {
    margin: -8px auto;
    display: flow-root;
    min-height: 84vh;
}
.entry-left-list {
    float: left;
    width: 788px;
    border-radius: 4px;
}
.post-detail .post-wrap {
    border-radius: 4px;
    position: relative;
    background-color: #fff;
}
.post-head {
    padding: 0 30px;
}
.post-head .post-head-wrap {
    padding-top: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f6f7;
}
.post-head .post-head-wrap .post-head-title {
    margin-bottom: 4px;
}
.post-head .post-head-wrap .post-head-title .title {
    display: inline-block;
    color: #18191a;
    font-size: 0;
    line-height: 36px;
    font-weight: 600;
}
.post-head .post-head-wrap .post-head-title .title .text {
    font-size: 28px;
}
.post-head .post-head-wrap .control-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.post-head .post-head-wrap .control-bar .left {
    display: flex;
    align-items: center;
}
.post-head .post-head-wrap .control-bar .left .time {
    margin-right: 24px;
    color: #797c80;
    line-height: 17px;
    font-weight: 400;
}
.post-head .post-head-wrap .control-bar .left .device {
    background-color: #f7f9fa;
    padding: 4px 8px;
    border-radius: 2px;
    /*height: 24px;*/
    font-weight: 400;
    color: #aaaeb3;
}
.post-head .post-head-wrap .control-bar .right {
    display: flex;
    align-items: center;
}
.post-head .post-head-wrap .control-bar .right .count {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #aaaeb3;
}
.post-head .post-head-wrap .control-bar .right .count .view {
    margin-right: 20px;
}
.post-head .post-head-wrap .control-bar .right .count .reply, .post-head .post-head-wrap .control-bar .right .count .view {
    display: flex;
    align-items: center;
}
.post-head .post-head-wrap .control-bar .right .count .reply .count-num, .post-head .post-head-wrap .control-bar .right .count .view .count-num {
    margin-left: 4px;
}
.post-body {
    padding: 24px 30px;
}
.post-body .post-body-content {
    font-size: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular,PingFang SC;
    color: #18191a;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: .5px;
    min-height: 30px;
}
.post-foot {
    padding: 56px 30px 12px;
}
.post-foot .post-foot-wrap .post-foot-info {
    color: #aaaeb3;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 78px;
}
.post-foot .post-foot-wrap .post-foot-info .name {
    color: #18559a;
}
.post-foot .post-foot-wrap .post-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 47px;
}
.post-foot .post-foot-wrap .post-actions .acrions-news {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-foot .post-foot-wrap .post-actions .acrions-news .like-btn {
    border-radius: 50%;
    width: 78px;
    height: 78px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(13,39,91,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.pointer {
    cursor: pointer;
}
.post-foot .post-foot-wrap .post-actions .acrions-news .count {
    height: 17px;
    font-size: 14px;
    font-family: DIN-Bold,DIN;
    font-weight: 700;
    color: #1985ff;
    line-height: 17px;
}
.fav-shar-bar{
    justify-content: space-between;
    margin-top: 28px;
    font-size: 12px;
    color: #797c80;
    line-height: 17px;
    font-weight: 400;
}
.fav-shar-bar .favorite-count, .fav-shar-bar{
    display: flex;
    align-items: center;
}
.fav-shar-bar .favorite-count, .fav-shar-bar{
    display: flex;
    align-items: center;
}
.fav-shar-bar .favorite-count .item{
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
}
.fav-shar-bar .favorite-count .item.favorite{
    padding: 15px 8px;
    margin-left: -8px;
}
.fav-shar-bar .favorite-count .item:not(:last-child) {
    margin-right: 17px;
}
.content {
    background: url(/static/pc/news/image/lish.png) center top no-repeat;
    width: 1022px;
    height: 776px;
    margin:0 auto;
}
.content .w980 {
    position: relative;
    width: 980px;
}
.content .ding1 {
    position: absolute;
    left: 481px;
    z-index: 2222;
    top: 150px;
}
.content .ding2 {
    position: absolute;
    left:481px;
    z-index: 2222;
    top: 450px;
}
.content .fr {
    width: 422px;
    margin-right: 40px;
    _margin-right: 20px;
    height: 650px;
    position: relative;
    float: right;
}
.content .fl {
    padding: 10px 0px 0;
    width: 490px;
}
.news_wrap {
    padding: 0 30px;
    height: 600px;
    overflow-y: auto;
    width: 429px;
    margin-top: 45px;
}
.news_wrap ul {
    width: 355px;
    margin: 0 auto;
}
.news_wrap ul li {
    margin-bottom: 25px;
}
.news_wrap ul li h2 {
    padding-bottom: 10px;
}
.news_wrap ul li h2 a {
    font-size: 16px;
    line-height: 34px;
    color: #000;
    font-family: "微软雅黑";
}
.news_wrap ul li p {
    /*background: url(http://cpc.people.com.cn/img/MAIN/2020/12/120681/images/p_bg.jpg) repeat;*/
    /*margin-top: 15px;*/
}

.news_wrap ul li p a {
    font-size: 12px;
    line-height: 30px;
    color: #765c50;
}
.left_nav {
    position: absolute;
    margin-left: -112px;
    padding: 20px 8px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(98,124,153,0.1);
    border-radius: 4px;
    width: 100px;
    top:0;
    box-sizing: border-box;
}

.left_nav_fixed {
    position: fixed;
    top: 77px;
}

.left_nav a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin: 3px 0;
    padding: 0 8px;
    text-decoration: none;
}

.left_nav a:hover, .left_nav a.active {
    background: #1a509c;
    color: #fff;
    border-radius: 4px;
}

.leftBox {
    width: 780px;
    float: left;
}

.leftBox .pic .img {
    width: 780px;
    height: 330px;
}

.u-shadowed {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
}
.homeTab {
    margin-top: 10px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: flex;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #f5f6f7;
}
.homeTab span {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}
.homeTab span.is-active:before, .homeTab span.loading:before {
    background-color: #5079b7;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
}
.homeTab span.is-active:before {
    right: 0;
}
.yaowen{
    background: #fff;
    /*margin-top: 10px;*/
    /*padding: 10px 20px 10px 10px ;*/
}
.yaowen a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #222;
    font-size: 15px;
    line-height: 42px;
}
.yaowen a:hover{
    background: #e9f4eb;
}
.icon-disc {
    display: inline-block;
    width: 5px;
    height: 5px;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    border-radius: 50%;
    vertical-align: middle;
    background: #5b99cb;
}
.list-text {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 680px;
}
.timedate {
    display: inline-block;
    color: #999;
    vertical-align: middle;
    float: right;
}

.pager {
    display: flex;
    text-align: center;
    margin: 50px auto 150px;
    justify-content: center;
}

.pager a.on {
    background: #1a509c;
    color: #fff;
    border: 1px solid #1a509c;
}

.pager a {
    flex: 0 0 30px;
    height: 30px;
    color: #bbb;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    margin-right: 8px;
    border-radius: 3px;
}
.pic .img{
    width: 788px;
    height: 330px;
}
.right-banner {
    width: 350px;
    height: 330px;
    overflow: hidden;
}
right-banner li {
    position: relative;
    height: 160px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
}
.right-banner li .img {
    width: 100%;
    height: 100%;
}
.img{
    transition: transform .5s ease;
}
.img:hover {
    transform: scale(1.1);
}
.itemimg img{
    transition: transform .5s ease;

}
.itemimg img:hover{
    transform: scale(1.1);

}
.right-digest li{
    margin: 0 0 15px 0;
}
.kol{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow-y: hidden;
    transition: height 0.24s;
    height: 340px;
}
.kitem{
    flex: 0 0 25%;
    margin-bottom: 20px;
    position: relative;
}

.k-pic{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.k-pic img{
    width: 100%;
}
.kname{
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
}
.khover{
    position: absolute;
    width: 200px;
    z-index: 1;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    left: -80px;
    display: none;
    background: #fff;
    padding: 15px 15px 20px;
}
.khover .top{
    display: flex;
    align-items: center;
}
.k-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;

}
.k-img img{
    width: 100%;
}
.k-info .nm{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.k-info .karea{
    background: #ffedc9;
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 14px;
    transform: scale(.875);
    color: #ff6e00;
    display: inline-block;
}
.k-post{
    margin-top: 10px;
    color: #999;
    font-size: 15px;
    line-height: 1.5;

}
.kol .kitem:hover .khover{
    display: block;
}
.kol.xg:after{
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
.bottom-link {
    background: #fff;
    margin-top: 30px;
}
.bottom-link {
    padding-bottom: 20px;
}
.flex-wrap {
    text-align: center;
    color: #aaaeb3;
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
}
.bottom-link .contents {
    width: 1150px;
    margin: 0 auto;
    padding-top: 30px;
}
.flex-wrap a {
    color: #aaaeb3;
}
.backToTop {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: fixed;
    right: 27px;
    bottom: 173px;
    background-color: #fff;
    display: none;
    pointer: cursor;
}
.ivu-tooltip-rel {
    position: relative;
    width: inherit;
}
.ivu-tooltip-rel:hover{
    background-image: url(/static/pc/news/image/top.png);
}
.backToTop .ivu-tooltip-rel {
    height: 44px;
}
.backToTop {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: fixed;
    right: 27px;
    bottom: 173px;
}
.backToTop, .backToTop:hover {
    background-image: url(/static/pc/news/image/top.png);
}

.ivu-tooltip-popper {
    display: none;
    visibility: visible;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    z-index: 1060;
}
.ding{
    display: none;
}
.backToTop:hover .ding{
    display: block;
}
.ivu-tooltip-inner {
    max-width: 250px;
    /*min-height: 34px;*/
    padding: 8px 12px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgba(70,76,91,.9);
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    white-space: nowrap;
}
.f-feedback {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: fixed;
    right: 27px;
    bottom: 120px;
    background-image: url(/static/pc/news/image/yjfk.png);
    background-color: #fff;
}
.f-feedback:hover {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: fixed;
    right: 27px;
    bottom: 120px;
    background-image: url(/static/pc/news/image/yjfk2.png);
}
.f-feedback:hover .ivu-tooltip-popper{
    display: block;
}
.ivu-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow {
    right: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(70,76,91,.9);
}
.ivu-tooltip-popper[x-placement=left] .ivu-tooltip-arrow {
    top: 50%;
    margin-top: -5px;
}
.wpBox{
    width: 1150px;
    margin: 0 auto;
    display: flow-root;
}
.cloumn{
    padding: 20px 20px 0 20px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.article-breadcrumb {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.article-breadcrumb a {
    color: #999;
}
.tag-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.tag-image {
    float: left;
    margin-right: 16px;
}
.tag-image img {
    height: 100px;
    width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-filter: brightness(.95);
    filter: brightness(.95);
    border-radius: 3px;
}
.tag-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden;
    margin-right: 6px;
}
.tag-title {
    font-weight: 600;
    font-synthesis: style;
    line-height: 1.6;
    color: #1a1a1a;
    margin-top: -4px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 25px;
    display: flex;
    align-items: center;
}
.tag-meta {
    margin-top: 6px;
    font-size: 15px;
    color: #646464;
}
.tag-meta__wrapper {
    margin-top: 4px;
}
.tagMeta-content {
    min-height: 80px;
}
.tagMeta-desc {
    height: auto;
    line-height: 25px;
    font-size: 15px;
}
.tagMeta-desc>div, .tagMeta-desc>p {
    text-align: justify;
}
.tab-hd {
    height: 34px;
    border-top: 1px solid #eaeeef;
    border-bottom: 1px solid #eaeeef;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
}
.tab-hd li {
    width: 50%;
    display: block;
    position: relative;
    text-align: center;
    color: #2c2e3b;
    float: left;
    padding: 10px 0;
    cursor: pointer;
}
.tab-hd>li.select, .tab-hd>li:hover {
    color: #06c;
}
.tab-hd-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 1px;
    height: 18px;
    background: #eaeeef;
}
.hots-wrapper__bd {
    padding: 15px 0 0 25px;
}
.hots-wrapper__bd ul li {
    padding: 7px 0 8px;
}
.hots-wrapper__bd ul li .titles {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}
.hots-wrapper__bd ul li .titles .nums {
    position: absolute;
    left: -29px;
    top: 5px;
    width: 20px;
    height: 14px;
    background: #e6f1fb;
    cursor: pointer;
    line-height: 14px;
    text-align: center;
    color: #06c;
    font-size: 12px;
    border-radius: 2px;
}
.hots-wrapper__bd ul li .titles h4 {
    text-align: justify;
    color: #2c2e3b;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}
.hots-wrapper__bd ul li .titles h4 a {
    display: inline-block;
    /*min-height: 48px;*/
    /*max-height: 48px;*/
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hots-wrapper__bd ul li .titles h4 span.hotchange {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-left: 7px;
    color: #999;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 0 6px;
}
.rb-header.no-b{
    margin-bottom: 0;
}
.rb-header.no-b:before{
    border: none;
}
.ext-h3 {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.section-title{
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
}
.imgbg{
    width: 200px;
    height: 115px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
}
.imgbg img{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-list li {
    padding: 20px 0px;
    border-bottom: 1px solid #f5f6f7;
}

.item_content {
    overflow: hidden;
}

.item-left {
    flex:0 0 200px;
    height:115px;
    overflow: hidden;
    border-radius: 4px;
    margin-right:15px;
    position: relative;
}

.item-left .img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease;

}
.item-left .img:hover,.img-dec .pics:hover{
    transform: scale(1.1);

}
.item-left .img:hover .el-popover{
    display: block;

}
.badge{
    top: 4px;
    left: 4px;
    position: absolute;
    height: 25px;
    background: #000;
    opacity: .7;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 25px;
}

.item-right {
    position: relative;
}
.item-content{
    display: flex;
}
.item-main h2 {
    display: block;
    overflow: hidden;
    max-height: 56px;
    font-size: 19px;
    font-weight: 500;
    color: #18191a;
    line-height: 28px;
    cursor: pointer;
}
.item-main h2 a{
    color: #18191a;

}
.item-main h2 a:hover{
    color: #2d8cf0;

}
.item-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #797c80;
    line-height: 22px;
    margin-top:7px;
    letter-spacing: 0.5px;
}

.item-info {
    position: absolute;
    bottom: 0;
    height: 24px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #aaaeb3;
}

.item-info span {
    vertical-align: top;
}

.item-info span.item {
    margin-left: 10px;
}

.item-info span .icon {
    margin-top: 4px;
}

.item-box .item-info {
    position: inherit;
    margin-top: 12px;
}
.avatar {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    background-color: #f5f6f7;
    margin-right: 5px;
}

.avatar.min img {
    width: 24px;
    height: 24px
}
.imgbg{
    width: 200px;
    height: 115px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
}
.imgbg img{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img {
    display: block;
    background-position: center;
    background-size: cover;
}
.meta{
    padding-top: 11px;
    position: relative;
}
.tags{
    display: inline-block;
}
.tags a{
    display: inline-block;
    padding: 4px 8px !important;
    background: #f9f9f9;
    border-radius: 2px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-right: 8px;
}
.tags a:first-child{
    background: #e6f1fb;
    color: #06c;
}
.meta .time{
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #828a92;
    display: inline-block;
}