﻿.speech-title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.speech-title h2 {
    display: block;
    font-size: 32px;
    line-height: 45px;
    color: #0054a7;
    font-weight: bold;
}

.speech-title  i {
    width: 30px;
    height: 2px;
    background: #ccc;
    margin-top: 12px;
    text-align: center;
    display: inline-block;
}
.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}
.ab-top{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}
.abt-left{
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}
.abt-left img{
    float: left;
    margin-right: 6px;
    margin-top: 24px;
}
.abt-left p{
    float: left;
}
.abt-left p a{
    color: #434343;
}
.abt-nav{
    float: right;
    line-height: 73px;
}
.abt-nav li{
    float: left;
    margin-left: 45px;
}
.abt-nav li a{
    font-size: 18px;
}
.abt-nav li:hover{
    border-bottom: 2px solid#1e63ac;
}
.new_cnrf {
    width:100%;
    height: auto;
    margin-left:0px;
}
.newrf_lst dd {
    width: 45%;
    height: auto;
    border: 1px solid #e4e4e4;
    float: left;
    margin-left: 35px;
    margin-bottom: 18px;
    padding-bottom: 15px;
}
.new_rq {
    width: 85px;
    height: 81px;
    background: #0054a7;
    float: left;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.new_rq span {
    display: block;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    padding-top: 13px;
    color: white;
    padding-bottom: 7px;
}
.newrf_tx {
    float: left;
    width: 78%;
    margin-top: 8px;
    color: white;
}
.newrf_tx a {
    color: #333;
    font-size: 20px;
    display: block;
    line-height: 30px;
    padding-top: 9px;
    padding-bottom: 4px;
}
.newrf_tx span {
    display: block;
    font-size: 15px;
    color: #999;
    overflow: hidden;
}
.naws{
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }

    .banner img {
        width: 148%;
        margin-top: 50px;
        margin-left: -30px;
    }

    .abt-nav {
        float: right;
        line-height: 40px;
        width: 100%;
    }

    .abt-nav li {
        float: left;
        margin-left: 0px;
        width: 31%;
        text-align: center;
    }

    .abt-nav li a {
        font-size: 15px;
    }

    .speech-title h2 {
        display: block;
        font-size: 24px;
    }
    .newrf_lst dd {
        width: 100%;
        margin-left: 0px;
    }
    .new_rq {
        width: 65px;
        height: 72px;
        background: #0054a7;
        float: left;
        text-align: center;
        color: #FFF;
        margin-top: 14px;
        margin-left: 10px;
        margin-right: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }
    .newrf_tx {
        width: 71%;
    }
    .newrf_tx a {
        font-size: 17px;
        line-height: 27px;
        padding-top: 12px;
    }
}
