.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 100px 0;
}
.body-content{
    padding-top: 30px;
}
.body-content-fl a{
    padding-bottom: 20px;
    border-bottom: 1px dotted #9e9e9e;
}
.body-content-fl li{
    margin-bottom: 30px;
}
.body-content-fl a:hover{
    opacity: .9;
}
.body-img{
    margin-bottom: 10px;
    /*padding-right: 30px;*/
}
.body-img-content{
    overflow: hidden;
}
.body-img-content img{
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.body-content-fl li:hover .body-img-content img{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.body-img img {
    max-width: 100%;
}
.body-font{
    padding:0 0 0 10px;
}
.body-content-fl a:hover h2{
    color: #1d367f;
}
.body-font h2{
    font-size: 16px;
    color: #3e3e3e;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 10px;
}
.body-font p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.data{
    color: #8e8e8e;
    text-align: right;
    margin-top: 20px;
}
.body-content-fl .row{
    margin: 0;
}
.data span{
    vertical-align: middle;
    margin-left: 10px;
    color: #999999;
}
.body-content-fr-title{
    margin-bottom: 15px;
}
.body-content-fr-title span{
    font-size: 18px;
    color: #6e6e6e;
    vertical-align: middle;
    margin-left: 4px;
}
.body-search{
    margin-bottom: 40px;
}
.body-search input{
    width: 100%;
    height: 39px;
    margin: 15px 0 25px 0;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding-left: 10px;
}
.body-search a{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    padding: 8px 0;
    background-color: #19479e;
    text-align: center;
    border-radius: 6px;
}
.body-search a:hover{
    opacity: .9;
}
.body-content-fr-title a:hover{
    opacity: .9;
}
.video{
    padding: 5px 0;
    border: 1px solid #f1f1f1;
}
.body-content-fr-list{
    background-color: #efefef;
    border-radius: 6px;
    padding: 10px;
}
.list-title{
    border-bottom: 1px dotted #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.list-title span{
    font-size: 18px;
    color: #6e6e6e;
    margin-left: 10px;
    vertical-align: middle;
}
.body-content-fr-list{
    margin-top: 40px;
}
.list-content a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.list-content a:hover{
    color: #19479e;
}
.titles{
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    text-align: center;
}
.message{
    font-size: 14px;
    color: #8e8e8e;
    text-align: center;
    margin: 10px 0;
}
.message span{
    margin-right: 25px;
}
.message span:last-child{
    margin-right: 0;
}
.body-content-img{
    text-align: center;
}
.body-contents img{
    width: 100%;
}
.body-content-img img{
    margin: 20px 0;
}
.body-contents p{
    font-size: 14px;
    color: #1e1e1e;
    /*text-indent: 28px;*/
    line-height: 28px;
    text-align:justify;
}
.page{
    font-size: 14px;
    color: #1e1e1e;
    margin-top: 20px;
    overflow: hidden;
}
.page a{
    font-size: 14px;
    color: #1d367f;
}
.page a:hover{
    color: #ff0000;
}
.notification-announcement{
    font-size: 16px;
    color: #00001e;
    font-weight: bold;
}
.body-content-fl li:hover .notification-announcement{
    color: #003990;
}
.body-content-fl{
    color: #1e1e1e;
    font-size: 14px;
}
.body-content-fl img{
    width: 100%;
}
.title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.body-content-fl p{
    line-height: 32px;
    margin-top: 20px;
}
.end{
    text-align: right;
    line-height: 32px;
}
@media screen and (max-width: 1200px){
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
    .page {
        margin-top: 20px;
    }
    .body-titles{
        margin-top: 0;
    }
    .page>div{
        display: block;
        width: 100%;
        float: none;
    }
}
@media screen and (max-width:767px){
    .body-img{
        padding-right: 0;
    }
    .body-font h2{
        text-align: center;
    }
    .body{
        padding: 30px 0;
    }

    .body-contents img{
        margin:10px 0;
    }
}