.page-inter-banner {
    color: #294a9f
}

.page-content {
    padding: 20px 0;
    min-height: 500px;
}

.page-content .news-list {
    margin: 20px auto;
}

.page-content .news-list .news-item {
    display: flex;
    padding:25px;
    border-top: 1px solid #e8e8e8;
    justify-content: space-between;
    align-items: stretch;
}
.page-content .news-list .list-item:first-child .news-item{border-top:none;}

.page-content .news-list .news-item .thumb-box {
    width: 380px;
    height:190px;
    flex: none;
    margin-right: 30px;
}

.page-content .news-list .news-item .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
}

.page-content .news-list .news-item .info {
    flex: auto;
    min-width: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    /*  height:190px;*/
}

.page-content .news-list .news-item .info .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.page-content .news-list .news-item .info .desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    text-align: justify;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
}

.page-content .news-list .news-item .info .footer {
    font-size:14px;
    color:#999;
}

.page-content .news-list .news-item .info .footer .link {
    padding: 0 15px;
    height: 35px;
    border: 1px solid #294a9f;
    border-radius: 20px;
    font-size: 14px;
    color: #294a9f;
    display:flex;
    align-items:center;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -ms-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
}
.page-content .news-list .news-item:hover{
    background-color:#f7f7f7;

}
.breadcrumb{border: 0!important;}
.page-content .news-list .news-item:hover .footer .link{
    background-color: #294a9f;
    color:#fff;
}
.article-content{
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.article-content .article-title{
    font-size:24px;
    padding:0 100px;
    line-height:36px;
    margin-bottom:20px;
    text-align:left;
    padding-left: 0px;

}
.article-remark{
    border-left: 2px solid #278FF0;
    color: #666;
    padding: 20px;
    border-top: 1px solid #e9f4fd;
    border-right: 1px solid #e9f4fd;
    border-bottom: 1px solid #e9f4fd;
    background-color: #fbfdff;
    font-size: 14px;
    line-height: 1.6;
}

.article-content .article-patch{
    font-size:16px;
    color:#999;
    margin-bottom:30px;
}
.article-content .article-info{
    font-size:16px;
    line-height: 2;
    text-align:justify;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.article-content h1 {
    font-size: 24px;
}
.article-content h2 {
    font-size: 20px;
}
.article-content h3 {
    font-size:18px;
}
.article-content h4 {
    font-size: 16px;
}
.article-content h5 {
    font-size: 14px;
}
.article-content h6 {
    font-size:12px;
}
.article-content p{
    margin:15px 0;
}

p{
    line-height:2;
}
.article-content .article-info img{
    max-width:100%;
}
.article-content .article-info video{
    max-width:100%;
}
.right-hot-box{
    width: 320px;
    background-color: #F7F8FC;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.alink{
    font-size: 12px;
    font-weight: 400!important;
}
.more:hover .alink{
    color: #076FE2!important;
}
.clearfix{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.clearfix:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.clearfix .thumb{
    width: 100%;
    padding-bottom: 40%;
    border-radius: 8px;
}
.clearfix  .title{
    color: rgba(0, 0, 0, 0.85);
}
.statement-box{
    border-radius: 8px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}