@charset "utf-8";
a{
    text-decoration: none;
}


/*about*/
.ab_c {
    font-size: 14px;
    line-height: 30px;
    padding: 0 64px;
}

.ab_c p {
    text-indent: 2em;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px
}
.new_title h1 a{
    color: #3ea271;
}
/*topic*/
.topic_c {
    text-align: center;
    margin-top: 15px;
}

.topic_c a {
    display: inline-block;
    width: 170px;
    height: 178px;
    margin: 6px 10px 6px 20px;
}

.topic_c table {
    border: 1px solid #b09408;
    margin: 0 auto;
    color: #fff;
}

.topic_c table td {
    border: 1px solid #b09408;
    height: 35px;
    line-height: 30px;
}


.logo_tit {
    min-height: 58px;
    line-height: 50px;
    background: url(../images/bg4.png) no-repeat center bottom;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "微软雅黑";
}

.logo_c ul {
    overflow: hidden;
}

.logo_c ul li {
    float: left;
    width: 120px;
    height: 50px;
    margin: 11px;
    background: #ffffff;
    padding: 2px;
    overflow: hidden;
}

.logo_c ul li img {
    max-width: 100%;
}

/*logo ed*/

/*foot&contant*/
.contact {
    padding: 0 20px 30px;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 20px;
    overflow: hidden;
    width: 100%;
}

.foot_c {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.foot_c a {
    color: #ffffff;
}



.mobban {
    display: none;
    width: 100%;
}

.mobban img {
    width: 100%;
}

/*会后报道*/
.hhbd {
    width: 1100px;
    margin: 0 auto;
}
img{
    border: 4px solid #fff;
}
.new img {
    width: 300px;
    height: 220px;
    float: left;
}

.con_imger {
    margin-left: 40px;
}

.con_imger p {
    clear: both;
    width: 208px;
    height: 20px;
}

.con_imger .conimg {
    color: #fff;
}

.con_imger .conimg .zldown {
    margin-left: -15px;
    margin-right: 35px;
}

.con_imger .conimg a:hover {
    color: #fff;
}


/*会后报道*/
.col {
    color: #bbbbbb !important;
    text-decoration: underline !important;
    cursor: default;
}

.con_imger .conimg {
    padding-top: 20px;
    float: left;
    width: 225px;
    text-align: center;
    margin: 0 12px 5px;
    display: block;
    font-size: 12px;
}

.con_imger img {
    width: 227px;
    height: 152px;
}

.con_imger span {
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    text-indent: 0 !important;
    display: block;
    overflow: hidden;
    color: #000
}

.con_imger span strong {
    display: block;
}

.con_imger span a {
    color: rgb(255, 0, 0);
    text-decoration: underline;
    font-weight: bold;
    display: block;
    margin: 10px 2%;
    width: 45%;
    float: left;
    text-decoration: none;
}

/* title */
.title {
    color: #118AF1;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.title i {
    display: inline-block;
    color: #ccc;
    font-weight: normal;
    letter-spacing: -3px;
    vertical-align: text-bottom;
    margin: 0 8px;
}

.title span {
    display: inline-block;
    color: #3ea271;
    font-weight: normal;
    letter-spacing: 2px;
    vertical-align: middle;
}

.title2 {
    text-align: center;
}

.title2 .txt {
    display: inline-block;
    color: #F3850F;
    font-size: 36px;
    font-weight: bold;
}

.title2 .line {
    height: 1px;
    background: #F3850F;
    margin-top: 20px;
}

.title3 {
    text-align: center;
}

.title3 .txt {
    display: inline-block;
    color: #5bffff;
}

.title3 .txt h5 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0;
}

.title3 .txt h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 5px 0;
}

@media screen and (max-width:1300px) {
    #hhbd {
        width: 100%;
    }

    .title img {
        width: 70%;
    }

    .ab_c {
        padding: 0 20px;
    }

    .new img {}

    .con_imger {
        margin-left: 0px;
    }

    .con_imger .conimg {
        display: block;
        width: 90%;
        height: auto;
        float: left;
        margin: 5px 17px 5px;
    }

    .con_imger img {
        width: 100%;
        height: auto;

    }

    .con_imger span {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    #hhbd {
        width: 100%;
    }

    .title img {
        width: 70%;
    }

    .ab_c {
        padding: 0 20px;
    }

    .new img {
        width: 100%;
    }

    .con_imger {
        margin-left: 0px;
    }

    .con_imger .conimg {
        display: block;
        width: 90%;
        height: auto;
        float: left;
        margin: 5px 17px 5px;
    }

    .con_imger img {
        width: 100%;
        height: auto;

    }

    .con_imger span {
        font-size: 15px;
        padding-top: 10px;
    }
}