@charset "utf-8";

body {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
    background: #FFF;
}

.cloum01 {
    width: 660px;
}

.cloum02 {
    width: 280px;
}

.fbt-wz {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 35px;
    color: #666;
}

.fbt-wz a {
    color: #666;
}

.fbt-wz a:hover {
    color: #f00;
}

.fbt-list {
    padding-top: 18px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c7c7c7;
    overflow: hidden;
}

.fbt-list li {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    line-height: 40px;
}

.fbt-p {
    font-size: 16px;
    float: left;
    background: url(../images/fbt20170625-1.jpg) no-repeat 8px 16px;
    padding-left: 20px;
    width: 540px;
    overflow: hidden;
}

.fbt-p a {
    color: #000;
    float: left;
    display: block;
}

.fbt-st {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 0;
    *line-height: 32px;
}

.fbt-p a:hover {
    color: #f00;
}

.inner {
    width: 980px;
    overflow: hidden;
}

/*翻页*/
#PageLink {
    margin: 45px auto 0;
    text-align: center;
}

.pagelink_xl a {
    color: #000;
    width: 40px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background: #dddddd;
    line-height: 30px;
    margin-top: 5px;
}

.First_Page,
.Fir_Page,
.Fir_Page_action,
.next_Page_Action,
.Last_Page_Action,
.next_Page,
.Last_Page {
    width: 60px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    background: #dddddd;
}

.next_Page_Action a,
.Last_Page_Action a,
.Fir_Page_action,
.Fir_Page_action a,
.First_Page_action a,
.First_Page a {
    color: #000;
    width: 60px;
}

.next_Page_Action a:hover,
.Last_Page_Action a:hover,
.Fir_Page_action a:hover,
.First_Page_action a:hover,
.First_Page a:hover,
.pagelink_xl a:hover {
    background: #da3700;
    color: #fff;
}

.action_num {
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #f72500;
    line-height: 36px;
}

.font12 {
    display: inline-block;
    line-height: 36px;
}

.font12 input {
    height: 30px;
    line-height: 30px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .inner {
        width: 96%
    }

    .inner-l,
    .inner-r {
        float: none;
        width: 100%;
        height: auto;
    }

    .inner-l {
        margin-bottom: 20px;
    }

    .fbt-p {
        width: 90%;
        font-size: 0.4rem;
        padding: 0 4% 0 6%;
        float: none;
    }

    .fbt-st {
        display: none;
    }

    #PageLink {
        width: auto;
    }

    #PageLink span,
    #PageLink a,
    .font12 {}

    #PageLink .Fir_Page,
    #PageLink .Fir_Page_action,
    #PageLink .next_Page_Action,
    #PageLink .Fir_Page_action,
    #PageLink .Fir_Page_action a {
        padding: 0 10px;
    }

    #PageLink .Fir_Page,
    #PageLink .Fir_Page_action,
    #PageLink .next_Page_Action,
    #PageLink .next_Page_Action a {
        display: block;
        float: left;
        width: auto;
        font-size: 0.6rem;
    }

    #PageLink .Fir_Page {
        margin-left: 30px;
    }

    #PageLink .next_Page_Action {
        float: right;
        margin-right: 30px;
    }

    .fbt-wz li {
        font-size: 0.4rem;
    }

    .jgfl {
        width: 96%;
    }

    .jgfl li {
        float: left;
        font-size: 0.4rem;
        margin-right: 15px;
    }

    .jgfl .jgfl-tit {
        float: none;
    }

    .cloum01,
    .cloum02 {
        float: none !important;
    }

    .cloum01 {
        width: 100%;
    }

    .cloum02 {
        display: none;
    }
}

@media (min-width:1366px) {
    .inner {
        width: 1200px;
    }

    .fbt-p {
        width: 700px;
        font-size: 18px;
    }

    .cloum01 {
        width: 840px;
    }

    .cloum02 {
        width: 320px;
    }
}


/* 分页 */
#static-pagination a{
    margin: 0;
}



/* 专题列表样式 */
.zt-list *{
    margin: 0;
}

.zt-top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    padding-top: 18px;
}

.zt-top div{
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.zt-top a{
    color: #262626;
    font-size: 24px;
}

.zt-dl{
    display: flex;
    flex-wrap: wrap;
}

.zt-dl dd{
   width: 24%;
   text-align: center;
   line-height: 32px;
}

.zt-dl a ,
.zt-dl div
{
    color: #262626;
    font-size: 16px;
}

.zt-dl a{
    display: block;
    max-width: 700px;
}

.zt-dl div{
    margin-left: 12px;
}

