﻿.border{
    width:100%;
    height:1px;
    background-color: #e5e5e5;
}
.news-link{
    float: right;
    color:#014881!important;
    font-size: 14px;
    text-decoration: underline;
}
.news-container{
    background-color: #f4f4f4;
}
.new-title{
    width:51%;
    line-height: 40px;
    font-size: 24px;
    color:#333;
    margin:0 auto;
    text-align: center;
}
.news-con{
    background-color: #fff;
    padding:50px 100px 20px 100px;
}
.news-time{
    font-size: 14px;
    line-height: 50px;
    color:#999;
    text-align: center;
}
.news-info{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
    text-align:justify;
    text-indent:2em;
}
.href-style{
    padding-top: 30px;
    padding-bottom: 30px;
}
.href-style a{
    color:#f75555;
}
.href-style a:hover{
    color:#f75555;
}

.news-img{
    position: relative;
    margin-bottom: 40px;
}
.news-img img{
    width:100%;
}
.news-img .news-mask{
    position: absolute;
    left: 0;
    bottom:0;
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 48px;
    background-color: rgba(255,255,255,.6);
    padding-left: 30px;
    width: 100%;
}
.am-slider-default .am-control-nav li a.am-active{
    background-color: #014881;
}
.am-slider-default .am-control-nav{
    bottom: 10px;
}