body {
    cursor: default;
}

.bgffffff {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.paddding-10 {
    padding: 10px;
}

/*左边部分*/
.tpl-top-2 {
    overflow: hidden;
    border-bottom: 2px solid #1eccbe;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

.tpl-top-2 i {
    float: left;
    color: #1eccbe;
    font-size: 20px;
}

.tpl-top-2 p {
    padding: 0 5px;
    float: left;
    margin: 0;
    color: #1eccbe;
    font-size: 18px;
}

.tpl-top-2 a {
    float: right;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.tpl-top2-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tpl-top2-ul li {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.tpl-top2-ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.tpl-top-ding {
    padding: 0 5px;
    width: 50%;
    height: 100px;
    overflow: hidden;
    float: left;
}

.tpl-left-img {
    width: 100%;
    height: 100px;
}

.tpl-right-p {
    width: 100%;
    font-size: 14px;
    color: #000;
    height: 100px;
    margin: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*左边部分*/

/*右边部分*/
.tpl-right-detail {
    width: 100%;
    height: auto;
    min-height: 270px;
    overflow: hidden;
    margin: 0 0 15px 0;

}
.xiugaidq {
    font-weight: bold;!important;

}
.xiugaidq span{
    font-weight: normal;
    color: #000;
}

.tpl-rd-ul {
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
    width: 100%;
    overflow: hidden;
}

.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;
}

.pagination > .active > span {
    background-color: #1eccbe;
    border-color: #1eccbe;
}

.pagination > li > a, .pagination > li > span {
    color: #1eccbe;
}

.pagination > li > a:hover {
    color: #222;
}
/*选页栏*/

.panelbody-li-a {
    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;
}
/*左边*/