body {
    cursor: default;
}


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

.paddding-10 {
    padding: 10px;
}

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

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

.tpl-top-2 p {
    padding: 0 5px;
    float: left;
    margin: 0;
    color: #1eb2cc;
    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;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    padding-bottom: 30px;
}

.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-bottom: 1px solid transparent;
}

.tpl-rd-ul li a:hover {
    border-bottom: 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: #1eb2cc;
    border-color: #1eb2cc;
}

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

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

/*三级页面CSS*/

.tpl-rd-toph3 {
    text-align: center;
    line-height: 50px;
    margin: 15px 0 25px 0;
}

.tpl-rd-topul {
    list-style: none;
    margin: 0 100px 15px 100px;
    padding: 0 0 15px 0;
    display: flex;
    border-bottom: 2px solid #4eb2aa;
}

.tpl-rd-topul li {
    width: 100%;
    font-size: 14px;
    display: block;
    text-align: center;
}

.tpl-rd-bigimg {
    margin: 0 100px 15px 100px;
}

.tpl-rd-bigimg img {
    width: 100%;
    height: auto;
}

.tpl-rd-ppp {
    padding: 15px 55px;
    font-size: 14px;
    color: #000;
    text-indent: 35px;
    letter-spacing: 2px;
}

/*三级页面CSS*/



.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;
}
/*左边*/