﻿body {
    background: #F3F3F3;
}

.container {
    width: 1200px;
    margin: auto;
}

#header {

}

#main {
    margin-bottom: 25px;
}

.cate-main-outer--olympic {
    background: url("../images/olympic-02.jpg") no-repeat;
    background-size: 100% auto;
}
.banner-olympic{
    width: 100%;
}
#content {

}

#sidebar {

}

#footer {

}

.footer .zhubian {
    float: right;
}

.site-top {
    line-height: 44px;
    background: #313131;
    background: rgba(0, 0, 0, .85);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    color: #ADADAD;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
/*.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}*/
.site-top-r a {
    color: #ADADAD;
}

.site-titan24 {
    padding: 10px 0;
    background: #D31B2A;
}

.logo {
    width: 434px;
    height: 42px;
    margin: 5px 0;
    background: url(logo.png) no-repeat 0 0;
    background-size: 434px 42px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

.site-link {
    margin-right: 15px;
    text-align: center;
}

.site-link-t {
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 50%;
    background: #F8F8F6;
    font-size: 16px;
    color: #E50012;
    text-align: center;
}

.site-link-b {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.navBox {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    background: #FCFCFC;
    height: 40px;
    width: 100%;
    z-index: 1000;
    /*box-shadow: 0 2px 2px #eee;*/
}

.navBox .nav-list {
    float: left;
}

.nav li {
    list-style-type: none;
}

.nav .nav-list {
    position: relative;
    float: left;
    z-index: 999;
    height: 40px;
}

.nav .nav-list-item {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
}

.nav-drop-down {
    position: absolute;
    left: 0;
    top: 40px;
    background: #313131;
    display: none;
    width: 120px;
}

.nav-list.open .nav-drop-down {
    display: block;
}

.nav-list.open .nav-list-item, .nav-list.current .nav-list-item {
    background: #D41B29;
    color: #FFFFFF;
}

.nav-drop-down li {
    border-bottom: 1px solid #4E4E4E;
}

.nav-drop-down li:last-child {
    border-bottom: none;
}

.nav-drop-down a {
    display: block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;

}

.nav-drop-down a:hover {
    background: #DBDBD9;
    color: #000000;
}

.footer {
    padding: 10px;
    background: #313131;
}

.footer-nav {
    line-height: 30px;
    /*height: 30px;*/
    position: relative;
    color: #828282;
    font-size: 14px;
}

.footer-nav a {
    padding-right: 20px;
    /*color: #828282;*/
    color: #FFFFFF;
}

.copyright {
    padding: 5px 0;
    line-height: 20px;
    color: #ddd;
    font-size: 12px;
    background: #313131;
}

.index-content {
    margin-top: 10px;
}

.columns {
    /*padding: 0 0 0 20px;*/

}

.columns-left {
    float: left;
    width: 42%;
    margin-right: 2%;
    /*padding: 0 20px 0 10px;*/
}

.columns-center {
    float: left;
    width: 26%;
    /*width: 310px;*/
    margin-right: 2%;
    background: #f5f5f5;
    /*margin-top: 10px;*/
}

.columns-right {
    float: left;
    width: 28%;
    /* width: 360px;*/
    /* margin-top: 10px;*/
    position: relative;
}

.columns-right .hot-video {
    margin-bottom: 10px;
    overflow: hidden;
}

.columns-right .video-view {
    position: relative;
}

.columns-right .video-view .video-content {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.columns-right .video-view .video-content img {
    display: block;
}

.columns-right .video-view .video-content .video-play {
    position: absolute;
    background: url(play.png) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.columns-right .video-view .video-content img {
    width: 100%;
    height: 100%;
}

.columns-right .hot-video .video-name {
    background: #000;
}

.columns-right .hot-video .video-name a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 5px 0;
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.columns-right .video-list {
    padding: 5px 0;
    background: #000;
}

.columns-right .video-list table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.columns-right .video-list td {
    padding: 0 3px;
}

.columns-right .video-list td a {
    border: 2px solid #000;
    display: block;
}

.columns-right .video-list td a img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.columns-right .video-list td.active a {
    border-color: #f12b15;
}

.index-right-ad1 {
    display: block;
    margin-bottom: 10px;
    background: #FFFFFF;
}

.index-right-ad1 img {
    display: block;
    width: 100%;
}

.index-right-ad1 h3 {
    padding: 20px;
    color: #6F6F6F;
}

.columns-title-1 {
    width: auto;
    height: 38px;
    background: url(titbg.jpg) repeat-x left center;
    text-align: center;
}

.columns-title-1 h3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #D73845;
    word-break: keep-all;
    white-space: nowrap;
}

.columns-title-1 span {
    color: #686868;
}

.columns-title-1 strong {
    font-weight: 700;
    color: #D31B2A;
}

.news-list {
    padding: 0 5px;
    border-bottom: 0
}

.news-list-item {
}

.news-list.col-2-1 .news-list-item {
    float: left;
    width: 50%;
}

.news-list .news-view:last-child {
    border-bottom: none;
}

.news-view {
    margin-bottom: 10px;
    padding: 5px 5px 5px;
    /* background: #fff;*/
    border-bottom: 1px solid #dfdfdf;
    /*box-shadow: 1px 1px 2px 0 #d0d0d0*/
}

.news-list.col-2-1 .news-list-item .news-view {
    margin: 0 5px;
}

.news-view:hover {
    background: #fff;
    box-shadow: 1px 1px 2px 0 #d0d0d0;
}

.news-view .news-img img {
    width: 100%
}

.news-view .news-img a {
    position: relative;
    display: block;
}

.news-view .news-cnt {

}

.news-view .news-header {
    padding: 10px 3px 5px
}

.news-view.left .news-header {
    padding: 0 3px 5px;
}

.news-view .news-header a {
    display: block;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-view .news-main {

}

.news-view .news-main p {
    margin-bottom: 0.5em;
    display: block;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-view .news-header a:hover {
    color: #003e61
}

.news-view .news-footer {
    padding-bottom: 5px;
}

.news-view .news-footer p {
    padding: 0 3px;
    line-height: 14px
}

.news-view .news-footer p span {
    display: inline-block;
    color: #aaa;
    font-size: 12px
}

.news-view .news-footer .collect {
    float: right;
    margin-left: 10px
}

span.author i {
    padding-left: 5px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.header-nav {
    overflow: hidden;
    padding: 0 0 7px;
}

.header-nav h2 {
    font-size: 52px;
    margin: 0 30px;
    padding: 10px 5px;
    font-weight: bolder;
    color: #D51B29;
    line-height: 1;
}

.header-nav h2 a {
    color: #D51B29;
}

.header-nav ul {
    overflow: hidden;
}

.header-nav h2, .header-nav li a {
    text-align: center;
    display: block;
}

.header-nav li a {
    font-size: 16px;
    color: #333;
    padding: 10px;
    font-weight: 700;
}

.header-nav li a:hover, .header-nav li.current a {
    color: #D51B29;
}

.card-list {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.card-list h5 {
    float: left;
    line-height: 30px;
    color: #D41B29;
    font-size: 15px;
    font-weight: 700;
}

.card-list ul {
    float: right;
    background: #333;
}

.card-list ul li {
    display: inline-block;
    float: left;
    color: #666;
    line-height: 30px;
    padding: 0 10px;
    background: #fafafa;
    cursor: pointer;
    border: 1px solid #bdbdbd;
}

.card-list ul li.active {
    background: 0;
    color: #fff;
    border: 0;
}

.card-list ul li i {
    display: inline-block;
    height: 14px;
    width: 16px;
    background: url(card-list.png) no-repeat;
    vertical-align: -3px;
    margin-left: 3px;
}

.card-list ul li.card-btn i {
    background-position: -3px -23px;
}

.card-list ul li.list-btn i {
    background-position: -22px -23px;
}

.card-list ul li.card-btn.active i {
    background-position: -3px -3px;
}

.card-list ul li.list-btn.active i {
    background-position: -22px -3px;
}

.list-view.card {
    padding: 5px 10px;
    overflow: hidden;
}

.list-view .news-view.card {
    width: 330px;
    margin: 0 10px 20px;
    padding: 0;
    float: left;
}

.list-comment-view {
    /*margin:0 15px ;*/
    padding: 0 15px 0 15px;
}

.list-comment-view li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #c8bdb6;
}

.list-comment-view li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.comment-view-box {
    background: #FFFFFF;
    margin-bottom: 10px;
}

.comment-view {

}

.comment-view-title {
    font-size: 18px;
    color: #8d8d8d;
}

.comment-view dl {
    margin: 0;
    padding: 10px 0 15px 0;
}

.comment-view dt {
    float: left;
    padding: 2px;
    border: 1px solid #dadada;
}

.comment-view dt img {
    width: 65px;
    height: 65px;
}

.comment-view dd {
    margin-left: 88px;
}

.comment-view-desc {
    color: #888888;
}

.comment-view .comment-view-detail {
    color: #005bac;
}

.comment-view .comment-view-author {
    color: #626262;
}

.comment-view .comment-view-date {
    color: #888888;
}

/*------访谈----*/
.talk {

}

.talk-view {
    margin-bottom: 16px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px dashed #bcb1ab;
}

.talk-view-img {
    width: 100%;
    margin-bottom: 10px;
}

.talk-view-title {
    font-size: 18px;
    line-height: 30px;
    color: #005bac;
    margin-bottom: 4px;
    padding-left: 42px;
    background: url(talk-1.png) no-repeat 0 0;
}

.talk-view-bd {

}

.talk-view-cnt {
    margin-bottom: 6px;
    font-size: 12px;
    color: #727272;
    text-indent: 2em;
    background: url(talk-2.png) no-repeat 100% 100%;
}

.talk-view-detail {
    color: #005AB3;
}

.talk-view-name {
    text-align: right;
    color: #e60012;
    font-size: 12px;
}

.product {
    background: #FFFFFF;
}

.product h3 {
    line-height: 48px;
    /* border-top: 1px solid #c2c2c2;*/
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    margin-bottom: 20px;
}

.product-list {

}

.product-list li {
    float: left;
    margin-right: 70px;
    height: 60px;
}

.product-list a {
    display: block;
    vertical-align: middle;
}

.product-list img {
    max-height: 60px;
}

/*------------------------category------------------------*/
.cate-main {
    background: #FFFFFF;
}

.cate-sidebar, .list-sidebar {
    float: left;
    position: relative;
    width: 122px;
    /*background: #FFFFFF url("img/sidebar.png") no-repeat -10px -9px;*/
}

.cate-sidebar-line-y {
    position: absolute;
    top: 0;
    left: -12px;
    width: 12px;
    height: 336px;
    background: url(cate-sidebar-line-y.png) no-repeat 0 0;
}

.cate-sidebar-line, .list-sidebar-line {
    width: 62px;
    margin: auto;
    height: 2px;
    background: #D51B29;
    text-indent: -9999px;
    overflow: hidden;

}

.cate-content, .list-content {
    margin-left: 120px;
    overflow: hidden;
    background: #F3F3F3;
}

.list-content {
    padding-top: 15px;
}

.cate-col-l {
    /*width: 720px;*/
    width: 70%;
    float: left;
}

.video-cate-col-l, .image-cate-col-l {
    margin-top: 20px;
}

.cate-col-r {
    margin-left: 70%;
    padding-left: 20px;
}

.video-cate-col-r, .image-cate-col-r {
    margin-top: 20px;
}

.cate-swiper {
    position: relative;
    width: 100%;
    height: 540px;
    margin: 0 auto 12px auto;
}

.cate-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.cate-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(swiper-button-next.png) no-repeat;
}

.cate-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url(swiper-button-prev.png) no-repeat;
}

/*----------------top10-----------------*/
.top10 {

}

.top10-hd {

}

.title-1 {
    height: 31px;
    line-height: 31px;
    font-size: 20px;
    color: #FFFFFF;
    border-top: 1px solid #d31b2a;
    margin-bottom: 10px;
}

.title-1 span, .title-1 a {
    float: left;
    background: #d31b2a;
    padding: 0 10px;
    margin-right: 10px;
    color: #FFFFFF;
}

.title-1 strong {
    color: #d6d4d4;
    font-size: 22px;
}

.topBox {

}

.topTabs {
    height: 40px;
    overflow: hidden;
    background: #FFFFFF;
}

.topTabs li {
    float: left;
    width: 33.33%;

}

.topTabs a {
    display: block;
    line-height: 38px;
    height: 38px;
    color: #666;
    padding: 0 15px;
    text-align: center;
    position: relative;
    font-size: 13px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.topTabs a:last-child {
    border-right: 1px solid #e0e0e0;
}

.topTabs li.current a, .topTabs a:hover {
    background: #f12b15;
    color: #fff;
    border: 1px solid #f12b15;
}

.topBox-cnt {

}

.topBox-panel {
    display: none;
}

.topBox-panel.current {
    display: block;
}

.topList {
    padding: 0;
    margin: 0;
}

.topList li {
    position: relative;
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
}

.topList li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    color: #000;
    font-family: georgia;
}

.topList a {
    display: block;
    color: #2E2E2E;
    line-height: 34px;
    border-bottom: 1px dashed #B8B7B5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topList li:last-child a {
    border-bottom: none;
}

.news-view.left .news-img {
    float: left;
    width: 200px;
}

.news-view .news-right {
    position: relative;
}

.news-view.left .news-right {
    margin-left: 210px;
    min-height: 100px;
}

.news-list .news-list-item .news-view {
    border-bottom: 1px solid #dfdfdf;
}

.title-2 {
    margin-bottom: 10px;
}

.title-2 strong, .title-2 a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 20px;
    color: #d31b2a;
    line-height: 1.5;
    border-bottom: 1px solid #d31b2a;
}

.title-3 {
    padding-left: 10px;
    border-left: 4px solid #d31b2a;
    margin-bottom: 11px;
    font-size: 20px;
    color: #d31b2a;
    line-height: 1.5;
}
/*----------------金牌榜-----------------*/
.title-4{
    margin-bottom: 10px;
    border-bottom: 1px solid #d31b2a;
}
.title-4 strong, .title-4 a {
    display: inline-block;
    zoom: 1;
    font-size: 20px;
    color: #d31b2a;
    line-height: 1.5;
}
.gold_medal_list_box{
    font-size: 16px;
}
.gold_medal_list{
    width: 100%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
}
.gold_medal_list thead{
    color: #3E6C8E;
}
.gold_medal_list td{
    padding: 3px 0;
}
.gold_medal_no{
    background: #B5C4D7;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}
.gold_medal_no1{
    background: #FF922E;
}
.gold_medal_no2{
    background: #F9C813;
}
.gold_medal_no3{
    background: #FFC728;
}
/*-----------------实用信息---------------*/
.practical_info_box{}
.practical_info_list{ margin-bottom: 10px;overflow: hidden}
.practical_info_list a{
    float: left;
    margin: 0 10px;
    color: #3E6C8E;
    font-size: 16px;
}
.practical_info_list a:visited{
    color: #3E6C8E;
}
.practical_info_list a:hover{
    text-decoration: underline;
}
/*--------------------news detail---------------*/

.ad {
    overflow: hidden;
}

.ad a {
    display: block;
}

.ad img, .ad iframe {
    width: 100%;
}

.detail-ad-t, .ad-detail-b {
    margin: 10px 0;
    overflow: hidden;
}

.detail-ad-t img, .detail-ad-t iframe, .ad-detail-b img, .ad-detail-b iframe {
    width: 100%;
}

.detail-ad-r {
    margin-bottom: 16px;
}

.detail-news-main {

}

.detail-news-sidebar {
    float: right;
    /* width: 287px;*/
    width: 24%;
}

.detail-news-content {
    float: left;
    width: 71%;
    /*width: 860px;*/
    background: #FFFFFF;
    min-height: 700px;
    overflow: hidden;
    padding: 20px 20px;
}

.breadcrumbs {
    font-size: 16px;
    color: #b8b8b8;
    margin-bottom: 6px;
    font-weight: 400;
}

.breadcrumbs a {
    color: #b8b8b8;
}

.article-view {

}

.article-view .article-header {
    padding-bottom: 10px;
}

.article-view .article-header h1 {
    font-size: 32px;
}

.article-info {
    padding-bottom: 5px;
    color: #666666;
    font-size: 14px;

}

.article-main {
    padding-top: 15px;
}

.article-main p {
    margin-bottom: 1em;
    font-size: 16px;
}

.article-main img {
    display: block;
    max-width: 100%;
    margin:0 auto 10px auto;
}
.article-main .img {
    clear: both;
    text-align: center;
    color: #666;
    margin: 0 12px 6px 0px;
    font-size: 14px;
}
.article-main .img img {
    display: block;
    margin: 0 auto 6px;
}
.article-ft {

}

.article-ed {
    text-align: right;
    color: #666;
    font-size: 14px;
}

.titan_weixin img {
    width: 100%;
}

.detail-news-list {
    margin: 0 -5px;
    padding: 0;
}

.detail-news-list li {
    float: left;
    width: 33.33333%;
}

.detail-news-list .news-view {
    margin: 0 5px 10px 5px;
    border-bottom: none;
}

.comment-notice {
    color: #474747;
    line-height: 33px;
    height: 33px;
    margin-bottom: 15px;
}

.comment-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 142px;
    padding: 10px;
    border: none;
    background: #f3f3f3;
    margin-bottom: 15px;
}

.comment-btn {
    display: block;
    border: none;
    background: #c70010;
    color: #FFFFFF;
    line-height: 38px;
    height: 38px;
    margin: auto;
    padding: 0 20px;
}

.comment-l {
    float: left;
    width: 64%;
    *width: 62%;
}

.comment-r {
    float: right;
    width: 34%;
}

.text-center {
    text-align: center;
}

.comment-login {
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 50px;
    background: #f2f2f2;
    margin-bottom: 4px;
    color: #666666;
}

.comment-login:visited {
    color: #666666;
}

.comment-login.weibo {
    background: #f2f2f2 url("img/weibo1.png") no-repeat 15px 50%;
}

.comment-login.qq {
    background: #f2f2f2 url("img/qq.png") no-repeat 15px 50%;
}

.comment-login.renren {
    background: #f2f2f2 url("img/renren.png") no-repeat 15px 50%;
}

.i-share, .i-weibo2, .i-weibo, .i-qq, .i-renren, .i-weixin, .i-friends, .i-tx-weibo {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 33px;
    height: 33px;
    /*margin: 0 4px;*/
}

.i-share {
    background: url(share.png) no-repeat 50% 50%;
}

.i-weibo {
    background: url(weibo1.png) no-repeat 0 50%;
}

.i-weibo2 {
    background: url(weibo2.png) no-repeat 0 50%;
}

.i-qq {
    background: url(qq.png) no-repeat 0 50%;
}

.i-renren {
    background: url(renren.png) no-repeat 0 50%;
}

.i-weixin {
    background: url(weixin.png) no-repeat 0 50%;
}

.i-friends {
    background: url(friends.png) no-repeat 0 50%;
}

.i-tx-weibo {
    background: url(tx_weibo.png) no-repeat 50% 50%;
}

.text-right {
    text-align: right;
}

.titanZb-weixin {
    position: fixed;
    top: 170px;
    right: 10px;
    width: 117px;
    height: 196px;
}

.share-view {
    position: fixed;
    left: 10px;
    top: 170px;
    width: 33px;
    padding: 10px 5px;
    z-index: 9;
    color: #333333;
    background: #FFFFFF;
    font-family: "Microsoft YaHei";
    border-radius: 5px;
    border: 1px solid #f3f3f3;
}

.share-view .share-title {
    display: block;
    width: 14px;
    line-height: 16px;
    color: #333;
    font-size: 14px;
    margin: auto;
}

.videoBox {
    margin-bottom: 10px;
}

.videoPlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(play.png) no-repeat 50% 50%;
    background-size: 42px 42px;
}

/*-----------------------------*/
.detail-image-content {
    overflow: hidden;
    background: #FFFFFF;
    padding: 20px 20px;
}

.image-swiper-box {
    margin-bottom: 34px;
    overflow: hidden;
    background: #f3f3f3;
}

.image-swiper {
    float: left;
    position: relative;
    width: 70%;
    height: 450px;
    overflow: hidden;
}

.image-swiper .swiper-slide {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.image-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(swiper-button-next.png) no-repeat;
}

.image-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url(swiper-button-prev.png) no-repeat;
}

.image-swiperDesc {
    float: left;
    width: 30%;
    height: 100%;
}

.image-swiper-text {
    display: none;
    padding: 0 0 0 15px;
}

.image-swiper-num {
    font-size: 35px;
    color: #333333;
    margin-bottom: 20px;
}

.image-swiper-num span {
    font-size: 35px;
    color: #d31b2a;
}

.image-swiper-text-cnt {
    margin-bottom: 30px;
}

.image-swiper-text-cnt p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 1.5;
}

.image-share-comments {

}

.image-share-comments .image-share, .image-share-comments .image-comments {
    display: block;
    width: 58px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
}

.shareIconList, .commentsIconList {
    padding: 10px;
}

.image-share-comments .image-share {
    background: #f7b518;
}

.image-share-comments .image-comments {
    background: #c70010;
}

.detail-image-list {
    padding: 0;
    margin: 0 -10px;
}

.detail-image-list .news-list-item {
    float: left;
    width: 25%;
}

.detail-image-list .news-view {
    margin: 10px;
    /*border-bottom: none;*/
}

.newsBox {
    position: relative;
    display: block;
    margin: 0 0 10px 20px;
}

.newsBox-img {
    width: 100%;
}

.newsBox-bd {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #666;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.newsBox-bd-title {
    font-size: 30px;
    color: #FFFFFF;
    padding: 0 20px;
}

.newsBox-bd-main {
    padding: 5px 20px;
}

.newsBox-bd-main p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1.5;
}

.videoPlay-big {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(play.png) no-repeat 50% 50%;
    background-size: 60px 60px;
}

.news-list-1 {
    padding: 0;
}

.news-list-1 .news-list-item {
    width: 100%;
}

.news-list-item {
}

.news-list-box {
    margin: 0 0 0 20px;
    overflow: hidden;
}

.news-list-2, .news-list-3 {
    margin: 0 -5px;
}

.news-list-2 .news-list-item {
    float: left;
    width: 50%;
    *width: 49%;
}

.news-list-2 .news-view, .news-list-3 .news-view {
    margin: 0 5px 10px 5px;
}

.news-list-3 .news-list-item {
    float: left;
    width: 33.3333%;
}

/*---------------------she-----------*/
.shesports {
    margin: 0 auto;
    overflow: hidden;
}

.shesports .tit {
    height: 78px;
    background: url(shesports.gif) 50% 50%;
}

.she-list {
    margin: 0 -10px 0 -10px;
    overflow: hidden;
}

.she-list li {
    float: left;
    width: 25%;
}

.she-view {
    display: block;
    margin: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}

.she-view-img {
    display: block;
    width: 100%;
}

.she-view-title {
    padding: 5px 18px;
    line-height: 38px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
}

.she-view-ft {
    padding: 12px;
}

.authorBox {

}

.authorBox-head {
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    overflow: hidden;
}

.authorBox-r {
    margin-left: 46px;
}

.authorBox-r-name {
    font-size: 12px;
    color: #7f7f7f;
}

.authorBox-r-time {
    font-size: 12px;
    color: #7f7f7f;
}

#infscr-loading {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.partner {
    margin-bottom: 20px;
}

.partner-hd {
    border-bottom: 1px solid #dfdfdf;
}

.partner-title {
    font-size: 14px;
    line-height: 30px;
    margin: auto;
    color: #FFFFFF;
}

.partner-list strong {
    color: #FFFFFF;
    font-size: 12px;
}

.partner-list a {
    font-size: 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 20px;
    color: #FFFFFF;
}

/*-------------------------------------*/
@media screen and (max-width: 1200px) {
    .container {
        width: auto;
    }

    .site-top {
        padding: 0 5px;
    }

    .share-view {
        display: none;
    }

    .titanZb-weixin {
        display: none;
    }

    .product-list {
        margin: 0 10px;
    }

    .news-list-box {
        margin: 0 10px 0 20px;
    }

    .shesports {
        padding: 0 10px;
        overflow: hidden;
    }

    .index-content {
        margin: 10px 10px 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .cate-swiper {
        height: 440px;
    }
}

@media screen and (max-width: 900px) {
    .cate-swiper {
        height: 389px;
    }

    .nav .nav-list-item {
        padding: 0 10px;
    }

    .cate-col-l {
        width: auto;
        float: none;
    }

    .cate-col-r {
        margin: 0 10px;
        padding-left: 0;
    }

    .swiper-container {
        height: 450px;
    }

    .ad-index-01 {
        margin: 0 10px;
    }

    .ad-index-01 img {
        height: 72px;
    }
}

@media screen and (max-width: 800px) {
    .news-view {
        background: #fff;
        box-shadow: 1px 1px 2px 0 #d0d0d0;
    }

    .navBox {
        background: #FFFFFF;
    }

    .swiper-container {
        height: 400px;
    }

    .columns-right .video-view .video-content {
        height: 135px;
    }

    .cate-sidebar-line-y {
        display: none;
    }

    .cate-swiper {
        height: 400px;
    }

    .navBox {
        height: auto;
        border-bottom: 2px solid #D41B29;
        /*box-shadow: 2px 0 2px #D41B29;*/
    }

    .ad-index-01 img {
        height: 65px;
    }

    .detail-news-content {
        width: auto;
        float: none;
    }

    .detail-news-sidebar {
        float: none;
        width: auto;
        margin: 0 5px;
    }

    .cate-main {
        background: #F3F3F3;
    }

    .cate-sidebar, .list-sidebar {
        float: none;
        width: auto;
        background: #FFFFFF;
    }

    .cate-content, .list-content {
        margin-left: 0;
        margin-top: 10px;
    }

    .cate-sidebar-line, .list-sidebar-line {
        float: left;
        text-indent: 0;
        width: 10px;
        height: auto;
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
        background: none;
        font-weight: bolder;
        color: #D51B29;
    }

    .header-nav {
        padding: 0;
        /* margin-bottom: 10px;*/
        border-top: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
    }

    .header-nav h2 {
        float: left;
        font-size: 16px;
        margin: 0;
        padding: 10px 5px;
        font-weight: bolder;
        color: #D51B29;
        line-height: 1.5;

    }

    .header-nav ul li {
        float: left;
    }

    .news-list-box {
        margin: 0 10px 0 10px;
    }

    .cate-swiper {
        height: 400px;
    }

    .newsBox {
        margin: 0 10px 10px 10px;
    }

    .she-list li {
        width: 33.33333%;
    }

    .image-swiper {
        float: none;
        width: 100%;
    }

    .image-swiperDesc {
        float: none;
        width: auto;
    }

    .image-swiper {
        height: 400px;
    }

    .image-swiper-num {
        font-size: 28px;
        margin-bottom: 0;
    }

    .image-swiper-num span {
        font-size: 28px;
    }

    .image-swiper-text-cnt {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 700px) {
    .swiper-container {
        height: 350px;
    }

    .cate-swiper {
        height: 350px;
    }

    .ad-index-01 img {
        height: 56px;
    }

    .news-view.left .news-img {
        float: none;
        width: auto;
    }

    .news-view.left .news-right {
        padding-top: 6px;
        margin-left: 0;
        min-height: 100px;
    }

    .swiper-slide-text {
        height: 80px;
    }

    .swiper-slide-text-cnt {
        font-size: 26px;
        margin-left: 20px;
    }

    .swiper-slide-text-ifo {
        margin-left: 20px;
    }

    .image-swiper {
        height: 350px;
    }
}

@media screen and (max-width: 640px) {
    body {
        font-size: 18px;
    }

    .partner {
        display: none;
    }

    .site-top {
        font-size: 14px;
    }

    .videoPlay-big {
        background-size: 50px 50px;
    }

    .swiper-container {
        margin: 10px 0 10px 0;
    }

    .swiper-container {
        height: 320px;
    }

    .ad-index-01 img {
        height: 50px;
    }

    .columns-right .video-view .video-content {
        height: 320px;
    }

    .columns-left {
        float: none;
        width: 100%;
    }

    .columns-center {
        float: none;
        width: 100%;
    }

    .columns-right {
        float: none;
        width: 100%;
    }

    .she-list li {
        width: 50%;
    }

    .she-list {
        margin: 0 -2px 0 -2px;
    }

    .cate-swiper {
        height: 320px;
    }

    .nav .nav-list {
        height: 30px;
    }

    .nav .nav-list-item {
        line-height: 28px;
    }

    .product-list li {
        float: left;
        margin-right: 10px;
        height: 40px;
    }

    .product-list img {
        max-height: 30px;
    }

    .footer-nav {
        height: auto;
    }

    .footer .zhubian {
        float: none;
    }

    .detail-news-content {
        padding: 10px;
    }

    .article-header h1 {
        font-size: 20px;
    }

    .article-view .article-header {
        padding-bottom: 5px;
    }

    .detail-news-list li {
        float: none;
        width: 100%;
    }

    .swiper-slide-text {
        height: 64px;
    }

    .swiper-slide-text-cnt {
        font-size: 20px;
        margin-left: 20px;
        padding-top: 6px;
    }

    .swiper-slide-text-ifo {
        margin-left: 20px;
    }

    .cate-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .cate-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    #swiper-container .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    #swiper-container .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
    }

    .newsBox-bd-title {
        font-size: 20px;
        padding: 4px 15px 0 15px;
    }

    .newsBox-bd-main {
        padding: 3px 15px;
    }

    .she-list {
        margin: 0 -5px 0 -5px;
    }

    .she-view {
        margin: 5px;
        border-radius: 3px;
    }

    .detail-image-content {
        padding: 10px 10px;
    }

    .image-swiper-text {
        padding: 0 10px 0 10px;
    }

    .image-swiper {
        height: 320px;
    }

    .detail-image-list {
        margin: 0 -5px;
    }

    .detail-image-list .news-list-item {
        width: 50%;
    }

    .detail-image-list .news-view {
        margin: 5px;
    }

    .news-list-3 .news-list-item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .swiper-container {
        height: 300px;
    }

    .cate-swiper {
        height: 300px;
    }

    .logo {
        width: 187px;
        height: 42px;
        margin: 5px 0;
        background: url("img/logo-sm.png") no-repeat 0 0;
        background-size: 187px 42px;
    }

    .columns-right .video-view .video-content {
        height: 300px;
    }

    .image-swiper {
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 18px;
    }

    /* .article-info {
         font-size: 16px;
     }*/
    .article-view .article-header h1 {
        font-size: 20px;
    }

    .article-main p {
        font-size: 18px;
    }

    .videoPlay-big {
        background-size: 40px 40px;
    }

    .columns-right .video-view .video-content .video-play {
        background-size: 50px 50px;
    }

    .swiper-container {
        height: 240px;
    }

    .cate-swiper {
        height: 240px;
    }

    .swiper-slide-text {
        height: 60px;
    }

    .swiper-slide-text-cnt {
        font-size: 18px;
        margin-left: 20px;
        padding-top: 6px;
    }

    .columns-right .video-view .video-content {
        height: 240px;
    }

    .comment-l {
        float: left;
        width: 58%;
    }

    .comment-r {
        float: right;
        width: 40%;
    }

    .swiper-slide-text-ifo {
        margin-left: 20px;
    }

    .news-list-2 .news-list-item {
        float: none;
        width: 100%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
    }

    .news-list-3 .news-list-item {
        float: none;
        width: 100%;
    }

    .newsBox-bd-title {
        font-size: 18px;
        padding: 4px 10px 0 10px;
    }

    .newsBox-bd-main {
        padding: 0 10px 2px 10px;
    }

    .shesports {
        padding: 0 5px;
    }

    .she-view {
        margin: 2px;
        border-radius: 3px;
    }

    .image-swiper {
        height: 240px;
    }

    .image-swiper-num {
        font-size: 22px;
        margin-bottom: 0;
    }

    .image-swiper-num span {
        font-size: 22px;
    }

    .detail-image-list .news-list-item {
        float: none;
        width: 100%;
    }

    .breadcrumbs {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .article-header h1 {
        font-size: 18px;
    }

    .article-main {
        padding-top: 10px;
    }
}

@media screen and (max-width: 414px) {
    .columns-right .video-view .video-content .video-play {
        background-size: 40px 40px;
    }

    .swiper-container {
        height: 207px;
    }

    .cate-swiper {
        height: 207px;
    }

    .columns-right .video-view .video-content {
        height: 207px;
    }

    .comment-l {
        float: none;
        width: auto;
    }

    .comment-r {
        float: none;
        width: auto;
    }

    .comment-textarea {
        margin-bottom: 10px;
    }

    .newsBox-bd-title {
        font-size: 16px;
        padding: 4px 10px 0 10px;
    }

    .she-list li {
        float: none;
        width: 100%;
    }

    .swiper-slide-text {
        height: 52px;
    }

    .swiper-slide-text-cnt {
        font-size: 18px;
        margin-left: 5px;
        padding-top: 2px;
    }

    .swiper-slide-text-ifo {
        margin-left: 5px;
    }

    .image-swiper {
        height: 207px;
    }

    .image-swiper-num {
        font-size: 20px;
        margin-bottom: 0;
    }

    .image-swiper-num span {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .swiper-container {
        height: 180px;
    }

    .cate-swiper {
        height: 180px;
    }

    .columns-right .video-view .video-content {
        height: 180px;
    }

    .image-swiper {
        height: 180px;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size: 14px;
    }

    .site-titan24 {
        padding: 5px 0;
    }

    .site-link {
        margin-right: 10px;
    }

    .nav .nav-list-item {
        padding: 0 5px;
    }

    .cate-sidebar-line, .list-sidebar-line {
        width: 8px;
        font-size: 14px;
        padding: 5px 0;
    }

    .header-nav h2 {
        font-size: 14px;
        padding: 5px 2px 5px 5px;
    }

    .header-nav li a {
        font-size: 14px;
        padding: 5px;
    }

    .swiper-container {
        height: 160px;
    }

    .cate-swiper {
        height: 160px;
    }

    .columns-right .video-view .video-content {
        height: 160px;
    }

    .image-swiper {
        height: 160px;
    }

    .image-swiper-num {
        font-size: 18px;
        margin-bottom: 0;
    }

    .image-swiper-num span {
        font-size: 18px;
    }

    .breadcrumbs {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .article-header h1 {
        font-size: 18px;
    }

}