body {
    cursor: default;
}

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

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

/*左边部分*/
.tpl-top-tittle {
    background: #1eb2cc;
}

.tpl-top-tittle h3 {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding-left: 16px;
    letter-spacing: 3px;
    cursor: default;
}

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

.tpl-choice li a {
    display: block;
    width: 100%;
    line-height: 35px;
    color: #000;
    font-size: 14px;
    padding-left: 16px;
    letter-spacing: 3px;
    cursor: pointer;
}

.tpl-choice li a:hover {
    background: #1eb2cc;
    color: #ffffff;
    text-decoration: none!important;
}

/*分开*/

.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: #fea444;
    font-size: 20px;
}

.tpl-top-2 p {
    padding: 0 5px;
    float: left;
    margin: 0;
    color: #fea444;
    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-rcarousel-tittle {
    overflow: hidden;
    margin: 0 0 10px 0;
}

.tpl-rcarousel-tittle p {
    border-bottom: 2px solid #1eb2cc;
    float: left;
    font-size: 18px;
}

.carousel-indicators {
    bottom: 0;
    margin: 0;
    right: 0;
    left: auto;
    width: 20%;
    height: 30px;
    background: transparent;
    line-height: 34px;
}

.carousel-caption {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.5);
    padding: 0;
    margin: 0;
}

.carousel-caption p {
    padding: 0 200px 0 10px;
    margin: 0;
    text-align: left;
    overflow: hidden;
}

.item img {
    width: 100%;
    height: auto;
}

/*分开*/

.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;
}
/*选页栏*/

.ajjs {
    background-color: #4eb2aa;
}




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