.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("themes.gif") no-repeat left 50%;
    width: 2.375em;
}

.large-btns_nav:active {
    opacity: 1.0;
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.transparent-btns_tabs {
    position: absolute;
    right: 1em;
    bottom: 1em;
    z-index: 2;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: transparent;
    display: inline-block;
    _display: block;
    *display: block;
    width: 9px;
    color: #fff;
    height: 9px;
    border: 1px solid #666;
}

.transparent-btns_here a {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#3993f4, endColorStr=#36bdfd);
    /*IE 6 7 8*/
    background: -ms-linear-gradient(left, #3993f4, #36bdfd);
    /* IE 10 */
    background: -ms-linear-gradient(left, #3993f4, #36bdfd);
    /* IE 10 */
    background: -moz-linear-gradient(left, #3993f4, #36bdfd);
    /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3993f4), to(#36bdfd));
    /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3993f4), to(#36bdfd));
    /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(left, #3993f4, #36bdfd);
    /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(left, #3993f4, #36bdfd);
    /*Opera 11.10+*/
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #31a1fa
}
.ixs-banner {
    position: relative;
    overflow: hidden;
}
.ixs-banner img {
    display: block;
}

.ixs-container {
    margin: 122px auto 0 auto;
    width: 1200px;
    overflow: hidden;
}

.ixs-container .ixs-content {
    width: 800px;
    float: left;
}
.ixs-container .ixs-hot {
    width: 350px;
    float: left;
}
.ixs-list .ixs-list-item {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden
}
.ixs-container .ixs-content .ixs-list .ixs-list-item a {
    text-decoration: none
}
.ixs-list .ixs-list-item-header {
    float: left;
    width: 296px;
}

.ixs-list .ixs-list-item-body {
    margin-left: 326px;
}
.ixs-list .ixs-list-item-body h3 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #333
}
.ixs-list .ixs-list-item-body span,
.ixs-list .ixs-list-item-body p {
    font-size: 14px;
}
.ixs-list .ixs-list-item-body p {
    line-height: 1.5em;
    color: #333
}

.ixs-list .ixs-list-item-body span{
    color: #999;
    position: absolute;
    left: 23.5em;;
    bottom: 2em;
}

.ixs-hot {
    background: #e5e5e5;
    margin-left: 50px;
}

.ixs-hot h2 {
    position: relative;
    text-indent: 25px;
    margin: 20px 0;
}
.ixs-hot h2::before {
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: #31a1fa
}

.ixs-hot ul li a {
    text-align: center;
    text-decoration: none;
    color: #666;
    display: inline-block;
    width: 100%;
}

.ixs-hot ul li a h3 {
    font-size: 16px;
  	text-align: left;
    text-indent: 26px;
    margin: 25px 0 40px 0;
}
.article-time{
    display: none;
}
.article-time,
.article p {
    margin: 20px 0;
    font-size: 16px;
    color: #666;
}
.article-title {
    margin-bottom: 25px;
}

 .article .intro {
    clear: both;
    background: #fafdff;
    border: 1px solid #d0e8f7;
    padding: 10px;
    margin-bottom: 10px;
}
.pages .page-list ul {
    padding: 25px 0;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
}
.pages .page-list ul li.left {
    float: left;
    width: 50%;
    text-align: left
}
.pages .page-list ul li.right {
    float: right;
    width: 50%;
    text-align: right
}
.pages .page-list ul li a {
    text-decoration: none;
    color: #999;
    font-size: 14px;
}
.load-more-data {
    width: 100%;
    margin: 30px 0;
    background: #f5f5f5;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    color: #333;
    cursor: pointer;
}

.no-data {
    padding: 30px;
    text-align: center;
    color: #666;
    font-size: 14px
}