@charset "utf-8";
/*
  Document   : 新闻、活动、众筹公有样式集合
  Created on : 2017. 3. 6,09:00:00
  Author :
  Description:
 对前端门户样式的设置
  导入方式：<link href="/css/global.css" rel="stylesheet" type="text/css" />
  */

/*
*****************新闻列表样式开始*****************
*/

.news-box {
    background: #fff;
}

.tt-news {
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}
.mgt20{
    margin-top: 40px;
}
/*新闻列表*/
.lst-news {
    margin-top: 1px;
    overflow: hidden;
}

.lst-news > ul {
    overflow: hidden;
}

.lst-news > ul > li {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.lst-news > ul > li:last-child {
    padding: 16px 0;
    border-bottom: none !important;
}

.news-img {
    float: left;
    width: 260px;
    height: 147px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.news-img img {
    width: 260px;
    height: 147px;
}

.news-img:hover img {
    transform: scale(1.1);
    transition: all .6s ease 0s;
}

.news-msg {
    float: right;
    width: 590px;
    padding-left: 14px;
}

.news-title {
    padding-top: 5px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.author {
    position: absolute;
    color: #888;
    bottom: 18px;
}

.author > ul > li {
    width: 189px;
    height: 30px;
    float: left;
}

.author > ul > li:nth-of-type(2) {
    text-align: center;
}

.author > ul > li:nth-of-type(3) {
    text-align: right;
}

.author span {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}

.pub-avatar {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
}

.read-num {
    width: 22px;
    height: 12px;
}

.news-detail {
    margin-top: 14px;
    color: #888;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-sdl {
    height: 24px;
}
/*新闻分类开始*/
.g-place{
    padding: 0 14px 0;
    background: #fff;
    margin-bottom: 20px;
}

.lst-article {
    margin-top: 10px;
    overflow: hidden;
}

.lst-article > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.lst-article li:nth-child(3n) {
    margin-right: 0;
}

.lst-article > li a {
    color: #666;
    width: 84px !important;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
}

/*.lst-article > li a:hover {*/
/*background: #00abff;*/
/*color: #fff;*/
/*}*/
/*新闻分类结束*/
/*新闻推荐开始*/

.lst-recommend {
    margin-top: 10px;
}

.lst-recommend li {
    margin-bottom: 14px;
    border-bottom: 1px dashed #e6e6e6;
}

.lst-recommend li:last-child {
    border-bottom: none;
}

.lst-recommend li a {
    display: block;
    height: 160px;
}

.lst-recommend li p {
    width: 280px;
    color: #3c3c3c;
    padding: 10px 0;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*新闻推荐结束*/

/*
*****************新闻列表样式结束*****************
*/

/******************新闻详情样式开始******************/
.news-content {
    background: #fff;
    padding: 20px;
}

.news-content h2 {
    font-weight: normal;
    font-size: 22px;
}

.dl-author {
    color: #999;
    font-size: 12px;
    padding: 20px 0 10px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
}

.dl-author span {
    display: inline-block;
    margin-right: 20px;
}

.dl-news {
    overflow: hidden;
}

.dl-news div {
    margin-bottom: 10px;
    text-align: center;
}

.text {
    text-indent: 30px;
}

.img-size {
    display: block;
    width: 400px;
    height: 200px;
    vertical-align: middle;
    margin: 0 auto;
}

.instructions {
    text-align: center;
    margin-top: 14px;
    line-height: 24px;
}
/*分享功能*/
.m-share em {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: red;
    margin-right: 4px;
    border-radius: 4px;
}

.m-share em:nth-of-type(1) {
    background: url("/images/pc/share.png") -1px -1px;
}

.m-share em:nth-of-type(2) {
    background: url("/images/pc/share.png") 0 24px;
}

.m-share em:nth-of-type(3) {
    background: url("/images/pc/share.png") 0 52px;
}

.m-share em:nth-of-type(4) {
    background: url("/images/pc/share.png") -1px 78px;
}

.m-share span {
    width: 40px;
    height: 30px;
    vertical-align: middle;
}

.next-news {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.next-news p {
    margin-bottom: 10px;
}

.next-news span {
    color: #999;
}
/******************新闻详情样式结束******************/


/******************活动、众筹列表样式开始******************/
.query{
    padding: 10px 0;
    background: #fff;
}
.m-query {
    width: 100%;
    overflow: hidden;
    margin-top: 130px;
}

.lst-query {
    padding: 10px 10px 0;
}

.lst-query > li {
    padding: 10px 0;
}

.lst-query > li .tp {
    color: #999;
    display: inline-block;
}

.lst-query > li a {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
}

.btn-query {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 2px;
}

.rs-input {
    color: #ccc;
    width: 220px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-right: 25px;
    text-indent: 20px;
    border: 1px solid #ccc;
}

.activitygroup {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    border: 1px solid #ccc
}

.rs-input:focus {
    border-color: #66afe9;
    outline: 0;
}

.lst-query > li .btn-query:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/*列表*/
.main-list {
    margin-top: 10px;
}

.lst-activity {
    overflow: hidden;
}

.lst-activity > li {
    width: 278px;
    overflow: hidden;
    float: left;
    background: #fff;
    margin: 0 20px 15px 0;
    border: 1px solid #e6e6e6;
}

.lst-activity > li:nth-of-type(4n) {
    margin-right: 0;
}

.lst-activity > li:hover {
    box-shadow: 0 2px 9px 0 rgba(149, 148, 148, 0.35);
}

.img-item {
    height: 160px;
    background: #ccc;
    overflow: hidden;
}

.img-item a {
    height: 160px;
}

.img-item img {
    height: 160px;
}

.img-item:hover img {
    transform: scale(1.1);
    transition: all .6s ease 0s;
}

.info-item {
    padding: 16px 10px;
}

.info-time p {
    font-family: 'arial','Microsoft YaHei';
}

.info-title {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.info-detail {
    margin-top: 14px;
    color: #888;
    font-size: 12px;
    line-height: 20px;
}

.progress-speed {
    position: relative;
    height: 8px;
    border-radius: 4px;
    overflow: visible;
    background: #e6e6e6;
}

.progress-speed i {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 2;
}

.progress-speed span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100px;*/
    height: 8px;
    border-radius: 4px;
}

.progress-speed span i {
    position: absolute;
    top: -6px;
    left: 100px;
    font-size: 12px;
    text-align: right;
}

.info-time {
    overflow: hidden;
    margin-top: 10px;
}

.info-time li {
    display: block;
    float: left;
    width: 33.33%;
}
/*
*****************列表样式结束*****************
*/
/*
*****************找组织*****************
*/
.o-msg{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.org-address ul li{
    float: left;
    margin-top: 30px;
    color: #888;
}
.org-address ul li:last-child{

    float: right;
}
.org-recommend{
    margin: 10px 0;
}
.org-recommend li{
    height: 40px;
    line-height: 40px;
}
.org-recommend li span{
    display: inline-block;
    margin-right: 10px;
}

/*活动详情和众筹详情*/
/*
*****************详情页面样式开始*****************
*/

/*我要报名、我要捐款开始*/
.modal-open {
    padding-right: 0;
}

.modal-content {
    width: 480px;
}

.modal-body {
    padding: 14px 30px;
}

.modal-header {
    height: 46px;
    /*color: #fff;*/
    font-size: 18px;
}

.fm-group input.w258 {
    width: 258px;
}

.modal-footer {
    padding: 0px 30px 20px 30px;
    text-align: center;
    border: none;
}

#btn_NowSignUp {
    height: 46px;
    line-height: 40px;
    width: 100%;
    font-size: 18px;
}


.m-donation-box .fm-group {
    width: 420px;
}

.m-donation span {
    display: block;
    float: left;
    width: 100px;
    height: 42px;
    line-height: 42px;
    margin: 0 6px 14px 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.m-donation span:nth-of-type(4) {
    margin-right: 0;
}

.payment {
    margin: 20px 0;
}

.payment p {
    width: 30%;
    height: 26px;
    display: inline-block;
}

.payment i {
    display: block;
    margin-bottom: 10px;
}

.pay-list {
    display: inline-block;
    height: 20px;
    width: 100%;
    margin-bottom: 14px;
    cursor: pointer;
    background: url('/images/pc/rdo.png') 0 -29px no-repeat;
}

.pay-list label {
    margin-left: 40px;
}

.pay-list label img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}


.rdo-pay {
    display: none;
    cursor: pointer;
}

.on {
    background-position: 0 0;
}
/*我要报名、我要捐款结束*/
.w-container {
    /*padding: 10px;*/
}
/*发表登录开始*/
.impre-box {
    padding: 14px;
}

.impression-login {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
}

.impression-login .modal-content {
    padding: 10px 20px 10px 20px;
    width: 460px;
}

.impression-login .modal-content .m-login-method {
    height: 38px;
    color: #333;
    background: none;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.impression-login .modal-content .modal-body {
    padding: 0;
    margin-top: 20px;
}

.impression-login .modal-content .m-login-method li {
    float: left;
    margin-right: 20px;
    padding: 0 10px;
    height: 38px;
    font-size: 16px;
    cursor: pointer;
}

.m-login-box li {
    display: none;
}

.m-login-box .fm-group {
    width: 100%;
}

.m-login-box .fm-group input {
    width: 90%;
}

.m-login-box .fm-group .validate {
    width: 200px;
}
/*发表登录结束*/
/*活动感想、活动总结样式开始*/
.txt-impression {
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 5px;
    background: #f9f9f9;
}

.btn-impression {
    width: 60px;
    height: 30px;
    float: right;
}
/*活动感想、活动总结样式结束*/
.dl-top {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.dl-img {
    float: left;
    width: 580px;
    height: 328px;
}

.dl-detail {
    position: relative;
    padding-top: 6px;
    float: right;
    width: 560px;
    height: 328px;
}

.z-status {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 84px;
    height: 83px;
    /*background: url("/images/pc/sprit.png") no-repeat;*/
}

.dl-title {
    width: 540px;
    line-height: 30px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    margin-top: -8px;
}

.dl-activity {
    margin-top: 15px;
}

.dl-activity p {
    margin-bottom: 10px;
}

.dl-activity p:last-child {
    margin-bottom: 0;
}

.doubt {
    margin: 10px 0 20px 0;
    font-size: 12px;
}

.sender span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 10px 0;
}
/*发起团队*/
.team-box {
    padding: 10px;
}

.team-box p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
}

.team-box p:nth-of-type(2) {
    margin-top: 10px;
    color: #999;
    height: 64px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*按钮样式开始*/
.btn-group {
    display: block;
    overflow: hidden;
    padding-bottom: 0;
}

.btn-group button, .btn-group input[type=button] {
    color: #fff;
    font-size: 18px;
    width: 48%;
    text-align: center;
    border: 0;
    margin-right: 5px;
    line-height: 42px;
    display: inline-block;
    border-radius: 2px;
}
/*按钮样式结束*/
/*列表详情页选项卡*/
.dl-bottom {
    overflow: hidden;
}

.tab-box {
    background-color: #fff;
}

.title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.news-list > li {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.news-list > li .w-img {
    float: left;
    width: 300px;
}

.news-list > li .w-msg {
    float: left;
    width: 535px;
    margin-left: 15px;
}

.w-msg .tp {
    color: #3c3c3c;
    font-size: 18px;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
}

.w-msg p {
    color: #999;
    height: 98px;
    line-height: 24px;
    overflow: hidden;
}

.tab-menu {
    overflow: hidden;
}

.tab-menu > li {
    float: left;
    border-top: 4px solid transparent;
}

.tab-menu > li a {
    color: #333;
    font-size: 16px;
    width: 142px;
    display: block;
    padding: 14px 0;
    text-align: center;
    background-color: #fff;
}

.tab-menu li.active a {
    border-top: 3px solid #26559b;
    border-left: 1px solid #eee ;
    border-right: 1px solid #eee ;
    border-bottom: 0;
}

.tab-list {
    margin-top: -1px;
    padding: 20px;
    border: 1px solid #f1f1f1;
}

.tab-page {
    display: none;
}

.tab-page.show {
    display: block;
}

.tab-page p {
    color: #666;
    line-height: 25px;
    text-indent: 28px;
    padding-bottom: 20px;
}

.tab-page .image {
    padding-bottom: 0;
}

.tab-page .image a {
    display: block;
    text-align: center;
}

.tab-page .image span {
    color: #333;
    font-size: 16px;
    display: block;
    text-align: center;
}
/*报名情况开始*/
.raise-table {
    width: 100%;
}

.raise-table th, .raise-table td {
    color: #333;
    text-align: left;
    padding: 10px;
}

.raise-table th {
    background-color: #f2f2f2;
}

.raise-table tbody tr:nth-child(odd) td {
    background-color: #fbfbfb;
}

.raise-page .raise-title {
    color: #333;
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}
/*报名情况结束*/
/*活动总结开始*/
.lst-donation > li {
    padding: 14px;
    overflow: hidden;
    border-bottom: 1px dashed #f1f1f1;
}

.lst-donation > li .img {
    display: block;
}

.lst-donation > li .img img {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.lst-donation > li p {
    color: #333;
    line-height: inherit;
    padding-bottom: 10px;
    text-indent: 0;
}

.lst-donation > li p:last-child {
    padding-bottom: 0;
}

.lst-donation > li .info {
    margin-top: 5px;
    margin-left: 10px;
}

.time {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin: 0 15px;
}

.lst-donation-list > li .info .price {
    color: #00abff;
    display: inline-block;
}

.lt52 {
    line-height: 52px;
}
/*活动总结结束*/
/*众筹详情样式开始*/
.publicfinancing-info, .publicfinancing-info ul {
    overflow: hidden;
    margin: 5px 0 9px;
}

.publicfinancing-info ul li {
    float: left;
    width: 96px;
    text-align: left;
    margin-right: 70px;
}

.publicfinancing-info ul li:last-child {
    margin-right: 0;
    width: auto;
}

.publicfinancing-info p {
    margin-bottom: 0;
}

.raise-money {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
/*累计提现金额*/
.withdrawal {
    margin-top: 10px;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
}

.ch-acount li {
    line-height: 40px;
    font-size: 12px;
    border-bottom: 1px dashed #e0e0e0;
}
/*众筹详情样式结束*/


/*进度条、按钮*/
.fm-group input[type=text], .fm-group input[type=password] {
    display: inline-block !important;
    padding: 10px 0 10px 20px;
    width: 420px;
    border: 1px solid #e0e0e0;
}

.m-donation-box .fm-group {
    width: 420px;
}
.fm-group {
    position: relative;
    width: 535px;
    margin-bottom: 14px;
}
#myModal .modal-content {
    margin: 60px auto;
}
.fm-login {
    width: 380px;
    padding: 30px 20px;
    margin: 50px 30px 0 0;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    box-shadow: 0 0 3px 0 rgba(216, 216, 216, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(216, 216, 216, 0.5);
    -webkit-box-shadow: 0 0 3px 0 rgba(216, 216, 216, 0.5);
    -o-box-shadow: 0 0 3px 0 rgba(216, 216, 216, 0.5);
}

.m-login {
    /* margin-top: 10px; */
    height: 700px;
    background: #fff url(/images/pc/city-bg.png) bottom no-repeat;
}

.btn-login {
    width: 100%;
    height: 46px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}

.fm-group .btn-validate {
    width: 140px;
    margin-left: 14px;
    text-align: center;
    padding: 10px 0;
    float: right;
}

.org-img{
    float: left;
    width: 284px;
    height: 160px;
}
.org-title{
    font-size: 15px;
    font-weight: bold;
}
.org-detail{
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    color: #666;
}
.org-address ul li:nth-of-type(2){
    float: right;
    font-size: 12px;
}
.org-msg{
    position: relative;
    float: right;
    width: 550px;
    height: 160px;
}
.org-address ul li{
    float: left;
    margin-top: 5px;
    color: #666;
}
.org-join{
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: absolute;
    bottom: 0;
}
.org-join ul li{
    float: left;
    width: 33.33%;
}
.org-join ul li:nth-of-type(1) input[type=button]{
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #ff8200;
    background: #fff;
    color: #ff8200 !important;
}
.org-join ul li:nth-of-type(2){
    font-size: 12px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    text-align: center;
}
.org-join ul li:nth-of-type(3){
    text-align: right;
    color: #ff8200;
}

/*
***********时间银行、财务透明开始**********
*/
.tb-box {
    margin: 20px 20px 0 20px;
}

.volunteer-box {
    height: 440px;
}

.volunteer-box .fm-group {
    width: 440px;
    float: left;
}

.fm-description {
    margin: 10px 0 10px 30px;
    color: #999;
}

.tb-box .fm-group {
    width: 400px;
    margin-bottom: 20px;
}

.tb-box .fm-group:last-child {
    margin-bottom: 0px;
}

.wh {
    width: 300px;
}

.ranking {
    padding: 0 10px;
}

.ranking li {
    color: #999;
    padding: 10px 0;
    border-bottom: 1px dashed #f1f1f1;
}

.ranking li:last-child {
    border-bottom: 0;
}

.ranking li ol {
    display: table-cell;
    text-align: center;
}

.ranking li ol:nth-of-type(1) {
    width: 60px;
    /*text-align: left;*/
    margin: 0 auto;
}

.ranking li ol:nth-of-type(2) {
    width: 120px;
    /*text-align: left;*/
    margin: 0 auto;
}

.lst-rank li {
    color: #333;
}

.lst-rank li ol:nth-of-type(1) img {
    vertical-align: middle;
    width: 20px;
    height: 26px;
}

.lst-rank li ol:nth-of-type(2) {
    width: 120px;
}

.lst-rank li ol:nth-of-type(2) img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.fm-group input.set-value {
    display: inline-block;
    padding: 6px 0 6px 20px;
    width: 284px;
    border: 1px solid #e0e0e0;
}

.fm-group input.code {
    width: 146px;
}

.fm-group input.set-time {
    display: inline-block;
    padding: 6px 0 6px 6px;
    width: 130px;
    border: 1px solid #e0e0e0;
    background: #f1f1f1;
}
.fm-group select.set-value {
    display: inline-block;
    padding: 6px 0 6px 20px;
    width: 284px;
    border: 1px solid #e0e0e0;
}

.fm-group input.set-money {
    background: #fff;
}

.fm-group em {
    position: absolute;
    padding: 6px;
    border: 1px solid #e0e0e0;
    background: #f1f1f1;
}

.pr-before {
    top: 0px;
    left: 218px;
}

.pr-after {
    top: 0px;
;
    right: 0px;
}
/*
***********时间银行、财务透明结束**********
*/