.minute {
    height: 54px;
    line-height: 54px;
    background: #fff;
    font-size: 14px;
    color: #666666;
    padding: 0 146px 0;
}
.minute a {
    font-size: 14px;
    color: #666666;
    transition: all 0.5s ease 0s;
}


/* banner */
.a_banner {
    margin-top: 72px!important;
    background-size: cover!important;
}

.catalog {
    padding: 0 146px;
    background: #ffffff;
    height: 54px;
    overflow: hidden;
}
.catalog_ul li {
    float: left;
    margin: 0 20px;
}
.catalog_ul li a {
    display: block;
    transition: all 0.5s ease 0s;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    padding: 0 18px;
    position: relative;
}
.catalog_ul li a:hover, .catalog_ul li a.for {
    color: #0063b2;
    transition: all 0.5s ease 0s;
    font-weight: bold;
}
.catalog_ul li a:after {
    content: '';
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #0063b2;
    width: 0;
}
.catalog_ul li a:hover:after, .catalog_ul li a.for:after {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.innerball {
    background: url(../images/bj.jpg) center top no-repeat;
    padding: 36px 146px 80px;
}
.news_dl {
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}
.news_dl dt {
    float: left;
    width: 30%;
    height: 295px;
    overflow: hidden;
    border-radius: 5px;
}
.news_dl dt img {
    width: 100%;
    height: 295px;
    overflow: hidden;
    transition: all 1s ease 0s;
    border-radius: 5px;
}
.news_dl dd {
    float: right;
    width: 67%;
}
.news_tit {
    display: block;
    font-size: 24px;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}
.news_di {
    overflow: hidden;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 18px;
    color: #666666;
}
.news_time {
    display: block;
    height: 38px;
    background: url(../images/time.png) left center no-repeat;
    line-height: 38px;
    margin-bottom: 44px;
    overflow: hidden;
    padding-left: 34px;
    font-size: 18px;
    color: #666666;
}
.news_see {
    display: block;
    transition: all 0.5s ease 0s;
    width: 108px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8dadc;
    font-size: 14px;
    text-align: center;
    background: #d8dadc;
    color: #fff;
}

