﻿body {
    background: #F9F9F9;
}
.ecommunity {
    display: flex;
    width:1220px;
}
.ecommunity-left {
    width: 820px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 40px;
}
.ecommunity-right {
    width: 360px;
    margin-top: 20px;
    margin-left:20px;
}
/* 公共head */
.ecomm-head{
    display:flex;
    justify-content:space-between;
}
.ecomm-head .ecomm-head-title {
    font-weight: bold;
    font-size: 18px;
    color: #3C3C3C;
    line-height: 18px;
}
.ecomm-head .ecomm-head-more {
    cursor:pointer;
    font-weight: 400;
    font-size: 16px;
    color: #5688FF;
}
/* 轮播图 */
.swiper-style {
    width: 820px;
    height: 330px !important;
    border-radius:10px;
}
.swiper-wrapper .item img{
    display: block;
    width: 100% !important;
    height: 100% !important;
    background-size:cover;
    border-radius:10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
}
.swiper-pagination-bullet {
    display: inline-block;
    opacity: 0.4;
    width: 8px;
    height: 8px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
    width: 30px;
    height: 30px;
    background: no-repeat center center;
    background-size: cover;
}

.swiper-button-prev {
    background: url(../../imgs/ecommunity/arrow_left.png);
    left: 0;
    margin-left:15px;
    background-size: cover;
}

.swiper-button-next {
    background: url('../../imgs/ecommunity/arrow_right.png');
    right: 0;
    margin-right:15px;
    background-size: cover;
}
/* 发布模块 */
.personal-function{
    margin-top:20px;
}
.personal-function .personal-fun-item {
    cursor:pointer;
    display:inline-flex;
    width:256px;
    margin-left: 20px;
    padding: 25px 30px;
    background: #fff;
    border-radius: 10px;
}
.personal-function .personal-fun-item:nth-child(1){
    margin-left:0;
}
.personal-function .personal-fun-item .pitem-img{
    display:inline-block;
    margin-top:-2px;
    width:30px;
    height:30px;
    background-size:cover;
}
.personal-function .personal-fun-item .pitem-con{
    margin-left:15px;
}
.personal-function .personal-fun-item .pitem-con .pitem-con-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.personal-function .personal-fun-item .pitem-con .pitem-con-text {
    margin-top:8px;
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
}
/* 模板下载区 */
.temp-load{
    margin-top:30px;
}
.temp-load .temp-list{
    display:block;
    margin-top:25px;
}
.temp-load .temp-list .temp-item {
    display:inline-block;
    margin-left: 20px;
    padding: 20px 20px 12px;
    width: 256px;
    background: #fff;
    border-radius: 10px;
}
.temp-load .temp-list .temp-item:nth-child(1){
    margin-left:0;
}
.temp-load .temp-list .temp-item .temp-item-head{
    display:flex;
    align-items:center;
}
.temp-load .temp-list .temp-item .temp-item-head i{
    display:inline-block;
    font-style:normal;
    width:30px;
    height:30px;
    background-size:cover;
}
.temp-load .temp-list .temp-item:nth-child(1) .temp-item-head i {
    background-image: url('../../imgs/ecommunity/temp-icon1.png');
}
.temp-load .temp-list .temp-item:nth-child(2) .temp-item-head i {
    background-image: url('../../imgs/ecommunity/temp-icon2.png');
}
.temp-load .temp-list .temp-item:nth-child(3) .temp-item-head i {
    background-image: url('../../imgs/ecommunity/temp-icon3.png');
}
.temp-load .temp-list .temp-item .temp-item-head span {
    display:inline-block;
    width:182px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.temp-load .temp-list .temp-con {
    margin-top: 15px;
}
.temp-load .temp-list .temp-con .temp-con-box {
    display: inline-block;
    width: 100%;
}
.temp-load .temp-list .temp-con .temp-con-box span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.temp-load .temp-list .temp-con .temp-con-btn {
    position: absolute;
    cursor: pointer;
    margin-left: -75px;
    margin-top: 20px;
    display: inline-block;
    padding: 4px 23px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: #5688FF;
    border-radius: 5px;
}
/* 政策快讯 */
.policy-box{
    margin-top:30px;
}
.policy-box .policy-list{
    display:block;
    padding:30px 25px;
    margin-top:25px;
    background:#fff;
    border-radius:10px;
}
.policy-box .policy-list .policy-item{
    cursor:pointer;
    display:flex;
    margin-top:15px;
}
.policy-box .policy-list .policy-item:nth-child(1){
    margin-top:0;
}
.policy-box .policy-list .policy-item .policy-img {
    display: inline-block;
    margin-top:-5px;
    width: 30px;
    height: 30px;
    background-size: cover;
}
.policy-box .policy-list .policy-item:nth-child(1) .policy-img {
    background-image: url('../../imgs/ecommunity/policy-icon1.png');
}
.policy-box .policy-list .policy-item:nth-child(2) .policy-img {
    background-image: url('../../imgs/ecommunity/policy-icon2.png');
}
.policy-box .policy-list .policy-item:nth-child(3) .policy-img {
    background-image: url('../../imgs/ecommunity/policy-icon3.png');
}
.policy-box .policy-list .policy-item .policy-cont {
    margin-left: 15px;
    width:725px;
}
.policy-box .policy-list .policy-item .policy-cont .policy-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.policy-box .policy-list .policy-item .policy-cont .policy-text {
    margin: 10px 0;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #777777 !important;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.policy-box .policy-list .policy-item .policy-cont .policy-text strong,
.policy-box .policy-list .policy-item .policy-cont .policy-text p,
.policy-box .policy-list .policy-item .policy-cont .policy-text span {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.policy-box .policy-list .policy-item .policy-cont .policy-time {
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.policy-box .policy-list .policy-item:last-child .policy-cont .policy-time {
    padding-bottom: 0;
    border-bottom: none;
}
/* 精选问答 */
.answer-box{
    margin-top:30px;
}
.answer-box .answer-list{
    display:block;
    margin-top:25px;
    padding:30px 25px;
    background:#fff;
    border-radius:10px;
}
.answer-box .answer-list .answer-item{
    display:block;
    margin-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}
.answer-box .answer-list .answer-item:nth-child(1){
    margin-top:0;
}
.answer-box .answer-list .answer-item:last-child{
    padding-bottom:0;
    border:none;
}
.answer-box .answer-list .answer-item .answer-title {
    display:block;
    font-weight: bold;
    font-size: 16px;
    line-height:22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.answer-box .answer-list .answer-item .answer-text {
    display:block;
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    line-height:22px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.answer-box .answer-list .answer-item .answer-other{
    margin-top:12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.answer-box .answer-list .answer-item .answer-other .other-left {
    display: flex;
    align-items: center;
}
.answer-box .answer-list .answer-item .answer-other .other-left img {
    display:inline-block;
    width:25px;
    height:25px;
    border-radius:50%;
}
.answer-box .answer-list .answer-item .answer-other .other-left span {
    margin-left:8px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.answer-box .answer-list .answer-item .answer-other .other-right{
    display:inline-flex;
    align-items:center;
}
.answer-box .answer-list .answer-item .answer-other .other-right .review-view{
    display:inline-flex;
    align-items:center;
}
.answer-box .answer-list .answer-item .answer-other .other-right .review-view img{
    display:inline-block;
    width:18px;
    height:18px;
    background-size:cover;
}
.answer-box .answer-list .answer-item .answer-other .other-right .review-view span {
    margin-left:5px;
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
}
.answer-box .answer-list .answer-item .answer-other .other-right .answer-num {
    display: inline-flex;
    align-items: center;
    margin:0 20px;
}
.answer-box .answer-list .answer-item .answer-other .other-right .answer-num img {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
}
.answer-box .answer-list .answer-item .answer-other .other-right .answer-num span {
    margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
}
.answer-box .answer-list .answer-item .answer-other .other-right .answer-source {
    display:inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #487FFF;
}
/* 法规政策 */
.regulations-box{
    margin-top:30px;
}
.regulations-box .regulations-list{
    display:block;
    margin-top:25px;
    padding:30px 25px;
    background:#fff;
    border-radius:10px;
}
.regulations-box .regulations-list .regulations-item{
    display:flex;
    align-items:flex-start;
    margin-top:20px;
}
.regulations-box .regulations-list .regulations-item:nth-child(1){
    margin-top:0;
}
.regulations-box .regulations-list .regulations-item .item-img{
    display:inline-block;
    margin-top:-5px;
    width:30px;
    height:30px;
    background-size:cover;
}
.regulations-box .regulations-list .regulations-item:nth-child(1) .item-img {
    background-image: url('../../imgs/ecommunity/regu-icon1.png');
}
.regulations-box .regulations-list .regulations-item:nth-child(2) .item-img {
    background-image: url('../../imgs/ecommunity/regu-icon2.png');
}
.regulations-box .regulations-list .regulations-item:nth-child(3) .item-img {
    background-image: url('../../imgs/ecommunity/regu-icon3.png');
}
.regulations-box .regulations-list .regulations-item .item-box {
    display: inline-flex;
    width: 725px;
    margin-left: 15px;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.regulations-box .regulations-list .regulations-item:last-child .item-box {
    padding:0;
    border:none;
}
.regulations-box .regulations-list .regulations-item .item-box .item-title {
    display:inline-block;
    width:80%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.regulations-box .regulations-list .regulations-item .item-box .item-time {
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
}
/* 活动专区 */
.active-box{
    margin-top:30px;
}
.active-box .active-list{
    margin-top:25px;
    display:flex;
}
.active-box .active-list .active-item{
    display:inline-block;
    width:400px;
    margin-left:20px;
    background:#fff;
    border-radius:10px;
}
.active-box .active-list .active-item:nth-child(1) {
    margin-left:0;
}
.active-box .active-list .active-item .active-img{
    display:block;
    width:400px;
    height:150px;
    background-size:cover;
}
.active-box .active-list .active-item .active-con{
    display:inline-block;
    padding:25px;
}
.active-box .active-list .active-item .active-con-left{
    display:inline-block;
}
.active-box .active-list .active-item .active-con-left .active-title {
    font-weight: bold;
    font-size: 16px;
    line-height:20px;
    color: #333333;
}
.active-box .active-list .active-item .active-con-left .active-text {
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
}
.active-box .active-list .active-item .active-con-right {
    cursor:pointer;
    display: inline-block;
    margin-left: 58px;
    position: relative;
    top: -6px;
    padding: 5px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: #5688FF;
    border-radius: 5px;
}
/* 本周话题 */
.topic-box {
    margin-top:30px;
}
.topic-box .ecomm-head .ecomm-head-more {
    color: #9A9A9A;
}
.topic-box .topic-list{
    display:block;
    margin-top:25px;
    padding:30px 25px;
    background:#fff;
    border-radius:10px;
}
.topic-box .topic-list .topic-item{
    display:flex;
    margin-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}
.topic-box .topic-list .topic-item:nth-child(1){
    margin-top:0;
}
.topic-box .topic-list .topic-item:last-child{
    padding:0;
    border:none;
}
.topic-box .topic-list .topic-item .topic-img {
    width: 132px;
    height: 88px;
    background: #124594;
    border-radius: 10px;
}
.topic-box .topic-list .topic-item .topic-con{
    margin-left:15px;
    width:622px;
}
.topic-box .topic-list .topic-item .topic-con .topic-title {
    display:block;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topic-box .topic-list .topic-item .topic-con .topic-text {
    display:block;
    margin: 10px 0;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topic-box .topic-list .topic-item .topic-con .topic-other{
    display:flex;
    align-items:center;
}
.topic-box .topic-list .topic-item .topic-con .topic-other i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top:-2px;
    background-size: cover;
    background-image: url('../../imgs/ecommunity/topic-icon.png');
}
.topic-box .topic-list .topic-item .topic-con .topic-other .num {
    margin-left:5px;
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
}
.topic-box .topic-list .topic-item .topic-con .topic-other .source {
    cursor:pointer;
    margin-left:15px;
    display:inline-block;
    padding:6px 9px;
    font-weight: 400;
    font-size: 12px;
    color: #487FFF;
    background: #EBF6FF;
    border-radius:5px;
}
/* 用户信息 */
.user-box{
    display:inline-block;
    width:100%;
    height:330px;
    background:#fff;
    border-radius:10px;
}
.user-box .user-con {
    display:block;
    height:138px;
    margin-top:30px;
    text-align:center;
}
.user-box .user-con a{
    display:block;
}
.user-box .user-con img{
    cursor:pointer;
    width:65px;
    height:65px;
    background-size:cover;
    border-radius:50%;
}
.user-box .user-con .user-text {
    cursor:pointer;
    margin: 10px 0 8px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height:26px;
}
.user-box .user-con .user-btn {
    cursor:pointer;
    display:inline-block;
    padding:6px 10px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height:20px;
    background: #FFAA00;
    border-radius: 5px;
}
.user-box .use-list {
    display: inline-block;
    width: 320px;
    margin: 25px 20px 0;
    padding: 20px 30px;
    background: #F9F9F9;
    border-radius: 5px;
}
.user-box .use-list .use-item {
    cursor:pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left:50px;
}
.user-box .use-list .use-item:nth-child(1){
    margin-left:0;
}
.user-box .use-list .use-item img{
    display:inline-block;
    width:50px;
    height:50px;
    background-size:cover;
}
.user-box .use-list .use-item span {
    margin-top:9px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height:20px;
}
.right-recommend {
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
}
/* 推荐关注 */
.right-recommend{
    padding:25px 20px;
}
.right-recommend .hr-recommend-head{
    display:flex;
    align-items:center;
}
.right-recommend .hr-recommend-head .hr-recommend-head-img {
    width: 30px;
    height: 30px;
    background-size: cover;
}
.right-recommend .hr-recommend-head .hr-recommend-head-txt {
    margin-left:15px;
    font-weight: bold;
    font-size: 20px;
    color: #3C3C3C;
}
.right-recommend .hr-recommend-item-box {
    margin-top:30px;
}
.right-recommend .hr-recommend-item-box .hr-recommend-item {
    margin-top:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.right-recommend .hr-recommend-item-box .hr-recommend-item a{
    display:flex;
    align-items:center;
}
.right-recommend .hr-recommend-item-box .hr-recommend-item a .hr-recommend-item-left {
    display:inline-block;
    width:40px;
    height:40px;
    background-size:cover;
    border-radius:50%;
}
.right-recommend .hr-recommend-item-box .hr-recommend-item a .hr-recommend-item-rtxt {
    margin-left: 12px;
    max-width:162px;
    font-weight: bold;
    font-size: 16px;
    color: #3C3C3C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right-recommend .hr-recommend-item-right {
    display:block;
}
.right-recommend .hr-recommend-item-right  .hr-recommend-item-btn {
    display:block;
}
.right-recommend .hr-recommend-item-right .hr-recommend-item-btn .gz-btn {
    background: #FFFFFF;
    color: #5688FF;
}
.right-recommend .hr-recommend-item-right .hr-recommend-item-btn .ygz-btn {
    color: #fff;
    background: #5688FF;
}
.right-recommend .hr-recommend-item-right .hr-recommend-item-btn .re-btn {
    cursor:pointer;
    margin-left:20px;
    display: inline-block;
    width:72px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-weight: 400;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid #5688FF;
}
/* 热榜榜单 */
.hot-box {
    display: block;
    padding: 25px 20px;
    background: #fff;
    border-radius: 10px;
}
.hot-box .hot-head{
    display:inline-flex;
    align-items:center;
}
.hot-box .hot-head img{
    display:inline-block;
    width:30px;
    height:30px;
    background-size:cover;
}
.hot-box .hot-head span {
    margin-left:15px;
    font-weight: bold;
    font-size: 20px;
    color: #3C3C3C;
}
.hot-box .hot-type{
    margin:20px 10px 0;
    display:flex;
    height:30px;
    align-items:flex-start;
}
.hot-box .hot-type .hot-type-item {
    cursor:pointer;
    margin-left:54px;
    font-weight: 400;
    font-size: 16px;
    color: #3C3C3C;
    line-height: 16px;
}
.hot-box .hot-type .hot-type-item:nth-child(1) {
    margin-left:0;
}
.hot-box .hot-type .hot-type-item.item-active {
    font-weight: bold;
    font-size: 16px;
    color: #176EF9;
    line-height: 16px;
}
.hot-box .hot-type .hot-type-item.item-active::after {
    display: inline-block;
    position: absolute;
    margin-left: -52px;
    margin-top: 20px;
    width: 40px;
    height: 3px;
    content: '';
    border-bottom: 3px solid #176ef9;
}
.hot-box .hot-list{
    display:none;
    margin-top:30px;
}
.hot-box .list-active{
    display:block;
}
.hot-box .hot-list .hot-item{
    display:flex;
    margin-bottom:18px;
}
.hot-box .hot-list .hot-item .num-one {
    color: #F32C2C;
}
.hot-box .hot-list .hot-item .num-two {
    color: #FE9000;
}
.hot-box .hot-list .hot-item .num-three {
    color: #FED400;
}
.hot-box .hot-list .hot-item p {
    display:inline-block;
    width:24px;
    height:24px;
    text-align:center;
    font-weight: bold;
    font-size: 18px;
    color: #9A9A9A;
    line-height: 24px;
}
.hot-box .hot-list .hot-item a {
    flex: 1;
    margin-left: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #3C3C3C;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .hot-box .hot-list .hot-item a:hover{
        color:#5688FF;
    }