@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

a,
fieldset,
img {
    border: none;
}

a {
    color: #777;
    text-decoration: none;
    outline-style: none;
}

a:focus {
    text-decoration: none;
    outline:none;
}

a:active {
    background-color: inherit;
}

a:active,
a:hover {
    color: #777;
    text-decoration: none;
}

ul li,
ol li {
    list-style: none;
}

img {
    vertical-align: middle;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 Open Sans, Arial, "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif,'PingFang SC','宋体';
    background-color: #fff;
    height: 100%;
}
*{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    overflow: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    zoom: 1;
}

.clear:after {
    overflow: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* header start  20171113修改导航，此部分移动到cat_top_index.htm页面内 */
.hea-nav,
.sha-con,
.advert,
.content .con-bottom .con-bot-next {
    width: 1200px;
    margin: 0 auto;
}
@media(max-width: 1200px){
    body{
        width: 1200px !important;
    }
}


.advert {
    padding: 0 0 25px 0;
}

.advert .ad-left {
    float: left;
    height: 80px;
    margin-top: 20px;
}
.advert .ad-left a img{
    width:100% !important;
}

.advert .ad-right {
    float: right;
    height: 60px;
}
.advert .ad-all{margin-bottom: 20px;}

.shadow {
    margin: 0 auto;
    border-top: 1px solid #e5e7e7;
    width: 100%;
    /*height: 35px;*/
    overflow: hidden;
    height: auto;
    padding: 10px 0;
    box-shadow: 0 0px 30px rgba(77,77,77,0.2);
    /*background: url(../images/shadow.png) no-repeat center -3px;*/
}
.sha-con{ margin-top:5px; margin-bottom:5px; text-align: right; /*box-reflect: below 1px linear-gradient(transparent,transparent 50%,rgba(0,0,0,.3));-webkit-box-reflect: below 0 -webkit-linear-gradient(transparent,transparent 50%,rgba(255,255,255,.2)); */line-height: 1;}
.sha-con span{font-weight: bold;color: #092e79; display: inline-block; font-size: 17px; display: none;}
.sha-con a{ font-size: 18px; /*color: #176db6; color: #092e79; */color:#95000b; letter-spacing: 1px; font-weight: bold;}
.today{text-align: right;margin:0 auto; width:1200px; padding: 25px 0 0;}
.today a{font-size: 22px;color: #e3000f; letter-spacing: 1px; font-weight: bold;}
.today .toptag{
    float: left;
    border-bottom: 1px solid #fff;
}
.today .toptag a{
    color: #21577d;
    display: inline-block;
    padding: 0 45px 0 0px;
    background: url(../images/common/show-right.png) no-repeat right center;
    background-size: 48px;
    letter-spacing: 0;
}

/* header end */

/*index-nav*/
.index-nav .tool-con{
    width:1000px;
    padding:15px 15px 22px;
    box-sizing:border-box;
}
.index-nav .tool-con,
.index-nav .tool-con a {
    font-size: 16px;
    color: #616269
}


.index-nav .tool-con-artile ul li {
    float: none;
    width: 212px;
    /* overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/
}

.index-nav .tool-con-artile ul li a {
    display: inline-block;
    width: 212px;
    line-height: 22px;
}

.index-nav .tool-con-artile ul li a:hover {
    color: #2368cc;
}

.index-nav .tool-con-artile ul li.mid-li a {
    border-bottom: 1px dashed #e3e3e3;
    border-top: 1px dashed #e3e3e3;
    padding: 14px 0;
    margin: 12px 0;
}

.index-nav .tool-con-channel {
    width: 100%;
    margin-left: 0px;
}

.index-nav .tool-con-channel a {
    border-radius:3px;
    display: inline-block;
    margin: 0;
    line-height: 30px;
    padding:2px 11px;
}

.index-nav .tool-con-channel a:hover {
    background:#2081c5;
    color: #fff;
}

.index-nav .channel-sub {
    float: left;
    width: 33.3%;
    padding: 0 5px 0 10px;
    border-left: 1px solid #e5e5e5;
    box-sizing:border-box;
}
.index-nav .channel-sub:nth-child(1){
    border-left:none;
}



/* context start */
.con-left,
.con-mid-bak,
.con-right {
    float: left;
}

.con-left {
    width: 66%
}
.con-left .ceotop{
    width: 660px;
    margin: 0 auto;
}
.con-mid-bak {
    width: 4%;
    height: 1px;
    visibility: hidden;
    font-size: 1px;
}
/* toppic 频道和文章页的 头图 */
.toppic{
    min-width: 792px;
}
.con-left .toppic a{
    background: url(../images/list/toppic.png) no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 252px;
    display: block;
    font-size: 45px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.con-left .toppic span{
    letter-spacing: 4px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -74px;
    padding: 0 12%;
    text-shadow:0 3px 10px #666;
    text-shadow:0 3px 10px rgba(0, 0, 0, 0.5);
}
dl.toppic dt img {
    display: inline-block;
    width: 100%;
    height: auto;
}
dl.toppic dd {
    height: 45px;
    margin-top: -45px;
}

dl.toppic dd span {
    display: block;
    height: 45px;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

dl.toppic dd p {
    margin: -45px 0 0 15px;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;
}

dl.toppic dd p a {
    color: #fff;
}



 .path{
    margin: 15px 0;
    display: none;
}
/*.path span{
    display: inline-block;
}
.path span.path-png{
    background: url(../images/path.png) no-repeat right 4px;
    padding-right: 24px;
    margin-right: 8px;
    background-size: 15px;
}
.path span a{
    font-size: 16px;
    color: #555;
}
.path span a:hover{
    color:#2458a2;
} */
.con-right {
    width: 30%;
    position: relative;
}
.txt-more{
    color: #333;
    font-size: 14px;
    display: block;
    text-align: right;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.txt-more:hover{
    color: #ef9654;
}
.con-right .img{
	display: none;
}
.con-right .tuiguang {
    background: #f5f5f5;
    border: 1px solid #f9cc8d;
    padding: 30px 18px 6px 12px;
}

.con-right .tuiguang:before {
    content: "";
    display: block;
    width: 58px;
    height: 24px;
    background: url(../images/common/tuiguang.png) no-repeat left top;
    position: absolute;
    top: -2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.con-right .tuiguang li {
    padding: 8px 0 7px 12px;
    background: url(../images/common/dotted.png) no-repeat left 17px;
    border-bottom: 1px dashed #d5dade;
}

.con-right .tuiguang li a {
    color: #525252;
    line-height: 25px;
    font-size: 14px;
}


/* (top)返回顶部按钮样式 */

.top {
    position: fixed;
    z-index: 20;
    display: none;
    cursor: pointer;
    border-radius: 5px;
    bottom: 250px;
    right: 20px;
    width: 46px;
    height: 46px;
    background: url(../images/common/gotop.png) no-repeat center;
}

.top:hover {
    background: url(../images/common/gotop2.png) no-repeat center;
}


/* context end */


/* footer start  移入底部文件footrt.htm*/

/* .footer {
    padding: 0;
}
.foo-nav {
    text-align: center;
    padding: 80px 10px 22px;
}
.foo-nav ul {
    display: inline-block;
}
.foo-nav ul li {
    float: left;
}
.foo-nav ul li:after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #777;
    border-radius:50px;
    margin:0 12px;
    vertical-align: middle;
}
.foo-nav ul li.last:after{
    display: none;
}
.foo-nav ul li,
.foo-nav ul li a,
.foo-nav p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.foo-con {
    padding: 0 0 20px;
}

.foo-con p.foo-con-p {
    padding: 0 10px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}
.footer p {
    text-align: center;
} */



/* footer end */

/*文章内排行榜表格*/
.rankList_tb{min-width: 500px;border-collapse: collapse; border-spacing: 0px; margin: 0px auto 25px auto; font-size: 14px; color: rgb(0, 0, 0); text-align: center;vertical-align: middle; table-layout: fixed;}
.rankList_tb caption.title{color: #000; font-size: 22px; /*margin-bottom: 15px; width: 100%;*/ text-align: center;vertical-align: middle;font-weight: bold; }
.rankList_tb tr{font-size: 14px; color: #000; font-weight: bold;}
.rankList_tb td{padding: 6px 5px; line-height: 22px; border-left: 1px solid rgb(102, 102, 102);vertical-align: middle;}
.rankList_tb td.aleft{text-align: left;}
.rankList_tb td a{color: #000; }
.rankList_tb td a:hover{color:red;}
.rankList_tb thead.thead{background: rgb(7, 55, 104); color: rgb(244, 249, 14);  font-size: 15px; margin-top: 50px; width: 100%; }
.rankList_tb thead.thead th{color: rgb(244, 249, 14); white-space: nowrap;padding: 6px 5px; line-height: 22px; border-left: 1px solid rgb(102, 102, 102);text-align: center;vertical-align: middle;}
.rankList_tb .even{background-color: rgb(255, 255, 255);}
.rankList_tb .odd{background-color: rgb(203, 225, 246);}
.rankList_tb tfoot.foot{border: none;}
.rankList_tb tfoot.foot td{border:none;text-align: right; color: rgb(159, 8, 15); font-size: 13px;font-weight: bold;vertical-align: middle;}


.context,.content{width: 1200px !important; max-width: 1200px !important; margin: 0 auto;}
.container{ padding-right: 0px !important; padding-left: 0px !important;}
/* 适配手机样式 */

@media (max-width: 767px) {
    body{
        width: 100% !important;
    }
    .context, .content{
        width: 100% !important;
    }
    .context {
        padding-top: 20px;
    }
    .content {
        padding-top: 15px;
    }
    .con-left,
    .con-right {
        float: none;
    }
    .con-left {
        width: 100%;
    }
    .con-mid-bak {
        display: none;
    }
    .con-right {
        width: 100%;
        margin-top: 50px;
    }
    .con-left .disc textarea {
        width: 98%;
    }
    .top {
        bottom: 120px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: url(../images/common/gotop.png) no-repeat center;
    }
    #jiathis_weixin_modal {
        left: 55%;
    }
    .nav>li>a:focus, .nav>li>a:hover{
        background: #202020 url(../images/common/rect.png) no-repeat 0.25rem center;
    }
}

@media(max-width:550px) {
    .con-left .text center img {
        width: 98%;
        height: auto;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .con-right {
        margin-top: 25px;
    }
    ul.hb-topics {
        margin-top: 0;
        padding-top: 45px;
    }
    ul.hb-topics li a {
        font-size: 17px;
        line-height: 26px;
        color: #474747;
    }
    .foo-nav {
        padding: 30px 10px 20px;
    }
}


/*.hea-search{
    display: none;
}*/
.conart .bdsharebuttonbox{
    text-align: right;
    margin: 25px 0;
}
.conart .bdsharebuttonbox a{
    float: none;
    display: inline-block;
}
/*.con-bottom{width: 1000px; margin: 0 auto;}
.con-bot-next .next-sub{margin: 0 10px !important;}
.con-bot-next .subfirst{margin-left: 10px !important;}*/