﻿.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
body {
    font-family:'Microsoft YaHei';
    background: #F2F2F2;
}
div {
word-break:break-all; /*支持IE，chrome，FF不支持*/
word-wrap:break-word;/*支持IE，chrome，FF*/
}
*:focus {outline: none;} 
textarea {resize:none;}
.shadow {
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#333,direction=120,strength=3);
    -moz-box-shadow: 0px 0px 12px #333;
    -webkit-box-shadow: 0px 0px 12px #333;
    box-shadow: 0px 0px 12px #333;
}
.top-nav-container {
    width:100%;
    background:#393D49!important;
    border-bottom:2px solid #333;
    height:30px;
}
.top-nav {
    line-height:30px;
    max-width:1200px;margin:auto;
    font-size:12px;
    padding:0px 15px;
}
.top-nav-right {
    float:right;
    color:#ddd;
}
    .top-nav a {
        color:#ddd;
        text-decoration:none;
    }
        .top-nav a:hover {
        color:#fff;
    }
.header-container {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.header {
    max-width:1200px;margin:auto;
}
/*.header h1 {
            background-image:url(http://www.myweb.com/static/image/logo.png);
            width:240px;height:70px;
            margin:0px;padding:0px;
            float:left;
            background-repeat:no-repeat;
        }
.header h1 a{text-indent: -9999em;display:block;}*/
.navbar-default {
    background-color: #fff;
    margin-bottom:0px;
    border:0px;
}
.navbar-default .navbar-brand {
    color: #2F2F2F;
}
.navbar-default .navbar-brand:hover {
    color: #000;
}
.navbar-default .navbar-nav>li>a {
    color: #2F2F2F;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #337ab7;
}
.footer-container {
    width:100%;
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
}
.footer {
    max-width:1200px;padding:35px 15px 35px 10px;
    margin: auto;
}
.footer .footer-link {
    text-align: center;
}
.footer .footer-link a {
    text-decoration:none;
    color:#333;
    padding:0px 5px;
}
.footer .footer-link a:hover {
    color:#777;
}
.copyright {
    color:#333;
    text-align: center;
}
.media {
    padding-bottom:18px;
    margin:25px 0px;
    border-bottom:1px dotted #e2e2e2;
}
.media .media-heading {
    margin-bottom:10px;
}
.media .media-heading a {
    color:#333;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
}
.media .media-heading a:hover {
    color:#333;
    text-decoration:none;
}
.media .text-primary {
    padding:4px 0px 0px 0px;
    font-size:12px;
}

.media .media-body .text-description{
    text-indent:2em;
    line-height:26px;
}
.media-left {
    padding-right:25px;
}
.media-left a img {
    width:240px;height:160px;
}
.right-group {
    margin:0px;padding:15px;border:0px;
    border-radius: 0px;
    -webkit-box-shadow:inherit;
    box-shadow:inherit;
    margin-bottom:20px;
    background:#fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.right-item .glyphicon {
    color: #337ab7;
}
.right-item:first-child {
    border:0px;
    color:#337ab7;
    font-size:14px;
    padding: 0px 0px 15px 0px;
    border-bottom:1px dotted #e2e2e2;
    margin-bottom:5px;
}
.right-item:first-child:hover {
    color:#337ab7;
}
.right-item:first-child:focus {
    color:#337ab7;
}
a.right-item {
    border: 0px;
    padding: 10px 0px;
    color:#333;
    display:block;
    text-decoration:none;
}
a.right-item img{
    float:left;
    width:40%;
    margin-right:10px;
}
a.right-item:hover {
    color:#000;
}
a.right-item:focus {
    color:#000;
}
.navbar-nav li a {
    font-size:16px;
}
.text-primary {
    color:#333;
    /*color:#333;*/
}
.glyphicon {
    color:#ccc;
}
                .text-primary .text-primary-tags a{
        color:#c7254e;
        text-decoration:none;
    }
                .text-primary .text-primary-tags a:hover{
        color:#d9534f;
    }
.content-title {
    font-size:24px;
    line-height:32px;
}
.content-container {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.acontent {
padding:15px 0px;
}
.acontent p {
    text-indent:2em;line-height:2;
}
.acontent p img {
    display:block;
    max-width:90%;
    padding:0px;
    margin:5px auto;
}
.breadcrumb {
    border-radius:0px;
    margin:0px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
    .breadcrumb a {
    color:#333;
    text-decoration:none;
    }
        .breadcrumb a:hover {
    color:#555;
    }
.comments {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
    .comments textarea {
    width:100%;
    margin:10px 0px 10px 0px;
    border:1px solid #337ab7;
    padding:10px;
    }
.comments .comment-header {
    color: #337ab7;
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    /*border-bottom: 1px solid #337ab7;*/
    text-decoration:none;
    display:block;
}
    .comments .comment-header:hover {
    color:#23527c;
    }
.submit-container {
text-align:right;
}
.submit-container .submit {
    background:#337ab7;
    color:#fff;
    border-radius:5px;
    padding:5px 10px;
    text-decoration:none;
}
.comment-message {
    display:none;
}
.comment-list {
    margin-bottom:10px;
}
.comment-list span {
    color:#337ab7;
}
.comment-list time {
    color:#ccc;
}
.comment-list a {
    color:#337ab7;
    text-decoration:none;
}
.comment-list a:hover {
    color:#5dc1fb;
}
.comment-list ul {
    margin:5px 0px 5px 15px;padding:0px;
}
.comment-list .comment-list-parent {
    margin:0px;
}
.comment-list ul li{
    margin:0px;padding:0px;
    list-style:none;
}
    .comment-list ul li .comment-list-item {
    }
    .comment-list ul li .comment-list-dateinfo {
        text-align:right;
    }
    .comment-list ul .comment-list-item-parent {
        border-bottom:1px dashed #eee;
        padding:10px 0px;
    }
.comment-list a.submit-target {
    background:#337ab7;
    color:#fff;
    border-radius:5px;
    padding:5px 10px;
    text-decoration:none;
}
.comment-list a.submit-target:hover {
    background:#5dc1fb;
}
.verificationCodeImage {
    cursor:pointer;
}
.verificationCode {
    border:1px solid #337ab7;
    width:64px;padding:3px;
    margin:0px 5px;
}
.flashimages {
    width:100%;
    margin:0px 0px 20px 0px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=120,strength=3);
    -moz-box-shadow: 0px 0px 12px #666;
    -webkit-box-shadow: 0px 0px 12px #666;
    box-shadow: 0px 0px 12px #666;
}
    .flashimages .flashimages-container {
        width:100%;
        position:relative;
    }
.flashimages .flashimages-container img{
    width:100%;
}
.flashimages .flashimages-container .flashimages-description {
    position:absolute;
    bottom:0px;
    width:100%;
    padding:10px;
    background-image:url(../Image/tm.png);
    color:#fff;
}
.listdiv {
    padding:15px;background:#fff;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.loadmore-div {
text-align:center;
padding:10px 0px;
}
    .loadmore-div #loadmore {
        color:#337ab7;
        text-decoration:none;
        line-height:2;
        border-radius:3px;
    }
    .user-centre-menu {
        margin:0;list-style: none;
        padding: 15px;
        background: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
     }
    .user-centre-menu li {
        font-size:14px;
        padding: 6px 12px;margin:5px 10px 5px 0;
    }
    .user-centre-menu li a{
        color:#333;
        text-decoration: none;
    }
    .user-centre-menu li.current {
        background:#393D49!important;color:#fff;
    }
    .user-centre-menu li.current a{
        color:#fff;
    }
        .user-centre-content {
        padding: 15px;
        background: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    }
    .control-span {
            padding-top: 7px;
    margin-bottom: 0;display: inline-block;
    }
    .user-centre-content .user-centre-content-list {
        padding:0px;
        margin:0px;
    }
    .user-centre-content .user-centre-content-list li {
        list-style: none;
        padding:0px;
        margin:0px;
        border-bottom: 1px dotted #e2e2e2;
    }
    .user-centre-content .user-centre-content-list li p .comment-username{
        color: #337ab7;
    }
    .user-centre-content .user-centre-content-list li h4 a {
        color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    }
    .to-top {
        position: fixed; right: 50%; top: 50%; margin-top: 200px; margin-right: -630px;width:20px; text-align: center; background: #393D49 !important;
        padding:4px 2px;
        display: none;
    }
    .to-top a {
        color:#fff;
        text-decoration: none;
        font-size:12px;
    }