/* bootstrap 样式覆盖 */
body {
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f5f6f7 !important;
}

.container {
    width: 1190px;
    max-width: none !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

[class*=col-xs], [class*=col-sm], [class*=col-md], [class*=col-lg] {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #f7f7f7;
}

.carousel-inner .item img {
    margin-left: auto;
    margin-right: auto;
}

/*================common style===================*/
a {
    color: #333333;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* 去除IE下的input框小叉叉 */
/** 文本输入框的 X  **/
input::-ms-clear {
    display: none;
}

/** 密码输入框的 X  **/
input::-ms-reveal {
    display: none;
}

.wrapper {
    min-height: 500px;
}

/*main-header*/
.main-header {
    background-color: #ffffff;
}

.main-header .head {
    height: 35px;
    padding: 5px 0;
    font-size: 14px;
    color: #666666;
    background-color: #F7F7F7;
}

.main-header .head a {
    color: #666666;
}

.main-header .head .avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -2px;
}

.main-header .head-bottom {
    padding: 10px 0;
    background-color: #FFFFFF;
}

.main-header .head-bottom .logo {
    position: relative;
    width: 300px;
    height: 60px;
}

.main-header .head-bottom .logo img {
    width: 300px;
    height: 60px;
}

.main-header .head-bottom .search-area {
    margin-top: 10px;
}

.main-header .head-bottom .search-area .input-group input {
    border: 1px solid #b70f0f;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.main-header .head-bottom .search-area .input-group .input-group-btn button {
    color: #ffffff;
    background: #b70f0f;
    border: 1px solid #b70f0f;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.main-header .head-bottom .btn-publish {
    color: #ffffff;
    background: #b70f0f;
    border-radius: 17px;
}

.main-header .navbar-custom {
    background-color: #b70f0f;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.main-header .navbar-custom .navbar-nav > li > a {
    color: #ffffff;
    font-size: 16px;

}

.main-header .navbar-custom .navbar-nav > li > a:hover,
.main-header .navbar-custom .navbar-nav > li > a:focus {
    background-color: #ffffff;
    color: #b70f0f;
    font-weight: bold;
}

.main-header .navbar-custom .navbar-nav > li.active > a {
    background-color: #ffffff;
    color: #b70f0f;
    font-weight: bold;
}

.main-header img.brand {
    height: 40px;
    margin-top: -10px;
    margin-bottom: -10px;
}

/*content-wrapper*/
.content-wrapper {
    background: transparent;
}

.content-header {
    position: relative;
    padding: 0 0 10px 0;
    background: transparent;
    box-shadow: none;
}

.content-header .title-box {
    text-align: center;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    width: 50%;
    border-top: 2px solid;
    border-image: -webkit-linear-gradient(left, #f05654 10%, #cc203a 30%, #cc203a 60%, #f05654 90%) 20 20 20 20;
    border-image: -moz-linear-gradient(left, #f05654 10%, #cc203a 30%, #cc203a 60%, #f05654 90%) 20 20 20 20;
    border-image: linear-gradient(left, #f05654 10%, #cc203a 30%, #cc203a 60%, #f05654 90%) 20 20 20 20;

}

.content-header .title-box .title {
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.5em;
    padding: 0 .55em;
    color: #333333;
    background-color: #f5f6f7;
}

/*main-footer*/
.main-footer {
    color: #c9c9c9;
    text-align: center;
    background: #333333;
    margin-top: 15px;
}

.main-footer .copyright_links {
    margin: 20px 0;
}

.main-footer .copyright_info {
    margin: 20px 0;
}

.main-footer a, .main-footer a:visited {
    color: #c9c9c9;
}

.copyright_split {
    margin: 0 10px;
    color: #c9c9c9;
}

/*panel-custom*/
.panel-custom {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-custom .panel-heading {
    position: relative;
    color: #333;
    border-bottom: 1px solid #ddd;
    border-left: 3px solid #16baaa;
}

.panel-custom .panel-heading .panel-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.panel-custom .panel-heading .panel-tools {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.panel-custom .panel-heading .panel-tools a,
.panel-custom .panel-heading .panel-tools a:visited {
    color: #333333;
}

.panel-custom .panel-heading .panel-tools a:hover {
    color: #b70f0f;
}

.panel-custom .list-group .list-group-item {
    padding: 5px 15px;
    border: none;
}

.panel-custom a.list-group-item:focus,
.panel-custom a.list-group-item:hover {
    color: #b70f0f;
    text-decoration: none;
    background-color: #ffffff;
}

.panel-custom .panel-footer {
    background: #ffffff;
}

/* event-thumbnail */
.event-thumbnail {
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.event-thumbnail:hover {
    position: relative;
    -webkit-animation: dese 0.5s 1;
    -moz-animation: dese 0.5s 1;
    animation: dese 0.5s 1;
    box-shadow: 0 10px 20px #ccc;
    -webkit-box-shadow: 0 10px 20px #ccc;
    -moz-box-shadow: 0 10px 20px #ccc;
    top: -2px;
}

.event-thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.event-thumbnail .caption {
    padding: 9px;
    color: #333;
}

.event-thumbnail .caption .title {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-thumbnail .caption .meta {
    display: inline-block;
    width: 100%;
    height: 22px;
    margin-top: 4px;
}

.event-thumbnail .caption .meta .time {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    float: left;
    margin-right: 15px;
}

.event-thumbnail .caption .meta .address {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    float: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.event-thumbnail .caption .meta .views {
    display: inline-block;
    font-size: 12px;
    float: left;
    color: #00c0ef;
}

.event-thumbnail .caption .meta .price {
    display: inline-block;
    font-size: 12px;
    float: right;
    color: #ff9933;
}

/*organizer-thumbnail*/
.organizer-thumbnail {

}