﻿@charset "utf-8";
/* CSS Document */

a {
    color: #333;
    text-decoration: none;
}
.pt { padding-top:10px; }
.pb { padding-bottom:10px; }
.pl { padding-left:10px; }
.pr { padding-right:10px; }
.mt { margin-top:10px;}
.mb { margin-bottom:10px;}
.ml { margin-left:10px; }
.mr { margin-right:10px; }
.ResetM { margin:0;}
.ResetP { padding:0;}
.adColor { color:#0099CC; }
.nomalColor{ color:#333; }
.insideBorder { background-color: #dcdbdb; height: 3px; margin:10px; }
.nomalWidth { width:100%; }
.nomalCenter{ text-align:center; }
/* Responsive
-------------------------------------------------- */
@media (min-width: 1200px) {
    .bs-docs-sidenav {
        width: 130px;
    }

        .bs-docs-sidenav > li > a {
            width: 102px \9; /* Override the previous IE8-9 hack */
        }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
    /* When affixed, space properly */
    .bs-docs-sidenav {
        top: 0;
        width: 90px;
        margin-top: 30px;
        margin-right: 0;
    }
}
/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    /* Adjust sidenav width */
    .bs-docs-sidenav {
        width: 100px;
        margin-top: 20px;
    }

        .bs-docs-sidenav.affix {
            top: 0;
        }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
    /* Sidenav */
    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px;
    }

        .bs-docs-sidenav.affix {
            position: static;
            width: auto;
            top: 0;
        }
}
/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 100px;
    margin: 50px 0 0;
    padding: 0;
    background-color: #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 72px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: transparent;
    }

    .nav > li > a:focus,.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        background-image: url(../img/glyphicons-halflings-white.png);
        opacity: 1;
    }

   /* .bs-docs-sidenav.affix {
        top: 70px;
    }*/

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #344f73, #293f5e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#344f73), to(#293f5e));
    background-image: -webkit-linear-gradient(top, #344f73, #293f5e);
    background-image: -o-linear-gradient(top, #344f73, #293f5e);
    background-image: linear-gradient(to bottom, #344f73, #293f5e);
    background-repeat: repeat-x;
   /* border-color: #252525;*/
	border-color:#293f5e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344f73', endColorstr='#ff293f5e', GradientType=0);
    background-image: linear-gradient(to bottom, #344f73, #293f5e);
	background-image: linear-gradient(to bottom, #344f73,#293f5e);
}

#nav > li > a {
    color: #ffffff;
}

     #nav > li > a:hover {
		-webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
		  background-color:#1d3250;
    }
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  text-decoration: none;
  background-color: #1d3250;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
/*---------------fixtop-menu----start---------------*/

.fixtop-menu {
    font-size: 12px;
    background: #f5f5f5;
    *+height:40px;
    border-bottom: 1px solid #e9e9e9;
}

    .fixtop-menu .font-logo {
        display: block;
        float: left;
        padding: 7px 20px 0;
        *+padding: 10px 20px 0;
        margin-left: -20px;
        text-shadow: 0 1px 0 #ffffff;
    }
.fixtop-menu .font-logo img {
    width: 90px; 
    height: 17px
    }

    .fixtop-menu ul li {
        margin: 0 5px;
        line-height: 30px;
    }
.mainLogo { height: 70px; width: 200px; }
/*---------------fixtop-menu----end---------------*/
/*---------------main-nav-----start---------------
.header-app {
    position: relative;
}

    .header-app a.a1 {
        margin: 0 10px 0 10px;
        position: absolute;
        left: -980px;
        top: 20px;
    }

    .header-app a.a2 {
        position: absolute;
        left: -420px;
        top: 47px;
    }

    .header-app a.a3 {
        position: absolute;
        left: -340px;
        top: 47px;
    }

    .header-app .a4 {
        position: absolute;
        left: -235px;
        top: 44px;
    }

    .header-app .a5 a {
        float: right;
        font-size: 14px;
        margin: 0 7px;
        color: #F00;
    }

        .header-app .a5 a:hover {
            color: #2e4567;
        }

    .header-app .a5 {
        position: absolute;
        left: -215px;
        top: 17px;
    }
/*---------------main-nav----end---------------*/
.span9 .span5 .conleft-toplist {
    padding-top:35px;
}
.conleft-toplist li a.topTitle{ width: 20%; width: 24%\9; }
.conleft-toplist li a.topContent{ /*width: 60%;*/width: 80%;width: 56%\9; }
.conleft-toplist li, .conright-list li {
        margin: 5px 0;
    }
.conleft-toplist li.Show{ margin: 5px 0; *+margin: 1px 0;}

        .conleft-toplist li span, .conright-list li span {
            font-size: 12px;
        }

        .conright-list li a {
            display: block;
            width: 90%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
.conright-list{
	padding-left:5px;
	padding-right:20px;
	}
.conleft-toplist li a strong{
	color:#005580;
	}
.text-ellipsis{ 
	display: block; 
	width: 100%;  
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	}
.zd-p{
	font-weight: bold;
	float: left;
	margin-top:15px;
		}
.bs-docs-example {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 2px 6px;
    line-height: 10px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.tab-content dl {
    margin-left: 10px;
}

    .tab-content dl dd {
        width: 90%;
        float: left;
        margin-bottom: 5px;
        background: url(../images/bj-dian.gif) no-repeat left;
        padding-left: 10px;
        margin-left: 20px;
    }

        .tab-content dl dd a {
            color: #005580;
        }

.con-border {
    height: 5px;
    background: #005580;
    margin: 10px 0 5px;
}

.con-border2 {
    height: 5px;
    background: #005580;
    margin-bottom: 5px;
}
.con-borderno {
    height: 5px;
    background: #005580;
    margin: 5px 0 5px;
}
.con-nav {
    background: #ededed;
    border-bottom: 3px solid #c6c6c6;
    margin-bottom: 10px;
}

    .con-nav ul li a {
        font-size: 16px;
        font-weight: bold;
    }

    .con-nav ul {
        border-bottom: 1px solid #cac9c9;
        margin-bottom: 4px;
    }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #005580;
    display: block;
width: 100%;
float: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

ul.unstyled li {
    background: url(/Content/images/list-dian1.jpg) no-repeat left;
    margin-left: 10px;
    padding-left: 15px;
    overflow: hidden;
}

.unstyled li a {
    display: block;
    /*width: 70%;*/
	width: 95%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#hzxx li a{
	width: 100%;
}
.unstyled li a.nomalWidth { width:100%; }

.unstyled li span {
    float: right;
    /*width: 20%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con-img {
    margin: 16px 0 0;
	*+margin:0 0 0;
}
.con-img-mar {
	margin:10px 0 20px 50px;
	}
.nav-list li a:hover {
    background-color: #005580;
    color: #ffffff;
}

/*h1 {
    width:100%;
    	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis;
}*/
/*
.con-img a{
	margin:0 5px;
	}
.con-img a img{
	border:1px solid #9c9c9c;
	}
*/
.con-news {
    height: 45px;
    background-color: #999;
}
/*内容侧栏开始*/
.side-media li {
    list-style: none;
}

.con-side {
    border: 5px solid #ccc;
    margin-top: 12px;
	border: 4px solid #ccc\0;
	*+border: 4px solid #ccc;

}

    .con-side, .con-side ul li a {
        font-size: 12px;
    }

        .con-side .side-logo {
            background: #e8e3e7;
            border-bottom: 1px solid #dcdcde;
            margin-bottom: 2px;
        }

            .con-side .side-logo img {
                margin: 5px 0 5px 10px;
            }

        .con-side .tabbable .nav-tabs li a {
            font-size: 12px;
            font-weight: bold;
			cursor: pointer;;
        }

.con-side1 a img {
    border: 1px solid #999;
}

.con-side1-list p {
    margin-left: 10px;
    line-height: 20px;
}

    .con-side1-list p a {
        display: block;
        width: 100%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.con-border1 {
    height: 4px;
    background: #ccc;
}

.sideTv { font-weight: bold; color: #005580; }
.NomalClear { clear: both; }

.conright-list li {
    /*margin-top:10px;*/
}

.footer {
    padding-top: 10px;
    font-size: 12px;
    margin: 20px 0 80px;
    border-top-color: #ececec;
    border-top-width: 1px;
    border-top-style: solid;
}

.table th, .table td {
    line-height: 11px;
}

.tabs-left > .nav-tabs {
    width: 50px;
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 40px;
    }

.media, .media .media {
    margin-top: 0;
}



.carousel-caption h1 a, .carousel-caption h2 a, .carousel-caption h3 a, .carousel-caption h4 a, .carousel-caption h5 a, .carousel-caption h6 a {
    color: #ffffff;
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #ccc;
}

.span2 a {
    font-size: 12px;
}
/*  ----------------------------------------------------------------------------
    视频ul
*/
.cvPlayer {
    margin: 8px 6px 10px 15px;
    float: left;
}

/*.cvPlayer li {
        float: left;
        width: 105px;
        height: 95px;
        text-align: center;
        background: url(/Content/images/miniVideo.jpg) no-repeat 3px 0;
        padding-top: 9px;
    }

        .cvPlayer li.span2 {
            margin-left: 0;
        }

        .cvPlayer li img {
            margin: 0 auto;
            width: 90px;
            height: 60px;
            display: block;
            padding-left: 3px;
        }

        .cvPlayer li h5 {
            padding-top: 10px;
        }

            .cvPlayer li h5 a {
                font-size: 12px;
                font-weight: normal;
                display: block;
                width: 100%;
                float: left;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        * + html .cvPlayer li h5 {
            padding-top: 17px;
        }*/

.like {
    background: url('/Content/images/like.jpg') no-repeat left;
    padding-left: 70px;
    height:78px;
}
.like ul { *+padding-top: 10px; font-size: 10px; background: #eeeeee; }
#myTabContent dl dd a {
	width:100%;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#getguess,#guessname{height: 45px; margin-top: 5px; margin-bottom: 0; overflow: hidden; }
.thumbnails > li a {
    display: block;
    width: 95%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align:center;
}

.thumbnails > LI {
    float: left;
    margin-bottom: 5px;
    *+margin-bottom: 0;
    *+Margin-top:15px;
}
.contImgList { width:160px; height:120px;*+height:130px; }

#yuanchuang td.td01,#pinglun td.td03 { width: 30%; height: 80px; }
#yuanchuang td.td01 img,#pinglun td.td03 img { margin-left: 5px; width: 100%; width: 80px\9; height: 75px; }
#yuanchuang td.td02,#pinglun td.td04 { padding: 0 5px 0 10px; width: 60%; }
.insideBorder{ background-color: #dcdbdb; height: 3px; margin:10px; }



.ul-style {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .ul-style li {
        width: 45%;
        margin: 10px 5px 0;
        font-size: 12px;
    }

    @media (max-width: 980px){
        .ul-style li {
            width: 42%;
        }
    }

.sp {
    background: url(/Content/images/media-bj.jpg) no-repeat center;
    border: none;
    padding: 3px 0 15px;
}

    .sp img {
        margin-bottom: 5px;
    }
.text-ad {
    margin-top: 0px; 
    text-align:center;
    margin-bottom:0;
    font-weight:bold;
}
.tt {
height: 70px;
}
/*广告图片style*/
.ad-img,.ad-img1,.ad-img2{
	width:99.5%;
	height:47px;
	border:1px solid #ccc;/*45px高度的广告*/
	}
.ad-img1{
	height:80px;/*80px高度的广告*/
	}
.ad-img2{
	height:50px;/*65px高度的广告*/
	}

/*内容的标题统一*/
.con-nav ul li a.navTittle{
    font-size: 24px; color: #005580;
}
.con-nav ul li a.navMall{
    font-size: 14px;
}
.con-nav ul li h4.navColor{
    color: #005580;
    margin-left: 5px;
}
.con-nav ul li a.navSmallMall{
    font-size: 12px; line-height: 20px;
}

/*sideContent*/
.nav-tabs li a.sideWAP{/* background: url(/Content/images/sina.jpg) no-repeat left; padding-left: 22px; */ }
.sidePaper{ display:block; width:100%; }
.sidePaper img{ margin-left:18%; margin-left:8px\9; }

.bookCarouse { width:80px; height:80px; }

.breadcrumb {
    padding: 0 15px;
    margin: 4px 0 20px;
}
.breadcrumb > li {
    text-shadow: none;
}
.nav-tabs > li > a, .nav-pills > li > a{ margin-right:0;}
@media (max-width: 1199px) {
	.navbar .nav > li > a { padding: 10px 10px 10px; }
    #dj.nav-tabs li a,#Video.nav-tabs li a {padding-right: 1px;padding-left: 1px;margin-right:0;}
}
@media (max-width: 768px) {
    .sidePaper img { margin-left:0;}
}


/* 20180306新增 */
.navbar-inverse .btn-navbar{
    margin-top: 18px;
}
/* 导航条颜色可以删除 */
/*.navbar-inverse .navbar-inner{
    background-image: linear-gradient(to bottom, #df3420, #d80100);
    border-color: #d80100;
    background-color: #d80100;
    background-color: #d80100 \9;
    background-color: #d80100 \0;
}*/
#tips img{
    width:60%;
}
.cmt{
    padding-top: 15px;
    background: #fff;
}
.apple ul li a{
    font-size:22px;color:#d80100;
	/*文字垂直拉伸*/
	transform: scale(1,1.0);
	
}
.toutiao  {
    font-size: 26px;
	/*文字垂直拉伸*/
	transform: scale(1,1.0);
    /*color: #ff0000;*/
    /*color: #111111;*/
	color: #3848a0;
    font-weight: bold;
    line-height: 1.3em;
    display: block;
    word-break: break-all;
	text-align:center;
}
/*网页变黑白页面*/
.htmlHuise{
	
	-webkit-filter:grayscale(100%)!important;
	-moz-filter:grayscale(100%)!important;
	-ms-filter:grayscale(100%)!important;
	-o-filter:grayscale(100%)!important;
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)!important;
	_filter:none!important;
}

.text-ad a{
    color:#005580;
}
.hotnewsMore{
    color:#777;font-size:12px;
}
.span9 .span5 .conleft-toplist.ptnone{
    padding-top:0;
}
.ad-sty a{
    overflow:hidden;
}
.con-b-14px{
    margin-top:8px;
}
.gudingad{
    width:98%;display: block;border: 1px solid #555;text-align: center;height: 70px;overflow: hidden;
}
.gudingad embed{
    width: 100%;height: 70px;
}
.c-s-dj{
    margin:0; background: #da251c;padding-top: 5px;padding-bottom: 5px;
}
#dj li a{
    color:#FF0033;
}

.c-s-xiaokaong {
    margin: 0;
    
}
.c-b1-mb{
    margin-top:0px; margin-bottom:5px;
}
.c-b1-m{
    margin-top:5px; margin-bottom:5px;
}
.c-s-jbxx{
    margin:0; background: #da251c;padding-top: 5px;padding-bottom: 5px;
}
.c-s-nav-mnone{
    margin-bottom:0;
}
.gudingad1{
    width:96%;height:60px;height:60px\0;*+height:35px
}
#c-s-wexin li{
    margin-left:10px;
}
.c-s-jsimg{
    margin-top: 10px; width:93%;margin-left: 18px;
}
.c-s-isborder{
    margin-top:15px;
}
.c-r-list li a{
    width:100%;
}
.da19{
    color:#d80100 !important;
    width: 23% !important; 
}
.da19 strong{
    color:#d80100 !important;
}
.ttbig{
    /*color:#d80100;*/
	color: #3848a0;
    width: 75% !important;
    font-weight: bold;    
	font-size: 16px;
	transform: scale(1,1.0);
	letter-spacing: normal;
	text-align:center;
	white-space: normal!important;
}
.da19 span{
    color:#d80100;
}
#content-scroll{
    overflow:auto;
}
.gudingad2{
    color: #CC3333;letter-spacing: 1.07px; text-decoration:underline;
}
.c-b-mt5{
    margin-top: -5px;
}
.c-t-sty{
    padding-top: 40px;margin-bottom:0;
}
.c-t-sty li a{
    width:100%;
}
.talktitle{
    font-size: 24px; color: #005580;
}
.mb-style h5{
    margin:0
}
.mb-style h5 a{
    color:#333;
}
#hzxx{
    margin-bottom:0;margin-top: 18px;
}
#pictop{
    margin:15px 0 20px;
}
.c-l-lista li a{
    width:100%;
}
.zlhz li a img{
    border:none;
}
.fmt{
    margin-top:0;
}
.mb0{
    padding-bottom: 0px;
}
.f-text{
    text-align: center; line-height: 24px
}
.f-copy{
    color: red; letter-spacing: 0.5em;
}
.f-copy a{
    color: red;
}
.sidenavbox{
    right: 0;bottom:320px;width:150px;background-color: transparent;box-shadow:none;
}
.sidenavbox li{
    text-align: center;
}
.sidenavbox li a{
    padding:0 0 10px;margin:0;border:none;
}
.sidenavbox1{
    background:none;right:5px;z-index:999999;width:150px;
}
.sidenavbox1 li{
    width:150px;
}
.sidenavbox1 nav li{
    width:150px;
}
.sidenavbox1 nav li a{
    padding:0;width:150px
}
.sidenavbox1 nav li a img{
    width:100%;
}
.sidenavboxleft{
    background:none;left:5px;z-index:999999;width:150px;
}
.sidenavboxleft li{
    width:150px;
}
.sidenavboxleft nav li{
    width:150px;
}
.sidenavboxleft nav li a{
    padding:0;width:150px
}
.sidenavboxleft nav li a img{
    width:100%;
}
#myCarousel .item img{
    width: 100%; height: 280px; *+height: 300px;
}

.hack1{
    *+padding-top: 10px;
}
#heavyCarousel .item img{
    width: 100%; height: 270px
}
#shangjianCarousel .item img{
    width: 100%; height: 173px
}
#picCarousel .item img{
    width: 100%; height: 300px
}

.brand{
    display: none \9 !important;
}
#nav > li > a{
    font-size: 14px \9;
    padding: 10px \9;
}
#dj li a,#Video li a{
    padding:8px 1px \9 !important;
}

.con-nav ul li a.navTittle{
    *+font-size: 20px;
}
.con-nav ul li a{
    *+font-size: 14px;
}
.sidePaper img{
    padding-left: 35px \9;
    *+padding-left: 27px ;
}


/* 广告图片尺寸调整 */

.ad-img, .ad-img1, .ad-img2{
    height:50px;
    border: 1px solid #eee;
    border-radius: 4px;
}
/* 置顶广告位1-4 */
.ad-zd{
    border: 1px solid #eee;
    border-radius: 4px;
    height: 70px;
    *+height:50px;
    width:100%;
}

/*20190327ad*/
.con-nav ul li.fr_20190327{
	float:right;
}
.con-nav ul li.fr_20190327 a{
	background: #000;
    width: 370px;
    height: 30px;
    margin: 0;
	display:black;
	padding:0;
}
.con-nav ul li.fr_20190327 a img{
	width:100%;
	height:auto;
	border-radius: 4px
}

@media (max-width: 1200px) {
	.con-nav ul li.fr_20190327{
		float:left;
		margin-bottom:5px;
	}
}
#myCarousel .carousel-caption h4{text-align:center;}