.mtn {
    margin-top: 10px;
}
.well {
    padding: 10px;
    background: #f8f8f8;
    border: 1px dashed #E4E4E4;
}
.panel-body {
    padding: 10px 15px;
}
.summary {
    height:40px;
    overflow:hidden;
}
/*navbar*/
.navbar-inverse {
    border-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    padding: 8px 15px 0 15px;
}

.navbar .navbar-nav > li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar .navbar-nav > li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
/*footer*/
footer {
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #E4E4E4;
}
/*aphp-msg*/


.aphp-msg .msg-header {
    padding: 10px;
}

.aphp-msg .media {
    padding: 15px;
    background: #f8f8f8;
    border-top: 3px solid #ddd;
    margin: 0;
}

.aphp-msg .media:hover {
    border-top: #337ab7 3px solid;
    color: #000;
    background-color: #FFF0E6;
}

.aphp-msg .media .media-left {
    padding: 0 15px 0 0;
}

.aphp-msg .media .media-object {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #FFF;
    width: 63px;
}

.aphp-msg .media .media-body {
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.aphp-msg .media-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.aphp-msg .media-content {
    padding: 0;
    line-height: 25px;
}

.aphp-msg .media-content h5 {
    font-weight: bold;
}

.aphp-msg .media-footer {
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

.aphp-msg span.time {
    background-image: url(../img/time.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.aphp-msg span.user {
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.aphp-msg span.address {
    background-image: url(../img/address.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.aphp-msg a.like {
    background-image: url(../img/like.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.aphp-msg .media .reply {
    border-top: 1px dashed #999;
    padding: 5px 0;
}

.aphp-msg .pagination {
    background-color: #F7F7F7;
    border-top: 2px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px;
    margin: 0;
    text-align: left;
    display: block;
}

.aphp-msg .msg-form {
    padding: 15px;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #E4E4E4;
}

.aphp-msg .msg-form h1 {
    font-size: 25px;
    padding: 5px 0 15px 75px;
    display: block;
    border-bottom: 1px solid #E4E4E4;
    color: #333;
    margin-bottom: 15px;
    background-image: url(../img/logoMsg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.aphp-msg .msg-form h1 > span {
    font-size: 12px;
    margin-top: 8px;
    display: block;
}
/*index*/
.jumbotron {
    background-position: center;
    overflow-x: hidden;
    position: relative;
    height:350px;
    padding:0;
    background-color: #222;
    background-image: url('../img/index_banner.jpg');
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;
}
.jumbotron p {
    font-size: 16px;
}
.thumbnail {
    border: none;
}
/*header*/
.top-header {
    padding: 10px 0;
    margin-bottom: 15px;
    height:130px;
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: hidden;
}
.top-title {
    margin: 25px 0 10px 15px;
    font-size: 26px;
    color: #fff;
}
.top-description {
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
}
/*blog*/
.blog-top {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 15px;
    background-color: #F5F5F5;
}
.blog .media {
    height: 125px;
    margin-top: 0;
    margin-bottom: 10px;
}
.blog .media .media-top img{
    width: 160px;
    height: 125px;
}
.blog .media .media-heading {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-weight: bold;
    margin: 0;
}
.blog .media .media-content {
    height: 78px;
    overflow: hidden;
}
.blog .media .media-footer {
    height: 20px;
    line-height: 20px;
    color: #666;
}
.blog .media .media-footer a{
    color: #666;
}

.blog .media .media-footer a.read {
    padding: 1px 5px;
    font-size: 14px;
    vertical-align: 1px;
    margin-right: 5px;
    display: inline-block;
    background: #fc7247;
    color: #fff;
    border-radius: 2px;
    line-height: 1.3;
    font-weight: 400;
}
/*admin top nav*/
.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-list > li,
.nav-list > li > a,
.nav-list .nav-header {
    margin: 0;
}
.nav-list li > a:focus {
    outline: none;
}
.nav-list > li {
    display: block;
    position: relative;
    float: none;
    padding: 0;
    border: none;
}
.nav-list > li:last-child {
    border-bottom-width: 1px;
}
.nav-list > li.active > a {
    font-weight: bold;
    border-top: 2px solid #4c8fbd;
    border-bottom: none;
}
.nav-list > li > a {
    display: block;
    height: 39px;
    line-height: 17px;
    padding-left: 7px;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
}
.nav-list > li > a > .menu-icon {
    display: block;
    margin: 1px 0 4px;
    line-height: inherit;
    width: auto;
    vertical-align: sub;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.nav-list > li:before {
    display: none;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    height: 41px;
    width: 3px;
    max-width: 3px;
    overflow: hidden;
    background-color: #629CC9;
}
.nav-list > li::before {
    left: -1px;
    right: -1px;
    bottom: auto;
    top: -2px;
    max-width: none;
    width: auto;
    height: 2px;
    border-width: 0;
}
.nav-list > li {
    width: 90px;
    float: left;
    margin-left: 0;
    text-align: center;
}
.nav-list > li > a {
    line-height: 22px;
    height: auto;
    border: 1px solid #ddd;
    padding: 10px 14px;
}
.panel-footer .pagination {
    margin: 0;
}
/*admin upload*/
#pic_up {
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    padding: 2px;
    border: 1px solid #ccc;
}

.thumb, .thumb input {
    width: 90px;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.headimg, .headimg input {
    width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 0;
}

#pic_del {
    display: none;
    margin: 0 2px 2px 2px;
    cursor: pointer;
    line-height: 18px;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 20px;
    background: rgba(102, 102, 102, 0.7);
    color: #fff;
}

#upload-input {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

/*ewm*/
.tab-content img {
    width: 300px;
}

/*blog view*/
.article-poll {
    display:inline-block;
    background: #D6487E;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.article-poll:hover, .article-poll:active, .article-poll:visited {
    color: #fff;
}

/*panel-heading*/
.panel-heading a.active {
    font-weight: bold;
}