/* 全局样式 */
a{color: #333;}
a:hover{text-decoration: none;}
:root {
    --mycolor1: #00487a;
    --mycolor2:#f7f7fa
}
.color1{color: var(--mycolor1);}
.color1 a{color: var(--mycolor1);}
.bg1{background-color: var(--mycolor2);}
/* 目前搜索页面有用 */
.fontbig1{font-size: 1.3rem;}
.fontsmall1{font-size: 0.6rem;}
.fontsmall2{font-size: 0.8rem;}

.logo{width: 126px;height: 54px;}
/* 减小导航中环球与三角的间距 */
#collapsibleNavbar li:nth-child(2) a{padding-right: 0.2rem;}
.nav-sanjiao{padding-left: 0.5rem;padding-right: 0.5rem;}  
.nav-pills .nav-link.active{background-color: var(--mycolor1);}
.nav-link{font-weight: bold;padding:0.5rem 0.8rem;}
/* 导航中的英文版 */
.nav-english img{cursor: pointer;}



/* 首页新闻模块 */
.textSmall{font-size: 12px;color: #aaaaaa}
/* 信号格 */
.xinhaoge{width: 14px;height: 11px;}
.list-item-text{height: 3rem;overflow: hidden;}
/* 阅读数 */
b.yy_liulan0{background: url(jy_fx168ca_content_licai_number0.png) no-repeat center;display:block;width:14px;height: 11px;}
b.yy_liulan1{background: url(jy_fx168ca_content_licai_number1.png) no-repeat center;display:block;width:14px;height: 11px;}
b.yy_liulan2{background: url(jy_fx168ca_content_licai_number2.png) no-repeat center;display:block;width:14px;height: 11px;}
b.yy_liulan3{background: url(jy_fx168ca_content_licai_number3.png) no-repeat center;display:block;width:14px;height: 11px;}
b.yy_liulan4{background: url(jy_fx168ca_content_licai_number4.png) no-repeat center;display:block;width:14px;height: 11px;}
b.yy_liulan5{background: url(jy_fx168ca_content_licai_number5.png) no-repeat center;display:block;width:14px;height: 11px;}

/* 今日推荐 */
.jinRiTuiJian li:nth-child(1){padding-top: 0;}
.jinRiTuiJian li{padding-top: 0.73rem; padding-bottom: 0.73rem;}
.jinRiTuiJian .list-item-text{height: 3rem;overflow: hidden; font-weight: bold;}
/* 首页顶部轮播图 */
/* .lunbo span{color: black;} */
.lunbo .carousel-item > img{height:223px;width: 100%;}
/* margin-bottom是为了不遮住文章标题 */
.lunbo .carousel-item .carousel-caption{top:30%;margin-bottom: 50px;}
.lunbo .carousel-item .carousel-caption img{width: 42px; height: 43px;}
.lunbo .carousel-item > div img{width: 42px; height: 43px;}
.lunbo .item-title{height: 3rem;overflow: hidden; font-weight: bold;}
.lunbo-news .list-item-text{font-weight: bold;}
/* 城市 */
.city .nav-tabs .active{color: var(--mycolor1);}
/* 通用新闻模块 */
/* 图文，用于三列新闻模块 3行 */
.tuwen p{height: 4.5rem;overflow: hidden;}
@media (min-width: 768px) {
    .tuwen img.img-fluid{height: 6.6rem;}
}


/* 图文，用于两列新闻模块 5行 */
/* 大桌面显示器、超大桌面显示器 */
@media (min-width: 992px) { 
    .tuwen2 p{height:7.5rem;overflow: hidden;}
    .tuwen2 img.img-fluid{height: 10.5rem;}
}
/* 桌面显示器、平板 */
@media screen and (min-width: 576px) and (max-width: 991px) {
    .tuwen2 p{height:4.5rem;overflow: hidden;}
    .tuwen2 img.img-fluid{height: 6.6rem;}
}
.myp1{height: 1.5rem;overflow: hidden;}

/* 火线速递 */
.hxsd{font-size: 14px;height:466px;overflow:auto;}
.hxsd li{background-color: var(--mycolor2);}
.hxsd img[country]{width: 20px;height: 13px;}

/* 跑马灯 */
.paomadeng img{width: 100px; height: 64px;}
/* 跑马灯效果2 */
.swiper {width: 100%;height: 100%;overflow: hidden;}
.swiper .swiper-slide img{width: 100px; height: 64px;}
/* 货币兑换 */
/* .huobiduihuan span{font-size: 1.2rem;} */
.huobiduihuan input[type='text']{width: 8rem;}

/* 行情 */
.homequote{width: 100%;}
.homequote th{width: 33%;}
.homequote th:nth-child(2){text-align: center;}
.homequote td:nth-child(2){text-align: center;}
.homequote th:nth-child(3){text-align: right;}
.homequote td:nth-child(3){text-align: right;}

/* 页脚 */
.footer{font-size: 0.8rem;}
.footer p{margin-bottom: 0.3rem;}
#weixin{cursor: pointer;}

/* 搜索页面 分页 */
.pager span.selected{
    color: #333;
    cursor: auto;
}
.pager span{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-right: 9px;
    font-size: 14px;
    color: #0000CC;
}