
.zpzs {
    color: #999!important;
    border-bottom: 2px solid #1eccbe!important;
}

/*左边*/
.page2-same-left > .panel-heading {
    background: #4eb2aa;
}
.page2-same-left > .panel-heading > a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.page2-same-left > .panel-heading > a:hover,
.page2-same-left > .panel-heading > a:focus {
    text-decoration: none;
}

.page2-same-left > .panel-body > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page2-same-left > .panel-body > ul > li {
    margin-bottom: 10px;
}
.page2-same-left > .panel-body > ul > li:last-child {
    margin-bottom: 0!important;
}
.page2-same-left > .panel-body > ul > li > a {
    display: block;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.page2-same-left > .panel-body > ul > li > a:hover,
.page2-same-left > .panel-body > ul > li > a:focus {
    text-decoration: none;
}
.page2-same-left > .panel-body > ul > li > a:hover {
    color: #999;
    border-bottom: 2px solid #1eccbe;
}
.page2-same-left > .panel-body > ul > li > a span {
    float: right;
}
/*左边*/

/*右边部分*/

.tpl-right-detail {
    width: 100%;
    height: auto;
    min-height: 270px;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.tpl-rd-ul {
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
    width: 100%;
    overflow: hidden;
}
.xiugaidq{
    font-weight:bold;
}
.xiugaidq span{
    font-weight:normal;
}
.tpl-rd-ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    line-height: 45px;
    font-size: 14px;
    border: 1px solid transparent;
}

.tpl-rd-ul li a:hover {
    border: 1px solid #eee;
    background: #f2f8fb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.tpl-rd-ul li a p {
    width: 85%;
    margin: 0;
    padding: 0 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-rd-ul li a time {
    width: 14%;
    text-align: center;
    float: right;
}
/*右边部分*/

/*选页栏*/
.pagination {
    display: table;
    margin: 20px auto;
}
/*选页栏*/

/*作品展示CSS*/
.thumbnail {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.thumbnail:hover {
    text-decoration: none!important;
    border-color: #ddd!important;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.caption h5 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.caption p {
    margin: 0;
}

.caption p i {
    font-size: 14px;
}

.caption p span {
    padding: 0 5px;
}
/*作品展示CSS*/

.thumbnail > img {
    min-height: 250px;
    overflow: hidden;
}
.bgffffff {
    background: #ffffff;
    border: 1px solid #e8e8e8;
}