@charset 'utf-8';
.title_box {
    width: 100%;
    text-align: center;
}
.title_box h3 {
    font-size: 30px;
    letter-spacing: 2px;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title_box h3 a {
    color: #12457f;
}
.title_box p {
    font-size: 14px;
    color: #333333;
    margin: 13px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
/* Ã¨Â½Â®Ã¦â€™Â­ */
.focusBox { position: relative; width: 100%;height: 402px; overflow: hidden; background: white;margin: 30px 0;}
.focusBox .pic {width: 714px;}
.focusBox .pic img { width: 100%; height: 100%; display: block; }
.focusBox .txt-bg { position: absolute;right: 0; bottom: 0; z-index: 1; width:446px;  background: #f8f8f8; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden;height: 100%;}
.focusBox .txt { position: absolute;right: 0; bottom: 0; z-index: 2; height: 100%; width:446px; overflow: hidden; }
.focusBox .txt li{position:absolute; top: 0;width: 100%;padding: 20px;}
.focusBox .txt li h3{width: 100%;font-size: 26px;line-height: 36px;font-weight: normal;text-align: center;}
.focusBox .txt li .time {font-size: 14px;color: #999999;line-height: 29px;margin-top: 30px;text-align: center;}
.focusBox .txt li .txt_con {color: #666666;line-height: 36px;font-size: 16px;text-indent: 2em;}
.focusBox .num { position: absolute; z-index: 3; bottom:22px; right: 10%; }
.focusBox .num li{ float: left; position: relative; width: 32px; height: 5px;background: #fff; line-height: 15px; overflow: hidden; text-align: center; margin-right: 5px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; background: #d0d0d0; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background: #c81717;  }
/* Ã¨Â¦ÂÃ©â€”Â»TAB */
.trends{ width:768px;position: relative;}
.trends .tab-nav {
    z-index: 5;
    height: 26px;
    padding-bottom: 33px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(169, 169, 169);
}
.trends .tab-hd {
    height: 42px;
}
.trends .tab-nav li {
    display: inline-block;
    background: none;
    width: auto;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    line-height: 23px;
    margin-right: 20px;
}
.trends .tab-nav li.on {
    background: none;
    position: relative;
    color:#0871c3;
}
.trends .tab-nav li.on p::after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 4px;
    background: #1782d5;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.trends .tab-hd .tab-nav {
    display: block;
}
.trends .tab-pal li {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 20px;
}
.trends .tab-pal li span{
    float:right;
}
.trends .tab-pal .more {
    position: absolute;
    right: 0;
    top: 2px;
    color: #a1a1a1;
    font-size: 16px;
}
.trends .tab-pal h4 {
    font-size: 22px;
    line-height: 27px;
    color: #333333;
    margin: 5px 0 15px;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.trends .tab-pal p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    padding-bottom: 28px;
    min-height: 48px;
}
.trends .tab-pal p .det {
    color: #d6171b;
}
.trends .tab-pal .source {
    text-align: right;
    color: #8d8d8d;
    line-height: 27px;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: -25px;
}
.trends .tab-pal .source .time {
    margin-right: 30px;
}
.special_box {
    width: 350px;
}
.special_box .tit_box {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #d3d3d3;;
    margin-bottom: 10px;
}
.special_box .tit_box .tit img {
    margin: 0 8px 8px 0;
}
.special_box h4 {
    font-size: 22px;
	line-height: 27px;
    color: #0b5492;
    display: inline-block;
}
.special_box .tit_box .more {
    color: #999999;
}
.special_box .special > a > img {
    width: 328px;
	height: 103px;
}
.special_box .special {
    background:  #f5f6fa;
    padding: 10px;
}
.special_box .special li {
    line-height: 27px;
    font-size: 16px;
    margin: 10px 0;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-wrap: nowrap;
}
.special_box .special li img {
    margin: 0 8px 0 3px;
}
@media (max-width: 768px) {
    .title_box h3 {
        font-size: 18px;
    }
    .title_box p {
        margin: 5px auto;
    }
    .focusBox {
        height: 250px;
        margin: 10px 0;
    }
    .focusBox .txt li .time , .focusBox .txt li .txt_con {
        display: none;
    }
    .focusBox .txt , .focusBox .txt-bg {
        height: 36px;
        width: 100%;
    }
    .focusBox .txt li {
        padding: 0;
    }
    .focusBox .txt-bg {
        background: #333333;
    }
    .focusBox .pic , .focusBox .pic li {
        width: 100% !important;
    }
    .focusBox .txt li h3 {
        font-size: 16px;
        text-align: left;
        padding-left: 10px;
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-wrap: nowrap;
    }
    .focusBox .txt li h3 a {
        color: #fff;
    }
    .focusBox .num {
        right: 8px;
        bottom: 12px;
    }
    .focusBox .num li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    .trends , .special_box{
        width: 100%;
    }
    .trends .tab-nav li {
        font-size: 15px;
        margin-right: 2px;
    }
    .trends .tab-pal .more {
        font-size: 13px;
        right: -9px;
    }
}